.pricing-comparison::after{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
	background-position:center;
	background-repeat: no-repeat;
    top: 0;
	left:0;
    display: block;
	z-index: -1;
}

.pricing-comparison__content{
	position: relative;
	height: 170px;
	padding: 20px 0;
}

.pricing-comparison__content::after {
    content: "";
    background: var(--bs-warm--200);
    width: 100vh;
    height: 2px;
    position: absolute;
    top: 0;
    left: -50%;
    display: block;
	z-index: 1;
}

.pricing-comparison__hide{
	position: relative;
	z-index: 1;
}

.pricing-comparison__hide::before{
	content: "";
	background: linear-gradient(0deg, var(--secondary-palette-white) 46.73%, rgba(255, 255, 255, 0) 105.97%);
	position: absolute;
	bottom:0;
	left:0;
	height: 180px;
	width: 100%;
	z-index: 2;
}

.pricing-comparison__table {
	overflow: hidden;
    transition: max-height 1s ease;
}

.pricing-comparison__table--header{
	position: relative;
	width:100%;
	z-index: 2;
}

.pricing-comparison__table--sticky{
	position: -webkit-sticky;
    position: sticky;
    top:97px;
	left: 0;
	right: 0;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.pricing-comparison__hide {
    max-height: 550px;
}

.pricing-comparison__show {
    max-height:2000px;
}

.pricing-comparison__hide--btn{
	cursor: pointer;
	width: fit-content;
}

.pricing-comparison__shadow{
	box-shadow: 4px 0px 10px rgba(0, 0, 0, 10%);
}

.pricing-comparison__modal{
	background-color: #24272E4D;
}

.pricing-comparison__modal .modal-header .btn-close {
	background-image: url("../svg/modal-close-2.svg");
	background-repeat: no-repeat;
	opacity: 1;
	background-color: transparent;
	width: 1rem;
	height: 1rem;
	box-sizing: content-box;
	background-position: center;
	border:none;
}

@media only screen and (max-width: 575.98px){
	.pricing-comparison__content{
		height: auto;
		padding:0;
	}

	.pricing-comparison__content::after{
		display: none;
	}

	.pricing-comparison__border{
		border-top: 2px solid var(--secondary-palette-warm-grey);
		padding:20px 0;
	}

	.pricing-comparison__hide{
		z-index:3;
	}
}

@media only screen and (min-width: 1199.98px) {
	.thumbsSwiper .swiper-wrapper {
		gap: 30px;
	}

	.thumbsSwiper .swiper-button-next,
	.thumbsSwiper .swiper-button-prev {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	.pricing-comparison__pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
		top:65px;
	}

	.thumbsSwiper .swiper-button-disabled {
		display: none;
	}

	.thumbsSwiper .swiper-button-next,
	.thumbsSwiper .swiper-button-prev {
		background: var(--bs-blue--200);
		width: 48px;
		height: 48px;
		border-radius: 100%;
	}

	.thumbsSwiper .swiper-button-next:hover,
	.thumbsSwiper .swiper-button-prev:hover {
		background: var(--bs-blue);
	}

	.thumbsSwiper .swiper-button-next::after,
	.thumbsSwiper .swiper-button-prev::after {
		content: "";
		font-family: inherit;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		background-position: center;
	}

	.thumbsSwiper .swiper-button-prev::after {
		background-image: url("../svg/swiper-prev-arrow-2.svg");
	}

	.thumbsSwiper .swiper-button-next::after {
		background-image: url("../svg/swiper-next-arrow-2.svg");
	}

	.thumbsSwiper .swiper-pagination-bullet {
		width: 4.5625rem;
		height: 0.169rem;
		border-radius: 1.25rem;
		background-color: var(--bs-black);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 15%);
	}

	.thumbsSwiper .swiper-pagination-bullet-active {
		height: 0.4188rem;
		background-color: var(--bs-blue--200);
	}

	.thumbsSwiper .swiper-pagination-bullet:hover{
		height: 0.4188rem;
		background-color: var(--bs-blue) !important;
		opacity: 1;
	}

	.pricing-comparison__table--sticky{
		top:80px;
	}
}
