/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/scss/style.scss ***!
  \*************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap);
/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/scss/style.scss (1) ***!
  \*****************************************************************************************************************************************************************************/
:root {
  --primary: #2d2667;
  --primary-light: #50398e;
  --secondary: #7bd974;
  --secondary-dark: #71bc6c;
  --tertiary: #88d1ec;
  --accent: #f7f2eb;
  --accent-alt: #ffedcf;
  --white: #fffcf5;
  --black: #2a2a2a;
  --gray-light: #f5f5f5;
  --gray: #888888;
  --gray-dark: #333333;
  --success: #3fca53;
  --warning: #f26515;
  --error: #d43b37;
  --info: #3171d6;
  --primary-alpha: rgba(32, 22, 82, 0.1);
  --secondary-alpha: rgba(178, 242, 162, 0.1);
  --success-alpha: rgba(63, 202, 83, 0.1);
  --error-alpha: rgba(212, 59, 55, 0.1);
  --info-alpha: rgba(49, 113, 214, 0.1);
  --warning-alpha: rgba(242, 101, 21, 0.1);
  --container-max-width: min(1920px, 95vw);
  --container-width-lg: min(1400px, 90vw);
  --container-width-md: min(1280px, 85vw);
  --container-width-sm: min(900px, 80vw);
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-xxl: 4rem;
  --font-primary: "Big Shoulders", sans-serif;
  --font-secondary: "Figtree", sans-serif;
  --font-body: "Figtree", sans-serif;
  --font-mono:
    "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 2rem);
  --text-3xl: clamp(2rem, 1.7rem + 1.5vw, 2.5rem);
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.75;
  --border-radius: 3px;
  --border-radius-lg: 8px;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg:
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl:
    0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  --z-dropdown: 1000;
  --z-sticky: 1010;
  --z-fixed: 1020;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --scroll-y: 0px;
  --viewport-width: 100vw;
  --viewport-height: 100vh;
}

body .breakdance .button-atom--text {
  padding: 1rem 2rem;
  border-bottom: 1px solid var(--secondary-dark);
}
body .breakdance .button-atom--text span {
  color: var(--black);
  text-transform: unset;
  font-weight: 500;
}
body .breakdance .button-atom--text:hover {
  cursor: pointer;
}
body .breakdance .button-atom--primary {
  background-color: var(--white);
}
body .breakdance .button-atom--primary span {
  color: var(--black);
}
body .breakdance .button-atom--secondary {
  background-color: transparent;
  border-color: var(--secondary);
}
body .breakdance .button-atom--secondary span {
  color: var(--white);
}
body .breakdance .button-atom--primary, body .breakdance .button-atom--secondary {
  transform: skewY(-8deg);
  position: relative;
  align-items: center;
  gap: 1rem;
  border-radius: var(--border-radius);
  border-width: 2px;
  transition: background-color var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), color var(--transition-base);
  overflow: hidden;
}
body .breakdance .button-atom--primary span, body .breakdance .button-atom--secondary span {
  text-transform: uppercase;
  font-weight: 700;
}
body .breakdance .button-atom--primary::after, body .breakdance .button-atom--secondary::after {
  width: 25px;
  content: "";
  display: block;
  transition: width var(--transition-base) ease, opacity var(--transition-base) ease;
  height: 26.25px;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width=%27106%27 height=%2799%27 viewBox=%270 0 106 99%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath class=%27last%27 d=%27M105.177 42.2552L71.9458 0L52.1354 3.13766L85.3662 45.3929L52.1354 98.1747L71.9458 95.037L105.177 42.2553V42.2552Z%27 fill=%27%237BD974%27/%3E%3Cpath class=%27mid%27 d=%27M71.6289 47.5687L44.981 13.684L25.7687 16.727L52.4166 50.6116L71.6289 47.5687Z%27 fill=%27%237BD974%27/%3E%3Cpath class=%27mid%27 d=%27M52.4166 50.6117L25.7687 92.9376L44.981 89.8946L71.6289 47.5687L52.4166 50.6117Z%27 fill=%27%237BD974%27/%3E%3Cpath class=%27first%27 d=%27M38.6793 52.7874L18.6143 27.2733L0 30.2215L20.065 55.7356L38.6793 52.7874Z%27 fill=%27%237BD974%27/%3E%3Cpath class=%27first%27 d=%27M20.065 55.7356L0 87.6057L18.6143 84.6575L38.6793 52.7874L20.065 55.7356Z%27 fill=%27%237BD974%27/%3E%3C/svg%3E%0A");
}
body .breakdance .button-atom--primary:hover, body .breakdance .button-atom--secondary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  box-shadow: 6px 6px 0 var(--secondary-dark);
}
body .breakdance .button-atom--primary:hover span, body .breakdance .button-atom--secondary:hover span {
  color: var(--black);
}
body .breakdance .button-atom--primary:hover::after, body .breakdance .button-atom--secondary:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 106 99%27%3E%3Cpath d=%27M38.6793 52.7874L18.6143 27.2733L0 30.2215L20.065 55.7356L38.6793 52.7874Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M20.065 55.7356L0 87.6057L18.6143 84.6575L38.6793 52.7874L20.065 55.7356Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M71.6289 47.5687L44.981 13.684L25.7687 16.727L52.4166 50.6116L71.6289 47.5687Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M52.4166 50.6117L25.7687 92.9376L44.981 89.8946L71.6289 47.5687L52.4166 50.6117Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M105.177 42.2552L71.9458 0L52.1354 3.13766L85.3662 45.3929L52.1354 98.1747L71.9458 95.037L105.177 42.2553V42.2552Z%27 fill=%27%23000%27/%3E%3C/svg%3E");
}

body .breakdance .row {
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

body .breakdance h1,
body .breakdance h2,
body .breakdance h3,
body .breakdance h4,
body .breakdance h5,
body .breakdance h6 {
  line-height: 1.2;
  font-family: var(--font-primary);
}
body .breakdance h1 {
  font-size: clamp(40px, 6vw, 64px);
}
body .breakdance h2 {
  font-size: clamp(34px, 5vw, 50px);
}
body .breakdance h3 {
  font-size: clamp(28px, 4vw, 36px);
}
body .breakdance h4 {
  font-size: clamp(22px, 3vw, 28px);
}
body .breakdance h5 {
  font-size: clamp(18px, 2vw, 22px);
}
body .breakdance h6 {
  font-size: clamp(15px, 1.5vw, 18px);
}
body .breakdance p,
body .breakdance a,
body .breakdance li,
body .breakdance td,
body .breakdance th,
body .breakdance span,
body .breakdance label,
body .breakdance dt,
body .breakdance dd,
body .breakdance .bde-text {
  font-family: var(--font-body);
  color: var(--black);
}
body .breakdance strong {
  font-weight: 600;
}
body .breakdance .pullout {
  font-size: 2rem;
}
body .breakdance p,
body .breakdance a,
body .breakdance li,
body .breakdance td,
body .breakdance th,
body .breakdance span,
body .breakdance label,
body .breakdance dt,
body .breakdance dd {
  font-size: 1.6rem;
}
body .breakdance .bde-rich-text h1,
body .breakdance .bde-rich-text h2,
body .breakdance .bde-rich-text h3,
body .breakdance .bde-rich-text h4,
body .breakdance .bde-rich-text h5,
body .breakdance .bde-rich-text h6,
body .breakdance .bde-rich-text p,
body .breakdance .bde-rich-text ul,
body .breakdance .bde-rich-text li {
  margin-bottom: 1rem;
}
body .breakdance .bde-rich-text li,
body .breakdance .bde-rich-text p {
  color: var(--black);
}
body .breakdance .eyebrow {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

body .breakdance .subhero {
  background-image: radial-gradient(circle at top left, rgba(123, 217, 116, 0.3764705882) 0%, transparent 30%);
  background-color: var(--white);
}
@media (max-width: 767px) {
  body .breakdance .subhero {
    background-image: none;
  }
}
body .breakdance .subhero .section-container {
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 6rem 4rem;
}
@media (max-width: 767px) {
  body .breakdance .subhero .section-container {
    padding: 4rem 2rem;
  }
}
body .breakdance .subhero img {
  width: 100%;
}
body .breakdance .subhero .bde-heading {
  color: var(--primary);
}
body .breakdance .subhero .bde-rich-text {
  max-width: 40em;
}
body .breakdance .subhero .bde-column {
  gap: 2rem;
}
@media (max-width: 1023px) {
  body .breakdance .subhero .bde-columns {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  body .breakdance .subhero .bde-columns {
    flex-direction: column-reverse;
  }
}
body .breakdance .hero--alt {
  background-color: var(--primary);
}
body .breakdance .hero--alt .section-container {
  align-items: center;
  justify-content: center;
}
body .breakdance .hero--alt .inner {
  align-items: center;
  justify-content: center;
  text-align: center;
}
body .breakdance .hero--alt .ee-postmeta-term {
  color: var(--secondary);
}
body .breakdance .hero--alt .ee-postmeta-date {
  color: var(--white);
}
body .breakdance .hero--alt .ee-postmeta-date,
body .breakdance .hero--alt .ee-postmeta-term {
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-weight: 600;
}
body .breakdance .hero:not(.hero--alt) {
  background-color: var(--primary);
}
body .breakdance .hero:not(.hero--alt) .section-container {
  align-items: flex-start;
  justify-content: flex-end;
}
body .breakdance .hero .josh {
  max-height: 400px;
  position: absolute;
  left: 5%;
  bottom: 0;
}
@media (max-width: 1023px) {
  body .breakdance .hero .josh {
    left: 0;
  }
}
body .breakdance .hero .section-container {
  min-height: 575px;
  padding: 250px 2rem 4rem;
}
@media (max-width: 767px) {
  body .breakdance .hero .section-container {
    min-height: 475px;
  }
}
body .breakdance .hero h1,
body .breakdance .hero .eyebrow,
body .breakdance .hero p {
  color: var(--white);
}
body .breakdance .hero .inner {
  gap: 1rem;
  max-width: 40em;
}
body .breakdance .hero .buttons {
  flex-direction: row;
  gap: 2rem;
  padding-top: 2rem;
}

body .breakdance .mobile-menu .bde-wp-menu {
  margin-top: auto;
}
body .breakdance .mobile-menu .button-atom {
  background-color: var(--secondary);
}
body .breakdance .mobile-menu .button-atom span {
  color: var(--black);
}
body .breakdance .mobile-menu .button-atom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 106 99%27%3E%3Cpath d=%27M38.6793 52.7874L18.6143 27.2733L0 30.2215L20.065 55.7356L38.6793 52.7874Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M20.065 55.7356L0 87.6057L18.6143 84.6575L38.6793 52.7874L20.065 55.7356Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M71.6289 47.5687L44.981 13.684L25.7687 16.727L52.4166 50.6116L71.6289 47.5687Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M52.4166 50.6117L25.7687 92.9376L44.981 89.8946L71.6289 47.5687L52.4166 50.6117Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M105.177 42.2552L71.9458 0L52.1354 3.13766L85.3662 45.3929L52.1354 98.1747L71.9458 95.037L105.177 42.2553V42.2552Z%27 fill=%27%23000%27/%3E%3C/svg%3E");
}
body .breakdance .mobile-menu a {
  font-size: clamp(24px, 4vw, 36px);
  justify-content: center;
  color: var(--black);
}
body .breakdance .mobile-menu img {
  margin-top: auto;
}
body .breakdance .mobile-menu path {
  fill: var(--black);
}

body .breakdance .donate {
  background-color: var(--secondary);
}
body .breakdance .donate .section-container {
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 6rem 4rem;
}
@media (max-width: 767px) {
  body .breakdance .donate .section-container {
    padding: 4rem 2rem;
  }
}
body .breakdance .donate .bde-heading,
body .breakdance .donate .bde-text {
  text-align: center;
}
body .breakdance .donate .bde-heading {
  color: var(--primary);
}
body .breakdance .donate .bde-text {
  color: var(--black);
}
body .breakdance .donate .bde-grid {
  gap: 1rem;
}
body .breakdance .donate .breakdance-link {
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
  background-color: var(--accent);
  border-radius: var(--border-radius);
}
body .breakdance .donate .breakdance-link p {
  font-weight: 600;
}
body .breakdance .donate .breakdance-link:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: var(--accent);
}
body .breakdance .donate .breakdance-link:hover p {
  color: var(--black);
}

body .breakdance .content {
  background-color: var(--accent);
}
body .breakdance .content .bde-rich-text {
  max-width: 40em;
  margin: 0 auto;
}
body .breakdance .content .section-container {
  align-items: center;
  gap: 2rem;
}
body .breakdance .content a {
  color: var(--secondary-dark);
  border-bottom: 1px solid var(--secondary-dark);
  text-decoration: none;
  transition: var(--transition-base);
}
body .breakdance .content a:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
body .breakdance .blogs {
  background-color: var(--accent);
}
body .breakdance .blogs .section-container {
  align-items: center;
  justify-content: center;
  padding: 6rem 4rem;
  min-height: 65vh;
  gap: 4rem;
}
body .breakdance .blogs .ee-post {
  align-items: flex-start;
  background: var(--primary);
  border-radius: var(--border-radius);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  transition: var(--transition-base);
}
body .breakdance .blogs .ee-post:hover {
  background-color: var(--primary-light);
}
body .breakdance .blogs .ee-post:hover .ee-post-taxonomy-item {
  background-color: var(--primary);
}
body .breakdance .blogs .ee-post .ee-post-taxonomy-item {
  font-size: 1.2rem;
  background-color: var(--primary-light);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  font-weight: bold;
  color: var(--white);
  transition: var(--transition-base);
}
body .breakdance .blogs .ee-post .ee-post-title-link {
  font-weight: bold;
  color: var(--white);
}
body .breakdance .blogs .ee-post .ee-post-meta {
  margin-top: auto;
  margin-bottom: 0;
}
body .breakdance .blogs .ee-post .ee-post-meta-item {
  font-size: 1.4rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
body .breakdance .blogs h2,
body .breakdance .blogs .eyebrow {
  color: var(--black);
}
body .breakdance .blogs .bde-column .bde-button {
  margin-left: auto;
}
body .breakdance .blogs .button-atom {
  background-color: var(--secondary);
}
body .breakdance .blogs .button-atom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 106 99%27%3E%3Cpath d=%27M38.6793 52.7874L18.6143 27.2733L0 30.2215L20.065 55.7356L38.6793 52.7874Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M20.065 55.7356L0 87.6057L18.6143 84.6575L38.6793 52.7874L20.065 55.7356Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M71.6289 47.5687L44.981 13.684L25.7687 16.727L52.4166 50.6116L71.6289 47.5687Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M52.4166 50.6117L25.7687 92.9376L44.981 89.8946L71.6289 47.5687L52.4166 50.6117Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M105.177 42.2552L71.9458 0L52.1354 3.13766L85.3662 45.3929L52.1354 98.1747L71.9458 95.037L105.177 42.2553V42.2552Z%27 fill=%27%23000%27/%3E%3C/svg%3E");
}

body .breakdance .about {
  background-color: var(--accent);
}
body .breakdance .about .section-container {
  padding: 6rem 2rem 10rem;
}
@media (max-width: 1023px) {
  body .breakdance .about .section-container {
    padding: 4rem 2rem 10rem;
  }
}
body .breakdance .about .inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: var(--border-radius-lg);
}
@media (max-width: 1023px) {
  body .breakdance .about .inner {
    flex-direction: column;
  }
}
body .breakdance .about .left,
body .breakdance .about .right {
  overflow: hidden;
}
body .breakdance .about .left div,
body .breakdance .about .right div {
  gap: 2rem;
}
body .breakdance .about .left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
  column-gap: 2rem;
  width: 70%;
  padding: 4rem 2rem;
  border-top-left-radius: var(--border-radius-lg);
  border-bottom-left-radius: var(--border-radius-lg);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(32px) saturate(150%);
  -webkit-backdrop-filter: blur(32px) saturate(150%);
}
@media (max-width: 1023px) {
  body .breakdance .about .left {
    border-top-right-radius: var(--border-radius-lg);
    grid-template-columns: 1fr;
    width: 100%;
  }
}
body .breakdance .about .left h2 {
  grid-column: span 2;
}
@media (max-width: 1023px) {
  body .breakdance .about .left div,
  body .breakdance .about .left h2 {
    grid-column: span 2;
  }
}
body .breakdance .about .right {
  width: 30%;
  border-top-right-radius: var(--border-radius-lg);
  border-bottom-right-radius: var(--border-radius-lg);
}
@media (max-width: 1023px) {
  body .breakdance .about .right {
    width: 100%;
    border-bottom-left-radius: var(--border-radius-lg);
  }
}
body .breakdance .about .bde-button {
  grid-column: 2;
  margin-bottom: 2rem;
}
body .breakdance .about h2 {
  color: var(--primary);
}
body .breakdance .about img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-lg);
}
body .breakdance .about .button-atom {
  background-color: var(--secondary);
}
body .breakdance .about .button-atom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 106 99%27%3E%3Cpath d=%27M38.6793 52.7874L18.6143 27.2733L0 30.2215L20.065 55.7356L38.6793 52.7874Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M20.065 55.7356L0 87.6057L18.6143 84.6575L38.6793 52.7874L20.065 55.7356Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M71.6289 47.5687L44.981 13.684L25.7687 16.727L52.4166 50.6116L71.6289 47.5687Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M52.4166 50.6117L25.7687 92.9376L44.981 89.8946L71.6289 47.5687L52.4166 50.6117Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M105.177 42.2552L71.9458 0L52.1354 3.13766L85.3662 45.3929L52.1354 98.1747L71.9458 95.037L105.177 42.2553V42.2552Z%27 fill=%27%23000%27/%3E%3C/svg%3E");
}

body .breakdance .contact {
  background-color: var(--white);
  border-top: 1px solid #f7f7f7;
}
body .breakdance .contact .section-container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 6rem 4rem;
}
@media (max-width: 767px) {
  body .breakdance .contact .section-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem;
  }
}
body .breakdance .contact .bde-button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  body .breakdance .contact .bde-button {
    justify-content: center;
  }
}
body .breakdance .contact .button-atom {
  background-color: var(--secondary);
}
body .breakdance .contact .button-atom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 106 99%27%3E%3Cpath d=%27M38.6793 52.7874L18.6143 27.2733L0 30.2215L20.065 55.7356L38.6793 52.7874Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M20.065 55.7356L0 87.6057L18.6143 84.6575L38.6793 52.7874L20.065 55.7356Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M71.6289 47.5687L44.981 13.684L25.7687 16.727L52.4166 50.6116L71.6289 47.5687Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M52.4166 50.6117L25.7687 92.9376L44.981 89.8946L71.6289 47.5687L52.4166 50.6117Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M105.177 42.2552L71.9458 0L52.1354 3.13766L85.3662 45.3929L52.1354 98.1747L71.9458 95.037L105.177 42.2553V42.2552Z%27 fill=%27%23000%27/%3E%3C/svg%3E");
}

body .breakdance .breakdance-popup-open {
  background-color: rgba(247, 242, 235, 0.768627451);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

body .breakdance .bde-accordion {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}
body .breakdance .bde-accordion__title {
  font-size: clamp(16px, 2vw, 22px);
}
body .breakdance .bde-accordion__button {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  background-color: var(--white);
}
body .breakdance .bde-accordion__panel-content {
  padding: 2rem;
  border-radius: var(--border-radius-lg);
  gap: 2rem;
}
body .breakdance .bde-accordion__panel-content p {
  color: var(--white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
body .breakdance .bde-accordion__content-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body .breakdance .bde-accordion__content-wrapper.is-active {
  border: 0;
}
body .breakdance .bde-accordion__content-wrapper button {
  position: relative;
}
body .breakdance .bde-accordion__content-wrapper button::before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .breakdance .bde-accordion__content-wrapper:first-child button::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Layer_2%27 data-name=%27Layer 2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 39.11206 42.71153%27%3E%3Cg id=%27Layer_1-2%27 data-name=%27Layer 1%27%3E%3Cg%3E%3Cpath d=%27M11.03497,33.75053c.27787.12306.57619-.02759.86275-.09728l.98743-.2401c.48475-.11787,1.18053-.07167,1.73802-.06653l.72325.30186c.01572.28979.00222.77865-.05647,1.03927-.48574.31167-.80806.67469-1.1454,1.06913-1.36403,1.59492-2.07254,3.33133-1.87868,5.5091l20.90725.00654c.39654.02655.68637.41418.67964.64915-.00775.27068-.10779.78812-.52461.78814l-32.94958.00173c-.19524-.16959-.42064-.57236-.3718-.76226.04871-.18941.3169-.47422.51551-.67045l3.31149-.02116c.01079-.66792.0588-1.38253-.0592-1.99731l-.21657-1.1283-.2716-1.01569c-.20492-.7663-.6552-1.50234-1.10057-2.12107l-.65921-.9158-.79397-1.10295.34742-.60554c.55829.02051,1.34363-.0811,1.82734.0772l2.13611.69908-.00097-23.80987-3.00649-.00155c-.18303-.00009-.49532-.22476-.61292-.36846l-.00861-5.15654c-.00023-.1366.23353-.4639.37003-.46441l3.24779-.01215.01403-2.74605c.11541-.1868.45477-.53523.66112-.53638l3.76561-.02101c.6327-.09794,1.20541.02344,1.55541.56339l.00794,2.74632,22.17642-.00052c.45379-.00001.61867.33207.61783.71244l-.01081,4.87254-.60888.41042-3.49291-.00396.0014,3.38022,3.75117.00696c.49868.35115.8415.95076,1.15015,1.47404l1.51456,2.56778,1.51962,2.54997.7746,1.27854c.23594.38943.49247.78822.66792,1.28226.10551.30418-.39195.89112-.55658,1.17686l-1.13573,1.97118-.97844,1.57939-1.17972,2.02453-1.16121,1.87059c-.11034.17774-.11141.69793-.51497.69793l-20.72077-.00025c-.24425-.10094-.50905-.48263-.509-.74139l.0037-16.87013c.00006-.27577.23075-.65809.40824-.85461l3.78585-.01424.00126-3.37495-5.50469.00056-.00048,24.41379ZM9.60211,34.8995l.00195-33.24192-3.12581.00055.00267,32.76841c.9386.6208,1.24101,1.72356,1.72949,1.84469l1.3917-1.37174ZM5.05623,7.86061l-.03286-3.26559-2.25162-.02029-.037,2.97967c-.00181.14594.30624.37847.4764.37237l1.84509-.06616ZM31.57305,7.9019c.37815.0001.6641-.07272.83739-.21766l-.05599-3.1093-20.94352-.00499c-.11523-.00003-.38985.23834-.38866.3519l.03109,2.97441,20.51969.00564ZM19.20329,12.70246l.00094-3.35821-1.24015-.01552.00241,3.38506,1.23681-.01132ZM25.67314,12.7114l-.00224-3.37969-5.03013.00604-.00367,3.37983,5.03605-.00618ZM28.28158,12.65896l.0192-3.29799-1.2098-.03055.00377,3.38654,1.18684-.05801ZM37.49023,21.82148l-1.26186-2.05849-.82882-1.44819-.72903-1.19967-.50409-.80669-.42905-.78518-.74728-1.3877-19.29821.00007.00185,15.60684,19.11838.0013.80466-1.19545,1.09071-1.88276,1.05761-1.71598,1.06251-1.83938c.20228-.35018.58315-.87012.66262-1.28872ZM12.81468,35.11389c-.49272-.19026-.73094.00553-1.06841.13912-1.52217.60257-2.61583,1.78087-3.003,3.37077-.08515.34965-.48029.5294-.78039.52432-1.05107-.01779-.30474-1.86316-2.44091-3.78524-.43547-.39182-.92474-.66446-1.43965-.9843-.24548-.15248-.46013-.34374-.7193-.24645.7218,1.33195,1.40928,2.5423,1.65203,4.00694l.18558,1.11971.08302,2.00616,5.52454-.00014.04869-1.77201.2496-1.17282c.26162-1.22932.91969-2.15462,1.70822-3.20606Z%27/%3E%3Cpath d=%27M29.03599,27.76441c.00007.45982-.16981.78017-.6086.7801l-9.84563-.00155-.3333-.71815-.00131-6.90799c-.37348-.08196-.6898-.27276-.73222-.48431-.06621-.33024.04072-.76058.26251-.93717l.83611-.6657,1.094-.92214,1.00896-.79282,1.5405-1.34019.73261-.61893c.30593-.25845.86987-.49495,1.2313-.16587l.82103.74754.75868.67199,1.52529,1.23637.94483.74814,1.10796.93214.59191.71582c-.0268.46053-.44354.79826-.93569.87664l.00104,6.84607ZM27.08202,19.42195c-.18281-.38706-.54754-.60025-.89516-.8844l-1.58245-1.29356-.90778-.74069-1.06177.86994-1.1247.89838c-.44028.35168-.8194.6627-1.22083,1.14977l6.79269.00055ZM24.79145,23.96786c.4264-.00147.63662.35585.63336.71783l-.02196,2.43585,2.20632.00548-.00687-6.2649-7.91993.00536.00878,6.24982,2.16657.01224-.004-2.5324.32094-.62028,2.6168-.00901ZM24.00499,27.09125l-.0503-1.57648c-.00303-.09491-.29773-.37748-.36981-.31424-.05759.05053-.27368.24146-.27561.31809l-.03964,1.57767.73535-.00504Z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body .breakdance .bde-accordion__content-wrapper:nth-child(2) button::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2742%27 height=%2742%27 viewBox=%270 0 42 42%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M40.0379 31.1177L39.6314 30.9144C39.7412 30.811 39.8439 30.7003 39.939 30.5832C39.9671 30.5483 39.9916 30.5106 40.0121 30.4707C40.8698 28.8064 41.3187 26.9618 41.3215 25.0895V24.5909C41.3215 23.6387 40.9433 22.7255 40.27 22.0522C39.5967 21.3789 38.6835 21.0007 37.7313 21.0007H37.2571V17.6137C37.2571 16.8583 36.7111 15.9161 32.7822 15.152C33.1701 14.4399 33.2881 13.6117 33.1146 12.8196C32.9412 12.0275 32.4879 11.3245 31.8379 10.8396C31.4183 10.5232 31.0776 10.1139 30.8426 9.64378C30.6076 9.1737 30.4845 8.65559 30.4831 8.13003V5.42042C30.4831 5.28646 30.4433 5.15552 30.3689 5.04415C30.2945 4.93278 30.1887 4.84598 30.0649 4.79472C29.9411 4.74346 29.805 4.73005 29.6736 4.75617C29.5422 4.7823 29.4215 4.84679 29.3268 4.9415L27.701 6.56726C27.2931 6.97321 26.9698 7.45601 26.7497 7.98773C26.5295 8.51946 26.4171 9.08954 26.4187 9.66502C26.4205 10.3449 26.5797 11.0152 26.8838 11.6232C27.188 12.2313 27.6288 12.7607 28.1718 13.1699C28.6392 13.5253 28.9598 14.04 29.0727 14.6161C26.3901 14.3489 23.6954 14.2189 20.9995 14.2266C19.0824 14.2266 17.2297 14.2883 15.4658 14.4041C15.5407 14.1253 15.5791 13.8379 15.5803 13.5492C15.5789 13.0237 15.4558 12.5056 15.2208 12.0355C14.9857 11.5654 14.6451 11.1561 14.2255 10.8396C13.8059 10.5232 13.4652 10.1139 13.2301 9.64378C12.9951 9.1737 12.8721 8.65559 12.8707 8.13003V5.42042C12.8706 5.28646 12.8309 5.15552 12.7564 5.04415C12.682 4.93278 12.5762 4.84598 12.4525 4.79472C12.3287 4.74346 12.1925 4.73005 12.0611 4.75617C11.9298 4.7823 11.8091 4.84679 11.7143 4.9415L10.0886 6.56726C9.68067 6.97321 9.35731 7.45601 9.13721 7.98773C8.9171 8.51946 8.80461 9.08954 8.80624 9.66502C8.80802 10.3449 8.96723 11.0152 9.27138 11.6232C9.57554 12.2313 10.0164 12.7607 10.5594 13.1699C10.8128 13.3641 11.0248 13.607 11.183 13.8844C11.3412 14.1617 11.4424 14.4678 11.4806 14.7848C4.74183 15.6715 4.74183 17.0751 4.74183 17.6137V21.0007H4.26765C3.31546 21.0007 2.40228 21.3789 1.72898 22.0522C1.05568 22.7255 0.677424 23.6387 0.677424 24.5909V25.0874C0.679354 26.9597 1.12729 28.8046 1.98413 30.4694C2.0733 30.6391 2.18148 30.7982 2.30658 30.9436L1.9611 31.117C1.37034 31.4097 0.873458 31.8622 0.526826 32.423C0.180194 32.9839 -0.00231002 33.6306 2.20734e-05 34.2899C0.000918517 35.0769 0.313945 35.8314 0.870429 36.3879C1.42691 36.9444 2.18141 37.2574 2.9684 37.2583C3.13863 37.2585 3.3065 37.2981 3.45884 37.3741C3.64127 37.4646 3.7947 37.6044 3.90174 37.7777C4.00878 37.9509 4.06514 38.1507 4.06443 38.3543C4.06515 38.9617 4.30675 39.544 4.73623 39.9735C5.16572 40.403 5.74802 40.6446 6.3554 40.6453C7.15408 40.6455 7.94757 40.517 8.70531 40.2646C8.8491 40.2158 9.00499 40.2159 9.14871 40.2649C9.29242 40.3139 9.4159 40.4091 9.4999 40.5356C9.79973 40.9863 10.2064 41.3559 10.6836 41.6114C11.1609 41.8669 11.6939 42.0005 12.2353 42.0001C13.2038 41.9991 14.1589 41.7735 15.0255 41.341L16.7915 40.4604C18.1211 41.0307 19.5527 41.3247 20.9995 41.3247C22.4462 41.3247 23.8779 41.0307 25.2075 40.4604L26.9735 41.341C27.8401 41.7735 28.7952 41.9991 29.7637 42.0001C30.3049 42.0006 30.8379 41.8673 31.3151 41.612C31.7923 41.3567 32.1991 40.9874 32.499 40.5369C32.5836 40.4113 32.707 40.3168 32.8504 40.2678C32.9938 40.2189 33.1492 40.2182 33.293 40.266C34.0508 40.5188 34.8446 40.6476 35.6435 40.6473C36.2513 40.6466 36.8339 40.4047 37.2634 39.9748C37.693 39.5449 37.9343 38.9621 37.9345 38.3543C37.9347 38.0637 38.0502 37.785 38.2557 37.5795C38.4612 37.374 38.7399 37.2585 39.0306 37.2583C39.8175 37.2574 40.572 36.9444 41.1285 36.3879C41.685 35.8314 41.998 35.0769 41.9989 34.2899C42.0011 33.6307 41.8186 32.9841 41.4719 32.4234C41.1253 31.8627 40.6285 31.4103 40.0379 31.1177ZM37.7313 22.3555C38.3242 22.3555 38.8928 22.591 39.312 23.0102C39.7312 23.4294 39.9667 23.998 39.9667 24.5909V25.0874C39.9653 26.7195 39.5803 28.3285 38.8429 29.7845C38.6432 30.0185 38.3919 30.2029 38.1088 30.3234C37.8257 30.4438 37.5185 30.497 37.2114 30.4786C36.9043 30.4603 36.6057 30.371 36.3389 30.2178C36.0722 30.0646 35.8446 29.8516 35.674 29.5955C35.5774 29.4495 35.5239 29.2792 35.5197 29.1041C35.5155 28.929 35.5608 28.7563 35.6503 28.6058C36.7013 26.8543 37.2567 24.85 37.2571 22.8073V22.3555H37.7313ZM27.7735 9.66502C27.7723 9.2672 27.8501 8.8731 28.0023 8.50555C28.1545 8.13799 28.3781 7.80429 28.6602 7.52375L29.1283 7.05635V8.13003C29.1303 8.86581 29.3026 9.59114 29.6317 10.2492C29.9607 10.9074 30.4376 11.4804 31.025 11.9235C31.2774 12.1128 31.4823 12.3582 31.6234 12.6404C31.7644 12.9226 31.8379 13.2338 31.8379 13.5492C31.8379 13.8647 31.7644 14.1759 31.6234 14.4581C31.4823 14.7403 31.2774 14.9857 31.025 15.175L30.4831 15.5814V15.0842C30.4819 14.5028 30.346 13.9295 30.086 13.4095C29.826 12.8894 29.4491 12.4366 28.9847 12.0867C28.6095 11.804 28.3049 11.4382 28.0948 11.0181C27.8847 10.5979 27.7747 10.1348 27.7735 9.66502ZM10.161 9.66502C10.1599 9.2672 10.2377 8.8731 10.3899 8.50555C10.5421 8.13799 10.7657 7.80429 11.0478 7.52375L11.5159 7.05635V8.13003C11.5179 8.86581 11.6902 9.59114 12.0192 10.2492C12.3483 10.9074 12.8252 11.4804 13.4126 11.9235C13.665 12.1128 13.8698 12.3582 14.0109 12.6404C14.152 12.9226 14.2255 13.2338 14.2255 13.5492C14.2255 13.8647 14.152 14.1759 14.0109 14.4581C13.8698 14.7403 13.665 14.9857 13.4126 15.175L12.8707 15.5814V15.0842C12.8695 14.5028 12.7335 13.9295 12.4735 13.4095C12.2136 12.8894 11.8366 12.4366 11.3722 12.0867C10.9971 11.804 10.6925 11.4382 10.4824 11.0181C10.2722 10.5979 10.1623 10.1348 10.161 9.66502ZM11.5159 16.1478V16.9362C11.5159 17.0621 11.5509 17.1854 11.617 17.2924C11.6832 17.3994 11.7778 17.4859 11.8903 17.5421C12.0028 17.5984 12.1288 17.6222 12.2541 17.6109C12.3794 17.5996 12.4991 17.5537 12.5997 17.4782L14.2255 16.2588C14.3975 16.1271 14.5563 15.9789 14.6996 15.8165C16.6851 15.6621 18.8 15.5814 20.9995 15.5814C23.7143 15.5738 26.4277 15.7095 29.1283 15.9879V16.9362C29.1283 17.0621 29.1633 17.1854 29.2295 17.2924C29.2956 17.3994 29.3902 17.4859 29.5028 17.5421C29.6153 17.5984 29.7412 17.6222 29.8665 17.6109C29.9918 17.5996 30.1115 17.5537 30.2121 17.4782L31.7329 16.3374C34.8571 16.8638 35.6767 17.4375 35.8651 17.6197C35.1836 18.3832 29.9073 19.6459 20.9995 19.6459C12.0781 19.6459 6.79978 18.3791 6.13186 17.6137C6.41434 17.323 7.75695 16.6565 11.5159 16.1478ZM6.09664 19.1466C9.75461 20.9377 19.6447 21.0007 20.9995 21.0007C22.3543 21.0007 32.2443 20.9377 35.9023 19.1466V20.2718C35.4478 21.0271 30.1363 22.3555 20.9995 22.3555C11.8078 22.3555 6.48276 21.0108 6.09664 20.3233V19.1466ZM2.03223 24.5909C2.03223 23.998 2.26774 23.4294 2.68697 23.0102C3.10619 22.591 3.67478 22.3555 4.26765 22.3555H4.74183V22.8073C4.74186 24.8507 5.29725 26.8557 6.34863 28.6079C6.43818 28.7584 6.48346 28.9311 6.47927 29.1061C6.47507 29.2812 6.42158 29.4515 6.32492 29.5976C6.14362 29.8706 5.89754 30.0944 5.60865 30.2491C5.31977 30.4039 4.99706 30.4846 4.66935 30.4843H4.22972C4.01448 30.485 3.80325 30.426 3.61947 30.314C3.43569 30.202 3.28654 30.0412 3.18855 29.8496C2.43015 28.3774 2.03374 26.7455 2.03223 25.0895V24.5909ZM14.4199 40.1291C13.7413 40.4675 12.9935 40.6442 12.2353 40.6453C11.9171 40.6457 11.6038 40.5674 11.3233 40.4173C11.0429 40.2672 10.8039 40.0499 10.6278 39.785C10.3782 39.4119 10.0131 39.1309 9.58851 38.9853C9.16389 38.8397 8.70322 38.8374 8.27719 38.9789C7.65751 39.1854 7.00858 39.2906 6.3554 39.2905C6.10723 39.2901 5.86932 39.1914 5.69383 39.0159C5.51834 38.8404 5.41959 38.6025 5.41924 38.3543C5.42064 37.8989 5.29447 37.4522 5.05503 37.0647C4.81558 36.6773 4.47242 36.3647 4.06443 36.1623C3.72398 35.9925 3.34883 35.9039 2.9684 35.9035C2.54056 35.9031 2.13035 35.733 1.82783 35.4305C1.5253 35.128 1.35518 34.7178 1.35483 34.2899C1.35355 33.8826 1.46641 33.483 1.6806 33.1365C1.89479 32.79 2.20175 32.5105 2.5667 32.3295L3.67831 31.7713C3.85913 31.8138 4.04401 31.8365 4.22972 31.8391H4.66935C5.22002 31.8394 5.76222 31.7035 6.24764 31.4435C6.73305 31.1835 7.1466 30.8074 7.45144 30.3488C7.57521 30.1626 7.67042 29.9589 7.73392 29.7446L10.5986 28.3119C11.307 27.959 12.0874 27.7751 12.8788 27.7747C13.0201 27.7747 13.1577 27.8194 13.2721 27.9025C13.3864 27.9855 13.4715 28.1026 13.5152 28.237C13.5588 28.3714 13.5589 28.5161 13.5153 28.6505C13.4717 28.7849 13.3866 28.9021 13.2724 28.9852L6.37573 33.998L7.17235 35.094L14.069 30.0812C14.3916 29.8409 14.6349 29.5094 14.7674 29.1295H15.1061C15.3452 29.1287 15.5787 29.2025 15.774 29.3405C15.9694 29.4785 16.1169 29.6739 16.1961 29.8995C16.2754 30.1252 16.2824 30.3699 16.2162 30.5997C16.15 30.8295 16.0139 31.033 15.8268 31.182L9.73903 36.0518L10.5858 37.1099L15.4793 33.1939H16.5462C16.7777 33.194 17.0028 33.2693 17.1876 33.4086C17.3724 33.5478 17.5069 33.7434 17.5708 33.9659C17.6346 34.1883 17.6244 34.4254 17.5416 34.6415C17.4588 34.8576 17.308 35.0409 17.1119 35.1638L12.5116 38.0387L13.2297 39.1902L16.3166 37.2583H17.7114C17.8417 37.2582 17.9683 37.3022 18.0705 37.3831C18.1728 37.464 18.2447 37.577 18.2747 37.7039C18.3046 37.8307 18.2908 37.964 18.2356 38.0821C18.1803 38.2002 18.0868 38.2961 17.9701 38.3543L14.4199 40.1291ZM18.4931 39.6089L18.5791 39.5662C18.9274 39.3925 19.215 39.1175 19.404 38.7772C19.5929 38.437 19.6744 38.0475 19.6378 37.66C19.6011 37.2725 19.448 36.9052 19.1986 36.6064C18.9492 36.3077 18.6151 36.0914 18.2404 35.9861C18.5551 35.6787 18.7799 35.2912 18.8905 34.8654C19.0012 34.4397 18.9936 33.9918 18.8685 33.57C18.7434 33.1482 18.5055 32.7686 18.1806 32.4721C17.8556 32.1755 17.4559 31.9733 17.0245 31.8872C17.3319 31.5224 17.5285 31.0773 17.5912 30.6045C17.6539 30.1316 17.5801 29.6507 17.3785 29.2184C17.1768 28.7861 16.8557 28.4205 16.4531 28.1647C16.0505 27.9089 15.5831 27.7736 15.1061 27.7747H14.7816C14.6439 27.3798 14.387 27.0374 14.0464 26.7947C13.7058 26.5521 13.2983 26.4211 12.8801 26.4199C11.8788 26.4212 10.8914 26.6542 9.99508 27.1007L7.67769 28.2597C7.63238 28.1388 7.57662 28.0221 7.51105 27.9108C6.58624 26.3691 6.09738 24.6051 6.09664 22.8073V21.8589C9.75461 23.6473 19.6447 23.7103 20.9995 23.7103C22.3543 23.7103 32.2443 23.6473 35.9023 21.8562V22.8046C35.9024 24.603 35.4139 26.3677 34.4893 27.9102C34.4237 28.0214 34.3679 28.1381 34.3226 28.259L32.0052 27.1C31.1089 26.6537 30.1214 26.4209 29.1202 26.4199C28.702 26.4211 28.2945 26.5521 27.9539 26.7947C27.6133 27.0374 27.3564 27.3798 27.2187 27.7747H26.8929C26.4158 27.7734 25.9483 27.9087 25.5456 28.1644C25.1429 28.4201 24.8217 28.7857 24.62 29.2181C24.4182 29.6504 24.3443 30.1314 24.407 30.6043C24.4697 31.0772 24.6664 31.5224 24.9738 31.8872C24.5424 31.9734 24.1428 32.1757 23.8179 32.4723C23.4931 32.7689 23.2553 33.1485 23.1303 33.5702C23.0052 33.992 22.9977 34.4399 23.1084 34.8656C23.2191 35.2913 23.4439 35.6787 23.7585 35.9861C23.3836 36.0911 23.0492 36.3072 22.7996 36.606C22.5499 36.9048 22.3966 37.2722 22.36 37.6599C22.3233 38.0475 22.4049 38.4372 22.5941 38.7775C22.7833 39.1178 23.0712 39.3928 23.4198 39.5662L23.5052 39.6089C21.8632 40.0468 20.1351 40.0468 18.4931 39.6089ZM39.0306 35.9035C38.6501 35.9039 38.275 35.9925 37.9345 36.1623C37.5265 36.3647 37.1834 36.6773 36.9439 37.0647C36.7045 37.4522 36.5783 37.8989 36.5797 38.3543C36.5794 38.6025 36.4806 38.8404 36.3051 39.0159C36.1296 39.1914 35.8917 39.2901 35.6435 39.2905C34.9903 39.2907 34.3413 39.1852 33.7218 38.9782C33.2957 38.8375 32.8353 38.8401 32.4109 38.9858C31.9865 39.1315 31.6216 39.4122 31.3719 39.785C31.1955 40.0499 30.9564 40.2671 30.6759 40.4172C30.3953 40.5673 30.0819 40.6457 29.7637 40.6453C29.0054 40.6442 28.2577 40.4675 27.5791 40.1291L24.0295 38.3543C23.9129 38.2961 23.8194 38.2002 23.7641 38.0822C23.7089 37.9642 23.695 37.831 23.7249 37.7042C23.7548 37.5774 23.8266 37.4643 23.9287 37.3834C24.0308 37.3025 24.1573 37.2584 24.2876 37.2583H25.683L28.7693 39.1875L29.4873 38.036L24.8871 35.1604C24.6921 35.0372 24.5422 34.8541 24.4602 34.6385C24.3781 34.423 24.3682 34.1866 24.432 33.9649C24.4958 33.7432 24.6297 33.5482 24.8138 33.4092C24.9978 33.2702 25.2221 33.1946 25.4527 33.1939H26.5189L31.4145 37.1099L32.2613 36.0518L26.1741 31.1827C25.9869 31.0339 25.8506 30.8305 25.7842 30.6008C25.7178 30.371 25.7246 30.1263 25.8036 29.9006C25.8826 29.6749 26.03 29.4793 26.2252 29.3412C26.4204 29.203 26.6537 29.129 26.8929 29.1295H27.2316C27.3648 29.5081 27.608 29.8383 27.93 30.0778L34.8273 35.0906L35.6239 33.9946L28.7273 28.9818C28.6145 28.8983 28.5308 28.7814 28.488 28.6477C28.4453 28.514 28.4457 28.3703 28.4891 28.2368C28.5326 28.1033 28.6169 27.9869 28.7301 27.904C28.8434 27.821 28.9798 27.7758 29.1202 27.7747C29.9113 27.7754 30.6916 27.9595 31.3996 28.3125L34.2644 29.7452C34.3281 29.9594 34.4236 30.1629 34.5475 30.3488C34.8523 30.8074 35.2659 31.1835 35.7513 31.4435C36.2367 31.7035 36.7789 31.8394 37.3296 31.8391C37.6272 31.8377 37.9233 31.7969 38.2102 31.7178L39.4295 32.3275C39.7953 32.5082 40.103 32.7879 40.3177 33.1349C40.5325 33.4818 40.6455 33.8819 40.6441 34.2899C40.6438 34.7178 40.4737 35.128 40.1711 35.4305C39.8686 35.733 39.4584 35.9031 39.0306 35.9035Z%27 fill=%27black%27/%3E%3Cpath d=%27M21.2588 0.0522977C21.1351 0.000467906 20.9987 -0.0132301 20.8671 0.0129598C20.7356 0.0391498 20.6148 0.104034 20.5204 0.199294L18.8946 1.82506C18.4867 2.23101 18.1634 2.71381 17.9433 3.24553C17.7232 3.77725 17.6107 4.34734 17.6123 4.92282C17.6141 5.60271 17.7733 6.27297 18.0775 6.88104C18.3816 7.48912 18.8225 8.0185 19.3654 8.42769C19.6618 8.65133 19.9024 8.94052 20.0683 9.27264C20.2342 9.60475 20.321 9.97077 20.3219 10.342V12.194C20.3219 12.3198 20.357 12.4432 20.4231 12.5502C20.4892 12.6572 20.5839 12.7437 20.6964 12.7999C20.8089 12.8562 20.9349 12.88 21.0602 12.8687C21.1855 12.8574 21.3051 12.8114 21.4058 12.736L23.0315 11.5166C23.4522 11.2012 23.7936 10.7921 24.0288 10.3218C24.2639 9.85145 24.3863 9.33285 24.3863 8.80704C24.3863 8.28122 24.2639 7.76262 24.0288 7.29232C23.7936 6.82202 23.4522 6.41292 23.0315 6.09743C22.6119 5.78096 22.2713 5.37166 22.0362 4.90158C21.8012 4.4315 21.6781 3.91339 21.6767 3.38782V0.678217C21.6768 0.54425 21.6371 0.413281 21.5627 0.30187C21.4883 0.190458 21.3825 0.103607 21.2588 0.0522977ZM22.2187 7.18127C22.471 7.37057 22.6759 7.61602 22.817 7.89821C22.9581 8.18039 23.0315 8.49155 23.0315 8.80704C23.0315 9.12253 22.9581 9.43368 22.817 9.71587C22.6759 9.99805 22.471 10.2435 22.2187 10.4328L21.6767 10.8392V10.342C21.6755 9.76059 21.5396 9.18734 21.2796 8.66727C21.0196 8.14719 20.6427 7.69443 20.1783 7.34453C19.8032 7.06179 19.4986 6.696 19.2884 6.27585C19.0783 5.8557 18.9683 5.39259 18.9671 4.92282C18.966 4.52499 19.0437 4.1309 19.196 3.76334C19.3482 3.39579 19.5718 3.06208 19.8538 2.78155L20.3219 2.31414V3.38782C20.324 4.12361 20.4963 4.84893 20.8253 5.50704C21.1544 6.16515 21.6312 6.73817 22.2187 7.18127Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
}
body .breakdance .bde-accordion__content-wrapper:nth-child(3) button::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Layer_2%27 data-name=%27Layer 2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 42.28384 35.3346%27%3E%3Cg id=%27Layer_1-2%27 data-name=%27Layer 1%27%3E%3Cpath d=%27M25.6717,33.13492l-3.60405,1.92028c-.68729.3662-1.18567.37422-1.84702.01343l-3.94346-2.1513-2.09489-1.29571c-1.1843-.7325-2.33025-1.45546-3.40311-2.33002l-2.1251-1.73231c-.8062-.65719-1.55547-1.30888-2.24492-2.08024l-1.29805-1.45228-1.10618-1.30628-.87231-1.29051c-1.13045-1.67242-2.04147-3.38144-2.52497-5.3761l-.29211-1.20509-.2038-1.35709c-.14096-.93866-.15528-2.01211-.00425-2.94507l.22036-1.36118.23496-.93139.5446-1.47935c.62997-1.71126,1.75361-3.10729,3.12111-4.31302.87962-.77557,1.90653-1.32823,3.02098-1.77209L9.61741.10692c1.13235-.11173,2.27081-.18216,3.36468.03004l1.18236.22937c2.13065.41333,4.03323,1.40847,5.64858,2.83274l1.33192,1.30459,1.77077-1.68965c1.62264-1.235,3.41915-2.10417,5.42911-2.49702l.88155-.1723c1.16028-.22678,2.35939-.14606,3.56497-.02655l1.14387.2593c1.43052.32429,2.62337.96138,3.78152,1.84293,1.13706.86549,2.02274,1.97405,2.8021,3.20319,1.58267,2.49604,2.02019,5.52759,1.63202,8.46117-.38168,2.88452-1.59515,5.43852-3.18919,7.82459-.73393,1.0986-1.55744,2.00333-2.43074,2.98657l-.96353,1.08483-4.05963,3.47127-1.2915.99911-2.86014,1.81574-1.68443,1.06809ZM32.00245,26.82284l2.03503-1.8626c1.09313-1.00051,2.07315-1.97432,2.90593-3.27897-.60538-.04707-1.18349-.04442-1.69251.04462l-5.38998,3.61132c-1.07298.7189-2.3459.79549-3.45222.0673-.70009-.4608-1.24055-1.01077-1.55919-1.81007l-1.33024-3.33689c-.58652-1.24662-1.04978-2.53063-1.40865-3.82621.03591-2.40363,1.78448-3.90743,4.09414-3.95886l1.62153-.25316,1.25677-.18325c.28971-.04224.46566-.21769.46794-.55728l.01291-1.92571c.18711-1.11557,1.18417-1.8029,2.30079-1.92779,1.03713-.116,2.25937.55381,2.67816,1.58148l.0747,2.47049c.62308.27001,1.2234.0205,1.84396.00068l4.08301-.1304c.04623-1.97849-.79461-4.57411-1.96449-6.11458-.60738-.79978-1.32712-1.44957-2.08901-2.12765-.88384-.78662-2.05665-1.24242-3.26691-1.49032-.54316-.11126-1.32256-.28569-1.8573-.23578l-1.95237.1822c-1.44199.13457-2.97388.61529-4.1492,1.46714l-1.32576.96088c-.8924.64679-1.59973,1.49731-2.35292,2.31883l-.89141.01461-2.21878-2.22526-1.32604-.98257c-1.1795-.874-2.77243-1.40075-4.26363-1.55015l-1.96933-.1973-1.64252.20646c-1.2318.15484-3.01976,1.01948-2.78012,1.22695l.24722.21403,1.331,1.05182,2.83251,2.11618,2.24147-1.93927c.79567-.68839,2.0163-.34353,2.83427.22096.72117.49769,1.18436,1.55991.99876,2.49741-.29971,1.51392-1.37486,1.4791-1.04752,2.00045l2.7373,1.54961c.33656.19053.67543.56312.95307.85556,1.47375,1.55231,1.40108,4.17948-.29598,5.50244l-1.5738,1.22687-4.06444,2.9903-1.00404.44357c-.60547.26749-1.07056.19141-1.65848.01103-.93253-.28612-1.7689-.73766-2.20522-1.68057l-.64223-1.38789-1.87447-4.2218c-.1656-.37296-.22272-.54581-.55697-.78505l-4.02011-2.8774c-.04237,1.02543-.09841,1.90993.05017,2.79884l.16801,1.00517c.50188,3.00259,3.065,7.20802,5.2149,9.29796l2.37453,2.3083,1.1829.96487,2.92062,2.15045c1.84385,1.35763,3.91221,2.28762,5.87405,3.49397l1.03247.63488c.36679.22554.74576.24802,1.11428.03246l1.21903-.71306c1.93191-1.13005,3.9162-2.08061,5.70067-3.40303l3.42372-2.53721ZM16.62639,17.05508l1.03836-.814-.85442-.80282-1.09319-1.18436-1.26686-1.36908c-.23217-.2509.09164-.88468.34044-.99168.37397-.16082.72711-.06289,1.02526.21743l2.36628,2.22484c.20203.18995.1986.73054.72991.58926.17295-.75334.10648-1.9832-.67044-2.44897l-2.78049-1.66691-1.69869-1.06807c-.27285-.17156-.29431-.71163-.07295-.9306l1.33272-1.3183c.12491-.12355.31712-.53212.34556-.71252.07755-.49199-.3966-.95573-.808-1.02652-.44033-.07577-.857.13591-1.15783.48153l-.90415,1.03882-.92703.86367c-.15649.1458-.4796.33962-.64924.29702-.14844-.03728-.44957-.20537-.5763-.30792l-1.47709-1.19526-3.79935-2.84446c-.18188-.06746-.52617.36974-.65914.50366-.97657.98353-1.6491,2.22935-2.08422,3.55154-.1184.3598-.29224.74742.01915.97015l1.5005,1.07329.98968.7945,2.61849,1.97715.73306,1.62337,1.58032,3.57406c.23945.54154.4154,1.15411.84012,1.56372.51106.49288,1.11046.66367,1.82608.37697l-.69442-1.25628-1.60454-2.72748c-.19448-.33059.47408-.95172.79692-.92909.61059.04281.85372.50708,1.11676.95536l1.58699,2.70462c.05238.08927.28177.25268.36126.20272l.36348-.22843c.31089-.19538.80905-.55253.82684-.95736l-1.87138-2.16874-.71818-.91461c-.34327-.43716.02834-.91594.46788-1.12844.34452-.16656.74674.00849,1.07297.40711l1.3924,1.70138,1.0965,1.29971ZM25.60429,21.0678l.38687.82902,3.777-1.913c.50946-.25803,1.00151.11898,1.0819.55066.09051.48601-.15325.78455-.59168,1.02049l-3.5238,1.89631c.38375.74903,1.4553,1.00862,2.15951.53533l3.13987-2.11027c.80924-.54388,1.56691-1.19845,2.47022-1.6165l1.87928-.23404c.68001-.08469,1.34414-.12587,1.95698-.35018.87148-1.60357,1.60233-3.18607,1.96598-4.96364l.2293-1.12085c.02385-.11657-.01208-.41008-.11315-.4688s-.33235-.03129-.50112-.02336l-3.29228.15474c-.81461.03829-1.588.02448-2.40301.17102-.57631.10362-1.26743-.18405-1.25103-.85375l.05625-2.29834c.01388-.56695-.30977-.96659-.81038-1.08251-.33733-.07811-1.03737.21161-1.03935.66033l-.01335,3.01841c-.0028.63311-.96962.56979-1.3529.63273l-1.79475.29475-1.46026.23979-1.37875.18296-.90093.76468c-.23546.19985-.3205.60621-.24869.89319l3.95575-.96739c.39745-.0972.73605.15224.93706.48122.12405.20302.15996.60425-.15157.84538-.3728.28857-.95906.36283-1.42006.47359l-3.14432.75549.48783,1.37312,1.66167-.68492,2.4675-.83755c.44738-.15186.74874.43787.80907.7317.05051.24601-.08878.79921-.37569.89663l-3.80733,1.29282c-.02083.24152.05272.61723.15236.83073Z%27/%3E%3C/g%3E%3C/svg%3E");
}
body .breakdance .bde-accordion__content-wrapper:nth-child(4) button::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Layer_2%27 data-name=%27Layer 2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 40.2178 40.23059%27%3E%3Cg id=%27Layer_1-2%27 data-name=%27Layer 1%27%3E%3Cg%3E%3Cpath d=%27M27.26003,26.64075l.02491-1.04181-.00719-2.40267-.01752-1.20816.00422-11.09645.00522-1.25246.00245-.45659c.00064-.11852-.32265-.1952-.45056-.19411l-2.53979.02176c-.29579.00253-.69025-.22556-.76558-.42975-.10173-.27573.0297-.76465.25788-.9493.6636-.53702,1.17813-1.05548,1.72304-1.68817.66631-.77365,1.4892-1.44216,2.21589-2.18918l1.60632-1.65125L31.35602.07316c.19495-.09159.6892-.08643.92424-.04308l2.33008,2.36009,3.53801,3.52593,1.74317,1.75455c.22275.22421.37589.50275.31143.80373-.05241.2447-.41846.53514-.77322.53756l-2.52323.01723-.36468-.08622c-.08359-.01976-.15918.25715-.1592.37816l-.00438,30.29033c-.00007.48163-.70876.59461-1.04354.59424l-6.8324-.00751c-.36437-.0004-1.23125-.05955-1.23171-.62674l-.01057-12.93067ZM34.97441,38.0923l.01733-.78616-.00142-28.29814c-.00002-.46264-.23932-1.18142.38456-1.33652.51277-.12747,1.22416-.07713,1.85856-.05375l.25412-.24866-1.39973-1.43799-3.47662-3.46787-.79918-.81817-.78132.86839-3.20581,3.16029-1.55457,1.58649c-.03857.03937-.09759.26946-.10956.33579l1.80994.00247c.39041.00053.7816.33231.78162.78379l.00163,30.21933,5.81065.02035c.08896.00031.31548-.06146.35277-.13794s.05395-.25199.05703-.39171Z%27/%3E%3Cpath d=%27M21.60809,40.23059l-7.30782-.00428-.64975-.48147-.00692-7.1358-.92877-.87759c-1.97257-1.86388-2.82975-4.79861-2.17241-7.47692.45139-1.83918,1.58358-3.40273,3.09562-4.63326l.02093-7.00766c.00124-.41575.74389-.65773,1.0894-.57197l7.35147-.0094c.1778.0782.469.28688.65341.4589l.01369,7.1826c1.49239,1.03714,2.80578,3.03336,3.13185,4.73526.66073,3.44862-.58113,6.00312-3.13695,8.24687l-.00491,7.07633c-.23336.32683-.72701.49863-1.14884.49838ZM21.31902,18.83605l.00495-5.21468-6.2209-.01639.01999,5.24675c2.16557-.84276,4.04578-.74252,6.19595-.01568ZM21.43652,31.61223c1.45599-.9403,2.55283-2.14713,2.92882-3.8528.11626-.5274.33036-1.23551.25299-1.77661l-.20862-1.45898c-.33475-1.5084-1.30793-2.70414-2.55953-3.6637-2.04301-1.5663-5.10754-1.57441-7.17252-.07841-2.22275,1.6103-3.24785,3.87328-2.76714,6.52091.38009,2.09348,1.69132,3.57023,3.54041,4.58605,1.81394.99652,4.14659.9112,5.98561-.27647ZM21.32436,33.47669l-1.27459.27421c-1.26041.32306-2.47343.35853-3.71978-.02856l-1.22385-.23635.00636,5.12771,6.21298-.00388-.00112-5.13312Z%27/%3E%3Cpath d=%27M7.99301,40.22788l-6.91553.00004c-.44752,0-.84857-.2147-1.07748-.61667l.00505-22.40404c.0001-.46114.60072-.63513.94943-.63531l7.32724-.00362c.47779-.00024.84004.23311.83998.76389l-.00251,22.29151c-.09946.39738-.69841.6042-1.12619.6042ZM7.65961,38.60784l-.00034-20.44819-6.22109.00979.0025,20.45559,6.21893-.01718Z%27/%3E%3Cpath d=%27M17.52921,29.76626c-.7205-.52873-1.78016.24285-2.09677-.82715-.08561-.28933.22592-.87184.61129-.87319l2.87241-.01004c.22226-.00078.50915-.31522.55377-.49549.05144-.20782-.16421-.70055-.37952-.70802l-1.9371-.06727c-1.18111-.04101-1.95907-1.45415-1.69616-2.49754.41516-1.64767,1.9543-1.53292,1.99724-1.7222.02129-.09385.03424-.30593.02975-.44824-.0173-.54741.43544-.88216.92872-.74984.40139.10767.65582.58934.49059,1.19539l1.35673.07609c.29012.01627.60075.30588.68145.57114.071.23338-.13148.7971-.42999.80197l-2.9655.04842c-.29236.00477-.62963.40395-.68204.67846-.04362.22847.3367.64224.60285.65351l1.73488.0735c1.1162.04729,1.80084,1.10883,1.77015,2.06745-.03421,1.06876-.80334,1.92024-1.90466,2.01702-.04996.05793-.14599.37567-.13382.49613.04597.45496-.31747.90279-.76343.85065-.49512-.05789-.83012-.41171-.64084-1.13075Z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body .breakdance .bde-accordion__content-wrapper:last-child {
  border: 0;
}
body .breakdance .bde-accordion__content-wrapper:last-child button::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2741%27 height=%2741%27 viewBox=%270 0 41 41%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.5001 7.69391C21.2603 7.69391 22.0034 7.46848 22.6355 7.04612C23.2677 6.62376 23.7603 6.02344 24.0512 5.32108C24.3422 4.61872 24.4183 3.84587 24.27 3.10025C24.1217 2.35463 23.7556 1.66973 23.218 1.13217C22.6805 0.594604 21.9956 0.22852 21.2499 0.0802066C20.5043 -0.0681066 19.7315 0.00801311 19.0291 0.29894C18.3267 0.589866 17.7264 1.08253 17.3041 1.71464C16.8817 2.34675 16.6563 3.0899 16.6563 3.85013C16.6574 4.86923 17.0627 5.84627 17.7833 6.56688C18.5039 7.28749 19.481 7.69281 20.5001 7.69391ZM20.5001 1.28761C21.0069 1.28761 21.5023 1.4379 21.9237 1.71947C22.3451 2.00105 22.6736 2.40126 22.8675 2.8695C23.0615 3.33774 23.1122 3.85297 23.0133 4.35005C22.9145 4.84713 22.6704 5.30373 22.312 5.66211C21.9537 6.02048 21.4971 6.26454 21 6.36341C20.5029 6.46229 19.9877 6.41154 19.5194 6.21759C19.0512 6.02364 18.651 5.69519 18.3694 5.27379C18.0878 4.85239 17.9375 4.35695 17.9375 3.85013C17.9384 3.17077 18.2086 2.51947 18.689 2.03909C19.1694 1.55871 19.8207 1.28846 20.5001 1.28761ZM14.7344 16.983V10.2564C14.7354 9.60623 14.9835 8.98072 15.4283 8.50651C15.8731 8.03229 16.4815 7.7448 17.1303 7.70224C16.7585 7.37656 16.4354 6.9991 16.171 6.58146C15.3848 6.82336 14.6968 7.31067 14.2077 7.972C13.7186 8.63332 13.4542 9.4339 13.4531 10.2564V17.0055C13.5053 16.9912 13.5592 16.9837 13.6133 16.983H14.7344ZM21.0696 11.0787C21.4138 10.7678 21.8214 10.5354 22.2644 10.3977L22.0222 8.74422C21.6119 8.86964 21.1875 8.94282 20.7589 8.96204L21.0696 11.0787ZM23.8691 7.70256C24.5179 7.74504 25.1264 8.03245 25.5713 8.50661C26.0162 8.98076 26.2643 9.60624 26.2654 10.2564V12.5156C26.454 13.1258 26.4551 13.7786 26.2686 14.3895C26.4384 14.6188 26.5652 14.7892 26.6251 14.8677C26.803 15.0762 26.9342 15.3205 27.0098 15.584C27.0854 15.8475 27.1036 16.1241 27.0633 16.3953L26.9768 16.983H27.3868C27.441 16.9837 27.4948 16.9912 27.547 17.0055V10.2564C27.5459 9.43386 27.2814 8.63325 26.7923 7.97192C26.3031 7.31059 25.615 6.8233 24.8288 6.58146C24.5644 6.99922 24.241 7.37678 23.8691 7.70256ZM19.9299 11.0784L20.2406 8.96172C19.812 8.9425 19.3876 8.86932 18.9773 8.7439L18.7348 10.3974C19.1777 10.5351 19.5857 10.7674 19.9299 11.0784ZM20.4997 35.5613C20.6696 35.5613 20.8326 35.4938 20.9527 35.3737C21.0729 35.2535 21.1404 35.0906 21.1404 34.9207V26.5925C21.1404 26.4226 21.0729 26.2596 20.9527 26.1395C20.8326 26.0194 20.6696 25.9519 20.4997 25.9519C20.3298 25.9519 20.1669 26.0194 20.0467 26.1395C19.9266 26.2596 19.8591 26.4226 19.8591 26.5925V34.9207C19.8591 35.0906 19.9266 35.2535 20.0467 35.3737C20.1669 35.4938 20.3298 35.5613 20.4997 35.5613Z%27 fill=%27black%27/%3E%3Cpath d=%27M28.0376 18.2648H25.4915L25.7958 16.2083C25.8097 16.1142 25.8026 16.0181 25.7747 15.9271C25.7469 15.836 25.6992 15.7523 25.635 15.6821C25.5498 15.5738 25.1996 15.0997 24.7909 14.543C25.047 14.1682 25.1623 13.7149 25.1165 13.2632C25.0706 12.8116 24.8665 12.3907 24.5403 12.075C24.2141 11.7593 23.7868 11.5691 23.3339 11.538C22.881 11.5069 22.4317 11.637 22.0654 11.9052C21.6991 12.1734 21.4395 12.5625 21.3324 13.0036C21.2252 13.4448 21.2776 13.9096 21.4801 14.3159C21.6826 14.7222 22.0222 15.0438 22.4389 15.2239C22.8556 15.404 23.3226 15.4309 23.7573 15.2999C23.9684 15.5876 24.1743 15.8672 24.3345 16.0834C24.3896 16.1577 24.4402 16.2266 24.4885 16.2894L24.1964 18.2648H16.8032L16.5108 16.2894C16.5588 16.2266 16.6101 16.1577 16.6649 16.0834C16.825 15.8672 17.0313 15.5876 17.2424 15.2999C17.6772 15.4309 18.1443 15.4039 18.5612 15.2237C18.978 15.0435 19.3178 14.7217 19.5203 14.3153C19.7228 13.9088 19.7751 13.4438 19.6678 13.0025C19.5606 12.5612 19.3008 12.1721 18.9344 11.9038C18.568 11.6356 18.1185 11.5055 17.6654 11.5367C17.2124 11.5679 16.7849 11.7582 16.4587 12.0741C16.1324 12.39 15.9283 12.811 15.8825 13.2628C15.8367 13.7146 15.9522 14.1681 16.2084 14.543C15.7997 15.0997 15.4499 15.5738 15.3644 15.6821C15.3002 15.7523 15.2525 15.8359 15.2247 15.9269C15.1968 16.0179 15.1896 16.1139 15.2036 16.208L15.5079 18.2648H12.9617C12.7145 18.2648 12.4725 18.3364 12.2651 18.4708C12.0576 18.6053 11.8935 18.7969 11.7925 19.0225C11.6915 19.2482 11.6579 19.4982 11.6958 19.7425C11.7338 19.9868 11.8415 20.2149 12.0062 20.3993L15.629 24.4571C15.6495 24.4786 15.6716 24.4986 15.6949 24.517V36.8286L13.7385 38.8303C13.5622 39.0106 13.4431 39.2389 13.396 39.4866C13.3489 39.7343 13.376 39.9904 13.4738 40.2229C13.5716 40.4553 13.7358 40.6536 13.9458 40.7932C14.1559 40.9327 14.4024 41.0071 14.6546 41.0071H26.3448C26.597 41.0072 26.8436 40.9328 27.0537 40.7932C27.2638 40.6537 27.4281 40.4553 27.5259 40.2228C27.6237 39.9903 27.6508 39.7341 27.6036 39.4864C27.5565 39.2386 27.4372 39.0103 27.2609 38.83L25.3047 36.8286V24.517C25.3281 24.4986 25.3501 24.4786 25.3707 24.4571L28.9935 20.3993C29.1581 20.2149 29.2659 19.9868 29.3038 19.7424C29.3417 19.4981 29.3081 19.2481 29.2071 19.0224C29.106 18.7967 28.9419 18.6051 28.7344 18.4707C28.5269 18.3363 28.2849 18.2648 28.0376 18.2648ZM22.5638 13.46C22.5638 13.3333 22.6013 13.2095 22.6717 13.1041C22.7421 12.9988 22.8422 12.9167 22.9592 12.8682C23.0763 12.8197 23.2051 12.807 23.3294 12.8317C23.4537 12.8564 23.5678 12.9174 23.6574 13.007C23.747 13.0966 23.808 13.2108 23.8327 13.3351C23.8574 13.4593 23.8448 13.5881 23.7963 13.7052C23.7478 13.8223 23.6657 13.9223 23.5603 13.9927C23.455 14.0631 23.3311 14.1007 23.2044 14.1007C23.0346 14.1005 22.8717 14.0329 22.7516 13.9128C22.6315 13.7927 22.5639 13.6299 22.5638 13.46ZM17.7949 12.8194C17.9216 12.8194 18.0455 12.857 18.1508 12.9274C18.2562 12.9978 18.3383 13.0978 18.3868 13.2149C18.4353 13.3319 18.448 13.4607 18.4232 13.585C18.3985 13.7093 18.3375 13.8234 18.2479 13.913C18.1583 14.0026 18.0442 14.0636 17.9199 14.0884C17.7956 14.1131 17.6668 14.1004 17.5498 14.0519C17.4327 14.0034 17.3327 13.9213 17.2623 13.816C17.1919 13.7106 17.1543 13.5867 17.1543 13.46C17.1545 13.2902 17.222 13.1273 17.3421 13.0072C17.4622 12.8871 17.6251 12.8196 17.7949 12.8194ZM24.0231 36.5227H16.9765V24.6711H24.0235L24.0231 36.5227ZM14.6546 39.7259L16.5335 37.804H24.4661L26.3448 39.7259H14.6546ZM24.6058 23.3898H16.3935L12.9617 19.546H28.0376L24.6058 23.3898ZM6.05057 3.85058C6.37207 3.53743 6.59226 3.13504 6.68267 2.69543C6.77308 2.25582 6.72956 1.7992 6.55774 1.38458C6.38591 0.969967 6.09368 0.616416 5.71882 0.369625C5.34395 0.122835 4.90368 -0.00584956 4.45491 0.000204184C4.00615 0.00625793 3.56951 0.146772 3.20143 0.403584C2.83336 0.660396 2.55077 1.0217 2.3902 1.4408C2.22962 1.8599 2.19843 2.31753 2.30067 2.75454C2.40291 3.19155 2.63387 3.58785 2.9637 3.89223L0.0513923 16.1324C-0.0175795 16.4254 -0.0171218 16.7305 0.052729 17.0233C0.12258 17.3161 0.25989 17.5886 0.453708 17.8189L3.22347 21.1002C3.39479 21.3024 3.60588 21.4673 3.8436 21.5845V37.2479C3.29426 37.3901 2.8076 37.7106 2.45983 38.1589C2.11205 38.6073 1.9228 39.1584 1.92171 39.7259V40.3665C1.92171 40.5364 1.98921 40.6994 2.10935 40.8195C2.22949 40.9396 2.39244 41.0071 2.56234 41.0071H6.40676C6.57667 41.0071 6.73962 40.9396 6.85976 40.8195C6.9799 40.6994 7.04739 40.5364 7.04739 40.3665V39.7259C7.04637 39.1584 6.85716 38.6072 6.50938 38.1588C6.1616 37.7103 5.6749 37.3898 5.1255 37.2476V21.7379C5.34631 21.6908 5.55716 21.6054 5.74852 21.4855L9.99621 18.7875C10.3681 18.5499 10.6475 18.1923 10.7883 17.7741C10.9291 17.3559 10.9228 16.9021 10.7704 16.488L6.05057 3.85058ZM4.48423 1.28806C4.67429 1.28806 4.86008 1.34442 5.01811 1.45001C5.17613 1.5556 5.2993 1.70568 5.37203 1.88127C5.44476 2.05686 5.46379 2.25007 5.42671 2.43648C5.38964 2.62288 5.29811 2.79411 5.16372 2.9285C5.02933 3.06289 4.85811 3.15441 4.6717 3.19149C4.4853 3.22857 4.29208 3.20954 4.11649 3.13681C3.9409 3.06407 3.79083 2.94091 3.68524 2.78288C3.57965 2.62485 3.52329 2.43907 3.52329 2.24901C3.52363 1.99425 3.62498 1.75003 3.80512 1.56989C3.98525 1.38975 4.22948 1.2884 4.48423 1.28806ZM5.76613 39.7259H3.20297C3.20297 39.386 3.338 39.06 3.57834 38.8197C3.81868 38.5793 4.14466 38.4443 4.48455 38.4443C4.82445 38.4443 5.15042 38.5793 5.39077 38.8197C5.63111 39.06 5.76613 39.386 5.76613 39.7259ZM9.30882 17.7061L5.06144 20.4041C4.92667 20.4895 4.76559 20.5234 4.60785 20.4994C4.45011 20.4755 4.30633 20.3953 4.203 20.2738L1.43259 16.9925C1.36757 16.9156 1.32152 16.8245 1.29815 16.7266C1.27478 16.6287 1.27475 16.5267 1.29806 16.4287L4.14502 4.46271C4.3974 4.50449 4.65526 4.50015 4.90609 4.44989L9.56955 16.9361C9.62122 17.0749 9.6235 17.2272 9.57601 17.3674C9.52852 17.5077 9.43416 17.6273 9.30882 17.7061ZM37.7765 21.1002L40.5463 17.8189C40.7401 17.5886 40.8774 17.3161 40.9473 17.0233C41.0171 16.7305 41.0176 16.4254 40.9486 16.1324L38.0363 3.89223C38.3655 3.58795 38.5959 3.19197 38.6977 2.75542C38.7996 2.31888 38.7682 1.86182 38.6076 1.44329C38.4471 1.02476 38.1647 0.663977 37.797 0.407549C37.4293 0.15112 36.9932 0.0108215 36.545 0.00477506C36.0968 -0.0012714 35.657 0.127212 35.2826 0.373629C34.9081 0.620047 34.6161 0.973078 34.4443 1.38713C34.2725 1.80117 34.2288 2.25722 34.3189 2.69635C34.4089 3.13549 34.6285 3.53754 34.9494 3.85058L30.2296 16.4883C30.0772 16.9024 30.0708 17.3562 30.2116 17.7744C30.3524 18.1926 30.6319 18.5502 31.0038 18.7878L35.2515 21.4859C35.4429 21.6057 35.6539 21.6911 35.8748 21.7383V37.2479C35.3253 37.3901 34.8386 37.7105 34.4907 38.159C34.1429 38.6075 33.9536 39.1586 33.9526 39.7262V40.3668C33.9526 40.5367 34.0201 40.6997 34.1402 40.8198C34.2604 40.94 34.4233 41.0075 34.5932 41.0075H38.4376C38.6075 41.0075 38.7705 40.94 38.8906 40.8198C39.0108 40.6997 39.0783 40.5367 39.0783 40.3668V39.7262C39.0772 39.1587 38.888 38.6075 38.5402 38.1591C38.1925 37.7106 37.7058 37.3902 37.1564 37.2479V21.5845C37.394 21.4675 37.6051 21.3029 37.7765 21.1008V21.1002ZM36.5157 1.28806C36.7058 1.28806 36.8916 1.34442 37.0496 1.45001C37.2076 1.5556 37.3308 1.70568 37.4035 1.88127C37.4763 2.05686 37.4953 2.25007 37.4582 2.43648C37.4211 2.62288 37.3296 2.79411 37.1952 2.9285C37.0608 3.06289 36.8896 3.15441 36.7032 3.19149C36.5168 3.22857 36.3236 3.20954 36.148 3.13681C35.9724 3.06407 35.8223 2.94091 35.7167 2.78288C35.6112 2.62485 35.5548 2.43907 35.5548 2.24901C35.5551 1.99425 35.6565 1.75003 35.8366 1.56989C36.0168 1.38975 36.261 1.2884 36.5157 1.28806ZM37.797 39.7259H35.2345C35.2345 39.3861 35.3695 39.0602 35.6097 38.8199C35.85 38.5796 36.1759 38.4446 36.5157 38.4446C36.8556 38.4446 37.1814 38.5796 37.4217 38.8199C37.662 39.0602 37.797 39.3861 37.797 39.7259ZM36.7976 20.2738C36.6943 20.3953 36.5505 20.4755 36.3928 20.4994C36.235 20.5234 36.0739 20.4895 35.9392 20.4041L31.6912 17.7061C31.5658 17.6273 31.4714 17.5077 31.424 17.3674C31.3765 17.2272 31.3788 17.0749 31.4304 16.9361L36.0939 4.45021C36.3447 4.50047 36.6026 4.50481 36.855 4.46303L39.7022 16.429C39.7255 16.527 39.7254 16.6291 39.702 16.727C39.6786 16.8249 39.6325 16.916 39.5674 16.9928L36.7976 20.2738Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
}

body .breakdance .platform {
  background-image: radial-gradient(circle at top right, var(--accent-alt) 0%, transparent 30%);
  background-color: var(--white);
}
body .breakdance .platform .section-container {
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
body .breakdance .platform .inner {
  align-items: center;
  gap: 1rem;
}

body .breakdance .contact-form {
  background-color: var(--accent);
}
body .breakdance .contact-form .section-container {
  align-items: center;
  gap: 2rem;
  padding: 6rem 4rem;
}
@media (max-width: 767px) {
  body .breakdance .contact-form .section-container {
    padding: 4rem 2rem;
  }
}
body .breakdance .contact-form h2 {
  color: var(--primary);
}
body .breakdance .contact-form fieldset {
  border: 0;
  padding: 0;
}
body .breakdance .contact-form .frm_forms {
  max-width: 540px;
  margin: 0 auto;
}
body .breakdance .contact-form .frm_combo_inputs_container,
body .breakdance .contact-form .frm_fields_container {
  gap: 1.5rem;
}
body .breakdance .contact-form .frm_form_field {
  display: flex;
  flex-direction: column;
}
body .breakdance .contact-form .frm_dropzone {
  max-width: unset;
  margin: 0;
}
body .breakdance .contact-form .frm_dropzone svg {
  max-width: 18px;
}
body .breakdance .contact-form .frm_dropzone p,
body .breakdance .contact-form .frm_dropzone span {
  font-size: 1.4rem;
}
body .breakdance .contact-form .dz-message,
body .breakdance .contact-form input,
body .breakdance .contact-form textarea {
  font-family: var(--font-secondary);
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #dfdfdf;
  border-radius: var(--border-radius);
  padding: 1rem;
}
body .breakdance .contact-form .frm_description {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-top: 1rem;
}
body .breakdance .contact-form .frm_error {
  padding: 0.5rem;
  font-size: 1.2rem;
  color: #e66262;
  font-weight: 500;
}

body .breakdance .footer {
  background-color: var(--primary);
}
body .breakdance .footer .breakdance-menu-item--active .breakdance-menu-link {
  color: var(--secondary);
}
body .breakdance .footer img {
  max-width: 230px;
}
@media (max-width: 767px) {
  body .breakdance .footer img {
    max-width: 200px;
  }
}
body .breakdance .footer p {
  color: var(--secondary-dark);
}
body .breakdance .footer .paid-for {
  padding: 1rem;
  border: 1px solid #a08adb;
  color: #a08adb;
}
@media (max-width: 767px) {
  body .breakdance .footer .paid-for {
    font-size: 1.4rem;
  }
}
body .breakdance .footer .breakdance-menu ul {
  gap: 2rem;
}
@media (max-width: 1023px) {
  body .breakdance .footer .breakdance-menu ul {
    flex-direction: column;
    gap: 1rem;
  }
}
body .breakdance .footer .breakdance-menu-link {
  padding: 1rem 0;
}
body .breakdance .footer .breakdance-menu-item--active .breakdance-menu-link {
  color: var(--secondary);
}
body .breakdance .footer .breakdance-menu-item--active:hover .breakdance-menu-link {
  color: var(--secondary-dark);
}
body .breakdance .footer .section-container {
  gap: 2rem;
  padding: 6rem 4rem;
}
@media (max-width: 1023px) {
  body .breakdance .footer .section-container {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  body .breakdance .footer .section-container {
    padding: 4rem 2rem;
  }
}
body .breakdance .footer .bde-columns {
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  body .breakdance .footer .bde-columns {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  body .breakdance .footer .bde-columns {
    flex-direction: column;
  }
}
body .breakdance .footer .bde-columns:nth-child(2) {
  padding: 2rem 0 0;
  border-top: 1px solid #a08adb;
}
body .breakdance .footer .bde-columns .bde-column {
  gap: 2rem;
}
body .breakdance .footer .bde-columns .bde-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  body .breakdance .footer .bde-columns .bde-column:nth-child(2) {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  body .breakdance .footer .bde-columns .bde-column {
    align-items: center;
  }
}
body .breakdance .footer .copyright p {
  color: var(--white);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

body .breakdance .logo {
  width: 100%;
  height: 100%;
}
body .breakdance .logo svg,
body .breakdance .logo .bde-code-block {
  width: 100%;
  height: 100%;
  max-width: 125px;
}
@media (max-width: 767px) {
  body .breakdance .logo svg,
  body .breakdance .logo .bde-code-block {
    max-width: 90px;
  }
}
body .breakdance .header__top,
body .breakdance .header__bottom {
  width: 100%;
  align-items: center;
}
body .breakdance .header__top {
  background: var(--white);
}
body .breakdance .header__top a {
  width: 100%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  body .breakdance .header__top a {
    padding: 1rem;
  }
}
body .breakdance .header__top a:hover {
  background: var(--secondary);
}
body .breakdance .header__top a:hover p {
  color: var(--black);
}
body .breakdance .header__top p {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--black);
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .breakdance .header__top p {
    font-size: 1rem;
  }
}
body .breakdance .header__top p::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 aria-hidden=%27true%27 role=%27img%27 class=%27iconify iconify--carbon%27 width=%27100%25%27 height=%27100%25%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23000%27 d=%27M22 16L12 26l-1.4-1.4l8.6-8.6l-8.6-8.6L12 6z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: slideRight 1.25s infinite ease-in-out;
}
body .breakdance .header__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
  gap: 2rem;
  padding: 2rem;
  flex-direction: row;
  max-width: var(--bde-section-width);
}
body .breakdance .header__bottom .bde-button {
  justify-self: flex-end;
}
@media (max-width: 1023px) {
  body .breakdance .header__bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .breakdance .bde-header-builder {
  background-color: transparent;
}
body .breakdance .bde-header-builder img {
  max-width: 100px;
}
body .breakdance .bde-header-builder .bde-header-builder__container {
  flex-direction: column;
  max-width: unset;
  padding: 0;
  gap: 0;
}
body .breakdance .bde-header-builder .breakdance-menu {
  justify-content: center;
}
body .breakdance .bde-header-builder .breakdance-menu-item--active .breakdance-menu-link {
  color: var(--secondary);
}
body .breakdance .bde-header-builder .breakdance-menu-item--active:hover .breakdance-menu-link {
  color: var(--secondary-dark);
}
body .breakdance .breakdance-menu-item:hover {
  color: var(--secondary);
}
body .breakdance .breakdance-menu-link,
body .breakdance .breakdance-menu-link-arrow {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  color: var(--white);
}
body .breakdance .breakdance-dropdown-toggle .breakdance-menu-link {
  padding-right: 0.5rem;
}
body .breakdance .breakdance-dropdown-toggle:hover .breakdance-menu-link {
  color: var(--secondary);
}
body .breakdance .breakdance-dropdown-toggle:hover .breakdance-menu-link-arrow::after {
  background-color: var(--secondary);
}
body .breakdance .breakdance-dropdown-toggle .breakdance-menu-link-arrow {
  padding-left: 0;
}
body .breakdance .breakdance-dropdown-toggle .breakdance-menu-link-arrow::after {
  background-color: var(--white);
}
body .breakdance .breakdance-dropdown-body {
  border-radius: 0;
  box-shadow: none;
  background: var(--tertiary);
  border: 1px solid var(--black);
}
body .breakdance .breakdance-dropdown-caret {
  top: -5px;
}
body .breakdance .breakdance-dropdown-caret::before {
  border-radius: 0;
  background: var(--tertiary);
  border: 1px solid var(--black);
}
body .breakdance .bde-header-builder--sticky-styles {
  /* From https://css.glass */
  background: var(--white);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body .breakdance .bde-header-builder--sticky-styles .button-atom {
  border-color: var(--black);
}
body .breakdance .bde-header-builder--sticky-styles .button-atom span {
  color: var(--black);
}
body .breakdance .bde-header-builder--sticky-styles .button-atom:hover {
  border-color: var(--secondary);
}
body .breakdance .bde-header-builder--sticky-styles .button-atom::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%27106%27 height=%2799%27 viewBox=%270 0 106 99%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath class=%27last%27 d=%27M105.177 42.2552L71.9458 0L52.1354 3.13766L85.3662 45.3929L52.1354 98.1747L71.9458 95.037L105.177 42.2553V42.2552Z%27 fill=%27%23000%27/%3E%3Cpath class=%27mid%27 d=%27M71.6289 47.5687L44.981 13.684L25.7687 16.727L52.4166 50.6116L71.6289 47.5687Z%27 fill=%27%23000%27/%3E%3Cpath class=%27mid%27 d=%27M52.4166 50.6117L25.7687 92.9376L44.981 89.8946L71.6289 47.5687L52.4166 50.6117Z%27 fill=%27%23000%27/%3E%3Cpath class=%27first%27 d=%27M38.6793 52.7874L18.6143 27.2733L0 30.2215L20.065 55.7356L38.6793 52.7874Z%27 fill=%27%23000%27/%3E%3Cpath class=%27first%27 d=%27M20.065 55.7356L0 87.6057L18.6143 84.6575L38.6793 52.7874L20.065 55.7356Z%27 fill=%27%23000%27/%3E%3C/svg%3E%0A");
}
body .breakdance .bde-header-builder--sticky-styles .header__top {
  background: var(--secondary);
}
body .breakdance .bde-header-builder--sticky-styles .header__top a {
  color: var(--black);
}
body .breakdance .bde-header-builder--sticky-styles .header__top a:hover {
  background: var(--secondary-dark);
}
body .breakdance .bde-header-builder--sticky-styles .breakdance-menu-item a {
  color: var(--black);
}
body .breakdance .bde-header-builder--sticky-styles .breakdance-menu-item a:hover {
  color: var(--secondary-dark);
}
body .breakdance .bde-header-builder--sticky-styles .bde-code-block {
  width: 90px;
  transition: var(--transition-base);
}
body .breakdance .bde-header-builder--sticky-styles path {
  fill: var(--black);
}

@keyframes slideRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
* {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  scroll-behavior: smooth;
  margin: 0 !important;
}
