
.breakdance .bde-section {
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.breakdance .bde-section .section-container {
	max-width: var(--bde-section-width);
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin: 0 auto;
	padding: var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding);
}

.breakdance .bde-section .section-shape-divider-wrapper {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg {
	position: absolute;
	color: #000;
	width: 100%;
	height: 320px;
	left: 0;
	right: 0;
	top: 0;
}

.breakdance .bde-columns {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: var(--bde-column-gap);
}

.breakdance .bde-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
	width: calc(var(--column-width) - var(--bde-column-gap) * ( ( var(--columnCount) - 1 ) / var(--columnCount) ));
	position: relative;
	background-size: cover;
}

.breakdance .bde-dual-heading {
	max-width: 100%;
	margin: 0;
	line-height: 1.2;
	position: relative;
}

.breakdance .bde-checkmark-list {
	max-width: 100%;
	display: flex;
	text-align: left;
}

.breakdance .bde-checkmark-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 30px;
}

.breakdance .bde-checkmark-list .horizontal-layout {
	flex-direction: row;
}

.breakdance .bde-checkmark-list li {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: .875em;
}

.breakdance .bde-checkmark-list ul span {
	display: flex;
	font-size: 20px;
	margin-right: 8px;
}

.breakdance .bde-checkmark-list .bde-checkmark-list__icon.bg-yes {
	color: #fff;
	padding: 6px;
	border-radius: 2px;
}

.breakdance .bde-checkmark-list ul span>svg {
	font-size: inherit;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.breakdance .bde-checkmark-list .bde-checkmark-list__icon_yes {
	color: #0da532;
}

.breakdance .bde-checkmark-list .bde-checkmark-list__icon_yes.bg-yes {
	background-color: #0da532;
}

.breakdance .bde-checkmark-list .bde-checkmark-list__icon_no {
	color: #d4351e;
}

.breakdance .bde-checkmark-list .bde-checkmark-list__icon_no.bg-yes {
	background-color: #d4351e;
}

.breakdance .bde-globalblock {
	max-width: 100%;
	width: 100%;
}

.bde-globalblock .breakdance {
	background-color: initial;
	color: initial;
}

.breakdance .bde-text {
	max-width: 100%;
	margin: 0;
	color: var(--bde-text-color, var(--bde-body-text-color));
}

.breakdance .bde-heading {
	max-width: 100%;
	margin: 0;
}

.breakdance .bde-rich-text {
	max-width: 100%;
	color: var(--bde-text-color, var(--bde-body-text-color));
}

.breakdance .bde-rich-text>:last-child li:last-child>p {
	margin-bottom: 0;
}

.breakdance .bde-rich-text img.aligncenter {
	display: block;
	margin: auto;
}

.breakdance .bde-rich-text img.alignleft {
	float: left;
}

.breakdance .bde-rich-text img.alignright {
	float: right;
}

.breakdance .bde-basic-list {
	text-align: left;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.breakdance .bde-div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	max-width: 100%;
	position: relative;
	background-size: cover;
}

.breakdance .bde-button {
	max-width: 100%;
}

.breakdance .bde-icon-list {
	max-width: 100%;
	display: flex;
	text-align: left;
}

.breakdance .bde-icon-list ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 16px;
}

.breakdance .bde-icon-list li .bde-icon-list__item-wrapper {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 8px;
}

.breakdance .bde-icon-list ul .bde-icon-list__icon {
	display: flex;
	font-size: 20px;
}

.breakdance .bde-icon-list--background ul .bde-icon-list__icon {
	padding: 14px;
	border-radius: 0px;
	background-color: #dbe5ff;
}

.breakdance .bde-icon-list ul .bde-icon-list__icon>svg {
	font-size: inherit;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.breakdance .bde-icon {
	display: flex;
}

.breakdance .bde-frequently-asked-questions {
	display: flex;
	text-align: left;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	--faqBorderColor: #000;
	--faqBorderWidth: 2px;
	--faqItemHorizontalPadding: 16px;
	--faqItemVerticalPadding: 16px;
}

.breakdance .bde-frequently-asked-questions .bde-faq__item {
	border-style: solid;
	border-color: var(--faqBorderColor);
	border-width: var(--faqBorderWidth);
}

.breakdance .bde-frequently-asked-questions .bde-faq__item:not(:first-child) {
	margin-top: calc(var(--faqBorderWidth) * -1);
}

.breakdance .bde-faq__answer-content {
	padding: var(--faqItemVerticalPadding) var(--faqItemHorizontalPadding);
	padding-top: 0px;
}

.breakdance .bde-faq__title-tag {
	font-size: 1.25em;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: left;
}

.breakdance .bde-faq__title {
	text-align: left;
}

.breakdance .bde-faq__icon>svg {
	font-size: inherit;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.breakdance .bde-faq__icon {
	display: flex;
	align-items: center;
	font-size: 1em;
	transition: transform .3s ease;
}

.breakdance .bde-faq__question {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: visible;
	background: transparent;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	padding: var(--faqItemVerticalPadding) var(--faqItemHorizontalPadding);
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	color: inherit;
}

.breakdance .bde-faq__btn {
	margin-top: 16px;
}

.breakdance .bde-faq__item.is-collapsing .bde-faq__answer {
	height: 0;
	overflow: hidden;
	transition: height var(--bde-transition-duration) ease;
}

.breakdance .bde-faq__item:not(.is-active,.is-collapsing) .bde-faq__answer {
	display: none;
}

.breakdance .bde-faq__question[aria-expanded="true"] .bde-faq__icon--rotate {
	transform: rotateZ(90deg);
}

.breakdance .bde-faq__icon--inactive, .breakdance .bde-faq__question[aria-expanded="true"] .bde-faq__icon--active {
	display: flex;
}

.breakdance .bde-faq__icon--active, .breakdance .bde-faq__question[aria-expanded="true"] .bde-faq__icon--inactive {
	display: none;
}

.breakdance .bde-stats-grid {
	--num-columns: 3;
	--space-between-items: 20px;
	display: grid;
	grid-template-columns: repeat(var(--num-columns), 1fr);
	gap: var(--space-between-items);
	max-width: 100%;
}

.breakdance .bde-stats-grid_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: flex-start;
	padding: 24px;
}

.breakdance .bde-stats-grid_icon {
	margin-bottom: 12px;
}

.breakdance .bde-stats-grid_number {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 6px;
}

.breakdance .bde-stats-grid_text {
	font-size: .875em;
	margin: 0;
}

.breakdance .bde-post-list {
	max-width: 100%;
	width: 100%;
}

.breakdance .bde-post-list .ee-post-meta a, .breakdance .bde-post-list .ee-post-title a, .breakdance .bde-post-list .ee-post-taxonomy-item a {
	text-decoration: none;
}

.breakdance .bde-post-list .ee-post {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
}

.breakdance .bde-post-list .ee-post-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.breakdance .bde-post-list .ee-post-image-link {
	width: 100%;
	flex-shrink: 0;
	order: 0;
}

.breakdance .bde-post-list .ee-post-image-link.ee-posts-image-left, .breakdance .bde-post-list .ee-post-image-link.ee-posts-image-right {
	width: 25%;
}

.breakdance .bde-post-list .ee-post-image {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}

.breakdance .bde-post-list .ee-post-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
}

.breakdance .bde-post-list .ee-post-title {
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 1.25em;
}

.breakdance .bde-post-list .ee-post-title a {
	color: inherit;
	display: block;
}

.breakdance .bde-post-list .ee-post-meta {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	order: 2;
	font-size: .8125em;
}

.breakdance .bde-post-list .ee-post-meta-item {
	position: relative;
}

.breakdance .bde-post-list .ee-post-meta-item a {
	color: inherit;
}

.breakdance .bde-post-list .ee-post-meta-item:not(:last-child):after {
	content: ".";
	margin: 0 5px;
}

.breakdance .bde-post-list .ee-post-taxonomy-item:not(:last-child):after {
	content: "/";
	margin: 0 5px;
}

.breakdance .bde-post-list .ee-post-taxonomy {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: .875em;
	order: 3;
}

.breakdance .bde-post-list .ee-post-taxonomy-item {
	position: relative;
	list-style: none;
}

.breakdance .bde-post-list .ee-post-taxonomy-item a {
	color: inherit;
}

.breakdance .bde-post-list .ee-post-content {
	text-align: left;
	font-size: .875em;
	margin-bottom: 20px;
	order: 4;
}

.breakdance .bde-post-list .ee-post-content p {
	margin: 0;
}

.breakdance .bde-post-list .ee-post-button {
	margin-top: auto;
	order: 10;
}
