.partners-step-area {
	padding-top: 10rem;
	padding-bottom: 10rem;
	background: #060606;
}
.ps-ttl-l h4 {
	font-size: 1.8rem;
	color: #F05A25;
}
.ps-ttl-l h2 {
	font-size: 3.6rem;
	line-height: normal;
	margin-top: .7rem;
}
.ps-ttl-r {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.60);
	display: flex;
	align-items: flex-end;
}
.partners-step-main-row {
	margin-top: 5rem;
}
.partners-step-main-row {
	margin-top: 5rem;
	display: flex;
	gap: 3rem;
}
.partners-step-tab {
	width: 100%;
}
.ps-tab-item {
	background: #0A0A0A;
	border-radius: 1.9rem;
	padding: 1.9rem 2.3rem;
	display: flex;
	align-items: center;
	gap: 1.9rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.60);
	cursor: pointer;
}
.ps-tab-item span {
	width: 4.2rem;
	height: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .8rem;
	background: rgba(119, 119, 119, 0.12);
	box-shadow: 0 0 23.883px 0 rgba(240, 90, 37, 0.16);
	flex-shrink: 0;
}
.ps-tab-item:not(:last-child) {
	margin-bottom: 1rem;
}
.ps-tab-item h4 {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.60);
}
.ps-tab-item.active, .ps-tab-item:hover {
	background: rgba(240, 90, 37, 0.06);
}
.partners-step-slide-items {
	width: 50rem;
	flex-shrink: 0;
	padding: 3.4rem;
	background: #0D0D0D;
	border-radius: 1.9rem;
	transition: all .3s;
	height: max-content;
}
.psl-slide-head {
	display: flex;
	align-items: center;
	gap: 1.3rem;
}
.psl-slide-head .icon {
	width: 4.7rem;
	height: 4.7rem;
	display: flex;
	align-items: center;
	border-radius: .8rem;
	background: rgba(119, 119, 119, 0.12);
	box-shadow: 0 0 2.9rem 0 rgba(240, 90, 37, 0.16);
}
.psl-slide-head .icon svg {
	max-width: 100%;
	max-height: 100%;
}
.psl-slide-title {
	margin-top: 2.8rem;
	font-size: 2.2rem;
	line-height: normal;
	font-weight: 700;
}
.psl-slide-head-r span {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.30);
}
.psl-slide-head-r h4 {
	font-size: 1.4rem;
	color: #F05A25;
	font-weight: 600;
}
.psl-slide-text {
	margin-top: 1.9rem;
	color: rgba(255, 255, 255, 0.55);
	min-height: 10.5rem;
	border-bottom: .1rem solid rgba(255, 255, 255, 0.07);
}
.pss-btn {
	background: transparent;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	gap: .7rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.35);
	cursor: pointer;
}
.partners-step-bottom {
	margin-top: 4rem;
	padding-top: 3rem;
	border-top: .1rem solid rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.60);
}.ps-slide-bottom {
	padding-top: 2.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.partners-step-slide-items .swiper-slide {
	filter: blur(10px);
	transition: opacity .6s ease, filter .6s ease;
}
.partners-step-slide-items .swiper-slide-active {
	filter: blur(0);
}
.partners-step-slide-items {
	position: relative;
}
.ps-slide-dots {
	width: max-content !important;
	display: flex;
	gap: .7rem;
}
.ps-slide-dots .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	background: rgba(255, 255, 255, 0.20);
	margin: 0 !important;
	transition: all .4s;
	border-radius: 1rem;
}
.ps-slide-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 2rem;
	background: #F05A25;
}
@media only screen and (max-width: 1050px) {
    .partners-step-area {
    	padding: 70px 15px;
    }
    .partners-step-tab {
    	display: none;
    }
    .partners-step-slide-items {
    	width: 100%;
    }
    .partners-step-slide-items {
    	padding: 25px 21px;
    	border-radius: 7px;
    }
    .partners-step-main-row {
    	margin-top: 26px;
    }
    .partners-step-bottom .btn {
    	display: none;
    }
}