:root {
  --font-family-primary: 'SourceSansPro', sans-serif;
  --font-family-head: 'SourceSansPro', sans-serif;
  --font-weight-base: 400;
  --font-weight-heading: 600;
  --line-height-base: 1.5;
  --line-height-heading: 1.1;
  
  --sp-24-160: clamp(1.5rem, -1.7692rem + 13.0769vw, 10rem); /* 24 - 160 */
  --sp-48-112: clamp(3rem, 1.4615rem + 6.1538vw, 7rem); /* 48 - 112 */
  --sp-40-112: clamp(2rem, 0.0769rem + 7.6923vw, 7rem); /* 32 - 112 */
  --sp-64-80: clamp(4rem, 3.6154rem + 1.5385vw, 5rem); /* 64 - 80 */
  --sp-40-80: clamp(2.5rem, 1.5385rem + 3.8462vw, 5rem); /* 40 - 80 */
  --sp-24-112: clamp(1.5rem, -0.6154rem + 8.4615vw, 7rem); /* 24 - 112 */
  --sp-40-64: clamp(2.5rem, 1.9231rem + 2.3077vw, 4rem); /* 40 - 64 */
  --sp-24-64: clamp(1.5rem, 0.5385rem + 3.8462vw, 4rem); /* 24 - 64 */
  --sp-24-48: clamp(1.5rem, 0.9231rem + 2.3077vw, 3rem); /* 24 - 48 */
  --sp-24-40: clamp(1.5rem, 1.1154rem + 1.5385vw, 2.5rem); /* 24 - 40 */
  --sp-24-32: clamp(1.5rem, 1.3077rem + 0.7692vw, 2rem); /* 24 - 32 */
  --sp-16-80: clamp(1rem, -0.5385rem + 6.1538vw, 5rem); /* 16 - 80 */
  --sp-16-64: clamp(1rem, -0.1538rem + 4.6154vw, 4rem); /* 16 - 64 */
  --sp-16-48: clamp(1rem, 0.2308rem + 3.0769vw, 3rem); /* 16 - 48 */
  --sp-16-40: clamp(1rem, 0.4231rem + 2.3077vw, 2.5rem); /* 16 - 40 */
  --sp-16-32: clamp(1rem, 0.6154rem + 1.5385vw, 2rem); /* 16 - 32 */
  --sp-16-24: clamp(1rem, 0.8077rem + 0.7692vw, 1.5rem); /* 16 - 24 */
  --sp-12-24: clamp(0.75rem, 0.4615rem + 1.1538vw, 1.5rem); /* 12 - 24 */
  --sp-0-16: clamp(0rem, -0.3846rem + 1.5385vw, 1rem); /* 0 - 16 */
  
  --border-r--32: clamp(1rem, 0.6154rem + 1.5385vw, 2rem); /* 16 - 32 */
  --border-r--24: clamp(1rem, 0.8077rem + 0.7692vw, 1.5rem); /* 16 - 24 */
  --border-r--20: clamp(1rem, 0.9038rem + 0.3846vw, 1.25rem); /* 16 - 20 */
  --border-r--16: clamp(0.75rem, 0.6538rem + 0.3846vw, 1rem); /* 12 - 16 */
  --border-r--12: clamp(0.5rem, 0.4038rem + 0.3846vw, 0.75rem); /* 8 - 12 */
  --border-r--8: clamp(0.25rem, 0.1538rem + 0.3846vw, 0.5rem); /* 4 - 8 */
  
  --blog-headings: clamp(1.25rem, 1.1538rem + 0.3846vw, 1.5rem); /* 24px */
}


@font-face {
  font-display: swap;
  font-family: 'SourceSansPro';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/netia-agencjagood/assets/fonts/source-sans-3-v18-latin-ext-regular.woff2') format('woff2'),
       url('/wp-content/themes/netia-agencjagood/assets/fonts/source-sans-3-v18-latin-ext-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'SourceSansPro';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/netia-agencjagood/assets/fonts/source-sans-3-v18-latin-ext-600.woff2') format('woff2'),
       url('/wp-content/themes/netia-agencjagood/assets/fonts/source-sans-3-v18-latin-ext-600.ttf') format('truetype'); 
}

html {
  font-family: var(--font-family-primary);  
  scroll-behavior: smooth;
}

body {
    overflow-x: clip;
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-base);
    text-rendering: optimizeLegibility;
    font-smooth: always;
    color: var(--color-body-text);
    font-size: 18px;
    background: #fff;
}
.main,
footer {
    overflow-x: clip;
}

body, nav, h1, h2, h3, h4, h5, h6, header, footer, address,
p, hr, blockquote, ol, ul, li, dl, dt, figure, figcaption, div, main,
a, strong, s, q, data, time, code, var, sub, sup, i, b, u, rt, span, br,
img, iframe, embed, object, param, video, source, track, map, area,
form, label, optgroup, option, output, progress {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
ul, ol {
    padding-left: 16px;
    margin-top: 6px;
}
img {
    max-width: 100%;
    height: 100%;
}

 figcaption, figure, footer, header, main, nav {
  display: block;
}

hr {
  height: 0;
  border-bottom: 1px solid #000;
}


blockquote {
  page-break-inside: avoid;
}

strong, b {
  font-weight: 600;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

 th, td {
  text-align: left;
  font-weight: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.bg--white {
    background-color: #fff;
}
.bg--light {
    background-color: var(--color-bg--light);
}
.bg--primary {
    background-color: var(--color-primary);
}
.bg--med {
    background-color: var(--color-bg--medium);
}
.bg--dark {
    background-color: var(--color-bg--dark);
}
.bg--very-dark {
    background-color: var(--color-dark);
}
.bg--body-light {
    background-color: var(--color-body-bg);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h4, .h5, .h6, .ff--head {
    font-family: var(--font-family-head);
    line-height: var(--line-height-heading);
    font-weight: var(--font-weight-heading);
    color: var(--color-headings--dark);
}
.ff--base {
    font-family: var(--font-family-primary);
    color: var(--color-body-text);
    line-height: var(--line-height-base);
    font-weight: var(--font-weight-base);
}


.fs--italic {
    font-style: italic;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-chil {
  margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h4 a, .h5 a, .h6 a, a {
  color: inherit;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
p {
  margin-bottom: 1.5rem;
  line-height: var(--line-height-base);
}
p:last-child {
  margin-bottom: 0;
}


/* 64 - 96px */
.fs--96 {
    font-size: clamp(4rem, 3.2308rem + 3.0769vw, 6rem);
}
/* 34 - 64px */
.fs--64 {
    font-size: clamp(2.125rem, 1.5202rem + 2.4194vw, 4rem);
}
/* 32 - 46px */
.fs--48 {
    font-size: clamp(2rem, 1.7697rem + 0.9211vw, 2.875rem);
}
/* 28 - 44px */
.fs--44 {
    font-size: clamp(1.75rem, 1.3654rem + 1.5385vw, 2.75rem);
}
/* 28 - 40px */
.fs--40 {
    font-size: clamp(1.75rem, 1.5081rem + 0.9677vw, 2.5rem);
}
/* 26 - 36px */
.fs--36 {
   font-size: clamp(1.625rem, 1.4234rem + 0.8065vw, 2.25rem);
}
/* 24 - 32px */
.fs--32 {
    font-size: clamp(1.5rem, 1.3387rem + 0.6452vw, 2rem);
}
/* 22 - 28px */
.fs--28 {
    font-size: clamp(1.375rem, 1.254rem + 0.4839vw, 1.75rem);
}
/* 20 - 24px */
.fs--24 {
    font-size: clamp(1.25rem, 1.1694rem + 0.3226vw, 1.5rem);
}
/* 18 - 22px */
.fs--22 {
    font-size: clamp(1.125rem, 1.0288rem + 0.3846vw, 1.375rem);
}
/* 18 - 20px */
.fs--20 {
    font-size: clamp(1.125rem, 1.0847rem + 0.1613vw, 1.25rem);
}
/* 16 - 18px */
.fs--18 {
    font-size: clamp(1rem, 0.9597rem + 0.1613vw, 1.125rem);
}
/* 15 - 16px */
.fs--16 {
    font-size: clamp(0.9375rem, 0.9173rem + 0.0806vw, 1rem);
}
.fs--14 {
    font-size: 14px;
}
.fs--12 {
    font-size: 12px;
}

.wp-block-heading {
    font-size: clamp(1.125rem, 1.0574rem + 0.2703vw, 1.25rem);
}

.fc--white {
    color: #fff!important;
}
.fc-head--light {
    color: var(--color-headings--light);
}
.fc--light {
    color: var(--color-text--light);
}
.fc--dark {
    color: var(--color-text--dark);
}
.fc--primary {
    color: var(--color-primary);
}
.fc--secondary {
    color: var(--color-secondary);
}
.fc--tertiary {
    color: var(--color-tertiary);
}
.fc--medium {
    color: var(--color-text--medium);
}

.text--decor--primary span {
    color: var(--color-primary);
}

.fw--700 {
    font-weight: 700;
}
.fw--600 {
    font-weight: 600;
}
.fw--500 {
    font-weight: 500;
}
.fw--400 {
    font-weight: 400;
}

.l-h--13 {
    line-height: 1.3;
}
.l-h--head {
    line-height: var(--line-height-heading);
}

.text--center {
    width: 100%;
    text-align: center;
}
.tt--upper {
    text-transform: uppercase;
}
.text-gradient {   
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(195deg, #232323 15%, #DEDEDE 150%);
    -webkit-background-clip: text;
    background-clip: text;
}
.b-radius--40 {
    border-radius: var(--border-r--40);
}
.b-radius--20 {
    border-radius: var(--border-r--24);
}
.b-radius--16 {
    border-radius: var(--border-r--16);
}


.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
    padding: var(--sp-40-80) 20px; /* 40 - 80px */
    position: relative;
    display: flex;
    flex-direction: column;
}

main section:first-child .container {
    padding-top: 160px;
}
main section.first {
    padding-top: 24px;
}
main section.first .container {
    padding-top: 144px;
}
.full-w .container {
    max-width: 1568px;
    padding-left: 0;
    padding-right: 0;
}
.pad-t--base {
    padding-top: var(--sp-40-80);
}
.pad-b--base {
    padding-bottom: var(--sp-40-80);
}
.pad-t--xl {
    padding-top: clamp(3.5rem, 1.9615rem + 6.1538vw, 7.5rem); /* 56 - 120px */
}
.pad-b--xl {
    padding-bottom: clamp(3.5rem, 1.9615rem + 6.1538vw, 7.5rem); /* 56 - 120px */
}
.pad-t--m {
    padding-top: clamp(2rem, 1.4231rem + 2.3077vw, 3.5rem); /* 32 - 56px */
}
.pad-b--m {
    padding-bottom: clamp(2rem, 1.4231rem + 2.3077vw, 3.5rem); /* 32 - 56px */
}
.pad-t--sm {
    padding-top: 32px;
}
.pad-b--sm {
    padding-bottom: 32px;
}
.pad-t--0 {
    padding-top: 0;
}
.pad-b--0 {
    padding-bottom: 0;
}

@media(max-width: 540px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.w--100 {
    width: 100%;
}

.col-wrap {
    display: flex;
    gap: var(--sp-40-112);
}
.col--80,
.col--75,
.col--70, 
.col--65,
.col--60,
.col--55, 
.col--50, 
.col--45,
.col--40,
.col--35,
.col--30,
.col--25,
.col--20 {
    position: relative;
}
.col--80 {
    width: 80%;
}
.col--75 {
    width: 75%;
}
.col--70 {
    width: 70%;
}
.col--65 {
    width: 65%;
}
.col--60 {
    width: 60%;
}
.col--55 {
    width: 55%;
}
.col--50 {
    width: 50%;
}
.col--45 {
    width: 45%;
}
.col--40 {
    width: 40%;
}
.col--35 {
    width: 35%;
}
.col--30 {
    width: 30%;
}
.col--25 {
    width: 25%;
}
.col--20 {
    width: 20%;
}

.max-w--1400 {
    width: 100%;
    max-width: 1400px;
}
.max-w--1200 {
    width: 100%;
    max-width: 1200px;
}
.max-w--1100 {
    width: 100%;
    max-width: 1100px;
}
.max-w--1050 {
    width: 100%;
    max-width: 1050px;
}
.max-w--1000 {
    width: 100%;
    max-width: 1000px;
}
.max-w--950 {
    width: 100%;
    max-width: 950px;
}
.max-w--900 {
    width: 100%;
    max-width: 900px;
}
.max-w--800 {
    width: 100%;
    max-width: 800px;
}
.max-w--750 {
    width: 100%;
    max-width: 750px;
}
.max-w--700 {
    width: 100%;
    max-width: 700px;
}
.max-w--650 {
    width: 100%;
    max-width: 650px;
}
.max-w--550 {
    width: 100%;
    max-width: 550px;
}
.max-w--450 {
    width: 100%;
    max-width: 450px;
}

@media (max-width: 992px) {
    .col-wrap {
        flex-direction: column;
    }
    .--reverse{
        flex-direction: column-reverse!important
    }
    .col--80,
    .col--75,
    .col--70, 
    .col--65,
    .col--60,
    .col--55, 
    .col--50, 
    .col--45,
    .col--40,
    .col--35,
    .col--30,
    .col--25,
    .col--20 {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .text-col--2 {
        column-count: 2;
        column-gap: 54px;
    }
}
.text-mark--primary strong {
    color: var(--color-primary);
}
.vert--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vert--bottom {
    display: flex;
    align-items: flex-end;
}
.align--center {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.align--right {
    margin-left: auto;
}
@media (min-width: 992px) {
    .sticky {
        position: sticky;
        top: 100px;
    }
}

.img-holder {
    display: flex;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.mb--4 {
    margin-bottom: 4px;
}
.mb--6 {
    margin-bottom: 6px;
}
.mb--8 {
    margin-bottom: 8px;
}
.mb--12 {
    margin-bottom: 12px;
}
.mb--16 {
    margin-bottom: 16px;
}
.mb--24 {
    margin-bottom: 24px;
}
.mb--32 {
    margin-bottom: 32px;
}
.mb--40 {
    margin-bottom: 40px;
}
.mb--48 {
    margin-bottom: 48px;
}
.mb--56 {
    margin-bottom: 56px;
}
.mb--64 {
    margin-bottom: 64px;
}
.mb--80 {
    margin-bottom: 80px;
}
.mb--120 {
    margin-bottom: 120px;
}
/* 40 - 160px */
.mb--160 {
    margin-bottom: clamp(3rem, 0.2rem + 11.2vw, 10rem);;
}
.mt--16 {
    margin-top: 16px;
}
.mt--auto {
    margin-top: auto;
}
.grid--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.grid--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.grid--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.grid--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}
.grid--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.grid--8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 24px;
}
@media (max-width: 1024px) {
    .grid--5 {
        grid-template-columns: repeat(3, 1fr);
    } 
    .grid--8 {
        grid-template-columns: repeat(4, 1fr);
    } 
}
@media (max-width: 992px) {
    .grid--6 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid--3 {
        grid-template-columns: repeat(1, 1fr);
    }
   .grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .grid--2,
    .grid--3,
    .grid--4,
    .grid--5 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid--6,
    .grid--8 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gap--s {
    gap: 24px
}

/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(220,220,220,0.5);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap__icon {
	position: absolute;
	height: 18px;
	width: 18px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.progress-wrap .progress-wrap__icon path {
    fill: #666;
}
.progress-wrap:hover .progress-wrap__icon {
	opacity: 1;
}

.progress-wrap svg.progress-circle path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--color-primary);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


@media (max-width: 540px) {
   .breadcrumbs {
       overflow-x: auto;
       padding-bottom: 4px;
   } 
}
.breadcrumbs-wrap .breadcrumbs ol {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    list-style: none;
    padding: 0;
    
    li {
        white-space: nowrap;
        color: var(--color-text--medium);
    }  
    li:hover {
        color: #fff;
    }
    svg {
        min-width: 12px;
    }
}
.breadcrumbs-wrap ol li:last-child {
    color: #fff;
}



@media (min-width: 992.1px) {
    .d--none {
        display: none!important;
    }
}
@media (max-width: 992px) {
    .d-tablet--none {
        display: none!important;
    }
}

@media (max-width: 540px) {
    .d-mobile--none {
        display: none!important;
    }
}
@media (max-width: 768px) {
    .mb--32 {
        margin-bottom: 24px;
    }
    .mb--40 {
        margin-bottom: 24px;
    }
    .mb--48 {
        margin-bottom: 24px;
    }
    .mb--56 {
        margin-bottom: 32px;
    }
    .mb--64 {
        margin-bottom: 32px;
    }
    .mb--80 {
        margin-bottom: 40px;
    }
    .mb--120 {
        margin-bottom: 48px;
    }
    body {
        font-size: 16px;
    }
}
.button.--floating {
	display: none;
}
@media (max-width: 992px) {
	.button.--floating {
		display: flex;
		position: fixed;
        left: 50%;
        bottom: 12px;
        transform: translateX(-50%);
        width: calc(100% - 24px);
        max-width: 440px;
		z-index: 1;
	}
}
#prefooter, 
#footer {
	z-index: 2;
	position: relative
}