/*!*************************************************************************************************************************************************************************!*\
  !*** 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: #000000;
  --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;
  --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(36px, 6vw, 64px);
}
body .breakdance h2 {
  font-size: clamp(30px, 5vw, 50px);
}
body .breakdance h3 {
  font-size: clamp(24px, 4vw, 36px);
}
body .breakdance h4 {
  font-size: clamp(20px, 3vw, 28px);
}
body .breakdance h5 {
  font-size: clamp(16px, 2vw, 22px);
}
body .breakdance h6 {
  font-size: clamp(14px, 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);
}
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: clamp(16px, 1.8vw, 18px);
}
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 .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;
}
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;
}
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 .bde-columns {
  background-color: var(--white);
  border-radius: 37px;
  overflow: hidden;
  gap: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
body .breakdance .about .bde-column {
  gap: 2rem;
  justify-content: center;
}
body .breakdance .about .bde-column:first-child {
  padding: 4rem;
}
body .breakdance .about .bde-column:last-child {
  width: auto;
}
body .breakdance .about h2 {
  color: var(--primary);
}
body .breakdance .about img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .breakdance .about .section-container {
  padding: 6rem 4rem;
}
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);
}
body .breakdance .contact .section-container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 6rem 4rem;
}
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 .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;
}
body .breakdance .footer p {
  color: var(--secondary-dark);
}
body .breakdance .footer .paid-for {
  padding: 1rem;
  border: 1px solid #a08adb;
  color: #a08adb;
}
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;
  }
}
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;
}
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;
}
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: 1.2rem;
  }
}
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(2, 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;
}
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 {
  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);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  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;
  line-height: calc(1em + 0.75rem);
}

body {
  margin: 0;
  padding: 0;
  -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;
}
