.irfas-bg-gallery {
	position: relative;
	width: 100%;
	display: block;
	min-height: 180px;
}

.irfas-bg-gallery--fill {
	height: 100%;
	align-self: stretch;
	min-height: 100%;
}

.irfas-bg-gallery--custom {
	height: 100%;
}

.irfas-bg-gallery__swiper,
.irfas-bg-gallery__swiper .swiper-wrapper,
.irfas-bg-gallery__swiper .swiper-slide,
.irfas-bg-gallery__slide {
	width: 100%;
	height: 100%;
	min-height: inherit;
}

.irfas-bg-gallery__swiper {
	min-height: inherit;
}

.irfas-bg-gallery__slide {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.irfas-bg-gallery__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	pointer-events: none;
}

.irfas-bg-gallery__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px;
	color: inherit;
}

.irfas-bg-gallery__content--top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.irfas-bg-gallery__content--top-center {
	align-items: center;
	justify-content: flex-start;
}

.irfas-bg-gallery__content--top-right {
	align-items: flex-end;
	justify-content: flex-start;
}

.irfas-bg-gallery__content--center-left {
	align-items: flex-start;
	justify-content: center;
}

.irfas-bg-gallery__content--center {
	align-items: center;
	justify-content: center;
}

.irfas-bg-gallery__content--center-right {
	align-items: flex-end;
	justify-content: center;
}

.irfas-bg-gallery__content--bottom-left {
	align-items: flex-start;
	justify-content: flex-end;
}

.irfas-bg-gallery__content--bottom-center {
	align-items: center;
	justify-content: flex-end;
}

.irfas-bg-gallery__content--bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.irfas-bg-gallery__title {
	font-weight: 600;
}

.irfas-bg-gallery__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
}

.irfas-bg-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid currentColor;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	cursor: pointer;
}

.irfas-bg-gallery__nav--prev {
	left: 12px;
}

.irfas-bg-gallery__nav--next {
	right: 12px;
}

.irfas-bg-gallery--arrows-outside .irfas-bg-gallery__nav--prev {
	left: -28px;
}

.irfas-bg-gallery--arrows-outside .irfas-bg-gallery__nav--next {
	right: -28px;
}

.irfas-bg-gallery__pagination {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	z-index: 3;
	width: auto !important;
}

.irfas-bg-gallery--dots-top .irfas-bg-gallery__pagination {
	bottom: auto;
	top: 12px;
}

.irfas-bg-gallery--dots-left .irfas-bg-gallery__pagination {
	left: 12px;
	right: auto;
	transform: none;
}

.irfas-bg-gallery--dots-right .irfas-bg-gallery__pagination {
	right: 12px;
	left: auto;
	transform: none;
}

.irfas-bg-gallery__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 0.6;
	background: #fff;
}

.irfas-bg-gallery__pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
