.mc-brand-effect-channels {
	--mc-bec-ring-size: clamp(200px, 26vw, 380px);
	background: #ecf3f6;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mc-brand-effect-channels .brand-effect-channels__background {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.mc-brand-effect-channels .brand-effect-channels__background img {
	display: block;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.mc-brand-effect-channels .brand-effect-channels__rings {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: clamp(280px, 34vw, 530px);
	overflow: visible;
	padding: clamp(28px, 4vw, 70px) 3vw;
	position: relative;
	z-index: 1;
}

.mc-brand-effect-channels .brand-effect-channels__item {
	aspect-ratio: 1;
	background: var(--mc-bec-ring-gradient);
	border-radius: 50%;
	box-sizing: border-box;
	flex: 0 1 var(--mc-bec-ring-size);
	margin-left: calc(var(--mc-bec-ring-size) * -0.14);
	min-width: 0;
	position: relative;
	width: var(--mc-bec-ring-size);
	z-index: 1;
}

.mc-brand-effect-channels .brand-effect-channels__item:first-child {
	margin-left: 0;
}

.mc-brand-effect-channels .brand-effect-channels__item:nth-child(1) {
	--mc-bec-ring-gradient: linear-gradient(135deg, #ff4653 0%, #ff0070 47%, #f31b7d 72%, #ff6b5b 100%);
	z-index: 1;
}

.mc-brand-effect-channels .brand-effect-channels__item:nth-child(2) {
	--mc-bec-ring-gradient: linear-gradient(135deg, #f40075 0%, #d921a6 42%, #9848cc 72%, #7063d0 100%);
	z-index: 2;
}

.mc-brand-effect-channels .brand-effect-channels__item:nth-child(3) {
	--mc-bec-ring-gradient: linear-gradient(135deg, #367de7 0%, #24aae3 47%, #21ced0 75%, #42d9a1 100%);
	z-index: 3;
}

.mc-brand-effect-channels .brand-effect-channels__item::before {
	background: rgba(255, 255, 255, 0.97);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35), 0 8px 22px rgba(36, 41, 76, 0.08);
	content: "";
	inset: 14%;
	position: absolute;
}

.mc-brand-effect-channels .brand-effect-channels__content {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 72%;
	justify-content: flex-start;
	left: 14%;
	padding: 9% 7%;
	position: absolute;
	text-align: center;
	top: 14%;
	width: 72%;
	z-index: 1;
}

.mc-brand-effect-channels .brand-effect-channels__icon {
	align-items: center;
	color: #151922;
	display: flex;
	flex: 0 0 1.25em;
	font-size: clamp(23px, 2.3vw, 37px);
	height: 1.25em;
	justify-content: center;
	line-height: 1;
	margin-bottom: clamp(8px, 1vw, 15px);
	width: 1.5em;
}

.mc-brand-effect-channels .brand-effect-channels__icon i,
.mc-brand-effect-channels .brand-effect-channels__icon svg {
	height: 1em;
	width: 1em;
}

.mc-brand-effect-channels .brand-effect-channels__icon svg {
	fill: currentColor;
}

.mc-brand-effect-channels .brand-effect-channels__title {
	color: #151922;
	font-family: "Volte", Arial, sans-serif;
	font-size: clamp(21px, 2vw, 31px);
	font-weight: 700;
	flex: 0 0 auto;
	line-height: 1.02;
	margin: 0 0 clamp(7px, 0.8vw, 12px);
}

.mc-brand-effect-channels .brand-effect-channels__description {
	color: #3d4049;
	font-family: "Volte", Arial, sans-serif;
	font-size: clamp(14px, 1.35vw, 20px);
	font-weight: 400;
	line-height: 1.12;
	margin: 0;
}

.mc-brand-effect-channels .brand-effect-channels__description span {
	display: block;
}

@media (max-width: 900px) {
	.mc-brand-effect-channels {
		--mc-bec-ring-size: clamp(180px, 27vw, 280px);
	}

	.mc-brand-effect-channels .brand-effect-channels__rings {
		min-height: 280px;
		padding-left: 2vw;
		padding-right: 2vw;
	}

	.mc-brand-effect-channels .brand-effect-channels__item {
		margin-left: calc(var(--mc-bec-ring-size) * -0.14);
	}

	.mc-brand-effect-channels .brand-effect-channels__item:first-child {
		margin-left: 0;
	}
}

@media (min-width: 641px) and (max-width: 1000px) {
	.mc-brand-effect-channels .brand-effect-channels__content {
		padding: 5%;
	}

	.mc-brand-effect-channels .brand-effect-channels__icon {
		font-size: clamp(18px, 2.3vw, 23px);
		margin-bottom: 5px;
	}

	.mc-brand-effect-channels .brand-effect-channels__title {
		font-size: clamp(16px, 2vw, 21px);
		margin-bottom: 5px;
	}

	.mc-brand-effect-channels .brand-effect-channels__description {
		font-size: clamp(10px, 1.55vw, 14px);
		line-height: 1.05;
	}
}

@media (max-width: 640px) {
	.mc-brand-effect-channels {
		--mc-bec-ring-size: clamp(210px, 64vw, 260px);
	}

	.mc-brand-effect-channels .brand-effect-channels__rings {
		flex-direction: column;
		min-height: 0;
		padding: 42px 4vw;
	}

	.mc-brand-effect-channels .brand-effect-channels__item {
		flex: 0 0 var(--mc-bec-ring-size);
		margin-left: 0;
		margin-top: calc(var(--mc-bec-ring-size) * -0.12);
	}

	.mc-brand-effect-channels .brand-effect-channels__item:first-child {
		margin-top: 0;
	}

	.mc-brand-effect-channels .brand-effect-channels__content {
		justify-content: center;
	}

	.mc-brand-effect-channels .brand-effect-channels__icon {
		font-size: clamp(18px, 5vw, 25px);
		margin-bottom: 5px;
	}

	.mc-brand-effect-channels .brand-effect-channels__title {
		font-size: clamp(16px, 4.7vw, 23px);
		margin-bottom: 5px;
	}

	.mc-brand-effect-channels .brand-effect-channels__description {
		font-size: clamp(10px, 2.8vw, 14px);
	}
}

@media (max-width: 420px) {
	.mc-brand-effect-channels {
		--mc-bec-ring-size: clamp(200px, 66vw, 250px);
	}

	.mc-brand-effect-channels .brand-effect-channels__rings {
		min-height: 0;
	}

	.mc-brand-effect-channels .brand-effect-channels__description {
		line-height: 1.02;
	}
}
