.stories {
	background: linear-gradient(0deg,#16322d 0,#16322d 100%),linear-gradient(0deg,#2a432d 0,#2a432d 100%),linear-gradient(0deg,#593e2b 0,#593e2b 100%),#7ec6dd;
	padding: 7rem 0;
	position: relative;
}

.stories.active .stories__description,.stories.active h3 { animation-name: fadeInUp; }

.stories.top-margin { padding-top: 13rem; }

.stories.active-larger .stories-swiper.great .swiper-slide-active {
	width: 29rem;
}
@media (max-width:1025px) {
	.stories.active-larger .stories-swiper.great .swiper-slide-active { width: 21rem; }
}

.stories.active-larger .swiper-slide {
	height: 35rem;
}

@media (max-width:1025px) {
	.stories.active-larger .swiper-slide {
		height: 30rem;
	}
}

@media (max-width:767px) {
	.stories.top-margin { padding-top: 3rem; }
}

@media (max-width:1025px) {
	.stories { padding: 7rem 0 2rem; }
}

@media (max-width:767px) {
	.stories { padding: 3rem 0 7rem; }
}

.stories .container { overflow: hidden; }

@media (max-width:1025px) {
	.stories .container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media (max-width:767px) {
	.stories .container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.stories h3 {
	color: #f4e0bb;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 111.667%;
	letter-spacing: -.075rem;
	margin-bottom: 1.75rem;
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 0s;
}

@media (max-width:767px) {
	.stories h3 {
		font-size: 2rem;
		line-height: 125%;
		letter-spacing: -.02rem;
		max-width: 80%;
		color: #e4e4d4;
		margin: 0 auto .5rem;
		text-align: center;
	}
}

.stories .stories__description {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 0s;
}

.stories .stories__description * {
	color: var(--wsc-color-white);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 116.667%;
}

@media (max-width:767px) {
	.stories .stories__description * {
		font-size: 1rem;
		line-height: 137.5%;
		text-align: center;
	}
}

.stories__top {
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
}

.stories .stories-swiper {
	overflow: visible;
	width: 48.09344rem;
	margin: 3rem 0 0;
}

@media (max-width:1025px) {
	.stories .stories-swiper { width: 30rem; }
}

@media (max-width:767px) {
	.stories .stories-swiper {
		margin-top: 3.12rem;
		max-width: 19.23738rem;
		margin: 3.12rem 0 0;
	}
}

.stories .stories-swiper.great .swiper-slide { width: 22rem; }

@media (max-width:1025px) {
	.stories .stories-swiper.great .swiper-slide { width: 18rem; }
}

.stories .stories-item .image-box { position: relative; }

.stories .stories-item .stories-quote {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	padding: 2.49rem;
	-moz-column-gap: 1.86rem;
	column-gap: 1.86rem;
}

@media (max-width:1025px) {
	.stories .stories-item .stories-quote {
		-moz-column-gap: .69rem;
		column-gap: .69rem;
		padding: 1.4rem .71rem;
	}
}

.stories .stories-item .stories-quote .icon {
	width: 5.59406rem;
	height: 5.59406rem;
	border-radius: 50%;
	border: .622px solid rgba(255,255,255,0);
	background: rgba(255,255,255,.12);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background .3s ease-out;
	cursor: pointer;
}

.stories .stories-item .stories-quote .icon:hover { background: var(--wsc-color-white); }
.stories .stories-item .stories-quote .icon:hover svg path { fill: #e05e2f; }

@media (max-width:1025px) {
	.stories .stories-item .stories-quote .icon {
		width: 2.80456rem;
		height: 2.80456rem;
	}
}

.stories .stories-item .stories-quote .icon svg {
	height: auto;
	width: 1.875rem;
}

.stories .stories-item .stories-quote .icon svg path { transition: fill .3s ease-out; }

@media (max-width:1025px) {
	.stories .stories-item .stories-quote .icon svg { width: .93488rem; }
}

.stories .stories-item .stories-quote .stories__quote { max-width: 22.45394rem; }

.stories .stories-item .stories-quote .stories__quote * {
	color: var(--wsc-color-white);
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 500;
	line-height: 116.667%;
}

@media (max-width:1025px) {
	.stories .stories-item .stories-quote .stories__quote { max-width: 13.625rem; }
	
	.stories .stories-item .stories-quote .stories__quote * {
		font-size: 1rem;
		line-height: 137.5%;
	}
}

.stories .stories-item .image {
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 2.29rem;
	position: relative;
}

.stories .stories-item .image:before { display: none!important; }

@media (max-width:767px) {
	.stories .stories-item .image {
		border-radius: .5rem;
		margin-bottom: 1.03rem;
	}
}

.stories .stories-item .info { padding-left: 2.51rem; }

@media (max-width:767px) {
	.stories .stories-item .info { padding-left: .56rem; }
}

.stories .stories-item .name {
	color: #f4e0bb;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 116.667%;
	margin-bottom: .31rem;
}

@media (max-width:767px) {
	.stories .stories-item .name {
		font-size: .875rem;
		margin-bottom: .25rem;
	}
}

.stories .stories-item .position * {
	color: var(--wsc-color-white);
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}

@media (max-width:767px) {
	.stories .stories-item .position * {
		font-size: .875rem;
		line-height: 128.571%;
	}
}

.stories .swiper-slide {
	transition: .5s ease-out;
	width: 22rem;
	margin-right: 1.5rem;
}

@media (max-width:1025px) {
	.stories .swiper-slide {
		width: 13rem;
	}
}

@media (max-width:767px) {
	.stories .swiper-slide {
		width: 15.25938rem;
		margin-right: .6rem;
		height: 25rem;
	}
}

.stories .swiper-slide .image {
	aspect-ratio: 10/9;
	transition: .5s ease-out;
}

.stories .swiper-slide-active { width: 29rem; }

@media (max-width:1025px) {
	.stories .swiper-slide-active { width: 19rem; }
}

@media (max-width:767px) {
	.stories .swiper-slide-active { width: 19.23738rem; }
}

.stories .slider-control {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 1.69rem;
	column-gap: 1.69rem;
}

@media (max-width:767px) {
	.stories .slider-control {
		justify-content: center;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
	}
}

.stories .swiper-button-next,.stories .swiper-button-prev {
	transition: .3s ease-out;
	width: auto;
	cursor: pointer;
}

.stories .swiper-button-next img,.stories .swiper-button-next svg,.stories .swiper-button-prev img,.stories .swiper-button-prev svg {
	width: 3.875rem;
	height: auto;
}

.stories .swiper-button-next.disabled,.stories .swiper-button-prev.disabled {
	opacity: .2;
	cursor: not-allowed;
	pointer-events: none;
}

.stories .swiper-button-disabled { opacity: .2; }

.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
}

.video-modal.active {
	opacity: 1;
	visibility: visible;
}

.video-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.video-modal__content {
	position: relative;
	width: 90%;
	max-width: 80rem;
	max-height: 90vh;
	background: var(--wsc-color-white);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 2rem 4rem rgba(0,0,0,.3);
	transform: scale(.8);
	transition: transform .3s ease-out;
}

.video-modal.active .video-modal__content { transform: scale(1); }

@media (max-width:767px) {
	.video-modal__content {
		width: 95%;
		border-radius: .5rem;
	}
}

.video-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	border: none;
	background: rgba(0,0,0,.5);
	border-radius: 50%;
	color: var(--wsc-color-white);
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-out;
}

.video-modal__close:hover {
	background: rgba(0,0,0,.8);
	transform: scale(1.1);
}

.video-modal__close svg {
	width: 1.5rem;
	height: 1.5rem;
}

@media (max-width:767px) {
	.video-modal__close {
		top: .5rem;
		right: .5rem;
		width: 2.5rem;
		height: 2.5rem;
	}
	
	.video-modal__close svg {
		width: 1.25rem;
		height: 1.25rem;
	}
}

.video-modal__container {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
}

.video-modal__player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-modal__player iframe,.video-modal__player video {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 1rem;
}

@media (max-width:767px) {
	.video-modal__player iframe,.video-modal__player video { border-radius: .5rem; }
}

.video-modal__player video {
	-o-object-fit: cover;
	object-fit: cover;
}
