<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-top{
	width: 100%;
    background: var(--green-50);
    margin-top: 88px;
    background-size: 50% 100%;
    background-position: right center;
    background-repeat: no-repeat;
	min-height: 480px;
	position: relative;
}
.article-top .background-image{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	display: none;
}
.background-image-wideScreens{
	height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	border-radius: 20px;
	display: block
}
@media only screen and (max-width: 2000px){
	.background-image-wideScreens{
		display: none;
	}
	.article-top .background-image{
		display: block;
	}
}
.article-top .container{
	padding-top: 64px;
/* 	display: flex;
	justify-content: flex-start; */
	display: grid;
	grid-template-columns: 1fr 1fr;
}
/* .article-top .container .content{
	width: 45%;
} */
.article-top .container .content .breadcrumbs{
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 24px;
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs p{
color: #4F4F4F;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
}
.article-top p{
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.article-top .container .content h1{
	color: var(--grey-dark-900);
	font-size: 44px;
	font-weight: 700;
	line-height: 116%;
	margin-bottom: 40px;
}
.article-top .container .content ul{
	color: var(--grey-dark-900);
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 130px;
	list-style: none;
	padding: 0;
}
.article-top .container .content ul li{
	display: flex;
	align-items: center;
}
.article-top .container .content ul li:first-of-type span{
	margin-left: 12px;
}


/* ------------------------- ARTICLE CONTENT ------------------------- */

.article-content{
	margin-top: 64px;
	margin-bottom: 200px;
}

.article-content .container article{
	display: grid;
	grid-template-columns: minmax(300px, 300px) 1fr;
	gap: 128px;
}
/*  ASIDE */
aside {
    position: -webkit-sticky;
    position: sticky;
    max-width: 300px;
    width: 100%;
	top: 8rem !important;
	
	display: flex;
    flex-direction: column;
    align-self: flex-start;
    gap: 64px;
}

aside .banner{
	padding: 40px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: #F8FAFC;
}

aside .banner h2{
	color: var(--grey-dark-900);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin: 0 0 32px 0;
}
aside .banner h2 span{
	color: var(--green-500);
	font-size: 24px;
	font-weight: 700;
}
aside .banner p{
	color: var(--grey-dark-800);
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 32px;
}

aside .content-table{
	height: 38vh;
	overflow-y: auto;
}

aside .toc-sidebar{
	box-shadow: none;
	padding: 0 10px;
/* 	dodatkowe */
	gap: 16px;
    display: flex;
    flex-direction: column;
}
aside .toc-sidebar li{
	list-style: none;
}
aside .toc-sidebar a{
	color: var(--grey-dark-900) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
aside .toc-sidebar a.active{
	text-decoration: none;
	font-weight: 600;
}
aside .toc-sidebar a:hover{
	text-decoration: none;
	font-weight: 600;
}

/* scroll bar */

/* aside .content-table {
    scrollbar-width: auto;
    scrollbar-color: #69616b #ffffff;
  } */

  /* Chrome, Edge, and Safari */
aside .content-table::-webkit-scrollbar {
    width: 12px !important;
  }

aside .content-table::-webkit-scrollbar-track {
	border-radius:40px !important;
  }

aside .content-table::-webkit-scrollbar-thumb {
    background: var(--grey-light-600) !important;
    border-radius: 10px !important;
    border: 3px solid #ffffff !important;
  }

/*  CONTENT */
.article-content .container .content{
	max-width: 759px;
	color: var(--grey-dark-900);
}

article .content #ez-toc-container{
	display: none;
}

article .content .rt-reading-time{
	display: none !important;
}

/* ARTICLE ALL CLASSES */

.article-head h1 {
    border-bottom: 2px solid #d8d8d8;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.25;
    padding-bottom: 18px;
    margin-left: 28px;
    margin-right: 89px;
}

article p.wp-caption-text {
    font-size: 14px;
}

article .wp-caption {
	max-width: 100%;
}

.article-head section.attributes {
    width: 100%;
}

.article-head section.attributes ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none;
    margin-left: 28px;
    margin-right: 89px;
    margin-top: 12px;
    margin-bottom: 27px;
}

article div.img-responsive {
    min-width: 100%;
    max-height: 100%;
}

article div.content ul, article div.content ol{
	display: flex;
    flex-direction: column;
    gap: 12px;
}

article div.content ul li,
article div.content ol li{
	font-size: 18px;
}

article div.content ul li p,
article div.content ol li p{
	margin-bottom: 0;
}


article img, 
article iframe {
    width: 100% !important;
	border-radius: var(--medium_border_radius);
    height: auto;
}
article iframe {
	aspect-ratio: 16 / 9;
}

article div.content h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bolder;
    padding-top: 48px;
    padding-bottom: 24px;
	font-weight: bold !important;
}

/* article section div img.avatar {
    width: auto;
    margin-right: 20px;
} */

article .alignright {
    float: right;
}

article .alignleft {
    float: left;
}

article .aligncenter {
    display: flex;
    margin: 43px auto;
    flex-direction: column;
}

article blockquote {
    border-left: 3px solid var(--basic_dark);
    padding-left: 10px;
}

article div img.size-large {
    width: 839px;
}

article div img.size-full {
    width: 839px;
}

article section .wp-block-image figcaption {
    margin-top: -1rem;
}

article section ul li {
    letter-spacing: 0.5px;
    font-size: 18px;
	padding-bottom: 15px;
}

article footer {
    border-radius: 4px;
    border: dashed 1px #d8d8d8;
    padding: 27px 30px;
    margin-bottom: 80px;
}

article footer h5 {
    font-family: var(--text_font_family);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.14px;
    margin-top: 12px;
    margin-bottom: 20px;
}

article footer p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    color: var(--basic_dark);
}
.separator {
    width: 100vw;
    max-width: 100%;
    position: absolute;
    left: 0;
    border-bottom: 3px solid #f4f3f2;
    margin: 0;
    padding: 0;
    right: 0;
}

/* footer content */

.footer-content{
	margin-top: 80px;
}
.footer-content .socials{
	display: flex;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E4E7;
}
.footer-content .socials a{
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.footer-content .socials a:hover{
	transform: scale(1.1);
}
.footer-content .socials img{
	border-radius: 0;
	height: 100%;
}

/* author bio */
#author-bio{
	margin-top: 40px;
	display: flex;
	gap: 20px;
}

#author-bio .description p{
	display: flex;
	flex-direction: column;
	color: var(--grey-light-800);
}

#author-bio .img img{
	width: 89px !important;
	height: 89px !important;
	max-width: unset;
}
/* star reviews */
.star-reviews-container{
	margin-top: 80px;
}
.glsr-label span{
	color: var(--grey-dark-900);
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 26px;
}
.glsr-button{
    background-color: var(--blue-light);
	border: none;
    border-radius: 36px;
    padding: 8px 35px;
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    cursor: pointer;
    margin-top: 20px !important;
	transition: all 0.2s ease-in-out;
}
.glsr-button:hover{
}

.glsr-summary-wrap{
	margin-bottom: 2rem;
}

.glsr-star-rating{
	padding: 0;
}

.glsr-summary-wrap{
	margin-top: 2rem;
}

.glsr-star-rating--stars span{
	width: 24px !important;
	height: 24px !important;
}



/* -------------- RELATED POSTS -------------- */

p.related-posts{
	margin-top: 160px;
	margin-bottom: 48px;
	color: var(--grey-dark-900);
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#related-posts{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

/* ---------------- COMMENTS -------------- */

#comments .comments-title{
	margin-bottom: 0 !important;
	position: relative;
	color: var(--grey-dark-900);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

#comments .comments-title::after{
	content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    bottom: 0px;
    left: 0;
    background: var(--green-500);
    border-radius: 100px 100px 0px 0px;
}

#comments h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 38px 0;
    padding: 20px;
}

#comments ol {
    border-top: 1px solid #E2E4E7;
    list-style-type: none;
    padding-left: 0;
    max-width: 839px;
    width: 100%;
	padding-top: 32px;
}

#comments ol li {
    display: block;
    padding: 16px 0;
}

#comments ol li div.comment-body {
    display: flex;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.76;
    letter-spacing: normal;
    color: var(--basic_dark);
}

#comments ol li div.comment-body .comment-data .comment-author {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 13px;
}

#comments ol li div.comment-body .comment-author-avatar {
    margin-right: 27px;
}

#comments ol li div.comment-body .comment-data .comment-author div span {
    opacity: 0.5;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}

#comments ol li div.comment-body .comment-data .comment-author div + div {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
    color: #3764fd;
}

#comments .comment-respond {
    position: relative;
    padding-top: 64px;
}

#comments .comment-respond:after {
    left: 50%;
    width: 100vw;
    max-width: 100%;
}

#comments .comment-notes {
    display: none;
}

#comments .comment-respond .comment-reply-title {
    padding-bottom: 48px;
	font-size: 36px;
}

#comments .comment-respond label {
    display: none;
}

#comments .comment-respond form {
    width: 100%;
    max-width: 960px;
    margin-bottom: 96px;
}

#comments .comment-respond form div {
    display: flex;
}

#comments .comment-respond form input[type="text"],
#comments .comment-respond form input[type="email"] {
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    font-size: 16px;
    font-weight: 600;
    color: var(--basic_dark);
    padding: 19px 31px;
    margin-bottom: 32px;
    width: 100%;
}

#comments .comment-respond form input[type="text"] {
    margin-right: 32px;
}

#comments .comment-respond form textarea {
    width: 100%;
    min-height: 130px;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    margin-bottom: 24px;
    padding: 19px 31px 0px 31px;
}

#comments .comment-respond form input[type="submit"] {
    background: linear-gradient(110.94deg, #2D80EB 36.16%, #2466BC 88.93%);
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	padding: 16px 36px;
	border-radius: 36px;
	transition: all 0.2s ease-in-out;
}
#comments .comment-respond form input[type="submit"]:hover {
    background: linear-gradient(110.94deg, #2D80EB 36.16%, #2466BC 88.93%);
}

#comments p{
	font-size: 16px;
}

/* ------------------------------- RATE APPS ------------------------------------- */

div.rate-apps {
    margin-top: 3rem;
}

.rate-apps .row .col-lg-3 {
    text-align: center;
    margin-bottom: 69px;
}

.rate-apps .row .col-lg-3 img:first-child {
    margin-bottom: 21px;
}

/* ---------------------------------------------------------- SHORTCODES ------------------------------------------------- */

/* CUSTOM BUTTON */

article .custombutton {
	display: inline-block;
    padding: 16px 36px 16px 36px;
    border-radius: 36px;
	background: linear-gradient(110.94deg, #2D80EB 36.16%, #2466BC 88.93%);
    margin: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

/* article .custombutton:hover {
    text-decoration: none;
    background-color: var(--green-600);
} */

/* big_cta */

#big_cta{
	margin: 40px 0;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 24px;
	background: var(--green-500);
	gap: 40px;
}
#big_cta .text h5.heading{
	color: var(--white);
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0;
}
#big_cta .text p{
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#big_cta .button{
    width: fit-content;
    white-space: nowrap;
}

/* Quotes */

#quotes{
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 24px 32px;
	border-radius: 8px;
	background: var(--green-50);
	margin: 40px 0;
}
#quotes img{
	border-radius: 0;
    width: unset !important;
    aspect-ratio: unset !important;
	margin-top: 5px;
}
#quotes p{
	color: var(--grey-dark-900);
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
}

/* Pricing table */

#pricing_table{
	margin: 40px 0;
	padding: 24px 24px 40px 24px;
	border-radius: 8px;
	background: var(--green-50);
}


#other-posts-section{
    margin-bottom: 96px;
}
#other-posts-section h2{
    margin-top: 0;
    padding-top: 0;
}
#other-posts-section li{
    padding: 0;
}
</pre></body></html>