/*
Theme Name: 	Agencies Child
Theme URI: 		http://www.wedesignthemes.com/themes/agency/
Template: 		agencies
Version: 		1.1.0
Author:			designthemes
Author URI: 	http://themeforest.net/user/designthemes/
Description: 	Child Theme for agencies WordPress Theme.
*/

/* ==========================================================================
   1. BAZA — animowane przejścia, płynne przewijanie, pasek przewijania
   ========================================================================== */

a, button, input[type="submit"],
.dt-sc-button, .dt-sc-button span,
.dt-sc-icon-box, .dt-sc-icon-box .icon-wrapper, .dt-sc-icon-box .icon-wrapper span,
.dt-sc-icon-box .icon-content h4, .dt-sc-icon-box .icon-content h4 a,
.dt-sc-contact-info, .dt-sc-contact-info .dt-sc-contact-icon, .dt-sc-contact-info span,
.dt-sc-toggle, .dt-sc-toggle a, .dt-sc-toggle h5 a,
.dt-sc-counter, .dt-sc-counter h4,
#main-menu ul.menu li a, .footer-widgets a, #footer a {
	transition: color .25s ease, background-color .25s ease, border-color .25s ease,
	            box-shadow .25s ease, transform .25s ease, opacity .25s ease;
}

html { scroll-behavior: smooth; }
#slider, #hero, #problemy, #pracownicy, #branze,
#jak-dzialamy, #dlaczego-my, #liczby, #faq, #kontakt { scroll-margin-top: 110px; }

html { scrollbar-width: thin; scrollbar-color: #08285f #e8eff8; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: #e8eff8; }
::-webkit-scrollbar-thumb { background: #08285f; border-radius: 8px; border: 2px solid #e8eff8; transition: background .2s ease; }
::-webkit-scrollbar-thumb:hover { background: #d9b251; }
::-webkit-scrollbar-corner { background: #e8eff8; }

/* ==========================================================================
   2. NAGŁÓWEK — logo, menu główne, układ strony głównej
   ========================================================================== */

#logo img, #logo a img {
	width: auto; height: auto; max-height: 52px; max-width: 240px;
	transition: max-height .25s ease;
}
.is-sticky #logo img, #main-header-wrapper.is-sticky #logo img,
.sticky-wrapper.is-sticky #logo img { max-height: 38px; }

#main-menu ul.menu > li > a { position: relative; }
#main-menu ul.menu > li > a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 2px;
	background: #d9b251; border-radius: 2px;
	transform: scaleX(0); transform-origin: right center;
	transition: transform .32s cubic-bezier(.4, 0, .2, 1);
}
#main-menu ul.menu > li:hover > a::after { transform: scaleX(1); transform-origin: left center; }
#main-menu ul.menu ul li > a::after { content: none; }
@media (min-width: 992px) {
	body #main-menu ul.menu > li > a { font-size: 14px; letter-spacing: .01em; }
}

.home #header-wrapper { margin-bottom: 0; }
.no-breadcrumb #main { margin-top: 0; }

/* ==========================================================================
   2a. WIERSZE STRETCH PRZED INICJALIZACJĄ — WPBakery rozciąga wiersze
       full-width JavaScriptem po załadowaniu skryptów; do tego czasu stoją
       w szerokości kontenera i strona "skacze". Rozciągamy je CSS-em od
       pierwszego malowania; po inicjalizacji atrybut zmienia się na "true"
       i te reguły przestają pasować (przejmują inline'y WPBakery).
       Szerokości kontenera motywu: 1230px / 1080px (≤1280) / 900px (≤1199).
   ========================================================================== */

@media (min-width: 992px) {
	.vc_row[data-vc-full-width="true"] {
		width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: 0 !important;
		left: 0 !important;
		position: relative;
	}
	.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		padding-left: calc(50vw - 450px) !important;
		padding-right: calc(50vw - 450px) !important;
	}
}
@media (min-width: 1200px) {
	.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		padding-left: calc(50vw - 540px) !important;
		padding-right: calc(50vw - 540px) !important;
	}
}
@media (min-width: 1281px) {
	.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		padding-left: calc(50vw - 615px) !important;
		padding-right: calc(50vw - 615px) !important;
	}
}

/* ==========================================================================
   3. HERO SLIDER — jeden slajd: zdjęcie-tło (Ken Burns), przesłona, wejście
      treści, wskaźnik przewijania. Żaden przodek zdjęcia nie może być
      pozycjonowany (absolut liczy się względem wiersza, nie kolumny).
   ========================================================================== */

#slider.kovel-hero {
	position: relative; overflow: hidden;
	min-height: 640px; display: flex; align-items: center;
	margin: 0; padding: 0;
}
#slider.kovel-hero > .wpb_column,
#slider .kovel-hero-col { position: static; z-index: auto; width: 100%; padding: 0; }
#slider .kovel-hero-col > .vc_column-inner,
#slider .kovel-hero-col > .vc_column-inner > .wpb_wrapper { position: static; z-index: auto; }
#slider .kovel-hero-col > .vc_column-inner { max-width: none; padding: 0; margin: 0; }
#slider .kovel-hero-col > .vc_column-inner > .wpb_wrapper {
	max-width: 1230px; margin: 0 auto; padding: 110px 15px; width: 100%;
}

#slider .kovel-hero-img {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	width: auto; height: auto; z-index: 0; margin: 0; padding: 0;
}
#slider .kovel-hero-img > .wpb_wrapper,
#slider .kovel-hero-img .vc_single_image-wrapper,
#slider .kovel-hero-img figure,
#slider .kovel-hero-img .vc_figure,
#slider .kovel-hero-img .vc_single_image-wrapper > a { width: 100%; height: 100%; display: block; margin: 0; }
#slider .kovel-hero-img img {
	width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0;
	transform-origin: 60% 50%;
	animation: kovel-kenburns 26s ease-in-out infinite alternate;
}
@keyframes kovel-kenburns {
	from { transform: scale(1)    translate3d(0, 0, 0); }
	to   { transform: scale(1.09) translate3d(-1.6%, -1%, 0); }
}

#slider.kovel-hero::after {
	content: ""; position: absolute; z-index: 1; pointer-events: none;
	top: 0; right: 0; bottom: 0; left: 0; width: auto; height: auto;
	display: block; clear: none;
	background: linear-gradient(90deg,
		rgba(8,40,95,.90) 0%,
		rgba(8,40,95,.72) 30%,
		rgba(8,40,95,.34) 58%,
		rgba(8,40,95,.06) 82%,
		rgba(8,40,95,0) 100%);
}

@keyframes kovel-rise {
	from { opacity: 0; transform: translateY(26px); }
	to   { opacity: 1; transform: none; }
}
#slider .kovel-hero-title,
#slider .kovel-hero-sub,
#slider .kovel-hero-cta,
#slider .kovel-hero-cta2 { animation: kovel-rise .85s both cubic-bezier(.2,.7,.3,1); }
#slider .kovel-hero-title { animation-delay: .10s; }
#slider .kovel-hero-sub   { animation-delay: .28s; }
#slider .kovel-hero-cta   { animation-delay: .46s; }
#slider .kovel-hero-cta2  { animation-delay: .58s; }
#slider .kovel-hero-title,
#slider .kovel-hero-sub,
#slider .kovel-hero-col .dt-sc-button { position: relative; z-index: 2; }

body #slider h2.kovel-hero-title {
	font-size: 58px; line-height: 1.08; letter-spacing: -.02em;
	margin: 0 0 22px; max-width: 16ch; color: #ffffff; font-weight: 700;
	padding-bottom: 0;
}
body #slider p.kovel-hero-sub {
	font-size: 17px; line-height: 1.7; max-width: 52ch; margin: 0 0 34px; color: #dbe4f2;
}

body #slider .dt-sc-button.filled { background-color: #d9b251; color: #08285f; border-color: #d9b251; }
body #slider .dt-sc-button.filled:hover { background-color: #ffffff; color: #08285f; border-color: #ffffff; }
body #slider .dt-sc-button.bordered { background-color: transparent; color: #ffffff; border-color: #ffffff; }
body #slider .dt-sc-button.bordered:hover { background-color: #ffffff; color: #08285f; border-color: #ffffff; }
body #slider .dt-sc-button::before, body #slider .dt-sc-button::after,
body #slider .dt-sc-button:hover::before, body #slider .dt-sc-button:hover::after { border-color: #d9b251; }

#slider.kovel-hero::before {
	content: ""; position: absolute; z-index: 3; left: 50%; bottom: 34px;
	width: 14px; height: 14px; margin-left: -7px;
	border-right: 2px solid rgba(255,255,255,.65);
	border-bottom: 2px solid rgba(255,255,255,.65);
	transform: rotate(45deg);
	animation: kovel-scroll-cue 2.2s ease-in-out infinite;
}
@keyframes kovel-scroll-cue {
	0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: .35; }
	50%      { transform: rotate(45deg) translate(5px, 5px); opacity: .9; }
}

@media (max-width: 991px) {
	#slider.kovel-hero { min-height: 460px; }
	#slider .kovel-hero-col > .vc_column-inner > .wpb_wrapper { padding: 70px 20px; }
	body #slider h2.kovel-hero-title { font-size: 36px; max-width: none; }
	body #slider p.kovel-hero-sub { font-size: 15px; }
	#slider.kovel-hero::after { background: linear-gradient(90deg, rgba(8,40,95,.93) 0%, rgba(8,40,95,.82) 100%); }
}

/* ==========================================================================
   4. SEKCJE — nagłówki ze złotą kreską, ciemne tła, dekoracyjne kształty,
      równe wysokości kolumn WPBakery, kafelki, liczniki, kroki procesu
   ========================================================================== */

/* nagłówki: złota kreska tylko pod pierwszym w sekcji */
#problemy > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_custom_heading:first-of-type,
#pracownicy > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_custom_heading:first-of-type,
#branze > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_custom_heading:first-of-type,
#jak-dzialamy > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_custom_heading:first-of-type,
#dlaczego-my > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_custom_heading:first-of-type,
#kontakt > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_custom_heading:first-of-type,
#faq .vc_custom_heading:first-of-type { position: relative; padding-bottom: 18px; }
#problemy .vc_custom_heading:first-of-type::after,
#pracownicy .vc_custom_heading:first-of-type::after,
#branze .vc_custom_heading:first-of-type::after,
#jak-dzialamy .vc_custom_heading:first-of-type::after,
#dlaczego-my .vc_custom_heading:first-of-type::after,
#kontakt .vc_custom_heading:first-of-type::after,
#faq .vc_custom_heading:first-of-type::after {
	content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
	width: 48px; height: 3px; background: #d9b251; border-radius: 2px;
}
#faq .vc_custom_heading:first-of-type::after { left: 0; transform: none; }
#problemy .vc_custom_heading ~ .vc_custom_heading::after,
#pracownicy .vc_custom_heading ~ .vc_custom_heading::after,
#branze .vc_custom_heading ~ .vc_custom_heading::after,
#jak-dzialamy .vc_custom_heading ~ .vc_custom_heading::after,
#dlaczego-my .vc_custom_heading ~ .vc_custom_heading::after,
#kontakt .vc_custom_heading ~ .vc_custom_heading::after,
#faq .vc_custom_heading ~ .vc_custom_heading::after { content: none; }
#problemy .vc_custom_heading ~ .vc_custom_heading,
#pracownicy .vc_custom_heading ~ .vc_custom_heading,
#branze .vc_custom_heading ~ .vc_custom_heading,
#jak-dzialamy .vc_custom_heading ~ .vc_custom_heading,
#dlaczego-my .vc_custom_heading ~ .vc_custom_heading,
#kontakt .vc_custom_heading ~ .vc_custom_heading,
#faq .vc_custom_heading ~ .vc_custom_heading { padding-bottom: 0; }

/* ciemne sekcje: teksty i akcenty czytelne na granacie */
.dt-sc-dark-bg .dt-sc-icon-box .icon-content h4,
.dt-sc-dark-bg .dt-sc-icon-box .icon-content h4 a,
.dt-sc-dark-bg .dt-sc-icon-box .icon-content p,
.dt-sc-dark-bg .dt-sc-counter h4 { color: #ffffff; }
.dt-sc-dark-bg .dt-sc-icon-box.type5 .icon-wrapper span,
.dt-sc-dark-bg .dt-sc-counter .icon-wrapper span,
.dt-sc-dark-bg .dt-sc-counter .dt-sc-counter-number { color: #d9b251; }
.dt-sc-dark-bg .dt-sc-icon-box.type5:hover .icon-content h4,
.dt-sc-dark-bg .dt-sc-icon-box.type5:hover .icon-content h4 a,
.dt-sc-dark-bg .dt-sc-icon-box.type5.no-icon-bg:hover .icon-wrapper span,
.dt-sc-dark-bg a:hover { color: #d9b251; }
#hero .vc_single_image-wrapper img { border-radius: 4px; }
#dlaczego-my { position: relative; }
#dlaczego-my::before {
	content: ""; position: absolute; inset: 0;
	background: rgba(8, 40, 95, 0.82); pointer-events: none;
}
#dlaczego-my > .vc_column_container,
#dlaczego-my > .wpb_column,
#dlaczego-my .vc_row,
#dlaczego-my .wpb_wrapper { position: relative; z-index: 1; }

/* dekoracyjne, wolno dryfujące kształty w tle sekcji */
#problemy, #branze, #faq, #pracownicy, #jak-dzialamy, #kontakt { position: relative; overflow: hidden; }
#problemy > *, #branze > *, #faq > *, #pracownicy > *,
#jak-dzialamy > *, #kontakt > * { position: relative; z-index: 1; }
#problemy::before, #branze::before, #faq::before, #jak-dzialamy::before,
#problemy::after, #branze::after, #pracownicy::after, #kontakt::after {
	content: ""; position: absolute; pointer-events: none; z-index: 0;
	border: 1px solid rgba(8, 40, 95, .07); will-change: transform;
}
#problemy::before {
	width: 520px; height: 520px; border-radius: 50%; top: -160px; right: -170px;
	animation: kovel-drift-a 26s ease-in-out infinite;
}
#problemy::after {
	width: 240px; height: 240px; bottom: -90px; left: 6%;
	transform: rotate(45deg); border-color: rgba(217, 178, 81, .22);
	animation: kovel-spin-slow 44s linear infinite;
}
#branze::before {
	width: 460px; height: 460px; border-radius: 50%; top: -180px; left: -150px;
	animation: kovel-drift-b 30s ease-in-out infinite;
}
#branze::after {
	width: 200px; height: 200px; top: 12%; right: 4%;
	transform: rotate(45deg); border-color: rgba(217, 178, 81, .2);
	animation: kovel-spin-slow 52s linear infinite reverse;
}
#pracownicy::after {
	width: 340px; height: 340px; border-radius: 50%; bottom: -120px; right: -90px;
	border-color: rgba(8, 40, 95, .11);
	animation: kovel-drift-a 34s ease-in-out infinite;
}
#faq::before {
	width: 420px; height: 420px; border-radius: 50%; bottom: -150px; left: -140px;
	animation: kovel-drift-b 32s ease-in-out infinite;
}
#jak-dzialamy::before {
	width: 480px; height: 480px; border-radius: 50%; top: -170px; right: -160px;
	border-color: rgba(8, 40, 95, .10);
	animation: kovel-drift-b 30s ease-in-out infinite;
}
#kontakt::after {
	width: 260px; height: 260px; bottom: -70px; left: 3%;
	border-color: rgba(217, 178, 81, .30);
	transform: rotate(45deg);
	animation: kovel-spin-slow 48s linear infinite;
}
@keyframes kovel-drift-a {
	0%, 100% { transform: translate(0, 0); }
	50%      { transform: translate(-26px, 22px); }
}
@keyframes kovel-drift-b {
	0%, 100% { transform: translate(0, 0); }
	50%      { transform: translate(24px, -20px); }
}
@keyframes kovel-spin-slow {
	from { transform: rotate(45deg); }
	to   { transform: rotate(405deg); }
}

/* równe wysokości: moduł wypełnia kolumnę wiersza equal_height */
#problemy .vc_row-o-equal-height > .wpb_column > .vc_column-inner,
#pracownicy .vc_row-o-equal-height > .wpb_column > .vc_column-inner,
#branze .vc_row-o-equal-height > .wpb_column > .vc_column-inner,
#dlaczego-my .vc_row-o-equal-height > .wpb_column > .vc_column-inner,
#jak-dzialamy .vc_row-o-equal-height > .wpb_column > .vc_column-inner { display: flex; align-items: stretch; }
#problemy .vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
#pracownicy .vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
#branze .vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
#dlaczego-my .vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
#jak-dzialamy .vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: flex; flex-direction: column; width: 100%; flex: 1 1 auto;
}
#problemy .dt-sc-icon-box, #pracownicy .dt-sc-icon-box,
#branze .dt-sc-icon-box, #dlaczego-my .dt-sc-icon-box {
	width: 100%; float: none; margin-left: 0; margin-right: 0;
}
#problemy .vc_row-o-equal-height .dt-sc-icon-box,
#pracownicy .vc_row-o-equal-height .dt-sc-icon-box,
#branze .vc_row-o-equal-height .dt-sc-icon-box,
#dlaczego-my .vc_row-o-equal-height .dt-sc-icon-box,
#jak-dzialamy .vc_row-o-equal-height .dt-sc-icon-box { flex: 1 1 auto; height: auto; }

/* kafelki: karty z cieniem i uniesieniem na hover */
#problemy .dt-sc-icon-box, #branze .dt-sc-icon-box {
	background: #ffffff; border: 1px solid #e4ecf6; border-radius: 10px; padding: 32px 28px;
	box-shadow: 0 1px 2px rgba(8, 40, 95, .04);
	transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
#problemy .dt-sc-icon-box:hover, #branze .dt-sc-icon-box:hover {
	box-shadow: 0 14px 34px rgba(8, 40, 95, .10); transform: translateY(-4px); border-color: #cfe0f2;
}
#pracownicy .dt-sc-icon-box.type10 {
	border: 1px solid #e4ecf6; border-radius: 10px;
	transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
#pracownicy .dt-sc-icon-box.type10:hover {
	box-shadow: 0 14px 34px rgba(8, 40, 95, .10); transform: translateY(-4px);
}
#problemy .dt-sc-icon-box .large-icon,
#branze .dt-sc-icon-box .large-icon,
#pracownicy .dt-sc-icon-box .large-icon,
#dlaczego-my .dt-sc-icon-box .large-icon,
#jak-dzialamy .dt-sc-icon-box .large-icon,
#hero .dt-sc-icon-box .large-icon { display: none; }

/* liczniki (sekcja #liczby): ikona, duża liczba, złota kreska, separatory */
#liczby { position: relative; }
#liczby .kovel-liczby .dt-sc-counter.type1 { text-align: center; padding: 0 18px; position: relative; }
#liczby .kovel-liczby > .wpb_column + .wpb_column .dt-sc-counter.type1::before {
	content: ""; position: absolute; left: 0; top: 10%; bottom: 10%;
	width: 1px; background: rgba(8, 40, 95, .12);
}
#liczby .kovel-liczby .dt-sc-couter-icon-holder { margin-bottom: 14px; }
#liczby .kovel-liczby .dt-sc-counter .icon-wrapper img { width: 44px; height: 44px; }
#liczby .kovel-liczby .dt-sc-counter-number {
	font-size: 46px; font-weight: 700; line-height: 1.1; color: #08285f;
	margin-bottom: 14px; position: relative; padding-bottom: 16px;
	transition: color .25s ease;
}
#liczby .kovel-liczby .dt-sc-counter-number::before { content: none; }
#liczby .kovel-liczby .dt-sc-counter-number::after {
	content: ""; position: absolute; top: auto; bottom: 0; left: 50%; transform: translateX(-50%);
	width: 42px; height: 3px; background: #d9b251; border-radius: 2px;
}
#liczby .kovel-liczby .dt-sc-counter h4 {
	font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase;
	color: #6b7787; margin: 0; line-height: 1.5;
}
#liczby .kovel-liczby .dt-sc-counter:hover .dt-sc-counter-number { color: #d9b251; }
@media (max-width: 767px) {
	#liczby .kovel-liczby > .wpb_column + .wpb_column .dt-sc-counter.type1::before { display: none; }
	#liczby .kovel-liczby .dt-sc-counter.type1 { margin-bottom: 34px; }
}

/* kroki procesu (dt-sc-process-flow): mniejsze koła z numerami, przerywana
   linia od koła do koła, ikona nad tytułem; hover unosi samo koło */
#jak-dzialamy .kovel-kroki { position: relative; }
#jak-dzialamy .kovel-kroki > .wpb_column { position: relative; z-index: 1; }
#jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box { border: 0; text-align: center; }
#jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span.kovel-step { font-size: 0; }
#jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span {
	border-radius: 50%;
	transition: background-color .3s ease, transform .3s ease;
}
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper { margin-bottom: 26px; }
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span {
	width: 74px; height: 74px;
	background-color: #08285f !important;
}
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3:hover .icon-wrapper span {
	background-color: #d9b251 !important; transform: translateY(-4px);
}
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span::before {
	font-size: 30px; line-height: 74px; font-weight: 700; color: #ffffff !important;
}
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3:hover .icon-wrapper span::before { color: #08285f !important; }
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span::after {
	width: 330%; left: 100%; border-bottom-style: dashed; border-bottom-width: 2px;
	border-bottom-color: #cbd8e8;
	transition: transform .3s ease, border-color .3s ease;
}
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3:hover .icon-wrapper span::after { transform: translateY(4px); }
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3.last .icon-wrapper span::after { content: none; }
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3 .icon-content h4 {
	color: #08285f; margin-top: 8px; font-size: 17px;
	position: relative; padding-top: 44px;
}
body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3 .icon-content h4::before {
	content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
	width: 30px; height: 30px;
	background-repeat: no-repeat; background-position: center; background-size: contain;
	transition: transform .3s ease, opacity .3s ease; opacity: .85;
}
body #jak-dzialamy .kovel-krok-1 .icon-content h4::before { background-image: url(../../uploads/2026/08/kovel-clipboard-edit-navy.svg); }
body #jak-dzialamy .kovel-krok-2 .icon-content h4::before { background-image: url(../../uploads/2026/08/kovel-users-navy.svg); }
body #jak-dzialamy .kovel-krok-3 .icon-content h4::before { background-image: url(../../uploads/2026/08/kovel-file-text-navy.svg); }
body #jak-dzialamy .kovel-krok-4 .icon-content h4::before { background-image: url(../../uploads/2026/08/kovel-headset-navy.svg); }
body #jak-dzialamy .dt-sc-icon-box.type3:hover .icon-content h4::before {
	transform: translateX(-50%) translateY(-3px); opacity: 1;
}
@media (max-width: 991px) {
	body #jak-dzialamy .dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span::after { content: none; }
}

/* ==========================================================================
   5. IKONY SVG — obrazkowe w kafelkach (centrowanie, warstwa nad rombem,
      biały wariant filtrem na hover) oraz podstawiane tłem tam, gdzie moduł
      nie przyjmuje obrazka (glif ukryty przez font-size:0)
   ========================================================================== */

.dt-sc-icon-box .icon-wrapper { position: relative; }
.dt-sc-icon-box .icon-wrapper img { width: 46px; height: 46px; position: relative; z-index: 3; transition: transform .25s ease; }
.dt-sc-icon-box:hover .icon-wrapper img { transform: translateY(-3px) scale(1.06); }
.dt-sc-icon-box.type1 .icon-wrapper img, .dt-sc-icon-box.type5 .icon-wrapper img { margin: 0; }
.dt-sc-icon-box.type10 .icon-wrapper img {
	position: absolute; top: 50%; left: 50%; z-index: 3; margin: 0;
	transform: translate(-50%, -50%);
	transition: filter .25s ease, transform .25s ease;
}
.dt-sc-icon-box.type10:hover .icon-wrapper img {
	transform: translate(-50%, -50%) scale(1.08);
	filter: brightness(0) invert(1);
}
.dt-sc-counter .dt-sc-couter-icon-holder img { width: 40px; height: 40px; }

.kovel-ico-clipboard span, .kovel-ico-users span, .kovel-ico-file span, .kovel-ico-headset span,
.kovel-ico-phone .dt-sc-contact-icon span, .kovel-ico-mail .dt-sc-contact-icon span,
.kovel-ico-pin .dt-sc-contact-icon span, .kovel-ico-calcheck .dt-sc-contact-icon span { font-size: 0 !important; }
.kovel-ico-clipboard span::before, .kovel-ico-users span::before, .kovel-ico-file span::before,
.kovel-ico-headset span::before, .kovel-ico-phone .dt-sc-contact-icon span::before,
.kovel-ico-mail .dt-sc-contact-icon span::before, .kovel-ico-pin .dt-sc-contact-icon span::before,
.kovel-ico-calcheck .dt-sc-contact-icon span::before {
	content: ""; display: inline-block; width: 28px; height: 28px;
	background-repeat: no-repeat; background-position: center; background-size: contain;
	transition: transform .25s ease, opacity .25s ease;
}
.kovel-ico-clipboard span::before { background-image: url(../../uploads/2026/08/kovel-clipboard-edit-navy.svg); }
.kovel-ico-users span::before     { background-image: url(../../uploads/2026/08/kovel-users-navy.svg); }
.kovel-ico-file span::before      { background-image: url(../../uploads/2026/08/kovel-file-text-navy.svg); }
.kovel-ico-headset span::before   { background-image: url(../../uploads/2026/08/kovel-headset-navy.svg); }
.kovel-ico-phone .dt-sc-contact-icon span::before    { background-image: url(../../uploads/2026/08/kovel-phone-gold.svg); }
.kovel-ico-mail .dt-sc-contact-icon span::before     { background-image: url(../../uploads/2026/08/kovel-mail-gold.svg); }
.kovel-ico-pin .dt-sc-contact-icon span::before      { background-image: url(../../uploads/2026/08/kovel-map-pin-gold.svg); }
.kovel-ico-calcheck .dt-sc-contact-icon span::before { background-image: url(../../uploads/2026/08/kovel-calendar-check-gold.svg); }
.kovel-ico-phone:hover .dt-sc-contact-icon span::before,
.kovel-ico-mail:hover .dt-sc-contact-icon span::before,
.kovel-ico-pin:hover .dt-sc-contact-icon span::before,
.kovel-ico-calcheck:hover .dt-sc-contact-icon span::before { transform: scale(1.12); }

/* ==========================================================================
   6. FAQ — minimalistyczna lista: separatory, wskaźnik plus/minus
   ========================================================================== */

#faq .dt-sc-toggle-group-set, #faq .dt-sc-toggle-frame-set { border: 0; background: none; }
#faq h5.dt-sc-toggle {
	background: none !important; border: 0; border-bottom: 1px solid #dbe6f3;
	margin: 0; padding: 0; border-radius: 0;
}
#faq h5.dt-sc-toggle a {
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	padding: 22px 4px; background: none !important; color: #08285f;
	font-size: 16px; font-weight: 600; line-height: 1.45; text-decoration: none;
}
#faq h5.dt-sc-toggle a::before { content: none !important; }
#faq h5.dt-sc-toggle a::after {
	content: ""; flex: 0 0 18px; width: 18px; height: 18px;
	background-image: linear-gradient(#08285f, #08285f), linear-gradient(#08285f, #08285f);
	background-size: 18px 1.5px, 1.5px 18px;
	background-position: center, center; background-repeat: no-repeat;
	transition: transform .3s ease, background-size .3s ease, opacity .2s ease;
}
#faq h5.dt-sc-toggle:hover a { color: #0d3b87; }
#faq h5.dt-sc-toggle:hover a::after { transform: rotate(90deg); }
#faq h5.dt-sc-toggle.active a { color: #08285f; }
#faq h5.dt-sc-toggle.active a::after { background-size: 18px 1.5px, 0 18px; transform: rotate(180deg); }
#faq .dt-sc-toggle-content {
	padding: 0 4px 24px; margin: 0; background: none; border: 0;
	color: #5a6472; font-size: 15px; line-height: 1.75; max-width: 62ch;
}
#faq .dt-sc-toggle-content p { margin: 0; }
#faq .vc_column_container:first-child .wpb_wrapper { padding-right: 30px; }

/* ==========================================================================
   7. KONTAKT — formularz CF7 i bloki danych kontaktowych (heksagony type5
      przeskalowane ~55%, glify podmienione na SVG z odwróceniem barw na hover)
   ========================================================================== */

.dt-sc-contact-info.type5 { margin: 0 0 18px; }
.dt-sc-contact-info.type5 .dt-sc-contact-icon { width: 58px; height: 30.3px; margin: 18.5px 0; }
.dt-sc-contact-info.type5 .dt-sc-contact-icon::before,
.dt-sc-contact-info.type5 .dt-sc-contact-icon::after { height: 39.6px; width: 39.6px; left: 7.2px; }
.dt-sc-contact-info.type5 .dt-sc-contact-icon::before { top: -20.9px; }
.dt-sc-contact-info.type5 .dt-sc-contact-icon::after { bottom: -20.9px; }
.dt-sc-contact-info.type5 .dt-sc-contact-icon span { font-size: 22px; line-height: 31px; }
.dt-sc-contact-info.type5 h6 { margin: 12px 0 0; }
#kontakt .dt-sc-contact-info.type5 { margin: 0 0 6px; }
#kontakt .dt-sc-contact-info.type5 .dt-sc-contact-icon { margin: 12px 0; }
#kontakt .dt-sc-contact-info.type5 h6 { margin: 8px 0 2px; }
#kontakt .dt-sc-contact-info.type5 .dt-sc-contact-icon,
#kontakt .dt-sc-contact-info.type5 .dt-sc-contact-icon::before,
#kontakt .dt-sc-contact-info.type5 .dt-sc-contact-icon::after {
	background-color: #08285f; transition: background-color .25s ease;
}
#kontakt .dt-sc-contact-info.type5:hover .dt-sc-contact-icon,
#kontakt .dt-sc-contact-info.type5:hover .dt-sc-contact-icon::before,
#kontakt .dt-sc-contact-info.type5:hover .dt-sc-contact-icon::after { background-color: #d9b251; }
#kontakt .dt-sc-contact-info .dt-sc-contact-icon span.kovel-glyph { font-size: 0 !important; }
#kontakt .dt-sc-contact-info .dt-sc-contact-icon span.kovel-glyph::before {
	content: ""; display: inline-block; width: 26px; height: 26px;
	background-repeat: no-repeat; background-position: center; background-size: contain;
	transition: transform .25s ease, background-image .25s ease;
}
#kontakt .kovel-ico-phone .dt-sc-contact-icon span.kovel-glyph::before { background-image: url(../../uploads/2026/08/kovel-phone-gold.svg); }
#kontakt .kovel-ico-mail .dt-sc-contact-icon span.kovel-glyph::before  { background-image: url(../../uploads/2026/08/kovel-mail-gold.svg); }
#kontakt .kovel-ico-pin .dt-sc-contact-icon span.kovel-glyph::before   { background-image: url(../../uploads/2026/08/kovel-map-pin-gold.svg); }
#kontakt .kovel-ico-clock .dt-sc-contact-icon span.kovel-glyph::before { background-image: url(../../uploads/2026/08/kovel-clock-gold.svg); }
#kontakt .kovel-ico-phone:hover .dt-sc-contact-icon span.kovel-glyph::before { background-image: url(../../uploads/2026/08/kovel-phone-navy.svg); transform: scale(1.1); }
#kontakt .kovel-ico-mail:hover .dt-sc-contact-icon span.kovel-glyph::before  { background-image: url(../../uploads/2026/08/kovel-mail-navy.svg); transform: scale(1.1); }
#kontakt .kovel-ico-pin:hover .dt-sc-contact-icon span.kovel-glyph::before   { background-image: url(../../uploads/2026/08/kovel-map-pin-navy.svg); transform: scale(1.1); }
#kontakt .kovel-ico-clock:hover .dt-sc-contact-icon span.kovel-glyph::before { background-image: url(../../uploads/2026/08/kovel-clock-navy.svg); transform: scale(1.1); }

#kontakt .wpcf7-form { max-width: 640px; }
#kontakt .wpcf7 label { display: block; font-weight: 600; color: #08285f; margin-bottom: 6px; font-size: 14px; }
#kontakt .wpcf7 input[type="text"], #kontakt .wpcf7 input[type="email"],
#kontakt .wpcf7 input[type="tel"], #kontakt .wpcf7 input[type="number"], #kontakt .wpcf7 textarea {
	width: 100%; padding: 12px 14px; border: 1px solid #d7e2f0; border-radius: 4px;
	background: #ffffff; color: #333; font-size: 14px; font-family: inherit;
	transition: border-color .25s ease, box-shadow .25s ease;
}
#kontakt .wpcf7 select, #kontakt .wpcf7 input[type="submit"] { font-family: inherit; }
#kontakt .wpcf7 input:focus, #kontakt .wpcf7 textarea:focus {
	border-color: #08285f; box-shadow: 0 0 0 3px rgba(8, 40, 95, .12); outline: none;
}
#kontakt .wpcf7 textarea { min-height: 130px; resize: vertical; font-size: 14px; line-height: 1.6; }
#kontakt .kovel-form-row {
	display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; align-items: start;
}
#kontakt .kovel-form-row > label { min-width: 0; margin-bottom: 18px; }
#kontakt .wpcf7 > form > label, #kontakt .wpcf7-form > label { display: block; margin-bottom: 18px; }
#kontakt .wpcf7 .wpcf7-form-control-wrap { display: block; }
#kontakt .wpcf7 .wpcf7-list-item { margin: 0; }
#kontakt .wpcf7-acceptance { margin-bottom: 14px; }
#kontakt .wpcf7-acceptance label { font-weight: 400; color: #555; font-size: 13px; display: flex; gap: 8px; align-items: flex-start; }
#kontakt .wpcf7-list-item-label { font-size: 13px; color: #5a6472; line-height: 1.5; }
#kontakt .wpcf7 input[type="checkbox"] { width: auto; margin-right: 8px; }
#kontakt .wpcf7 input[type="submit"] {
	margin-top: 6px; border: 0;
	padding: 15px 38px; border-radius: 4px; font-weight: 700; letter-spacing: .04em;
	text-transform: uppercase; font-size: 13px; cursor: pointer;
	box-shadow: 0 4px 14px rgba(8, 40, 95, .18);
}
#kontakt .wpcf7 input[type="submit"]:hover {
	box-shadow: 0 6px 18px rgba(217, 178, 81, .35);
}
body #kontakt .wpcf7 input[type="submit"],
body #kontakt input.wpcf7-submit { background-color: #08285f !important; color: #ffffff !important; border: 0; }
body #kontakt .wpcf7 input[type="submit"]:hover,
body #kontakt input.wpcf7-submit:hover {
	background-color: #d9b251 !important; color: #08285f !important;
	transform: translateY(-3px);
}
#kontakt .wpcf7 .wpcf7-not-valid-tip { color: #c0392b; font-size: 12px; margin-top: 4px; }
#kontakt .wpcf7-response-output {
	border-radius: 4px; border-width: 1px; margin: 18px 0 0; padding: 12px 16px; font-size: 14px;
}
@media (max-width: 767px) { #kontakt .kovel-form-row { grid-template-columns: 1fr; gap: 0; } }

/* ==========================================================================
   8. PRZYCISKI dt-sc-button — wspólna geometria (border-box, obrys 2px,
      promień 4px), pary kolorów per tło; rysowany obrys pseudoelementów
      zawsze w kontrze do tła przycisku
   ========================================================================== */

body .dt-sc-button,
body .dt-sc-button.filled,
body .dt-sc-button.bordered {
	box-sizing: border-box;
	position: relative;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 14px 30px;
	line-height: 1.35;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
	vertical-align: middle;
	will-change: transform;
	transition: background-color .3s ease, color .3s ease, border-color .3s ease,
	            box-shadow .3s ease, transform .3s ease;
}
.dt-sc-button { margin-bottom: 10px; }
.dt-sc-button + .dt-sc-button { margin-left: 14px; }
.dt-sc-button:hover { transform: translateY(-3px); }
.dt-sc-button:active { transform: translateY(-1px); }
.dt-sc-button.filled:hover { box-shadow: 0 10px 24px rgba(8, 40, 95, .22); }
.dt-sc-button.bordered:hover { box-shadow: 0 10px 24px rgba(8, 40, 95, .16); }
.dt-sc-dark-bg .dt-sc-button.filled:hover { box-shadow: 0 10px 24px rgba(0, 0, 0, .3); }
.dt-sc-dark-bg .dt-sc-button.bordered:hover { box-shadow: 0 10px 24px rgba(0, 0, 0, .28); }
body #footer .dt-sc-button.filled:hover { box-shadow: 0 10px 24px rgba(0, 0, 0, .35); }

/* jasne tło */
body .dt-sc-button.filled { background-color: #08285f; color: #ffffff; border-color: #08285f; }
body .dt-sc-button.filled:hover { background-color: #d9b251; color: #08285f; border-color: #d9b251; }
body .dt-sc-button.bordered { background-color: transparent; color: #08285f; border-color: #08285f; }
body .dt-sc-button.bordered:hover { background-color: #08285f; color: #ffffff; border-color: #08285f; }
body .dt-sc-button.filled::before,
body .dt-sc-button.filled::after { border-color: #d9b251; }
body .dt-sc-button.filled:hover::before,
body .dt-sc-button.filled:hover::after { border-color: #08285f; }
body .dt-sc-button.bordered::before,
body .dt-sc-button.bordered::after,
body .dt-sc-button.bordered:hover::before,
body .dt-sc-button.bordered:hover::after { border-color: #d9b251; }

/* ciemne tło i stopka */
body .dt-sc-dark-bg .dt-sc-button.bordered { background-color: transparent; color: #ffffff; border-color: #ffffff; }
body .dt-sc-dark-bg .dt-sc-button.bordered:hover { background-color: #ffffff; color: #08285f; border-color: #ffffff; }
body .dt-sc-dark-bg .dt-sc-button.filled,
body #footer .dt-sc-button.filled { background-color: #d9b251; color: #08285f; border-color: #d9b251; }
body .dt-sc-dark-bg .dt-sc-button.filled:hover,
body #footer .dt-sc-button.filled:hover { background-color: #ffffff; color: #08285f; border-color: #ffffff; }
body .dt-sc-dark-bg .dt-sc-button.filled::before,
body .dt-sc-dark-bg .dt-sc-button.filled::after,
body .dt-sc-dark-bg .dt-sc-button.filled:hover::before,
body .dt-sc-dark-bg .dt-sc-button.filled:hover::after,
body .dt-sc-dark-bg .dt-sc-button.bordered::before,
body .dt-sc-dark-bg .dt-sc-button.bordered::after,
body .dt-sc-dark-bg .dt-sc-button.bordered:hover::before,
body .dt-sc-dark-bg .dt-sc-button.bordered:hover::after,
body #footer .dt-sc-button::before, body #footer .dt-sc-button::after,
body #footer .dt-sc-button.filled:hover::before,
body #footer .dt-sc-button.filled:hover::after { border-color: #d9b251; }

@media (max-width: 575px) {
	.dt-sc-button, .dt-sc-button + .dt-sc-button { display: block; margin-left: 0; width: 100%; text-align: center; }
}

/* ==========================================================================
   9. STOPKA — tła i typografia tytułów idą z Dostosuj (Footer / Copyright);
      tu akcenty i kontry na reguły #footer z layout.css motywu
   ========================================================================== */

#footer .kovel-footer-logo { max-width: 170px; height: auto; margin-bottom: 22px; }
#footer .widget_media_image { margin-bottom: 6px; }
body #footer .footer-widgets h3.widgettitle,
body #footer .widget h3.widgettitle { color: #ffffff; }
body #footer .widget .widgettitle::before,
body #footer .widget h3::before { background-color: #d9b251; }
body #footer::before, body #footer::after { border-color: rgba(217, 178, 81, .40); }

body #footer a, body #footer .widget a, body #footer li a, body .copyright-wrapper a {
	transition: color .25s ease, padding-left .25s ease, opacity .25s ease;
}
body #footer a:hover,
body #footer .widget a:hover,
body .copyright-wrapper a:hover,
body #footer-copyright a:hover { color: #d9b251; }

/* nawigacja: szewrony zamiast punktatorów, hover przesuwa całą pozycję */
body #footer .widget ul,
body #footer .widget_nav_menu ul.menu { list-style: none; margin: 0; padding: 0; }
body #footer .widget ul li,
body #footer .widget_nav_menu ul.menu li {
	list-style: none; border: 0; padding: 0; margin: 0 0 14px; background: none;
}
body #footer .widget ul li::before,
body #footer .widget ul li::marker,
body #footer .widget_nav_menu ul.menu li::before { content: none; }
body #footer .widget ul li a,
body #footer .widget_nav_menu ul.menu li a {
	position: relative; display: inline-block; padding: 0 0 0 18px; border: 0;
	color: rgba(255, 255, 255, .72); line-height: 1.5;
	transition: transform .25s ease, color .25s ease;
}
body #footer .widget ul li a::before,
body #footer .widget_nav_menu ul.menu li a::before {
	content: "›"; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	font-size: 16px; line-height: 1; color: rgba(217, 178, 81, .6);
	transition: color .25s ease;
}
body #footer .widget ul li a:hover,
body #footer .widget_nav_menu ul.menu li a:hover {
	transform: translateX(5px); color: #d9b251; padding-left: 18px;
}
body #footer .widget ul li a:hover::before,
body #footer .widget_nav_menu ul.menu li a:hover::before { color: #d9b251; }

/* ikony kontaktowe w stopce (złote SVG zamiast glifów) */
#footer .kovel-f-ico span { font-size: 0 !important; }
#footer .kovel-f-ico span::before {
	content: ""; display: inline-block; width: 20px; height: 20px; vertical-align: middle;
	background-repeat: no-repeat; background-position: center; background-size: contain;
	transition: transform .25s ease;
}
#footer .kovel-f-home span::before  { background-image: url(../../uploads/2026/08/kovel-home-gold.svg); }
#footer .kovel-f-phone span::before { background-image: url(../../uploads/2026/08/kovel-phone-gold.svg); }
#footer .kovel-f-mail span::before  { background-image: url(../../uploads/2026/08/kovel-mail-gold.svg); }
#footer .kovel-f-clock span::before { background-image: url(../../uploads/2026/08/kovel-clock-gold.svg); }

/* pasek copyright */
body .footer-copyright,
body .footer-copyright p,
body .footer-copyright a,
body #footer-copyright, body #footer-copyright p, body #footer-copyright a {
	font-size: 12px; line-height: 1.7; letter-spacing: .01em;
}
body .footer-copyright { padding-top: 20px; padding-bottom: 20px; }
body #footer .footer-copyright a,
body #footer .footer-copyright a:link,
body #footer .footer-copyright a:visited { color: #ffffff; }
body #footer .footer-copyright a:hover { color: #d9b251; }

/* ==========================================================================
   10. PRZYCISK „DO GÓRY" — kolory zaszyte w klatkach enlarge_1/2/3 motywu,
       przedefiniowane na barwy marki
   ========================================================================== */

#toTop { color: #08285f; opacity: 1; transition: transform .25s ease, opacity .25s ease; }
#toTop::before, #toTop::after {
	border-bottom-color: #d9b251;
	border-left-color: transparent; border-right-color: transparent; border-top-color: transparent;
	transition: border-bottom-color .25s ease;
}
#toTop span { color: #08285f; font-weight: 700; letter-spacing: .04em; transition: color .25s ease; }
#toTop:hover { transform: translateY(-4px); }
#toTop:hover::before, #toTop:hover::after { border-bottom-color: #08285f; }
#toTop:hover span { color: #d9b251; }
@keyframes enlarge_1 {
	from { opacity: 1; border-left: 2px solid transparent;  border-right: 2px solid transparent;  border-bottom: 4px solid #d9b251;  margin-top: 0; }
	to   { opacity: 0; border-left: 30px solid transparent; border-right: 30px solid transparent; border-bottom: 60px solid #d9b251; margin-top: -60px; }
}
@keyframes enlarge_2 {
	from { opacity: 1; border-left: 2px solid transparent;  border-right: 2px solid transparent;  border-bottom: 4px solid #c79f3f;  margin-top: -4px; }
	to   { opacity: 0; border-left: 30px solid transparent; border-right: 30px solid transparent; border-bottom: 60px solid #c79f3f; margin-top: -60px; }
}
@keyframes enlarge_3 {
	from { opacity: 1; border-left: 2px solid transparent;  border-right: 2px solid transparent;  border-bottom: 4px solid #08285f;  margin-top: -4px; }
	to   { opacity: 0; border-left: 30px solid transparent; border-right: 30px solid transparent; border-bottom: 60px solid #08285f; margin-top: -60px; }
}

/* ==========================================================================
   11. DOSTĘPNOŚĆ — wyłączenie animacji przy prefers-reduced-motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	#problemy::before, #problemy::after, #branze::before, #branze::after,
	#faq::before, #pracownicy::after, #jak-dzialamy::before, #kontakt::after,
	#slider .kovel-hero-img img,
	#slider .kovel-hero-title, #slider .kovel-hero-sub,
	#slider .kovel-hero-cta, #slider .kovel-hero-cta2,
	#slider.kovel-hero::before,
	#toTop::before, #toTop::after, #toTop span { animation: none; }
}

/* ==========================================================================
   12. EDYTOR FRONTENDOWY WPBAKERY — opakowuje moduły w div.vc_element
       (position:relative), co psuje absolutne zdjęcie hero i układ przycisków;
       .vc_element istnieje tylko w edytorze, front tego nie widzi
   ========================================================================== */

#slider .vc_element.vc_vc_single_image {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; margin: 0;
}
#slider .vc_element.vc_dt_sc_button { display: inline-block; vertical-align: top; }
#slider .vc_element.vc_dt_sc_button + .vc_element.vc_dt_sc_button { margin-left: 14px; }
#slider .vc_element.vc_vc_custom_heading { position: relative; z-index: 2; }
