h1,
h2,
h3,
h4 {
	color: black;
}
body {
	font-family: 'Instrument Sans' !important;
}
.nl-bo {
	font-family: 'Instrument Sans';
	overflow: hidden;
}

.jak-skorzystac {
	padding: 5%;
	padding-bottom: 2%;
	position: relative;
	z-index: 0;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.kroki {
	padding-top: 0px;
}

.features__item {
	margin-bottom: 10px;
	margin-top: 10px;
}

.newslettery-tabs {
	padding-top: 4%;
	padding-bottom: 6%;
}

.newsletter-img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #cccccc;
	margin-bottom: 6%;
}

.tab-content {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 576px) {
	.kroki {
		padding-top: 30px;
	}
}

.tab-content {
	width: 96%;
	margin: auto;
}

.regulamin-discl {
	padding-top: 48px;
	font-size: 0.7rem;
	line-height: 0.9rem;
	color: #6d6d6d;
}

@media (min-width: 992px) {
	html {
		font-size: 16px;
	}
	.newsletter-img {
		margin-bottom: 0;
	}
}

.wrapper {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

strong {
	font-weight: 600;
}

iframe {
	border-radius: 16px;
}

img {
	object-fit: cover;
}

.section {
	margin: 80px 0;
}

@media (min-width: 768px) {
	.section {
		margin: 100px 0;
	}
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}
.cta-trans {
	border-radius: 8px;
	border: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-height: 42px;
	line-height: 1.2;
	padding: 4px 32px;
	color: black;
	border: 1px solid rgba(0, 0, 0, 0.432);
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	margin-top: 10px;
	z-index: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 300;
	text-align: center;
}
.cta-trans:hover {
	background-color: rgb(232, 232, 232);
	color: black;
}

.cta {
	border-radius: 8px;
	border: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-height: 42px;
	line-height: 1.2;
	padding: 4px 32px;
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	background: #0082fa;
	color: #fff;
	margin-top: 10px;
	z-index: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 300;
	text-align: center;
}

.cta[disabled] {
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	opacity: 1;
}

.cta:hover {
	background: #0067c7;
	color: #fff;
}

.cta--outline {
	border: 1px solid #0082fa;
	color: #0082fa;
	background: none;
}

.cta--outline:hover {
	background: #e6f5ff;
	border: 1px solid #0070cc;
	color: #0070cc;
}

.cta--secondary {
	background: #0fd2ff;
	border: none;
	color: #fff;
}

.cta--secondary:hover {
	background: #00b2db;
	color: #fff;
}

.cta--secondary--outline {
	border: 1px solid #0fd2ff;
	color: #0fd2ff;
	background: none;
}

.cta--secondary--outline:hover {
	background: #0fd2ff;
	color: #fff;
}

.cta--white {
	background: #fff;
	color: #000;
}

.cta--white:hover {
	background: #cccccc;
	color: #000;
}

.cta--white--outline {
	border: 1px solid #fff;
	color: #fff;
	background: none;
}

.cta--white--outline:hover {
	background: #fff;
	color: #000;
}

.cta--black {
	background: #000;
	color: #fff;
}

.cta--black:hover {
	background: #333333;
	color: #fff;
}

.cta--black--outline {
	border: 1px solid #000;
	color: #000;
	background: none;
}

.cta--black--outline:hover {
	background: #000;
	color: #fff;
}

.cta--gray {
	background: #575757;
	color: #fff;
}

.cta--gray:hover {
	background: #3d3d3d;
	color: #fff;
}

.cta--gray--secondary {
	background: #f0f0f0;
	border: none;
	color: #666666;
}

.cta--gray--secondary:hover {
	background: #e0e0e0;
	color: #333333;
}

.cta--gray--outline {
	border: 1px solid #575757;
	color: #575757;
	background: none;
}

.cta--gray--outline:hover {
	background: #575757;
	color: #fff;
}

.cta--violet {
	background: #8250fa;
	color: #fff;
}

.cta--violet:hover {
	background: #5f1ef9;
	color: #fff;
}

.cta--violet--secondary {
	background: #ece5fe;
	border: none;
	color: #5f1ef9;
}

.cta--violet--secondary:hover {
	background: #ded1fe;
	border: none;
	color: #4606de;
}

.cta--violet--outline {
	border: 1px solid #8250fa;
	color: #8250fa;
	background: none;
}

.cta--violet--outline:hover {
	background: #8250fa;
	color: #fff;
}

.cta--pink {
	background: #fa0064;
	color: #fff;
}

.cta--pink:hover {
	background: #c70050;
	color: #fff;
}

.cta--pink--outline {
	border: 1px solid #fa0064;
	color: #fa0064;
	background: none;
}

.cta--pink--outline:hover {
	background: #fa0064;
	color: #fff;
}

.cta--pink--secondary {
	background: #ffe1ed;
	border: none;
	color: #c70050;
}

.cta--pink--secondary:hover {
	background: #ffd1e4;
	border: none;
	color: #c70050;
}

.cta--blue {
	background: #0fd2ff;
	color: #fff;
}

.cta--blue:hover {
	background: #00b2db;
	color: #fff;
}

.cta--blue--outline {
	border: 1px solid #0fd2ff;
	color: #0fd2ff;
	background: none;
}

.cta--blue--outline:hover {
	background: #0fd2ff;
	color: #fff;
}

.cta--big {
	min-height: 48px;
	line-height: 1.2;
	padding: 4px 34px;
	font-size: 19px;
}

.cta--medium {
	height: 40px;
	line-height: 40px;
	font-size: 1rem;
}

.cta--small {
	height: 40px;
	padding: 0 24px;
	font-size: 0.95rem;
}

.cta--circle {
	padding: 0;
	height: 44px;
	width: 44px;
}

.pill {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4d4d4d;
	border: 1px solid #cccccc;
	border-radius: 512px;
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 16px;
	vertical-align: baseline;
	align-self: flex-start;
	margin-bottom: 10px;
	font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Typography */
h1 {
	font-weight: 600;
	font-size: 2rem;
}

@media (min-width: 768px) {
	h1 {
		font-size: 2.4rem;
	}
}

h1 br {
	display: none;
}

@media (min-width: 768px) {
	h1 br {
		display: initial;
	}
}

h2 {
	line-height: 30px;
	font-weight: 600;
	font-size: 1.7rem;
}

@media (min-width: 768px) {
	h2 {
		font-size: 2.2rem;
	}
}

h3 {
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: 600;
	color: black;
}

@media (min-width: 992px) {
	h3 {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
}

h4 {
	font-size: 0.9rem;
	font-weight: 200;
	color: black;
}

@media (min-width: 992px) {
	h4 {
		font-size: 0.9rem;
		/* line-height: 1.5; */
	}
}

p {
	font-weight: 200;
	color: #000;
	font-size: 1.15rem;
}

p.first-p {
	font-size: 2.2rem;
	font-weight: 400;
	margin-bottom: 0 !important;
	line-height: 1.1;
}

.disclaimer-p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 5px;
}
p.last-text {
	padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
	p.first-p {
		font-size: 2.2rem;
	}
}

/* Utilities */
.nobr {
	display: inline-block;
}

.hide {
	opacity: 0;
	visibility: hidden;
}

.box-shadow {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

/* Layout */
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	padding-top: 0;
	margin-top: 0;
	overflow: hidden;
}

.header__logos-wrapper {
	height: auto;
	width: 100%;
	padding: 20px 25px 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-item {
	width: 33%;
}

.nav-pills .nav-link {
	border-radius: 8px;
	border: 1px solid #959595;
	color: black;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	min-height: 56px;
	display: flex;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	border: 1px solid #0d6efd;
}

button.nav-link {
	width: 100%;
}

@media (min-width: 576px) {
	.header__logos-wrapper {
		padding: 30px 30px 30px 10px;
	}

	.nav-pills .nav-link {
		font-size: 1rem;
		line-height: 1.1rem;
		min-height: fit-content;
		display: block;
	}
}

#brand {
	padding-top: 40px;
	width: 130px;
}

.header #brand {
	width: 130px;
}

@media (min-width: 768px) {
	.header #brand {
		/* padding-top: 10px; */
		width: 150px;
	}

	#brand {
		padding-top: 0;
	}
}

.header #brand:hover {
	opacity: 0.9;
	cursor: pointer;
}

.header #vendor {
	width: 225px;
}

@media (min-width: 768px) {
	.header #vendor {
		width: 280px;
	}
}

.top {
	position: relative;
	/* overflow: hidden; */

	/* max-width: 1920px; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
}

.top__bg {
	background-image: url('https://lp.x-kom.pl/a/static/nlb/top-lp-2.jpg?=v2024');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 40% bottom;
	height: 620px;
	position: relative;
}

.laptop {
	position: absolute;
}

.laptop-01 {
	width: 200px;
	right: 60%;
	bottom: 100px;
}

.laptop-02 {
	width: 200px;
	left: 66%;
	bottom: 100px;
}

@media screen and (min-width: 768px) {
	.laptop-01 {
		width: 240px;
		right: 76%;
		bottom: 100px;
	}

	.laptop-02 {
		width: 240px;
		left: 76%;
		bottom: 80px;
	}
}

@media screen and (min-width: 992px) {
	.laptop-01 {
		width: 400px;
		right: 70%;
		bottom: 140px;
	}

	.laptop-02 {
		width: 400px;
		left: 70%;
		bottom: 140px;
	}
}

.laptop-03 {
	right: 62%;
	width: 160px;
	bottom: 50px;
}

.laptop-04 {
	display: none;
}

.gift-01 {
	width: 140px;
	bottom: 30px;
	left: 60%;
	transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
	.gift-01 {
		width: unset;
		left: 50%;
		transform: translateX(-50%);
	}

	.laptop-03 {
		right: 70%;
		width: 240px;
		bottom: 50px;
	}

	.laptop-04 {
		left: 72%;
		width: 230px;
		bottom: 50px;
		display: block;
	}
}

.top__wrapper {
	display: flex;
	align-items: center;
	background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.8) 90%),
		url('https://lp.x-kom.pl/a/static/nlb/bg.jpg?v=02.08.20222');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	width: 100%;
	height: 420px;
	margin: 0 auto;
	padding-top: 50px;
}

@media (min-width: 576px) {
	.top__wrapper {
		height: 500px;
	}
}

@media (min-width: 992px) {
	.top__wrapper {
		height: 580px;
		/* padding-top: 60px; */
	}
}

.top__wrapper--2 {
	background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.8) 90%),
		url('https://lp.x-kom.pl/a/static/nlb/bg-2.jpg?v=02.08.20222');
}

.top__wrapper--3 {
	background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
}

.top__wrapper--4 {
	background-image: url('https://lp.x-kom.pl/a/static/nlb/new/mbtop.jfif');
	padding-top: 20px;
	background-position: 27% 50%;
	background-size: cover;
	/* height: 580px; */
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.top__wrapper--4 .top__copy {
	text-align: center;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.top__wrapper--4 {
		background-image: url('https://lp.x-kom.pl/a/static/nlb/new/top.jpg');
		height: 580px;
	}

	.top__wrapper--4 .top__copy {
		text-align: start;
		align-items: flex-start;
		justify-content: center;
	}
}

.top__copy {
	display: flex;
}

.top__copy h2 {
	font-weight: 300;
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: 10px;
}

.top__copy--center {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.top__copy--left {
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	color: #fff;
}

.top__image {
	display: flex;
	justify-content: center;
}

.top__image img {
	position: absolute;
	z-index: 2;
	bottom: 0;
	max-height: 660px;
}

.top__image-footer {
	display: flex;
	justify-content: center;
}

.top__image-footer img {
	position: absolute;
	z-index: 2;
	bottom: 0;
	max-height: 660px;
}

.footer-img img {
	bottom: -50px;
	max-height: 200px;
}
@media (min-width: 576px) {
	.footer-img img {
		bottom: -50px;
		max-height: 400px;
	}
}
/* 
@media (min-width: 576px) {
	.top__image img {
		max-height: 300px;
		top: 0;
	}
}

@media (min-width: 992px) {
	.top__image img {
		max-height: 320px;
		top: 0;
	}
}

@media (min-width: 1200px) {
	.top__image img {
		max-height: 380px;
	}
} */

.top .plyr__video-embed {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	max-width: 1920px;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
}

.top .plyr__video-embed iframe {
	display: block;
	max-width: 1920px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.plyr {
	border-radius: 16px;
}

.steps {
	margin: 0 auto;
}

.steps__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	min-height: 200px;
	max-width: 240px;
	text-align: center;
	padding: 30px 20px 12px 20px;
	margin: 0 auto;
	border-radius: 16px;
	box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
	font-size: 1.1rem;
	background: #fff;
}

.steps__item img {
	/*    width: 140px;
      height: 140px; */
	margin-bottom: 16px;
	height: 100%;
	width: 100%;
	max-height: 60px;
	object-fit: contain;
}

.steps__item-coupon {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px dashed #c382fa;
	border-radius: 200px;
	height: 40px;
	padding: 0 26px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	margin-bottom: 14px;
	white-space: nowrap;
}

/* products */
.products__item {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 24px 30px 30px 30px;
	border-radius: 16px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	font-size: 0.9rem;
	background: #332960;
}

@media (min-width: 992px) {
	.products__item {
		max-width: 340px;
	}

	.products__item:hover {
		transform: translateY(-6px);
	}
}

.products__item-badge {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4d4d4d;
	border: 1px solid #cccccc;
	border-radius: 512px;
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 16px;
	vertical-align: baseline;
	align-self: flex-start;
	position: absolute;
}

.products__item-image {
	margin-top: 16px;
}

.products__item-image img {
	height: 100%;
	width: 80%;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	margin: 0 auto;
	display: block;
}

.products__item h4 {
	margin-bottom: 8px;
	margin-top: 120px;
}

.products__item-rating {
	margin-bottom: 10px;
}

.products__item ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	margin-bottom: 60px;
}

.products__item ul li {
	margin-bottom: 0px;
	font-weight: 400;
	color: #fff;
}

.products__item ul li strong {
	color: #fff;
}

.products__item-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	bottom: 24px;
	width: calc(100% - 60px);
}

.products__item-footer-button svg rect {
	fill: #0082fa;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	height: 40px;
	width: 40px;
}

.products__item-footer-button svg rect:hover {
	fill: #0067c7;
}

.products__item-footer-button svg rect:active {
	fill: #004d94;
}

.products__item-footer-button svg path {
	pointer-events: none;
}

.products__item-footer-button {
	margin: 0 auto;
}

.products__item-footer-cart {
	height: 24px;
	width: 24px;
}

.footer-x {
	text-align: center;
	color: #000;
	background-image: url('https://lp.x-kom.pl/a/static/nlb/lp-bg.jpg?=v2024');
	padding-top: 50px;
	padding-bottom: 50px;
}

.products__item-price {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	position: relative;
}

.products__item-price .old-price {
	text-decoration: line-through;
	color: #999999;
	font-weight: 300;
	margin-bottom: -4px;
}

.products__item-price .new-price {
	font-size: 1.5rem;
	font-weight: 600;
}

.check-icon {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 100px;
}

.check-icon::before {
	content: '';
	display: block;
	color: #63c642;
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: -1px;
	width: 6px;
	height: 10px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
}

.main {
	margin-left: auto;
	margin-right: auto;
}

.main__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.main__wrapper > * {
		margin: 0;
	}
}

.main__image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main__image img {
	border-radius: 16px;
	max-height: 420px;
}

.main__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 500px;
}

.main__copy .cta {
	margin-top: 0;
}

.social h2 {
	margin-bottom: 25px;
}

.social__wrapper {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	.social__wrapper {
		max-width: unset;
	}
}

.social__item {
	position: relative;
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-radius: 16px;
	box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
	margin: 15px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	text-align: center;
}

.social__item:hover {
	box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 20px;
	transform: translateY(-2px);
}

.social__item img {
	height: 20px;
	width: auto;
	transform: translateY(50%);
}

.articles__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 768px) {
	.articles__wrapper {
		flex-wrap: nowrap;
	}
}

.articles__item {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 120px 40px;
	border-radius: 16px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 20px;
	color: #fff;
}

@media (min-width: 768px) {
	.articles__item {
		padding: 140px 40px;
	}
}

.articles__item:nth-child(1) .articles__item-background {
	background-image: linear-gradient(0deg, black 20%, rgba(0, 0, 0, 0.7) 50%, transparent),
		url('https://geex.x-kom.pl/wp-content/uploads/2021/08/jaki-oczyszczacz-powietrza-kupic-690x450.jpeg');
}

.articles__item:nth-child(2) .articles__item-background {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent),
		url('https://geex.x-kom.pl/wp-content/uploads/2021/09/Gracz-Minecrafta-pexele-1.jpg');
}

.articles__item:nth-child(3) .articles__item-background {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent),
		url('https://geex.x-kom.pl/wp-content/uploads/2021/08/garett-women-emma-unboxing-800x600.png');
}

.articles__item:hover {
	color: #fff;
	background-size: 135%;
	box-shadow: rgba(149, 157, 165, 0.3) 8px 20px 30px;
}

.articles__item:hover .articles__item-background {
	transform: scale(1.05);
}

.articles__item-copy {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

.articles__item-copy h4 {
	line-height: 1.4;
	margin-bottom: 14px;
	font-size: 1.2rem;
}

.articles__item-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 16px;
	width: 100%;
	height: 100%;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.faq {
	line-height: 1.25;
	/* Style the buttons that are used to open and close the accordion panel */
}

.faq__arrow-wrapper {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 20px;
	height: 40px;
	width: 40px;
}

.faq__arrow-wrapper path {
	fill: #707070;
}

.faq__arrow {
	width: 30px;
	height: 30px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.faq__accordion.active {
	background-color: #f5f5f5;
}

.faq__accordion.active .faq__arrow-wrapper img {
	transition: transform 0.3s;
	transform: rotate(180deg);
	height: 24px;
	width: 24px;
}

.faq__accordion {
	background-color: unset;
	color: #000;
	cursor: pointer;
	padding: 18px;
	padding-right: 60px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid #dddddd;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 768px) {
	.faq__accordion {
		padding-right: 80px;
	}
}

.faq__accordion:first-of-type {
	border-radius: 16px 16px 0 0;
	border-top: none;
}

.faq__accordion:last-of-type {
	border-radius: 0 0 16px 16px;
}

.faq__accordion:last-of-type.active {
	border-radius: 0;
}

.faq__accordion:hover {
	background-color: #f5f5f5;
}

.faq__accordion-wrapper {
	max-width: 900px;
	margin: 0 auto;
	border-radius: 16px;
	border: 1px solid #cccccc;
	background: #fff;
}

.faq__accordion-wrapper button {
	font-weight: 400;
	font-size: 1rem;
}

.faq__accordion-panel {
	padding: 0 10% 0 20px;
	background-color: #fdfdfd;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
}

.faq__accordion-panel:first-child {
	/*     border-bottom: 1px solid #ddd; */
	border-top: none;
	border-radius: 16px 16px 0 0;
}

.faq__accordion-panel:last-child {
	border-radius: 0 0 16px 16px;
}

.faq__accordion-panel p {
	margin: 20px 0;
}

.counter {
	padding-top: 160px;
}

@media screen and (min-width: 340px) {
	.counter {
		padding-top: 300px;
	}
}

@media screen and (min-width: 360px) {
	.counter {
		padding-top: 230px;
	}
}

@media screen and (min-width: 400px) {
	.counter {
		padding-top: 180px;
	}
}

@media screen and (min-width: 550px) {
	.counter {
		padding-top: 300px;
	}
}

.counter__cards-wrapper {
	position: relative;
	top: 11px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	width: fit-content;
	padding: 14px 22px;
	padding-left: 0;
	padding-top: 0;
	border-radius: 16px;
	font-size: 1rem;
}

.counter h2 {
	margin-bottom: 0;
	line-height: 30px;
	font-weight: 600;
	font-size: 1.9rem;
}

@media (min-width: 768px) {
	.counter h2 {
		font-size: 2.2rem;
	}
}

@media (min-width: 1200px) {
	.counter h2 {
		margin-right: 40px;
	}
}

.counter__cards-item {
	margin: 10px;
	width: fit-content;
	display: flex;
	flex-direction: column;
}

@media (min-width: 576px) {
	.counter__cards-item {
		margin: 20px 24px;
		width: auto;
	}
}

.counter__cards-item:first-child {
	margin-left: 0;
}

.counter__cards-item:last-child {
	margin-right: 0;
}

.counter__cards-item span {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 40px;
	color: #fa0064;
	font-weight: 600;
}

@media (min-width: 576px) {
	.counter__cards-item span {
		font-size: 2rem;
	}
}

.counter__cards-item p {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 400;
	color: #7a7a95;
	text-transform: uppercase;
	opacity: 0.8;
}

.counter .colon {
	font-size: 42px;
	font-weight: 200;
	display: none;
	color: #383a57;
	position: relative;
	top: -13px;
}

@media (min-width: 576px) {
	.counter .colon {
		display: block;
	}
}

.counter__finish {
	padding: 20px;
	margin: 0;
	color: #303030;
	display: none;
}

@media (min-width: 992px) {
	.contact__copy {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

.contact h4 {
	font-size: 1rem;
	margin-bottom: 26px;
	font-weight: 600;
}

.contact p {
	margin-bottom: 6px;
}

@media (min-width: 992px) {
	.contact p {
		font-size: 20px;
	}
}

.contact__arrow {
	position: absolute;
	border-color: #1a1a1a transparent transparent;
	border-style: solid;
	border-width: 4px 4px 2px;
	display: inline-block;
	height: 0px;
	width: 0px;
	right: 20px;
}

.contact__items-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	text-align: center;
	margin: 17px;
}

.contact__item img {
	margin-bottom: 16px;
	height: 30px;
	width: auto;
}

.contact__card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
	border-radius: 16px;
	padding: 32px 24px;
	max-width: 700px;
}

@media (min-width: 576px) {
	.contact__card {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding: 46px;
	}
}

.contact__card p {
	font-size: 0.9rem;
	margin-top: 10px;
}

.contact__input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

.contact__input-wrapper label {
	position: absolute;
	left: 16px;
	color: #707070;
	background: #fff;
	border-radius: 100px;
	padding: 0 4px;
	font-size: 14px;
}

.contact__form {
	position: relative;
	width: 100%;
}

.contact__form input,
.contact__form select {
	background: #ffffff;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	border-radius: 28px;
	padding: 7px 60px 7px 20px;
	width: 100%;
	text-align: left;
}

.contact__form input::placeholder,
.contact__form select::placeholder {
	color: #707070;
}

.contact__form input:active,
.contact__form input:focus,
.contact__form select:active,
.contact__form select:focus {
	border-color: #000;
	outline: none;
}

.contact__form input:focus + label,
.contact__form select:focus + label {
	font-size: 13px;
	transform: translateY(-20px);
}

.contact__form input:not(:placeholder-shown) + label,
.contact__form select:not(:placeholder-shown) + label {
	font-size: 13px;
	transform: translateY(-20px);
}

.contact__form textarea {
	background: #ffffff;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 7px 60px 7px 20px;
	width: 100%;
	text-align: left;
}

.contact__form textarea:active,
.contact__form textarea:focus {
	border-color: #000;
	outline: none;
}

.contact__form #textarea-label {
	top: 10px;
}

.contact__form textarea:focus + label {
	font-size: 13px;
	transform: translateY(-20px);
}

.contact__form textarea:valid + label {
	font-size: 13px;
	transform: translateY(-20px);
}

.contact__form select {
	appearance: none;
	-webkit-appearance: none;
}

@media (min-width: 768px) {
	.contact__form #email,
	.contact__form #tel {
		width: 98%;
	}
}

.contact__form #email {
	justify-self: flex-start;
}

@media (min-width: 768px) {
	.contact__form #tel {
		position: relative;
		right: -6px;
	}
}

@media (min-width: 768px) {
	.contact__form #tel-label {
		left: 24px;
	}
}

.contact__form-submit input {
	background: #0082fa;
	color: #fff;
	border: none;
	width: 100%;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	margin-top: 10px;
	text-align: center;
}

@media (min-width: 768px) {
	.contact__form-submit input {
		width: 200px;
	}
}

@media (min-width: 992px) {
	.contact__form-submit input {
		width: 220px;
	}
}

.contact__info-wrapper {
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}

.contact__info-wrapper img {
	height: 18px;
	width: 18px;
	margin-right: 6px;
}

.contact__info-wrapper p {
	color: #707070;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}

.contact__character-counter {
	position: absolute;
	bottom: 8px;
	right: 20px;
	font-size: 12px;
	color: #707070;
}

::file-selector-button,
::-webkit-file-upload-button,
#file {
	background: #ebebeb;
	border: none;
	border-radius: 32px;
	width: 100%;
	height: 0;
	padding: 0;
}

input[type='file'] {
	opacity: 0;
}

.contact__file-wrapper {
	display: flex;
	flex-direction: column;
	align-content: center;
}

@media (min-width: 768px) {
	.contact__file-wrapper {
		flex-direction: row;
		flex-shrink: 0;
		margin-bottom: 26px;
	}
}

#file-label {
	background-color: #f0f0f0;
	border-radius: 32px;
	height: 40px;
	max-width: 172px;
	color: #666666;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	user-select: none;
}

@media (min-width: 768px) {
	#file-label {
		width: 172px;
	}
}

#file-label ::after {
	content: 'ewrw';
}

#file-label:hover {
	background: #e0e0e0;
}

#file-label:active {
	background: #cccccc;
}

#file-info {
	color: #707070;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 48px;
}

@media (min-width: 768px) {
	#file-info {
		margin-left: 12px;
		margin-bottom: 0;
		margin-top: 0;
		align-self: center;
	}
}

#checkbox1 {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 3px;
	position: relative;
	z-index: 2;
}

#checkbox-checked {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	margin-top: 3px;
}

#checkbox1:checked ~ #checkbox-checked {
	display: block;
}

#checkbox1:checked {
	opacity: 0;
}

.checkbox-wrapper {
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}

.newsletter {
	color: #000;

	max-width: 520px;
	margin-top: 0;
	padding-top: 160px;
}

.newsletter p {
	color: #000 !important;
}

@media (min-width: 768px) {
	.newsletter {
		padding-top: 180px;
	}
}

@media (min-width: 992px) {
	.newsletter {
		max-height: 400px;
	}
}

.newsletter p {
	margin-bottom: 6px;
}

.newsletter h2 {
	font-weight: 200;
	margin-bottom: 40px;
	line-height: 1.25;
}

@media (min-width: 768px) {
	.newsletter h2 {
		font-size: 1.8rem;
	}
}

.newsletter__items-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width: 576px) {
	.newsletter__items-wrapper {
		flex-direction: row;
		padding: 20px 0;
	}
}

.newsletter__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	text-align: center;
	margin: 17px;
}

.newsletter__item img {
	margin-bottom: 16px;
	height: 30px;
	width: auto;
}

.newsletter__item p {
	line-height: 22px;
}

.newsletter__card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.newsletter__card {
		width: unset;
	}
}

.newsletter__card p {
	font-size: 0.9rem;
	margin-top: 10px;
}

@media (min-width: 992px) {
	.newsletter__card p {
		margin-left: 30px;
	}
}

.newsletter__input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.newsletter__input-wrapper label {
	position: absolute;
	left: 18px;
	color: #707070;
	background: #fff;
	padding: 0 4px;
}

@media (min-width: 576px) {
	.newsletter__input-wrapper label {
		left: 68px;
	}
}

.newsletter__form {
	position: relative;
	width: 100%;
	max-width: 430px;
}

@media (min-width: 576px) {
	.newsletter__form {
		display: flex;
		width: 600px;
		max-width: 600px;
	}
}

.newsletter__form input,
.newsletter__form select {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	margin-bottom: 8px;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 7px 60px 7px 20px;
	width: 100%;
	text-align: left;
	height: 54px;
	/*       &::-webkit-input-placeholder {
        color: #707070;
      }

      &::-moz-placeholder {
        color: #707070;
      }

      &:-ms-input-placeholder {
        color: #707070;
      }

      &::-ms-input-placeholder {
        color: #707070;
      }

      &::placeholder {
        color: #707070;
      }



      &:focus + label {
        font-size: 13px;
        transform: translateY(-20px);
      }

      &:not(:placeholder-shown) + label {
        font-size: 13px;
        transform: translateY(-20px);
      } */

	box-shadow: 0px 24px 48px 0px #0082fa1a;
}

@media (min-width: 576px) {
	.newsletter__form input,
	.newsletter__form select {
		margin-left: 0px;
	}
}

.newsletter__form input:active,
.newsletter__form input:focus,
.newsletter__form select:active,
.newsletter__form select:focus {
	outline: none;
}

.newsletter__form-submit button {
	width: 100%;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	margin: 0;
	text-align: center;
	white-space: nowrap;
	margin-top: 10px;
	height: 54px;
}

.newsletter__form .validation-label {
	position: absolute;
	top: 130px;
	left: 40%;
}

/* gfx */
.splash01 {
	position: absolute;
	right: 90%;
	top: -2%;
	width: 200px;
}

@media (min-width: 768px) {
	.splash01 {
		right: 86%;
		top: -10%;
		width: 300px;
	}
}

.splash02 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 300px;
	object-fit: contain;
}

@media (min-width: 576px) {
	.splash02 {
		width: 440px;
	}
}

.brush01 {
	position: absolute;
	top: -26%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 360px;
}

@media (min-width: 576px) {
	.brush01 {
		width: 400px;
	}
}

@media (min-width: 768px) {
	.brush01 {
		width: 480px;
		top: -26%;
	}
}

.hand01 {
	position: absolute;
	top: 110%;
	right: 46%;
}

@media (min-width: 576px) {
	.hand01 {
		right: 64%;
		top: 70%;
	}
}

.hand02 {
	position: absolute;
	left: 84%;
	top: 96%;
}

@media (min-width: 576px) {
	.hand02 {
		left: 98%;
	}
}

.hand03 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	top: 10%;
	max-width: 300px;
}

@media (min-width: 576px) {
	.hand03 {
		max-width: 400px;
		right: -20%;
	}
}

@media (min-width: 768px) {
	.hand03 {
		max-width: 500px;
		width: unset;
		right: 80%;
	}
}

@media (min-width: 992px) {
	.hand03 {
		right: 90%;
		max-width: 520px;
		top: 0;
	}
}

.hand04 {
	width: 110px;
	position: absolute;
	bottom: 0;
	left: 42px;
	right: 0;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.hand04 {
		width: 126px;
	}
}

.ground01 {
	position: absolute;
	top: 220%;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: 1;
}

@media screen and (min-width: 341px) {
	.ground01 {
		top: 280%;
	}
}

@media (min-width: 576px) {
	.ground01 {
		top: 300%;
	}
}

@media (min-width: 768px) {
	.ground01 {
		top: 260%;
	}
}

.ground02 {
	position: relative;
	width: 1200px;
	z-index: -1;
	margin-top: -30px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
}

@media (min-width: 992px) {
	.ground02 {
		margin-top: -120px;
	}
}

/* Features */
.features {
	margin-bottom: 80px !important;
	color: #000;
}

.features h2 {
	/* margin-bottom: 18px; */
}

.features__wrapper {
	position: relative;
	margin-top: 42px;
}

@media (min-width: 992px) {
	.features__wrapper {
		/* width: 400px; */
	}
}

@media (min-width: 1200px) {
	.features__wrapper {
		width: unset;
	}
}

.features__wrapper--1 {
	position: relative;
}

@media (min-width: 1200px) {
	.features__wrapper--1 {
		/* left: 10px; */
	}
}

.features__wrapper--1 img {
	position: relative;
}

@media (min-width: 1200px) {
	.features__wrapper--1 img {
		right: -36%;
		top: -16%;
	}
}

.features__wrapper--1 .features__item {
	margin-bottom: 20px;
	margin-top: 20px;
	justify-content: flex-end;
	flex-direction: column-reverse !important;
}

@media (min-width: 1200px) {
	.features__wrapper--1 .features__item {
		margin-bottom: 20px;
		margin-top: 20px;
		flex-direction: row-reverse;
	}
}

@media (min-width: 1200px) {
	.features__wrapper--1 .features__item div {
		text-align: end;
	}
}

.features__wrapper--2 {
	/*     left: -70px; */
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: -80px;
}

@media (min-width: 576px) {
	.features__wrapper--2 {
		position: absolute;
		top: -300px;
		left: 200px;
	}
}

@media (min-width: 768px) {
	.features__wrapper--2 {
		top: -320px;
		left: 340px;
	}
}

@media (min-width: 992px) {
	.features__wrapper--2 {
		left: 500px;
	}
}

@media (min-width: 1200px) {
	.features__wrapper--2 {
		position: unset;
		margin-bottom: unset;
		margin-top: 0;
	}
}

.features__wrapper--2 img {
	position: relative;
	width: 120%;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}

@media (min-width: 576px) {
	.features__wrapper--2 img {
		width: 600px;
		max-width: unset;
	}
}

@media (min-width: 992px) {
	.features__wrapper--2 img {
		width: 700px;
	}
}

@media (min-width: 1200px) {
	.features__wrapper--2 img {
		width: 600px;
	}
}

.features__wrapper--3 {
	position: relative;
}

@media (min-width: 1200px) {
	.features__wrapper--3 {
		left: 60px;
	}
}

.features__wrapper--3 .features__item {
	justify-content: flex-start;
}

.features__wrapper--3 .features__item img {
	position: relative;
}

@media (min-width: 1200px) {
	.features__wrapper--3 .features__item img {
		left: -33%;
		top: -16%;
	}
}

@media (min-width: 1200px) {
	.features__wrapper--3 .features__item div {
		text-align: start;
	}
}

.features__wrapper .features__item {
	position: relative;
	max-width: 300px;
	flex-direction: column;
}

@media (min-width: 1200px) {
	.features__wrapper .features__item {
		flex-direction: row;
	}
}

.features__wrapper .features__item h2 {
	margin-bottom: 6px;
	font-size: 1.4rem;
}

@media (min-width: 1200px) {
	.features__wrapper .features__item h2 {
		margin-bottom: 14px;
		font-size: 1.8rem;
	}
}

.features__wrapper .features__item p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.25;
}

@media (min-width: 1200px) {
	.features__wrapper .features__item p {
		font-size: 1.15rem;
	}
}

.features__wrapper .features__item img {
	width: 50px;
	position: relative;
	margin-bottom: 14px;
	/*       right: -100px;
      top: -18px; */
}

@media (min-width: 1200px) {
	.features__wrapper .features__item img {
		position: absolute;
		margin-bottom: unset;
		width: 70px;
	}
}

.features__wrapper .features__item:first-child {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.features__wrapper .features__item:first-child {
		margin-bottom: 70px;
	}
}

.features__wrapper .features__item:nth-child(2) {
	position: relative;
}

.center-mobile {
	justify-content: center;
	text-align: center;
}

@media (min-width: 576px) {
	.center-mobile {
		justify-content: center;
		text-align: unset;
	}
}

/* Animations */
/* GSAP */
.fade-in,
.fade-in-delay,
.fade-up,
.fade-up-delay,
.fade-in-right,
.fade-in-right-delay,
.fade-in-left,
.fade-in-left-delay,
.fade-down,
.fade-down-delay,
.fade-in-left-rotate,
.fade-in-right-rotate,
.fade-in-left-rotate-delay,
.fade-in-right-rotate-delay {
	opacity: 0;
	will-change: opacity;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-up,
.fade-up-delay {
	will-change: transform;
	transform: translateY(20px);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-down,
.fade-down-delay {
	will-change: transform;
	transform: translateY(-20px);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-right,
.fade-in-right-delay {
	will-change: transform;
	transform: translateX(-30px);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-left,
.fade-in-left-delay {
	will-change: transform;
	transform: translateX(30px);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-left-rotate,
.fade-in-left-rotate-delay {
	will-change: transform;
	transform: translateX(30px) translateY(30px) rotate(10deg) scale(0.9);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-right-rotate,
.fade-in-right-rotate-delay {
	will-change: transform;
	transform: translateX(-30px) translateY(30px) rotate(-10deg) scale(0.9);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

/* Slider */
.slider__container {
	display: flex;
}

.slider {
	margin-bottom: 0;
	margin: 0 auto;
}

.tns-ovh {
	overflow: visible;
}

.slider__nav {
	display: block;
}

@media (min-width: 768px) {
	.slider__nav {
		display: block;
	}
}

.slider__nav button {
	height: 50px;
	width: 50px;
	border-radius: 200px;
	border: none;
	background: #0082fa;
	margin: 0 20px;
}

@media screen and (min-width: 576px) {
	.slider__nav button {
		margin: 0 -10px;
	}
}

/* @media screen and (min-width: 1500px) {
  .slider__nav button {
    margin: 0 -80px;
  }
} */
.slider__nav-next:hover,
.slider__nav-prev:hover {
	background: #0067c7;
}

.slider__nav-next:active,
.slider__nav-prev:active {
	background: #004d94;
}

.slider__nav-next,
.slider__nav-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
	transition: 0.3s;
}

.slider__nav-next {
	right: 0;
	top: 30%;
}

@media screen and (min-width: 576px) {
	.slider__nav-next {
		top: 50%;
	}
}

.slider__nav-prev {
	left: 0;
	top: 30%;
}

@media screen and (min-width: 576px) {
	.slider__nav-prev {
		top: 50%;
	}
}

.slider__nav button[disabled] {
	background: rgba(0, 0, 0, 0.15);
	opacity: 0.4;
}

.slider__nav button[disabled] svg {
	fill: rgba(0, 0, 0, 0.4);
}

.tns-outer {
	padding: 0;
}

@media (min-width: 992px) {
	.tns-outer {
		padding: 0 100px !important;
	}
}

.tns-item {
	opacity: 0.15;
	transition: 0.5s;
	user-select: none;
	cursor: grab;
	filter: blur(1px);
}

.tns-slide-active {
	opacity: 1;
	filter: blur(0);
}

.tns-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 26px 0 0 0;
	margin: 26px 0 0 0;
}

.tns-nav [aria-controls] {
	width: 6px;
	height: 6px;
	padding: 0;
	margin: 0 2px;
	border-radius: 200px;
	background: #cccccc;
	border: 0;
	transition: 0.3s;
}

.tns-nav .tns-nav-active {
	background: #0082fa;
	width: 8px;
	height: 8px;
}

.cta.cta--big:disabled {
	background-color: rgba(92, 175, 252);
}

/* Custom styles */
/* end Custom styles */
/*# sourceMappingURL=main.css.map */

.toast {
	opacity: 1 !important;
}

#toast-container > div {
	opacity: 1 !important;
}

.footer-x {
	margin-top: 140px;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.footer-x {
		margin-top: 180px;
	}
}

@media screen and (min-width: 1200px) {
	.footer-x {
		margin-top: 100px;
		text-align: left;
	}
}

.footer__bg {
	position: absolute;
	bottom: 0;
	height: 400px;
	width: 100%;
	background: url('https://lp.x-kom.pl/a/static/nlb/footer_bg.png?=v2024');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 60% 50%;
	z-index: -1;
}

/* Highlights */
.highlights {
	background-image: url('https://lp.x-kom.pl/a/static/nlb/bg-categories.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	padding-bottom: 140px;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
}

.laptop-05 {
	width: 244px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
}

.highlights__grid {
	display: grid;
	gap: 42px;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 70px;
}

@media screen and (min-width: 375px) {
	.highlights__grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 576px) {
	.highlights__grid {
		gap: 60px;
		max-width: 400px;
	}
}

@media screen and (min-width: 768px) {
	.highlights__grid {
		gap: 60px;
		max-width: 600px;
	}
}

@media screen and (min-width: 1200px) {
	.highlights__grid {
		grid-template-columns: repeat(4, 1fr);
		max-width: unset;
	}
}

.highlights__item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.highlights__item {
		justify-content: center;
		flex-direction: row;
	}
}

.highlights__image-wrapper {
	width: 80px;
	display: flex;
	justify-content: center;
}

.highlights__item img {
	margin-bottom: 10px;
	transform: scale(0.8);
}

@media screen and (min-width: 576px) {
	.highlights__item img {
		margin-bottom: 16px;
		transform: unset;
	}
}

@media screen and (min-width: 768px) {
	.highlights__item img {
		margin-right: 16px;
		margin-bottom: unset;
	}
}

.highlights__item:first-child img {
	width: 54px;
}

.highlights__item:nth-child(2) img {
	width: 44px;
	height: 43px;
}

.highlights__item:nth-child(3) img {
	width: 53px;
	height: 39px;
}

.highlights__item:nth-child(4) img {
	width: 47px;
	height: 47px;
}

.highlights__item span {
	font-size: 16px;
}

@media screen and (min-width: 576px) {
	.highlights__item span {
		font-size: 20px;
	}
}

.newsletter h1 {
	font-size: 2rem;
}

.ideapad__description {
	background-color: #332960;
	border-radius: 25px;
	padding: 50px 80px;
}

@media screen and (max-width: 1024px) {
	.ideapad__description {
		margin: 0 15px;
	}
}

@media screen and (max-width: 992px) {
	.ideapad__description img {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.ideapad__description img {
		margin-bottom: 50px;
	}

	.ideapad__description {
		text-align: center;
	}
}

.step__number {
	line-height: 75px;
	font-size: 45px;
	width: 80px;
	height: 80px;
	border: 2px #000 solid;
	border-radius: 100%;
	margin: 0 auto 30px;
}

.step__number-text {
	font-size: 16px;
}

.section__margin {
	margin-top: 4rem;
}

@media screen and (max-width: 768px) {
	.step__number {
		margin-top: 50px;
	}

	.section__margin {
		margin: 3rem 20px 0;
	}
}

.products__item-image {
	position: absolute;
	z-index: 1;
	margin-top: -100px;
	left: -2px;
}

.products__wrapper {
	margin-top: 150px;
}

@media screen and (max-width: 1200px) {
	.last__item {
		margin-top: 100px;
	}
}

@media screen and (max-width: 687px) {
	.second__item {
		margin-top: 100px;
	}
}

.products h3 {
	font-weight: 300;
	margin-top: 1rem;
}

.product__features {
	font-weight: 200;
}

.cta__center {
	margin: 0 auto;
}

.footer__statute {
	text-align: center;
	font-size: 14px;
	color: #000;
}

.newsletter__wrapper {
	padding: 0 15px;
	margin-top: 200px;
	color: #000 !important;
}

@media screen and (max-width: 576px) {
	.newsletter__wrapper {
		margin-top: 150px;
	}
}

@media screen and (max-width: 380px) {
	.newsletter__wrapper {
		margin-top: 110px;
	}
}

.newsletter__wrapper p {
	color: #000 !important;
}

.newsletter__wrapper p {
	margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
	.newsletter__wrapper {
		text-align: center;
	}

	.newsletter_form__wrapper {
		justify-content: center;
		width: 100%;
	}

	.newsletter__form-submit button {
		left: -50px;
	}

	.newsletter__form input {
		margin-left: 50px;
	}

	.header__logos-wrapper {
		justify-content: center;
	}
}

@media screen and (max-width: 576px) {
	.newsletter__form input {
		margin-left: 0;
	}
}

@media screen and (max-width: 992px) {
	.top__bg {
		background: linear-gradient(180deg, #e6f3fde3 50%, #d2e8fae6 100%),
			url('https://lp.x-kom.pl/a/static/nlb/new/top.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 59% bottom;
		height: 540px;
	}
}

@media screen and (min-width: 1880px) {
	.top__bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 70% 20%;
		height: 500px;
	}
}

.steps__container {
	color: #000;
	background-color: #fff;
	border-radius: 25px;
	padding: 1rem 2rem;
	box-shadow: 0 0 2px 1px #f8e5fd, 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.step__item,
.step__number {
	margin-top: 10px !important;
}

.nl-bo {
	max-width: unset !important;
}

.blue-grad {
	background-clip: text;
	background: linear-gradient(90deg, #0082fa 47.23%, #004b91 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.p-600 {
	font-weight: 600 !important;
}

@media (min-width: 576px) {
	.newsletter__form-submit button {
		margin-top: 0;
		left: -20px;
		position: relative;
	}
}

@media (min-width: 992px) {
	.newsletter__form-submit button {
		left: -152px;
	}
}

@media (min-width: 576px) {
	.newsletter__form {
		display: flex;
		width: 630px;
		max-width: 630px;
	}
}

.steps-section {
	display: flex;
	flex-direction: column;
	max-width: 1320px;
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.steps-header {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 48px;
}
.steps-header h2 {
	font-weight: 600;
	font-size: 37px;
}

.steps-content {
	display: flex;
	flex-direction: row;
	gap: 40px;
}
.step-text {
	display: flex;
	flex-direction: column;
}

.step-element {
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: 33.33%;
	align-items: center;
}

.step-element img {
	max-width: 100px;
	margin-right: 10px;
}
.step-element p {
	margin: 0;
	font-size: 16px;
	color: #6e6e6e;
	text-align: left;
}
.step-element a {
	text-decoration: none;
}

@media (max-width: 992px) {
	.steps-content {
		flex-direction: column;
	}
	.step-element {
		width: 90%;
		margin-bottom: 20px;
	}
}

@media (max-width: 992px) {
}

.slider__container {
	display: flex;
}
.slider {
	margin-bottom: 0;
	margin: 0 auto;
	padding-top: 60px;
}
.tns-ovh {
	overflow: visible;
}
.slider__nav {
	display: none;
}
@media (min-width: 768px) {
	.slider__nav {
		display: block;
	}
}
.slider__nav button {
	height: 50px;
	width: 50px;
	border-radius: 8px;
	border: none;
	background: #0082fa;
	margin: 0 20px;
	box-shadow: 0px 16px 32px 0px #0082fa4d;
}
@media screen and (min-width: 576px) {
	.slider__nav button {
		margin: 0 -10px;
	}
}
.slider__nav-next:hover,
.slider__nav-prev:hover {
	background: #0067c7;
}
.slider__nav-next:active,
.slider__nav-prev:active {
	background: #004d94;
}
.slider__nav-next,
.slider__nav-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
	transition: 0.3s;
}
.slider__nav-next {
	right: 0;
	top: 30%;
}
@media screen and (min-width: 576px) {
	.slider__nav-next {
		top: 50%;
	}
}
.slider__nav-prev {
	left: 0;
	top: 30%;
}
@media screen and (min-width: 576px) {
	.slider__nav-prev {
		top: 50%;
	}
}
.slider__nav button[disabled] {
	background: rgba(0, 0, 0, 0.15);
	opacity: 0.4;
}
.slider__nav button[disabled] svg {
	fill: rgba(0, 0, 0, 0.4);
}
.tns-outer {
	padding: 0;
}
@media (min-width: 992px) {
	.tns-outer {
		padding: 0 100px !important;
	}
}
.tns-item {
	opacity: 0.3;
	filter: blur(1px);
	transition: 0.5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: grab;
	width: 100% !important;
}
.tns-slide-active {
	opacity: 1;
	filter: unset;
}
.tns-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 60px 0 0 0;
}
.tns-nav [aria-controls] {
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0 2px;
	border-radius: 200px;
	background: #ccc;
	border: 0;
	transition: 0.3s;
}
.tns-nav .tns-nav-active {
	background: #0082fa;
	width: 8px;
	height: 8px;
} /*# sourceMappingURL=xmain.min.css.map */

#tns1 > .tns-item {
	margin-left: 50px;
	margin-right: 50px;
}
/* slide style */

.slider {
	background-color: #f5f9fc;
	padding-bottom: 20px;
}

.slider .text-header {
	font-weight: 600;
	font-size: 37px;
	margin-bottom: 30px;
}
.slide-nl {
	display: flex !important;
	flex-direction: row;
	align-items: center;
}

.slide-nl .slide-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 5px;
	width: 40%;
	position: relative;
	z-index: 5;
	overflow: visible;
}
.slide-nl .slide-text img {
	max-width: 70px;
	margin-bottom: 32px;
}
.slide-nl .slide-text h2 {
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 31px;
}
.slide-nl .slide-text .text-main {
	color: #6e6e6e;
	font-size: 18px;
}
.slide-nl .slide-text .text-bottom {
	font-weight: 600;
}

.slide-nl .slide-img {
	width: 60%;
}
.slide-nl .slide-img img {
	width: 100%;
	position: relative;
	z-index: 10;
}

@media (max-width: 992px) {
	.slide-nl {
		flex-direction: column;
	}
	.slide-nl .slide-text {
		width: 100%;
	}
	.slide-nl .slide-img {
		width: 100%;
		margin-top: 20px;
	}
	.text-header {
		margin-bottom: 40px;
	}
}
.stamps {
	max-width: 1320px;
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 60px;
	box-sizing: border-box;
}

.stamps-content {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.stamp {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 29.33%;
}
.stamp img {
	width: 64px;
}

.stamp-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 24px;
}

.stamp-text h3 {
	font-size: 26px;
	font-weight: 600;
}
.stamp-text p {
	color: #6e6e6e;
	font-size: 16px;
}
.stamp-text p span {
	font-weight: 700;
}

@media (max-width: 992px) {
	.stamps-content {
		flex-direction: column;
	}
	.stamp {
		width: 100%;
		margin-bottom: 20px;
	}
}

.top__wrapper--5 {
	background-image: url('https://lp.x-kom.pl/a/static/nlb/new/footer.jpg');
}

.footer-p {
	font-size: 18px;
	margin-bottom: 0;
}

.top__wrapper--5 .first-p {
	padding-bottom: 5px;
	color: #1a1a1a;
}

.newsletter__form input,
.newsletter__form select {
	border: none;
}

.form-control:focus {
	box-shadow: 0px 16px 36px 0px #0082fa50 !important;
}
.top__wrapper--4 {
	background-position: 100% 50%;
}

.tns-nav {
	margin: 20px 0 20px 0;
}
@media (min-width: 1600px) {
	.top__wrapper--4 {
		height: 560px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.top__wrapper--4 {
		height: 35vw;
	}
}
@media (max-width: 1200px) {
	.top__wrapper--4 {
		height: 600px;
		position: relative;
	}

	.nl-bo .top .row {
		position: relative;
		z-index: 100;
	}
	.top__wrapper--4::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background: linear-gradient(259deg, rgba(147, 130, 80, 0) 9%, rgba(245, 249, 252, 1) 67%);
		z-index: 0;
	}
}
@media (max-width: 768px) {
	p.first-p {
		font-size: 32px;
	}
	.disclaimer-p {
		font-size: 18px;
	}
	.steps-header h2 {
		font-size: 24px;
	}
	.slider .text-header {
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.slider__nav {
		display: block;
	}
	.slider__nav-next,
	.slider__nav-prev {
		bottom: -3%;
		top: unset;
	}
	.slider__nav-prev {
		left: 15%;
	}
	.slider__nav-next {
		right: 15%;
	}
	.slider__nav button {
		height: 32px;
	}
}

@media (max-width: 768px) {
	.slide-nl .slide-img img {
		width: 145%;
		left: 50%;
		transform: translate(-50%);
		max-width: 700px;
	}
	.slide-nl .slide-text h2 {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.top__wrapper--4 .col-12 {
		text-align: left;
	}
}

@media (max-width: 576px) {
	.newsletter__form {
		display: flex;
		width: 100%;
	}
	.newsletter__form-submit button {
		margin-top: 0;
		position: relative;
	}
	.newsletter__form input,
	.newsletter__form select {
		padding: 0;
		padding-left: 5px;
	}
	.top__wrapper--4 {
		align-items: flex-start;
	}
	.newsletter__form-submit button {
		left: -10px;
	}
	.cta--big {
		font-size: 14px;
	}
	.form-control::placeholder {
		font-size: 14px;
	}

	.top__wrapper--4::after {
		display: none;
	}
	.top__wrapper--4 {
		height: 700px;
		background-position: bottom;
		background-size: contain;
		background-color: #f5f8fa;
		padding-top: 24px;
		padding-left: 32px;
		padding-left: 32px;
	}
	.regulamin-discl {
		padding-top: 32px;
		text-align: left;
	}
	.top__wrapper--5 {
		background-image: url('https://lp.x-kom.pl/a/static/nlb/new/mbfooter.jfif');
	}
	.newsletter__form-submit button {
		height: 44px;
	}
	.newsletter__form input,
	.newsletter__form select {
		height: 44px;
	}
	.cta--big {
		min-height: 44px;
	}
	p.first-p {
		font-size: 22px;
	}
	.p-600 {
		font-size: 31px !important;
	}
	.slide-nl .slide-text .text-main {
		font-size: 16px;
	}
	.slide-nl .slide-text h2 {
		font-size: 21px;
	}
	.stamp-text h3 {
		font-size: 21px;
	}
}
.kbOcde {
	display: none;
}
.kCUWIC {
	height: 0;
}
.fehceq {
	margin-bottom: 0;
}
.ljpbvU {
	margin-bottom: 0;
}
.cfZDEs {
	margin-bottom: 0;
}
.dzGdIY {
	margin-bottom: 0;
}
.haSLeN {
	margin-bottom: 0;
}

.see-more-btn {
	position: absolute;
	left: 50%;
	top: 51%;
	transform: rotate(90deg) translateY(50%);
	height: 45px;
	width: 45px;
	border-radius: 8px;
	border: none;
	background: #0082fa;
	margin: 0 20px;
	box-shadow: 16px 0px 32px 0px #0082fa4d;
	z-index: 10;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.see-more-btn:hover {
	background-color: #005bb0;
}

@media (min-width: 576px) {
	.see-more-btn {
		top: 82%;
	}
}

@media (max-width: 768px) {
	.top__wrapper--5 {
		height: 680px;
	}
}

.top__wrapper--4 {
	max-width: 1900px !important;
}

@media (min-width: 996px) {
	.see-more-btn {
		display: none;
	}
}

.nl-bo .top {
	background-color: #f5f9fc;
}

.nl-bo .slider-header {
	margin-top: 60px;
	margin-bottom: 60px;
	font-weight: 600;
	font-size: 37px;
}
