
.breakdance .bde-section-36-100 .section-container {
	display: flex;
	flex-direction: column;
}

.breakdance .bde-section-36-100 .section-container {
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.breakdance .bde-section-36-100 {
	position: fixed;
	left: 0;
	width: 100%;
	height: 0;
	min-height: 0;
	overflow: visible;
	z-index: 9999;
	pointer-events: none;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

.breakdance .bde-section-36-100 .section-container, .breakdance .bde-section-36-100 .section-container *, .breakdance .bde-section-36-100 .section-container a, .breakdance .bde-section-36-100 .section-container button {
	pointer-events: auto;
}

.breakdance .bde-section-36-100 .section-container {
	width: 100%;
	max-width: 100% !important;
	padding-left: 64px;
	padding-right: 64px;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	.breakdance .bde-section-36-100 .section-container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width:767px) {
	.breakdance .bde-section-36-100 .section-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.breakdance .bde-div-36-101 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
}

.breakdance .bde-div-36-101 {
	padding: 0 24px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .08);
	background: rgba(30, 25, 20, .35);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	width: 100%;
	justify-content: flex-start;
	overflow: visible;
	align-items: center;
	height: 67px;
	position: relative;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.breakdance .bde-div-36-101 .bde-text-link {
	text-decoration: none;
	color: var(--bde-body-text-color);
	transition: color .2s ease;
}

.breakdance .bde-div-36-101 .bde-text-link:hover {
	color: var(--bde-brand-primary-color) !important;
}

.breakdance .bde-div-36-101 .bde-text-link.nav-active, .breakdance .bde-div-36-101 .bde-text-link.current-menu-item, .breakdance .bde-div-36-101 .bde-text-link.current_page_item, .breakdance .bde-div-36-101 .bde-text-link[aria-current="page"], .breakdance .bde-div-36-101 a.nav-active, .breakdance .bde-div-36-101 a[aria-current="page"] {
	color: var(--bde-brand-primary-color) !important;
	font-weight: 700 !important;
}

.breakdance .bde-div-36-101 .bde-text-link:first-of-type {
	margin-left: auto;
}

.breakdance .bde-div-36-101 .nav-hamburger {
	display: none;
	margin-left: auto;
	cursor: pointer;
	width: 28px;
	height: 20px;
	position: relative;
	flex-shrink: 0;
}

.breakdance .bde-div-36-101 .nav-hamburger span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: ar(--bde-body-text-color);
	border-radius: 2px;
	transition: all .3s ease;
}

.breakdance .bde-div-36-101 .nav-hamburger span:nth-child(1) {
	top: 0;
}

.breakdance .bde-div-36-101 .nav-hamburger span:nth-child(2) {
	top: 9px;
}

.breakdance .bde-div-36-101 .nav-hamburger span:nth-child(3) {
	top: 18px;
}

.breakdance .bde-div-36-101 .nav-hamburger.open span:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
}

.breakdance .bde-div-36-101 .nav-hamburger.open span:nth-child(2) {
	opacity: 0;
}

.breakdance .bde-div-36-101 .nav-hamburger.open span:nth-child(3) {
	top: 9px;
	transform: rotate(-45deg);
}

.breakdance .bde-div-36-101 .nav-mobile-menu {
	display: none;
	position: fixed;
	background: rgba(18, 18, 18, .34);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .08);
	padding: 20px 24px;
	flex-direction: column;
	gap: 18px;
	z-index: 999999;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.breakdance .bde-div-36-101 .nav-mobile-menu.open {
	display: flex;
}

.breakdance .bde-div-36-101 .nav-mobile-menu a {
	color: ar(--bde-body-text-color) !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-family: "Helvetica Neue", sans-serif !important;
	font-weight: 400 !important;
	transition: color .2s ease;
}

.breakdance .bde-div-36-101 .nav-mobile-menu a:hover {
	color: var(--bde-brand-primary-color) !important;
}

.breakdance .bde-div-36-101 .nav-mobile-menu a.nav-active, .breakdance .bde-div-36-101 .nav-mobile-menu a.current-menu-item, .breakdance .bde-div-36-101 .nav-mobile-menu a.current_page_item, .breakdance .bde-div-36-101 .nav-mobile-menu a[aria-current="page"] {
	color: var(--bde-brand-primary-color) !important;
	font-weight: 700 !important;
}

@media (max-width:1023px) {
	.breakdance .bde-div-36-101 .bde-text-link {
		display: none !important;
	}
	
	.breakdance .bde-div-36-101 .nav-hamburger {
		display: flex !important;
	}
}

@media (max-width:767px) {
	.breakdance .bde-div-36-101 {
		padding: 0 16px;
		height: 62px;
		border-radius: 14px;
		background: rgba(18, 18, 18, .34);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	
	.breakdance .bde-div-36-101 .nav-mobile-menu {
		min-width: 180px;
		padding: 14px 20px;
		border-radius: 14px;
	}
}

.breakdance .bde-image2-36-102 {
	width: 104px;
	height: auto;
}

.breakdance .bde-text-link-36-103, .breakdance .bde-text-link-36-103 > * {
	color: #d7d7d7;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.breakdance .bde-text-link-36-104, .breakdance .bde-text-link-36-104 > * {
	color: #d7d7d7;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.breakdance .bde-text-link-36-105, .breakdance .bde-text-link-36-105 > * {
	color: #d7d7d7;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.breakdance .bde-text-link-36-106, .breakdance .bde-text-link-36-106 > * {
	color: #d7d7d7;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.breakdance .bde-text-link-36-107, .breakdance .bde-text-link-36-107 > * {
	color: #d7d7d7;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
