
.wp-admin .block-editor-block-list__block.wp-block.wp-block-group.is-style-section-wrapper-80.is-layout-flex.is-nowrap {
	-ms-flex-direction: column;
	flex-direction: column;
}

.home-slider {
	width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.home-slider__scroll-indicator {
	position: absolute;
	bottom: 26px;
	left: calc(50% - 24px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: var(--sk-color-white);
	text-align: center;
	z-index: 1;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

@media screen and (max-width: 767px) {
	.home-slider__scroll-indicator {
		bottom: 42px;
		right: 41px;
		left: unset;
	}
}

@media screen and (max-width: 420px) {
	.home-slider__scroll-indicator {
		right: 0;
	}
}

.home-slider__scroll-indicator a {
	letter-spacing: .9px;
}

.home-slider__scroll-indicator a::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'21\' height=\'21\' viewBox=\'0 0 21 21\' fill=\'none\'%3E%3Cg clip-path=\'url(%23clip0_16_308)\'%3E%3Cpath d=\'M19.2595 10.0623L11.8665 16.8749V0.734375H9.74834V16.8749L2.36545 10.0623L0.929607 11.6203L10.8074 20.7344L20.6954 11.6203L19.2595 10.0623Z\' fill=\'white\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_16_308\'%3E%3Crect width=\'19.7658\' height=\'20\' fill=\'white\' transform=\'translate(0.929607 0.734375)\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	right: -40px;
	top: 0;
}

@media screen and (max-width: 360px) {
	.home-slider__scroll-indicator a::after {
		right: -25px;
	}
}

.home-slider__content {
	max-width: 760px;
	width: 100%;
	padding: 30px;
}

.home-slider__pagination.swiper-pagination {
	position: absolute;
	left: 20px;
	bottom: 35px;
	gap: 0px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	max-width: 360px;
}

@media screen and (max-width: 991px) {
	.home-slider__pagination.swiper-pagination {
		max-width: 100%;
		width: 100%;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: 90px;
	}
}

@media screen and (max-width: 767px) {
	.home-slider__pagination.swiper-pagination {
		left: 0;
		bottom: 97px;
		padding: 0 33px;
	}
}

.swiper-initialized .home-slider__pagination.swiper-pagination {
	opacity: 1;
}

.home-slider__pagination.swiper-pagination .swiper-pagination-bullet {
	width: 65px;
	height: 4px;
	background: white;
	border-radius: 0;
	opacity: .5;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

@media screen and (max-width: 767px) {
	.home-slider__pagination.swiper-pagination .swiper-pagination-bullet {
		height: 3px;
		width: 54px;
	}
}

.home-slider__pagination.swiper-pagination .swiper-pagination-bullet__item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 4px;
	height: 4px;
	background-color: var(--sk-color-white);
	border-radius: 100%;
	margin: 7px 0 7px 24px;
}

.home-slider__pagination.swiper-pagination .swiper-pagination-bullet__item::before {
	content: "";
	display: block;
	z-index: -1;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, .4);
	border-radius: 100%;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.home-slider__pagination.swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.home-slider .home-slider__social.social {
	position: absolute;
	bottom: 24px;
	right: 24px;
	z-index: 2;
	gap: 37px;
}

@media screen and (max-width: 767px) {
	.home-slider .home-slider__social.social {
		right: unset;
		bottom: 42px;
		left: 40px;
		gap: 15px;
	}
}

@media screen and (max-width: 420px) {
	.home-slider .home-slider__social.social {
		left: 15px;
		gap: 8px;
	}
}

@media screen and (max-width: 360px) {
	.home-slider .home-slider__social.social {
		gap: 7px;
	}
}

.home-slider .home-slider__social.social .social__icon {
	max-width: 32px;
	height: auto;
	width: 100%;
}

@media screen and (max-width: 440px) {
	.home-slider .home-slider__social.social .social__icon {
		max-width: 22px;
	}
}

.home-slider .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
	text-align: center;
	font-size: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.home-slider .swiper-slide {
		background-position: 75% center;
	}
}

.home-slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
