.elementor-widget-red801_custom_accordion,
.elementor-widget-red801_custom_accordion > .elementor-widget-container {
	align-self: stretch;
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
}

.elementor-widget-red801_custom_accordion {
	--container-widget-width: 100%;
	--container-widget-flex-grow: 1;
	flex: 1 1 100%;
	flex-basis: 100%;
	justify-self: stretch;
}

.elementor-widget-red801_custom_accordion > .elementor-widget-container {
	display: flex;
}

.red801-custom-accordion {
	--red801-custom-accordion-image-height: 300px;
	--red801-custom-accordion-image-column-size: 1fr;
	--red801-custom-accordion-list-column-size: 1fr;
	--red801-custom-accordion-first-column-size: var(--red801-custom-accordion-image-column-size);
	--red801-custom-accordion-second-column-size: var(--red801-custom-accordion-list-column-size);
	--red801-custom-accordion-media-column: 1;
	--red801-custom-accordion-list-column: 2;
	--red801-custom-accordion-icon-offset: 0px;
	display: grid;
	grid-template-columns: minmax(0, var(--red801-custom-accordion-first-column-size)) minmax(0, var(--red801-custom-accordion-second-column-size));
	gap: 72px;
	align-items: stretch;
	width: 100%;
	height: 100%;
	min-height: 100%;
	flex: 1 1 auto;
}

.red801-custom-accordion *,
.red801-custom-accordion *::before,
.red801-custom-accordion *::after {
	box-sizing: border-box;
}

.red801-custom-accordion__media,
.red801-custom-accordion__list {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	justify-self: stretch;
}

.red801-custom-accordion--image-right {
	--red801-custom-accordion-first-column-size: var(--red801-custom-accordion-list-column-size);
	--red801-custom-accordion-second-column-size: var(--red801-custom-accordion-image-column-size);
	--red801-custom-accordion-media-column: 2;
	--red801-custom-accordion-list-column: 1;
}

.red801-custom-accordion__media {
	grid-column: var(--red801-custom-accordion-media-column);
}

.red801-custom-accordion__list {
	grid-column: var(--red801-custom-accordion-list-column);
}

.red801-custom-accordion__media {
	position: relative;
	align-self: stretch;
	height: auto;
	min-height: var(--red801-custom-accordion-image-height);
	overflow: hidden;
	border-radius: 14px;
	background: #f3f3f3;
}

.red801-custom-accordion__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 0;
}

.red801-custom-accordion__image.is-active {
	opacity: 1;
	z-index: 1;
}

.red801-custom-accordion__image img,
.red801-custom-accordion__image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.red801-custom-accordion__image img {
	object-fit: cover;
}

.red801-custom-accordion--image-fit-contain .red801-custom-accordion__image img {
	object-fit: contain;
}

.red801-custom-accordion--image-fit-fill .red801-custom-accordion__image img {
	object-fit: fill;
}

.red801-custom-accordion--image-fit-none .red801-custom-accordion__image img {
	object-fit: none;
}

.red801-custom-accordion--image-fit-scale-down .red801-custom-accordion__image img {
	object-fit: scale-down;
}

.red801-custom-accordion--image-fit-repeat .red801-custom-accordion__image {
	background-repeat: repeat;
	background-size: auto;
}

.red801-custom-accordion--image-fit-repeat .red801-custom-accordion__image img {
	opacity: 0;
}

.red801-custom-accordion__image-placeholder {
	background: #f3f3f3;
}

.red801-custom-accordion__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	align-self: stretch;
	height: 100%;
	min-height: 100%;
}

.red801-custom-accordion--has-progress .red801-custom-accordion__list {
	padding-top: 20px;
}

.red801-custom-accordion__progress {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	margin-bottom: 0;
	overflow: hidden;
	background: #eeeeee;
}

.red801-custom-accordion__progress-bar {
	display: block;
	width: 100%;
	height: 100%;
	background: #111111;
	transform: scaleX(0);
	transform-origin: left center;
}

.red801-custom-accordion__item {
	width: 100%;
	max-width: 100%;
	padding: 0;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-bottom-color: #dddddd;
}

.red801-custom-accordion__item + .red801-custom-accordion__item {
	margin-top: 24px;
}

.red801-custom-accordion__list > .red801-custom-accordion__item:first-child,
.red801-custom-accordion__progress + .red801-custom-accordion__item {
	border-top: 0;
}

.red801-custom-accordion button.red801-custom-accordion__trigger,
.red801-custom-accordion .red801-custom-accordion__trigger {
	-webkit-appearance: none;
	appearance: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: none !important;
	gap: 24px;
	min-height: 0;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #111111;
	font: inherit;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
}

.red801-custom-accordion button.red801-custom-accordion__trigger:hover,
.red801-custom-accordion button.red801-custom-accordion__trigger:focus,
.red801-custom-accordion .red801-custom-accordion__trigger:hover,
.red801-custom-accordion .red801-custom-accordion__trigger:focus {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	color: inherit;
}

.red801-custom-accordion__trigger:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.red801-custom-accordion__title {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	white-space: normal;
	overflow-wrap: break-word;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0;
}

.red801-custom-accordion__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.25em;
	height: 1.25em;
	color: currentColor;
	font-size: 20px;
	line-height: 1;
	margin-top: 0.1em;
	transform: translateY(var(--red801-custom-accordion-icon-offset));
}

.red801-custom-accordion__icon svg,
.red801-custom-accordion__icon i {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 1em;
	line-height: 1;
}

.red801-custom-accordion__icon svg,
.red801-custom-accordion__icon svg path {
	fill: currentColor;
}

.red801-custom-accordion__icon-open {
	display: none;
}

.red801-custom-accordion__item.is-active .red801-custom-accordion__icon-closed {
	display: none;
}

.red801-custom-accordion__item.is-active .red801-custom-accordion__icon-open {
	display: inline-flex;
}

.red801-custom-accordion__panel {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 240ms ease, transform 240ms ease;
	will-change: height, opacity, transform;
}

.red801-custom-accordion__panel[hidden] {
	display: none;
}

.red801-custom-accordion__item.is-active .red801-custom-accordion__panel {
	opacity: 1;
	transform: translateY(0);
}

.red801-custom-accordion__content {
	width: 100%;
	max-width: 100%;
	min-height: 0;
	overflow: hidden;
	padding: 18px 48px 4px 0;
	color: #111111;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
}

.red801-custom-accordion__content > :first-child {
	margin-top: 0;
}

.red801-custom-accordion__content > :last-child {
	margin-bottom: 0;
}

@media all and (max-width: 1024px) {
	.red801-custom-accordion {
		gap: 48px;
	}

	.red801-custom-accordion__title {
		font-size: 26px;
	}
}

@media all and (max-width: 767px) {
	.red801-custom-accordion {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 28px;
		height: auto;
		min-height: 0;
	}

	.red801-custom-accordion__media,
	.red801-custom-accordion__list {
		flex: 0 1 auto;
		width: 100%;
	}

	.red801-custom-accordion__list {
		justify-content: flex-start;
	}

	.red801-custom-accordion__media {
		height: auto;
		min-height: min(var(--red801-custom-accordion-image-height), 360px);
	}

	.red801-custom-accordion__trigger {
		gap: 16px;
	}

	.red801-custom-accordion__title {
		font-size: 22px;
	}

	.red801-custom-accordion__content {
		padding-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.red801-custom-accordion__image,
	.red801-custom-accordion__panel {
		transition: none;
	}
}
