.cedi-button-row {
	display: flex;
	width: 100%;
	margin: 20px 0;
}

.cedi-button-row--left {
	justify-content: flex-start;
}

.cedi-button-row--center {
	justify-content: center;
}

.cedi-button-row--right {
	justify-content: flex-end;
}

.cedi-button-link {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	min-height: 44px;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none !important;
}

.cedi-button-area {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 44px;
	padding: 22px 10%;
	overflow: visible;
}

.cedi-button-area--left {
	justify-content: flex-start;
}

.cedi-button-area--center {
	justify-content: center;
}

.cedi-button-area--right {
	justify-content: flex-end;
}

.cedi-button-area .cedi-button-link {
	margin: 0;
}

.btn.cedi-button {
	display: inline-flex !important;
	min-height: 44px;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 0 !important;
	padding: 9px 24px !important;
	border-radius: 999px !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.15;
	text-align: center;
	white-space: normal;
	box-shadow: none !important;
	background-image: none !important;
	overflow: visible;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.btn.cedi-button::after {
	content: "";
	position: static !important;
	display: inline-block;
	flex: 0 0 30px;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 40% auto !important;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.btn.cedi-button:hover {
	transform: translateY(-1px);
}

.btn.cedi-button:hover::after {
	transform: translateX(3px);
}

.btn.cedi-button--primary {
	border: 1px solid #7ff3de !important;
	background-color: #7ff3de !important;
	color: #153c68 !important;
}

.btn.cedi-button--primary::after {
	border: 1px solid #153c68 !important;
	background-color: #ffffff !important;
	background-image: url("../img/bt_after.svg") !important;
}

.btn.cedi-button--primary:hover {
	border-color: #5bd9c5 !important;
	background-color: #5bd9c5 !important;
}

.btn.cedi-button--navy {
	border: 1px solid #153c68 !important;
	background-color: #153c68 !important;
	color: #ffffff !important;
}

.btn.cedi-button--navy::after {
	border: 1px solid #ffffff !important;
	background-color: transparent !important;
	background-image: url("../img/bt_after_light.svg") !important;
}

.btn.cedi-button--navy:hover {
	border-color: #214f83 !important;
	background-color: #214f83 !important;
	color: #ffffff !important;
}

.btn.cedi-button--magenta {
	border: 1px solid #e73485 !important;
	background-color: #e73485 !important;
	color: #ffffff !important;
}

.btn.cedi-button--magenta::after {
	border: 1px solid #ffffff !important;
	background-color: transparent !important;
	background-image: url("../img/bt_after_light.svg") !important;
}

.btn.cedi-button--magenta:hover {
	border-color: #c51f6a !important;
	background-color: #c51f6a !important;
	color: #ffffff !important;
}

.btn.cedi-button--outline_light {
	border: 1px solid #ffffff !important;
	background-color: transparent !important;
	color: #ffffff !important;
}

.btn.cedi-button--outline_light::after {
	border: 1px solid #ffffff !important;
	background-color: transparent !important;
	background-image: url("../img/bt_after_light.svg") !important;
}

.btn.cedi-button--outline_light:hover {
	background-color: #ffffff !important;
	color: #153c68 !important;
}

.btn.cedi-button--outline_light:hover::after {
	border-color: #153c68 !important;
	background-image: url("../img/bt_after.svg") !important;
}

.btn.cedi-button--outline_dark {
	border: 1px solid #153c68 !important;
	background-color: transparent !important;
	color: #153c68 !important;
}

.btn.cedi-button--outline_dark::after {
	border: 1px solid #153c68 !important;
	background-color: #7ff3de !important;
	background-image: url("../img/bt_after.svg") !important;
}

.btn.cedi-button--outline_dark:hover {
	background-color: #153c68 !important;
	color: #ffffff !important;
}

.btn.cedi-button--outline_dark:hover::after {
	border-color: #ffffff !important;
	background-color: transparent !important;
	background-image: url("../img/bt_after_light.svg") !important;
}

.btn.cedi-button--minimal {
	min-height: 34px;
	padding: 4px 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	color: #153c68 !important;
}

.btn.cedi-button--minimal::after {
	border: 1px solid #153c68 !important;
	background-color: #7ff3de !important;
	background-image: url("../img/bt_after.svg") !important;
}

.btn.cedi-button--minimal:hover {
	color: #e73485 !important;
}

.cedi-button-link,
.cedi-button-link .btn,
.cedi-microinformatics-button,
.c2c-pill {
	box-sizing: border-box;
}

.cedi-button-link .btn,
.cedi-microinformatics-button,
.c2c-pill {
	height: auto;
	min-height: 44px;
	line-height: 1.2;
	overflow: visible;
}

.slick-prev,
.slick-next,
.slick-dots li,
.slick-dots li button {
	min-width: 36px;
	min-height: 36px;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button::before {
	width: 36px !important;
	height: 36px !important;
}

.slick-dots li {
	margin: 0 2px !important;
}

.slick-dots li button {
	padding: 0 !important;
}

.slick-dots li button::before {
	line-height: 36px !important;
}

@media (max-width: 768px) {
	.btn.cedi-button {
		width: auto;
		max-width: calc(100vw - 48px);
		font-size: 15px;
	}
}
