.section-background-overlay {
	filter: grayscale(1);
}
.grecaptcha-badge {
	display: none;
}

.section-background-overlay {
  -webkit-transform: translateZ(0);
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
.breakdance .h1 {
    font-size: var(--bde-h1-font-size);
}
@media screen and (min-width: 768px) {
    .breakdance .h1,
    .breakdance h1 {
    	   letter-spacing: -2px;
    }
}
.breakdance .h2 {
    font-size: var(--bde-h2-font-size);
}
@media screen and (min-width: 768px) {
    .breakdance .h2,
    .breakdance h2 {
    	   letter-spacing: -1px;
    }
}
.breakdance .h3 {
    font-size: var(--bde-h3-font-size);
}
.breakdance .h4 {
    font-size: var(--bde-h4-font-size);
}
.breakdance .h5 {
    font-size: var(--bde-h5-font-size);
}
.breakdance .h6 {
    font-size: var(--bde-h6-font-size);
}
.bde-heading b {
	font-weight: 700;
	color: var(--bde-brand-primary-color);
}


/* Rich text */
body .bde-rich-text h2 {
	font-size: var(--bde-h4-font-size);
}
body .bde-rich-text h3 {
	font-size: var(--bde-h5-font-size);
}
body .bde-rich-text h4,
body .bde-rich-text h5 {
	font-size: var(--bde-h6-font-size);
}
.bde-rich-text ul,
.bde-code-block ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
	margin-top: 5px;
}
.bde-rich-text ul li,
.bde-code-block ul li {
	padding: 0 0 6px 22px;
	position: relative;
}
.bde-rich-text ul li strong,
.bde-code-block ul li strong {
	color: var(--bde-brand-primary-color);
}
.bde-rich-text ul li::before,
.bde-code-block ul li::before {
    width: 13px;
    height: 13px;
    left: 0;
    top: 4px;
    position: absolute;
    content: '';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.18 64.94"><polygon points="91.69 18.55 86.29 1.72 30.27 42.12 6.25 24.39 .85 41.22 30.1 62.81 30.21 62.45 30.33 62.81 91.69 18.55" style="fill: %230870a2;"/></svg>') left center/contain no-repeat;
}
.bde-rich-text.white-list ul li::before,
.bde-code-block.white-list ul li::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.18 64.94"><polygon points="91.69 18.55 86.29 1.72 30.27 42.12 6.25 24.39 .85 41.22 30.1 62.81 30.21 62.45 30.33 62.81 91.69 18.55" style="fill: %23ffffff;"/></svg>') left center/contain no-repeat;
}

.bde-rich-text ul ul,
.bde-code-block ul ul {
	margin-top: 6px;
}
.bde-rich-text ul ul li,
.bde-code-block ul ul li {
	padding: 0 0 0 30px;
	position: relative;
}
.bde-rich-text ul ul li::before,
.bde-code-block ul ul li::before {
    width: 20px;
	height: 2px;
	top: 9px;
    background: #000000;
}


/* .bde-rich-text ul li::after {
    top: 10px;
    left: 0;
    width: 30px;
  height: 2px;
  background: var(--bde-brand-primary-color);
    position: absolute;
    content: '';
    display: block;
  border-radius: 10px;
	
} */
.bde-rich-text ol {
	counter-reset: ol-list-counter;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.bde-rich-text ol li {
	padding-left: 50px;
	counter-increment: ol-list-counter;
	position: relative;
}
.bde-rich-text ol li strong {
	font-weight: 700;
}
.bde-rich-text ol li:not(:last-child) {
	margin-bottom: 20px;
}
.bde-rich-text ol li::before{
    content: counter(ol-list-counter);
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 6px;
    width: 24px;
    height: 24px;
    top: 3px;
    border-radius: 100px;
    text-align: center;
    line-height: 1.2;
	background: var(--bde-brand-primary-color);
	z-index: 5;
}
.bde-rich-text ol li::after {
	content: '';
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    top: -3px;
    text-align: center;
	background: url(/wp-content/uploads/2024/04/list-bg.svg) center/contain no-repeat;
}

.main-heading-space {
  margin-bottom: 60px !important;
}


/* Buttons */
.button-logomark .bde-button__button::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1157.08 1048.66"><path d="M617.73,373.05l-110.99,34.73L606.49-15.25h-38.36l-139.98,590.14,85.65,78.67L-63.38,826.11l17.64,36.19,745.28-223.19,24.63-113.66,438.67,411.39h55.23L617.73,373.05ZM663.86,608.64l-109.2,32.48-82.73-78.33,26.47-110.81,109.2-32.48,82.73,78.33-26.47,110.81Z" style="fill: %23252e4a;"/></svg>') center/cover;
    right: -5px;
    top: 50%;
	transform: translateY(-50%) rotate(-10deg);
    position: absolute;
    content: '';
    display: block;
	width: 60px;
	height: 60px;
	transition: all .3s ease-in-out;
}
.button-logomark .bde-button__button:hover::before {
	transform: translateY(-50%) rotate(-30deg);
}


/* Default widths */
.bde-div,
.bde-code-block {
	width: 100%;
}


/* Meta */
@media screen and (max-width: 767px) {
	.bde-post-meta {
		flex-wrap: wrap !important;
		flex-direction: row !important;
		width: 100% !important;
		gap: 24px !important;
	}
}



/* Looper Builder */
.breakdance .bde-post-loop .ee-post {
    gap: 0;
}



/* Flex Filter Grid */
.flex-filter .ee-post {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  transition: opacity .01s ease-in-out !important;
	margin: 0 !important;
}
.flex-filter .ee-posts-isotope {
	height: auto !important;
}


/* Logos */
.resize-logo {
	transition: all .3s ease-in-out;
	opacity: 0;
}
.resize-logo.fadeIn {
	opacity: 1;
}
.image-ratio-1 {
  width: 100%;
}
.image-ratio-2 {
  width: 90%;
}
.image-ratio-3 {
  width: 86%;
}
.image-ratio-4 {
  width: 68%;
}
.image-ratio-5 {
  width: 62%;
}
.image-ratio-6 {
  width: 58%;
}
.image-ratio-7 {
  width: 54%;
}
.image-ratio-8 {
  width: 50%;
}
.image-ratio-9 {
  width: 45%;
}
.image-ratio-10 {
  width: 40%;
}