.bsk-print-on-demand {
	color: var(--bsk-text-primary);
	background: #fff
}

.bsk-print-on-demand h1,
.bsk-print-on-demand h2,
.bsk-print-on-demand h3,
.bsk-print-on-demand p {
	margin: 0
}

.bsk-pod-hero-grid {
	display: grid;
	grid-template-columns: 642fr 530fr;
	align-items: center;
	gap: 28px;
	height: fit-content;
	padding: 125px 0;
}

.bsk-pod-eyebrow {
	display: inline-block;
	color: var(--bsk-primary);
	font-size: var(--bsk-pc-eyebrow-size);
	font-weight: 700;
	line-height: 1.5
}

.bsk-pod-actions {
	display: flex;
	gap: 24px;
	margin-top: 32px
}
.bsk-pod-actions > .bsk-btn-md {
	padding: 19px 40px;
}

.bsk-pod-cards {
	padding: 120px 0
}

.bsk-pod-section-head {
	max-width: 1200px;
	text-align: center
}

.bsk-pod-section-head h2,
.bsk-pod-global h2 {
	margin-top: 12px;
	font-size: var(--bsk-pc-h2-size);
	font-weight: 700;
	line-height: 1.5
}

.bsk-pod-section-head > p,
.bsk-pod-global-grid > div > p {
	margin-top: 14px;
	color: var(--bsk-text-tertiary);
	font-size: var(--bsk-pc-h2-subtitle-size);
	line-height: 1.5
}

.bsk-pod-basics-copy > p {
	margin-top: 18px;
	color: var(--bsk-text-secondary);
	font-size: 20px;
	line-height: 1.6
}

.bsk-pod-basics-grid > img {
	display: block;
	width: 500px;
	height: 500px;
	border-radius: 32px;
	object-fit: cover
}

.bsk-pod-step-strip {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 28px
}

.bsk-pod-step-strip span {
	position: relative;
	padding: 15px 14px 15px 40px;
	border-radius: 14px;
	background: var(--bsk-bg-blue-light);
	font-size: 16px;
	font-weight: 700
}

.bsk-pod-step-strip span::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 16px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--bsk-primary)
}

.bsk-pod-video-card {
	position: relative;
	min-height: 510px;
	overflow: hidden;
	border-radius: 28px;
	background: #091b68
}

.bsk-pod-video-card > img {
	display: block;
	width: 100%;
	height: 510px;
	object-fit: cover;
	opacity: .72
}

.bsk-pod-video-card > div {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 90px 32px 32px;
	color: #fff;
	background: linear-gradient(transparent, rgba(6, 22, 83, .96))
}

.bsk-pod-video-card span {
	display: inline-block;
	font-size: var(--bsk-pc-eyebrow-size);
	font-weight: 700;
	line-height: 1.5;
	color: #6ff3ef
}

.bsk-pod-video-card h3 {
	margin-top: 8px;
	font-size: 24px;
	line-height: 33px
}

.bsk-pod-video-card p {
	margin-top: 8px;
	color: rgba(255, 255, 255, .78);
	font-size: 18px;
	line-height: 1.5
}

.bsk-pod-love-note {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 70px;
	margin-top: 30px;
	padding: 34px 40px;
	border-radius: 24px;
	background: var(--bsk-bg-gray)
}

.bsk-pod-love-note .bsk-pod-love-title {
	font-size: 24px;
	line-height: 33px
}

.bsk-pod-love-note p {
	color: var(--bsk-text-secondary);
	font-size: 18px;
	line-height: 1.6
}

.bsk-pod-difference-row-reverse img {
	order: 2
}

.bsk-pod-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 64px
}

.bsk-pod-category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 60px
}

.bsk-pod-category-grid > div::after {
	content: "";
	position: absolute;
	right: -45px;
	bottom: -75px;
	width: 180px;
	height: 180px;
	border: 36px solid rgba(6, 52, 230, .1);
	border-radius: 50%
}

.bsk-pod-category-grid span {
	color: var(--bsk-primary);
	font-size: 16px;
	font-weight: 700
}

.bsk-pod-category-grid h3 {
	max-width: 270px;
	margin-top: 54px;
	font-size: 24px;
	line-height: 33px
}

.bsk-pod-card-grid > div:nth-child(2),
.bsk-pod-card-grid > div:nth-child(5) {
	transform: translateY(24px)
}

.bsk-pod-card-grid h3 {
	margin-top: 12px;
	font-size: 24px;
	line-height: 33px
}

.bsk-pod-card-grid p {
	margin-top: 12px;
	color: var(--bsk-text-secondary);
	font-size: 18px;
	line-height: 1.6
}

.bsk-pod-branding .bsk-pod-eyebrow {
	color: #6ff3ef
}

.bsk-pod-branding .bsk-pod-card-grid > div {
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .1)
}

.bsk-pod-branding .bsk-pod-card-grid p {
	color: rgba(255, 255, 255, .72)
}

.bsk-pod-capabilities .bsk-pod-card-grid > div {
	border: 0;
	box-shadow: 0 12px 32px rgba(26, 45, 98, .08)
}

.bsk-pod-workflow-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	margin-top: 24px
}

.bsk-pod-workflow-steps > div {
	padding: 24px 20px;
	border-radius: 20px;
	background: var(--bsk-bg-blue-light)
}

.bsk-pod-workflow-steps span {
	color: var(--bsk-primary);
	font-size: 20px;
	font-weight: 800
}

.bsk-pod-workflow-steps h3 {
	margin-top: 18px;
	font-size: 20px;
	line-height: 1.4
}

.bsk-pod-workflow-steps p {
	margin-top: 10px;
	color: var(--bsk-text-secondary);
	font-size: 15px;
	line-height: 1.6
}

.bsk-pod-global-grid {
	display: grid;
	grid-template-columns: 1fr 500px;
	align-items: center;
	gap: 80px
}

.bsk-pod-global-grid > img {
	display: block;
	width: 500px;
	height: 375px;
	border-radius: 30px;
	object-fit: cover
}

.bsk-pod-banner {
	padding: 90px 0;
	color: #fff;
	text-align: center;
	background: var(--bsk-gradient-brand)
}

.bsk-pod-banner .bsk-pod-eyebrow {
	color: #fff
}

.bsk-pod-banner h2 {
	margin-top: 12px;
	font-size: var(--bsk-pc-h2-size);
	line-height: 1.5
}

.bsk-pod-banner p {
	max-width: 850px;
	margin: 14px auto 0;
	color: rgba(255, 255, 255, .76);
	font-size: 24px;
	line-height: 1.5
}

.bsk-pod-banner .bsk-btn {
	margin: 32px auto 0
}

.bsk-pod-review-swiper .swiper-slide {
	height: auto
}

.bsk-pod-review-card h3 {
	font-size: 24px;
	line-height: 33px
}

.bsk-pod-review-card span {
	display: block;
	margin-top: 4px;
	color: var(--bsk-primary);
	font-size: 15px;
	font-weight: 700
}

.bsk-pod-review-card p {
	margin-top: 22px;
	color: var(--bsk-text-secondary);
	font-size: 17px;
	line-height: 1.65
}

.bsk-pod-faq h2 {
	margin-top: 12px;
	font-size: var(--bsk-pc-h2-size);
	font-weight: 700;
	line-height: 1.5;
	text-align: center
}

.bsk-pod-faq-description {
	margin-top: 14px;
	color: var(--bsk-text-tertiary);
	font-size: var(--bsk-pc-h2-subtitle-size);
	line-height: 1.5;
	text-align: center;
	margin-bottom: 54px
}

.bsk-pod-basics-grid {
	display: grid;
	grid-template-columns: 1fr 500px;
	align-items: center;
	gap: 70px;
	margin-top: 80px;
	padding: 48px;
	border-radius: 36px;
	background: var(--bsk-bg-blue-light)
}

.bsk-pod-video-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 40px
}

.bsk-pod-difference-row img {
	display: block;
	width: 500px;
	object-fit: cover;
	height: 400px;
	border-radius: 24px
}

.bsk-pod-category-grid > div {
	position: relative;
	overflow: hidden;
	padding: 30px;
	border-radius: 26px;
	background: linear-gradient(145deg, var(--bsk-bg-blue-light), #dce8ff);
	min-height: 250px;
	box-shadow: 0 8px 24px rgba(23, 67, 153, .08)
}

.bsk-pod-card-grid > div {
	border: 1px solid var(--bsk-border);
	background: #fff;
	min-height: 286px;
	padding: 40px 32px;
	border-radius: 28px
}

.bsk-pod-workflow-media {
	display: block;
	width: 100%;
	margin-top: 64px;
	border-radius: 32px;
	object-fit: cover;
	height: 460px
}

.bsk-pod-reviews h2 {
	margin-top: 12px;
	font-size: var(--bsk-pc-h2-size);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	position: relative;
	z-index: 2
}

.bsk-pod-review-swiper {
	margin-top: 56px;
	padding-bottom: 54px;
	overflow: visible;
	position: relative;
	z-index: 2
}

.bsk-pod-review-card {
	height: 100%;
	min-height: 330px;
	padding: 32px;
	border-radius: 24px;
	color: var(--bsk-text-primary);
	background: #fff;
	box-shadow: 4px 4px 0 #3cebea
}

.bsk-pod-review-swiper .swiper-pagination-bullet-active {
	background: #fff
}

.bsk-pod-review-decor {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none
}

.bsk-pod-seller {
	position: absolute;
	width: 100px;
	height: 100px;
	border: 4px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
	object-fit: cover
}

.bsk-pod-seller-1 { top: 76px; left: 96px }
.bsk-pod-seller-2 { top: 330px; left: 42px }
.bsk-pod-seller-3 { top: 98px; right: 100px }
.bsk-pod-seller-4 { top: 344px; right: 36px }
.bsk-pod-seller-5 { bottom: 54px; left: 210px }
.bsk-pod-seller-6 { right: 222px; bottom: 46px }
.bsk-pod-seller-7 { top: 180px; left: 260px; width: 72px; height: 72px }
.bsk-pod-seller-8 { top: 210px; right: 270px; width: 72px; height: 72px }

.bsk-pod-faq {
	padding: 120px 0;
	background: var(--bsk-bg-blue-light)
}

.bsk-pod-faq .bsk-faq-item {
	margin-top: 24px;
	padding: 32px 24px;
	border: 0;
	border-radius: 28px;
	background: #fff
}

.bsk-pod-faq .bsk-faq-item[open] {
	box-shadow: 4px 4px 0 #3cebea
}

.bsk-pod-faq .bsk-faq-item h3 {
	font-size: 28px;
	line-height: 1.4
}

.bsk-pod-faq .bsk-faq-item > p {
	margin-top: 24px;
	color: var(--bsk-text-secondary);
	font-size: 24px;
	line-height: 1.6
}

.bsk-pod-hero {
	overflow: hidden;
	background: #fff;
	height: 950px
}

.bsk-pod-hero-copy {
	position: relative;
	width: 642px
}

.bsk-pod-hero .bsk-pod-eyebrow {
	padding: 10px 24px;
	border-radius: 36px;
	color: var(--bsk-primary);
	background: rgba(6, 52, 230, .2);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px
}

.bsk-pod-hero h1 {
	color: var(--bsk-title-important);
	width: 642px;
	margin-top: 24px;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.5em
}

.bsk-pod-hero-ratings {
	display: flex;
	align-items: center;
	gap: 36px;
	height: 18px;
	margin-top: 24px
}

.bsk-pod-hero-ratings img {
	display: block;
	width: auto;
	height: 18px;
	object-fit: contain;
	filter: grayscale(1)
}

.bsk-pod-hero-copy > p {
	width: 615px;
	margin-top: 24px;
	color: var(--bsk-text-secondary);
	font-size: 18px;
	line-height: 1.5
}

.bsk-pod-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
	height: 98px;
}

.bsk-pod-feature-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 44px;
	padding: 0 16px;
	border-radius: 36px;
	color: var(--bsk-text-secondary);
	background: #eff6ff;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px
}

.bsk-pod-hero-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 530px;
	height: 631px;
	overflow: hidden;
	border-radius: 36px;
	background: #fff
}

.bsk-pod-hero-banner {
	position: absolute;
	display: block;
	width: 530px;
	height: 631px;
	/*object-fit: contain*/
}

/*.bsk-pod-hero-float {*/
/*	position: absolute;*/
/*	bottom: 28px;*/
/*	left: 20px;*/
/*	width: 342px;*/
/*	height: 209px;*/
/*	border: 1px solid var(--bsk-divider);*/
/*	border-radius: 30px;*/
/*	object-fit: cover*/
/*}*/

.bsk-pod-basics {
	height: 1955px;
	padding: 0;
	background: var(--bsk-bg-blue-light)
}

.bsk-pod-basics > .bsk-shell {
	position: relative;
	height: 1955px
}

.bsk-pod-basics .bsk-pod-section-head {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	text-align: center
}

.bsk-pod-basics .bsk-pod-section-head .bsk-pod-eyebrow {
	padding: 8px 22px;
	border: 2px solid var(--bsk-divider);
	border-radius: 36px;
	color: var(--bsk-text-tertiary);
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.bsk-pod-basics .bsk-pod-section-head h2 {
	margin-top: 16px;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.5
}

.bsk-pod-basics-intro {
	position: absolute;
	top: 318px;
	left: 0;
	display: grid;
	grid-template-columns: 564px minmax(0, 1fr);
	column-gap: 36px;
	width: 1200px
}

.bsk-pod-basics-copy {
	display: contents
}

.bsk-pod-basic-checkout-copy > div > span {
	display: inline-flex;
	padding: 10px 24px;
	border-radius: 36px;
	color: var(--bsk-primary);
	background: rgba(6, 52, 230, .2);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px
}

.bsk-pod-basics-copy > span {
	display: inline-flex;
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	padding: 10px 24px;
	border-radius: 36px;
	color: var(--bsk-primary);
	background: rgba(6, 52, 230, .2);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px
}

.bsk-pod-basics-copy h3 {
	grid-column: 1;
	grid-row: 2;
	margin-top: 10px;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.5
}

.bsk-pod-basics-intro > p {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	margin: 0;
	color: var(--bsk-text-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5
}

.bsk-pod-basics-steps {
	position: absolute;
	top: 536px;
	left: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	width: 1200px;
	height: 374px
}

.bsk-pod-basics-step {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	border-radius: 28px;
	background: #d6e4ff
}

.bsk-pod-basics-step-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 1 auto;
	gap: 12px;
	padding: 24px;
	transition: background-color .2s ease
}

.bsk-pod-basics-step-title span {
	color: var(--bsk-text-primary);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	transition: color .2s ease
}

.bsk-pod-basics-step-title i {
	display: block;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	background: url("../../images/arrow-right-bold.svg") center / contain no-repeat
}

.bsk-pod-basics-step:hover .bsk-pod-basics-step-title {
	background: var(--bsk-text-primary)
}

.bsk-pod-basics-step:hover .bsk-pod-basics-step-title span {
	color: #fff
}

.bsk-pod-basics-step:hover .bsk-pod-basics-step-title i {
	background-image: url("../../images/arrow-right-bold__hover.svg")
}

.bsk-pod-basics-step-media {
	position: relative;
	flex: 0 0 270px;
	height: 270px;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bsk-pod-basics-step-media img {
	width: 100%;
	height: 100%;
}

.bsk-pod-basic-checkout {
	position: absolute;
	top: 990px;
	left: 0;
	display: grid;
	grid-template-columns: 600px 576px;
	gap: 24px;
	width: 1200px;
	height: 456px
}

.bsk-pod-basic-checkout-media {
	position: relative;
	overflow: hidden;
	border-radius: 36px;
	/*background: #111*/
}

.bsk-pod-basic-checkout-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*opacity: .5*/
}

.bsk-pod-basic-checkout-media > button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
	transform: translate(-50%, -50%);
	cursor: pointer
}

.bsk-pod-basic-checkout-media > button img {
	display: block;
	width: 19px;
	height: 22px;
	margin: auto
}

.bsk-pod-basic-checkout-copy {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.bsk-pod-basic-checkout-copy h3 {
	margin-top: 10px;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.5
}

.bsk-pod-basic-checkout-copy p {
	margin-top: 10px;
	color: var(--bsk-text-secondary);
	font-size: 18px;
	line-height: 1.5
}

.bsk-pod-basic-checkout-controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 36px;
}

.bsk-pod-basic-checkout-controls button {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: #fff;
	cursor: pointer
}

.bsk-pod-basic-checkout-controls button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	background: var(--bsk-primary);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	transform: translate(-55%, -50%)
}

.bsk-pod-basic-checkout-controls button:last-child::before {
	transform: translate(-45%, -50%) scaleX(-1)
}

.bsk-pod-love {
	position: absolute;
	top: 1526px;
	left: 0;
	display: grid;
	grid-template-columns: 675px 501px;
	gap: 24px;
	width: 1200px;
	height: 329px
}

.bsk-pod-love-copy {
	overflow: hidden;
	border-radius: 36px;
	padding: 0 56px;
	color: #fff;
	background: #31cecd;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bsk-pod-love-copy .bsk-pod-love-title {
	display: block;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.5
}

.bsk-pod-love-copy p {
	width: 564px;
	margin-top: 24px;
	font-size: 22px;
	line-height: 1.5
}

.bsk-pod-love-brand {
	overflow: hidden;
	border-radius: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bsk-gradient-brand), url("../../images/solutions/print-on-demand/print-on-demand-logo-bg.webp") center / cover no-repeat;
	background-blend-mode: soft-light
}

.bsk-pod-love-brand > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 236px;
	height: 64px;
	border-radius: 32px;
	background: #fff
}

.bsk-pod-love-brand img {
	display: block;
	width: 176px;
	height: 48px;
	object-fit: contain
}

.bsk-pod-difference {
	padding: 120px 0;
	background: #fff
}

.bsk-pod-difference .bsk-pod-section-head {
	width: 1200px;
	max-width: none;
	margin: 0 auto
}

.bsk-pod-difference .bsk-pod-section-head .bsk-pod-eyebrow {
	padding: 8px 22px;
	border: 2px solid var(--bsk-divider);
	border-radius: 36px;
	color: var(--bsk-text-tertiary);
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.bsk-pod-difference .bsk-pod-section-head h2 {
	margin-top: 16px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	white-space: pre-line
}

.bsk-pod-difference .bsk-pod-section-head > p {
	margin-top: 16px;
	color: var(--bsk-text-tertiary);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.5
}

.bsk-pod-difference-list {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: 80px
}

.bsk-pod-difference-row {
	padding: 0 32px;
	border-radius: 32px;
	background: #fff;
	display: grid;
	grid-template-columns: 352px 808px;
	align-items: center;
	gap: 40px;
	min-height: 400px;
	margin: 0
}

.bsk-pod-difference-row-reverse {
	grid-template-columns: 722px 418px
}

.bsk-pod-difference-row-reverse .bsk-pod-difference-media {
	order: 2
}

.bsk-pod-difference-media {
	position: relative;
	width: 352px;
	height: auto;
	aspect-ratio: 209/200;
}

.bsk-pod-difference-media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 209/200;
	border-radius: 20px;
	object-fit: cover
}

.bsk-pod-difference-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	height: 400px;
	padding: 12px 0;
	box-sizing: border-box
}

.bsk-pod-difference-row h3 {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.6
}

.bsk-pod-difference-row p {
	margin: 0;
	color: var(--bsk-text-tertiary);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5
}

.bsk-pod-difference-row ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 12px 0 0;
	border-top: 1px solid var(--bsk-divider);
	list-style: none
}

.bsk-pod-difference-row li {
	position: relative;
	min-height: 47px;
	padding-left: 36px;
	color: var(--bsk-text-secondary);
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	display: inline-flex;
	align-items: center;
}

.bsk-pod-difference-row li + li {
	margin-top: 0
}

.bsk-pod-difference-row li::before {
	position: absolute;
	content: "";
	left: 0;
	width: 24px;
	height: 24px;
	background: url("../../images/solar-star.svg") center / 24px 24px no-repeat
}

.bsk-pod-categories {
	padding: 120px 0;
	background: var(--bsk-bg-blue-light);
}

.bsk-pod-categories .bsk-pod-section-head {
	width: 1200px;
	height: 293px;
	max-width: none;
	margin: 0 auto
}

.bsk-pod-categories .bsk-pod-section-head .bsk-pod-eyebrow {
	padding: 8px 22px;
	border: 2px solid var(--bsk-divider);
	border-radius: 36px;
	color: var(--bsk-text-tertiary);
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.bsk-pod-categories .bsk-pod-section-head h2 {
	margin-top: 16px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	white-space: pre-line
}

.bsk-pod-categories .bsk-pod-section-head > p {
	margin-top: 16px;
	color: var(--bsk-text-tertiary);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2
}

.bsk-pod-category-showcase {
	margin-top: 80px
}

.bsk-pod-category-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: 1200px;
	overflow: hidden;
	white-space: nowrap
}

.bsk-pod-category-tabs button {
	flex: 0 0 auto;
	padding: 10px 12px;
	border: 0;
	border-radius: 36px;
	color: var(--bsk-text-secondary);
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	cursor: pointer
}

.bsk-pod-category-tabs button h3 {
	margin: 0;
	color: inherit;
	font: inherit
}

.bsk-pod-category-tabs button.is-active {
	color: #fff;
	background: #2757ff;
	font-weight: 700
}

.bsk-pod-category-tabs .bsk-pod-category-previous,
.bsk-pod-category-tabs .bsk-pod-category-next {
	position: relative;
	width: 24px;
	height: 24px;
	padding: 0;
	background: transparent
}

.bsk-pod-category-next i::before {
	position: absolute;
	top: 5px;
	left: 6px;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--bsk-text-primary);
	border-right: 2px solid var(--bsk-text-primary);
	transform: rotate(45deg);
	content: ""
}

.bsk-pod-category-previous i::before {
	position: absolute;
	top: 5px;
	left: 8px;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--bsk-text-primary);
	border-right: 2px solid var(--bsk-text-primary);
	transform: rotate(-135deg);
	content: ""
}

.bsk-pod-category-products {
	display: grid;
	grid-template-columns: repeat(5, 220px);
	grid-auto-rows: 280px;
	column-gap: 25px;
	row-gap: 24px;
	width: 1200px;
	height: 584px;
	margin-top: 36px;
	overflow: hidden
}

.bsk-pod-category-products[hidden] {
	display: none
}

.bsk-pod-category-product {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 220px
}

.bsk-pod-category-product > div {
	position: relative;
	flex: 0 0 220px;
	width: 220px;
	height: 220px;
	overflow: hidden;
	border-radius: 36px;
	background: #fff
}

.bsk-pod-category-product img {
	display: block;
	width: 220px;
	height: 220px;
	object-fit: cover
}

.bsk-pod-category-product h3 {
	display: -webkit-box;
	overflow: hidden;
	color: var(--bsk-text-primary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.bsk-pod-category-cta-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 80px
}
.bsk-pod-category-cta-wrap .bsk-pod-category-cta {
	width: 367px;
	height: 81px;
	padding: 24px 40px;
	border-radius: 100px;
	font-size: 24px;
	font-weight: 700;
	line-height: 33px
}

.bsk-pod-advantages {
	padding: 120px 0;
	background: #fff
}

.bsk-pod-advantages .bsk-pod-section-head {
	width: 1200px;
	max-width: none;
	margin: 0 auto
}

.bsk-pod-advantages .bsk-pod-section-head .bsk-pod-eyebrow {
	padding: 8px 22px;
	border: 2px solid var(--bsk-divider);
	border-radius: 36px;
	color: var(--bsk-text-tertiary);
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.bsk-pod-advantages .bsk-pod-section-head h2 {
	margin-top: 16px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5
}

.bsk-pod-advantages .bsk-pod-section-head > p {
	margin-top: 16px;
	color: var(--bsk-text-tertiary);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2
}

.bsk-pod-advantages .bsk-pod-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 384px);
	grid-template-rows: 420px 440px;
	gap: 24px;
	width: 1200px;
	height: 884px;
	margin-top: 80px
}

.bsk-pod-advantages .bsk-pod-card-grid > .bsk-pod-advantage-card {
	min-height: 0;
	padding: 48px 24px;
	border: 0;
	border-radius: 28px;
	background: var(--bsk-bg-gray);
	box-sizing: border-box;
	transform: none
}

.bsk-pod-advantages .bsk-pod-advantage-card > .bsk-pod-advantage-keyword {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	height: 48px;
	margin: 0;
	padding: 4px 12px;
	border: 1px solid var(--bsk-divider);
	border-radius: 36px;
	color: #fff;
	background: var(--bsk-gradient-brand);
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px
}

.bsk-pod-advantages .bsk-pod-advantage-card > .bsk-pod-advantage-keyword img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
	filter: brightness(0) invert(1)
}

.bsk-pod-advantages .bsk-pod-advantage-card h3 {
	margin-top: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4
}

.bsk-pod-advantages .bsk-pod-advantage-card p {
	margin-top: 24px;
	color: var(--bsk-text-tertiary);
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4
}

.bsk-pod-capabilities .bsk-pod-section-head {
	width: 1200px;
	max-width: none;
	text-align: left
}

.bsk-pod-capabilities .bsk-pod-section-head .bsk-pod-eyebrow {
	padding: 8px 22px;
	border: 2px solid var(--bsk-divider);
	border-radius: 36px;
	color: var(--bsk-text-tertiary);
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.bsk-pod-capabilities .bsk-pod-section-head h2 {
	margin-top: 24px;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.6
}

.bsk-pod-capabilities .bsk-pod-section-head h2 span,
.bsk-pod-branding .bsk-pod-section-head h2 span {
	color: transparent;
	background: linear-gradient(275.16deg, #31CECD 22.73%, #0634E6 130.93%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.bsk-pod-capabilities .bsk-pod-section-head > p {
	margin-top: 24px;
	color: var(--bsk-text-secondary);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5
}

.bsk-pod-capabilities-media {
	display: block;
	width: 1200px;
	height: 400px;
	margin-top: 24px;
	border-radius: 36px;
	object-fit: cover;
	object-position: center 45%
}

.bsk-pod-capabilities .bsk-pod-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 384px);
	grid-template-rows: 294px 266px;
	gap: 24px;
	width: 1200px;
	height: 584px;
	margin-top: 24px
}

.bsk-pod-capabilities .bsk-pod-card-grid > .bsk-pod-capability-card {
	min-height: 0;
	padding: 24px;
	border: 0;
	border-radius: 28px;
	background: #fff;
	box-sizing: border-box;
	transform: none
}

.bsk-pod-capability-card > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: #ffffff;
	background: var(--bsk-primary);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4
}

.bsk-pod-capabilities .bsk-pod-capability-card h3 {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4
}

.bsk-pod-capabilities .bsk-pod-capability-card p {
	margin-top: 10px;
	color: var(--bsk-text-tertiary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4
}

.bsk-pod-branding {
	padding: 80px 0 120px;
	color: var(--bsk-text-primary);
	background: var(--bsk-bg-blue-light)
}

.bsk-pod-capabilities {
	padding: 120px 0;
	background: var(--bsk-bg-blue-light);
	padding-bottom: 0
}

.bsk-pod-branding .bsk-pod-section-head {
	width: 1200px;
	max-width: none;
	text-align: left
}

.bsk-pod-branding .bsk-pod-section-head .bsk-pod-eyebrow {
	padding: 8px 22px;
	border: 2px solid var(--bsk-divider);
	border-radius: 36px;
	color: var(--bsk-text-tertiary);
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.bsk-pod-branding .bsk-pod-section-head h2 {
	margin-top: 24px;
	color: var(--bsk-text-primary);
	font-size: 36px;
	font-weight: 800;
	line-height: 1.6
}

.bsk-pod-branding .bsk-pod-section-head > p {
	margin-top: 24px;
	color: var(--bsk-text-secondary);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5
}

.bsk-pod-branding-media {
	display: block;
	width: 1200px;
	height: 400px;
	margin-top: 24px;
	border-radius: 36px;
	object-fit: cover;
	object-position: center 66%
}

.bsk-pod-branding .bsk-pod-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 384px);
	grid-template-rows: repeat(2, 210px);
	gap: 24px;
	width: 1200px;
	height: 444px;
	margin-top: 24px
}

.bsk-pod-branding .bsk-pod-card-grid > .bsk-pod-branding-card {
	min-height: 0;
	padding: 24px;
	border: 0;
	border-radius: 28px;
	color: var(--bsk-text-primary);
	background: #fff;
	box-sizing: border-box;
	transform: none
}

.bsk-pod-branding-card > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: #ffffff;
	background: var(--bsk-primary);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4
}

.bsk-pod-branding .bsk-pod-branding-card h3 {
	margin-top: 10px;
	color: var(--bsk-text-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4
}

.bsk-pod-branding .bsk-pod-card-grid > .bsk-pod-branding-card p {
	margin-top: 10px;
	color: var(--bsk-text-tertiary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4
}

.bsk-pod-workflow {
	padding: 120px 0;
	background: #fff
}

.bsk-pod-workflow .bsk-pod-section-head {
	width: 1200px;
	max-width: none;
	margin: 0 auto;
	text-align: center
}

.bsk-pod-workflow .bsk-pod-section-head .bsk-pod-eyebrow {
	padding: 8px 22px;
	border: 2px solid var(--bsk-divider);
	border-radius: 36px;
	color: var(--bsk-text-tertiary);
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.bsk-pod-workflow .bsk-pod-section-head h2 {
	margin-top: 16px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5
}

.bsk-pod-workflow .bsk-pod-section-head > p {
	margin-top: 16px;
	color: var(--bsk-text-tertiary);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2
}

.bsk-pod-workflow .bsk-pod-workflow-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	width: 1200px;
	margin-top: 80px
}

.bsk-pod-workflow .bsk-pod-workflow-steps > div {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: auto;
	padding: 74px 14px 24px;
	border-radius: 20px;
	background: var(--bsk-bg-blue-light);
	box-sizing: border-box
}

.bsk-pod-workflow .bsk-pod-workflow-steps > div > span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 12px;
	border-radius: 12px 0 12px 0;
	color: #fff;
	background: var(--bsk-primary);
	font-size: 16px;
	font-weight: 700;
	line-height: 30px
}

.bsk-pod-workflow .bsk-pod-workflow-steps > div > img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(76%) sepia(49%) saturate(615%) hue-rotate(130deg) brightness(91%) contrast(88%)
}

.bsk-pod-workflow .bsk-pod-workflow-steps h3 {
	width: 100%;
	margin-top: 24px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.65;
	text-align: center
}

.bsk-pod-workflow .bsk-pod-workflow-steps p {
	width: 100%;
	margin-top: 8px;
	color: var(--bsk-text-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left
}

.bsk-pod-workflow-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	width: 1200px;
	margin-top: 48px
}

.bsk-pod-workflow-benefits > div {
	min-height: 220px;
	padding: 24px;
	border-radius: 24px;
	color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.bsk-pod-workflow-benefits > div:nth-child(1) {
	background-image: linear-gradient(275.16deg, rgba(49, 206, 205, .78) 22.73%, rgba(6, 52, 230, .78) 130.93%), url("../../images/solutions/print-on-demand/print-on-demand-pod-workflow-1.webp")
}

.bsk-pod-workflow-benefits > div:nth-child(2) {
	background-image: linear-gradient(275.16deg, rgba(49, 206, 205, .78) 22.73%, rgba(6, 52, 230, .78) 130.93%), url("../../images/solutions/print-on-demand/print-on-demand-pod-workflow-2.webp")
}

.bsk-pod-workflow-benefits > div:nth-child(3) {
	background-image: linear-gradient(275.16deg, rgba(49, 206, 205, .78) 22.73%, rgba(6, 52, 230, .78) 130.93%), url("../../images/solutions/print-on-demand/print-on-demand-pod-workflow-3.webp")
}

.bsk-pod-workflow-benefits h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 33px
}

.bsk-pod-workflow-benefits p {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	min-height: 60px
}

.bsk-pod-integrations {
	padding: 0;
	color: var(--bsk-text-primary);
	background: #fff;
	box-sizing: border-box
}
.bsk-pod-integrations .bsk-pod-integration-list {
	gap: 28px;
	width: 1200px;
	margin-top: 80px;
	justify-content: center
}

.bsk-pod-integration-col {
	max-width: 381px
}

.bsk-pod-integration-card {
	position: relative;
	aspect-ratio: 381 / 240;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 2px solid var(--bsk-border);
	border-radius: 16px;
	color: var(--bsk-text-primary);
	background: #fff;
	text-align: center;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease
}

.bsk-pod-integration-card:hover,
.bsk-pod-integration-card:focus-visible {
	border-color: transparent;
	outline: 0;
	background: linear-gradient(#fff, #fff) padding-box, var(--bsk-gradient-brand) border-box;
	box-shadow: 0 18px 45px rgba(24, 80, 190, .12)
}

.bsk-pod-integration-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 34px
}

.bsk-pod-integration-logo img {
	display: block;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain
}

.bsk-pod-integration-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px;
	color: var(--bsk-text-primary);
	background: rgba(255, 255, 255, .72);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
	backdrop-filter: blur(18px);
	opacity: 0;
	transition: opacity .18s ease
}

.bsk-pod-integration-card:hover .bsk-pod-integration-overlay,
.bsk-pod-integration-card:focus-visible .bsk-pod-integration-overlay {
	opacity: 1
}

.bsk-pod-integration-title {
	margin: 0 0 16px;
	color: var(--bsk-text-primary);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0
}

.bsk-pod-integration-desc {
	margin-top: 12px !important;
	color: var(--bsk-text-secondary);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	white-space: pre-line
}

.bsk-pod-global {
	height: 1334px;
	padding: 120px 0;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box
}

.bsk-pod-global > .bsk-shell {
	position: relative;
	height: 1094px
}

.bsk-pod-global-head {
	width: 1200px;
	text-align: center
}

.bsk-pod-global-head h2 {
	margin: 0;
	color: var(--bsk-text-primary);
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	white-space: pre-line
}

.bsk-pod-global-head p {
	margin: 16px 0 0;
	color: var(--bsk-text-tertiary);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2
}

.bsk-pod-global-map {
	position: absolute;
	top: 255px;
	left: 0;
	width: 1200px;
	height: 676px;
	margin: 0
}

.bsk-pod-global-map > img {
	display: block;
	width: 1200px;
	height: 676px;
	object-fit: contain;
	opacity: .3
}

.bsk-pod-global-map > i {
	position: absolute;
	width: 20px;
	height: 25px;
	background: url("../../images/solutions/print-on-demand/map-icon.svg") center / contain no-repeat
}

.bsk-pod-global-map > i:nth-of-type(1) { left: 684px; top: 323px }
.bsk-pod-global-map > i:nth-of-type(2) { left: 410px; top: 83px }
.bsk-pod-global-map > i:nth-of-type(3) { left: 254px; top: 230px }
.bsk-pod-global-map > i:nth-of-type(4) { left: 334px; top: 399px }
.bsk-pod-global-map > i:nth-of-type(5) { left: 684px; top: 191px }
.bsk-pod-global-map > i:nth-of-type(6) { left: 644px; top: 203px }
.bsk-pod-global-map > i:nth-of-type(7) { left: 689px; top: 248px }
.bsk-pod-global-map > i:nth-of-type(8) { left: 1053px; top: 141px }
.bsk-pod-global-map > i:nth-of-type(9) { left: 970px; top: 461px }
.bsk-pod-global-map > i:nth-of-type(10) { left: 283px; top: 65px }
.bsk-pod-global-map > i:nth-of-type(11) { left: 614px; top: 209px }
.bsk-pod-global-map > i:nth-of-type(12) { left: 644px; top: 446px }
.bsk-pod-global-map > i:nth-of-type(13) { left: 699px; top: 278px }

.bsk-pod-global .bsk-pod-stats {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 1200px;
	margin: 0
}

.bsk-pod-global .bsk-pod-stats > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 12px 40px;
	text-align: center
}

.bsk-pod-global .bsk-pod-stats > div + div {
	border-left: 1px solid rgba(6, 52, 230, .12)
}

.bsk-pod-global .bsk-pod-stats strong {
	margin: 0;
	color: transparent;
	background: var(--bsk-gradient-brand);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	-webkit-text-fill-color: transparent
}

.bsk-pod-global .bsk-pod-stats span {
	margin-top: 8px;
	color: #4E5969;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4
}

.bsk-pod-best-for {
	padding: 120px 0;
	background: var(--bsk-bg-blue-light)
}

.bsk-pod-best-for .bsk-pod-section-head {
	width: 1200px;
	max-width: none;
	margin: 0 auto;
	text-align: center
}

.bsk-pod-best-for .bsk-pod-section-head .bsk-pod-eyebrow {
	padding: 8px 22px;
	border: 2px solid var(--bsk-divider);
	border-radius: 36px;
	color: var(--bsk-text-tertiary);
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.bsk-pod-best-for .bsk-pod-section-head h2 {
	margin-top: 16px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5
}

.bsk-pod-best-for .bsk-pod-section-head > p {
	margin-top: 16px;
	color: var(--bsk-text-tertiary);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2
}

.bsk-pod-best-for .bsk-pod-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 384px);
	grid-template-rows: repeat(2, 500px);
	gap: 24px;
	width: 1200px;
	height: 1024px;
	margin-top: 80px
}

.bsk-pod-best-for .bsk-pod-card-grid > .bsk-pod-best-for-card {
	position: relative;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 28px;
	background: #31cecd;
	transform: none
}

.bsk-pod-best-for-card > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.bsk-pod-best-for-card > div {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 24px 20px;
	color: var(--bsk-text-primary);
	background: rgba(255, 255, 255, .5);
	-webkit-backdrop-filter: blur(35px);
	backdrop-filter: blur(35px)
}

.bsk-pod-best-for .bsk-pod-best-for-card h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4
}

.bsk-pod-best-for .bsk-pod-best-for-card p {
	margin-top: 10px;
	color: var(--bsk-text-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	min-height: 60px
}

.bsk-pod-fit-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 1200px;
	min-height: 408px;
	margin-top: 80px;
	padding: 48px 0;
	overflow: hidden;
	border-radius: 36px;
	color: #fff;
	background: #0b38d5 url("../../images/solutions/print-on-demand/print-on-demand-cta-bg.webp") center / cover no-repeat;
	box-sizing: border-box;
	text-align: center
}

.bsk-pod-fit-card::after {
	position: absolute;
	inset: 0;
	background: rgba(11, 56, 213, .35);
	content: ""
}

.bsk-pod-fit-card > * {
	position: relative;
	z-index: 1
}

.bsk-pod-fit-card .bsk-pod-eyebrow {
	padding: 8px 22px;
	border: 2px solid #fff;
	border-radius: 36px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.bsk-pod-fit-card h3 {
	width: 100%;
	margin: 24px 0 0;
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.5
}

.bsk-pod-fit-card p {
	width: 800px;
	margin: 24px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5
}

.bsk-pod-fit-card .bsk-btn {
	min-width: 402px;
	margin: 24px 0 0;
	color: var(--bsk-text-primary)
}

.bsk-pod-fit-card .bsk-btn img {
	filter: brightness(0)
}

.bsk-pod-reviews {
	min-height: 720px;
	color: #fff;
	position: relative;
	height: 1518px;
	padding: 0;
	overflow: hidden;
	background: linear-gradient(105deg, #0634e6 0%, #31cecd 100%)
}

.bsk-pod-reviews::before {
	position: absolute;
	top: 496px;
	left: 102px;
	width: 1501px;
	height: 1469px;
	border: 120px solid rgba(60, 235, 234, .2);
	border-radius: 50%;
	content: ""
}

.bsk-pod-reviews-head {
	position: absolute;
	top: 299px;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 36px;
	width: 1200px
}

.bsk-pod-reviews-head h2 {
	margin: 0;
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.5
}

.bsk-pod-reviews-head > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 318px;
	height: 86px;
	border-radius: 80px;
	background: #fff
}

.bsk-pod-reviews-head img {
	display: block;
	width: 242px;
	height: 62px;
	object-fit: contain
}

.bsk-pod-reviews .bsk-pod-review-swiper {
	position: absolute;
	top: 636px;
	left: 0;
	width: 1200px;
	margin: 0;
	padding: 0 0 90px;
	overflow: visible
}

.bsk-pod-reviews .bsk-pod-review-card {
	min-height: 620px;
	padding: 24px;
	border: .5px solid var(--bsk-border);
	border-radius: 36px;
	background: #fff;
	box-sizing: border-box
}

.bsk-pod-reviews .swiper-slide {
	height: auto;
	opacity: .8
}

.bsk-pod-reviews .swiper-slide-active,
.bsk-pod-reviews .swiper-slide-next {
	opacity: 1
}

.bsk-pod-reviews .bsk-pod-review-card h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4
}

.bsk-pod-reviews .bsk-pod-review-card span {
	margin-top: 4px;
	color: var(--bsk-text-tertiary);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4
}

.bsk-pod-reviews .bsk-pod-review-card p {
	margin-top: 28px;
	padding: 16px;
	border-radius: 0 36px 36px 36px;
	color: var(--bsk-text-primary);
	background: #f2f2f2;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6
}

.bsk-pod-review-controls {
	position: absolute;
	top: 746px;
	left: 50%;
	display: flex;
	gap: 36px;
	transform: translateX(-50%)
}

.bsk-pod-review-controls button {
	position: relative;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: var(--bsk-bg-blue-light);
	cursor: pointer
}

.bsk-pod-review-controls i::before {
	position: absolute;
	top: 12px;
	left: 13px;
	width: 9px;
	height: 9px;
	border-bottom: 2px solid var(--bsk-primary);
	border-left: 2px solid var(--bsk-primary);
	transform: rotate(45deg);
	content: ""
}

.bsk-pod-review-controls .bsk-pod-review-next i::before {
	left: 11px;
	transform: rotate(225deg)
}

.bsk-pod-review-callout {
	position: absolute;
	z-index: 2;
	padding: 24px 40px;
	color: #fff;
	background: rgba(255, 255, 255, .3);
	-webkit-backdrop-filter: blur(35px);
	backdrop-filter: blur(35px);
	font-size: 24px;
	font-weight: 700;
	line-height: 33px
}

.bsk-pod-review-callout-left {
	top: 247px;
	left: 219px;
	border-radius: 50px 0 50px 50px
}

.bsk-pod-review-callout-right {
	top: 419px;
	left: 1312px;
	border-radius: 0 50px 50px 50px
}

.bsk-pod-reviews .bsk-pod-seller {
	width: 100px;
	height: 100px;
	border: 0;
	opacity: .8
}

.bsk-pod-reviews .bsk-pod-seller-1 { top: 168px; left: 390px }
.bsk-pod-reviews .bsk-pod-seller-2 { top: 524px; left: 571px; opacity: .6 }
.bsk-pod-reviews .bsk-pod-seller-3 { top: 120px; left: 850px; opacity: .6 }
.bsk-pod-reviews .bsk-pod-seller-4 { top: 574px; right: auto; left: 1180px; opacity: .6 }
.bsk-pod-reviews .bsk-pod-seller-5 { top: 1164px; right: auto; bottom: auto; left: 1723px }
.bsk-pod-reviews .bsk-pod-seller-6 { top: 916px; right: auto; bottom: auto; left: 119px; opacity: .5 }
.bsk-pod-reviews .bsk-pod-seller-7 { top: 343px; right: auto; left: 1489px; width: 100px; height: 100px }
.bsk-pod-reviews .bsk-pod-seller-8 { top: 197px; right: auto; left: 1230px; width: 100px; height: 100px; opacity: 1 }
