/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \*****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss (1) ***!
  \*********************************************************************************************************************/
:root {
  --dark-blue: #134047;
  --orange: #f15a29;
  --blue: #017c91;
  --sky-blue: #aedce7;
  --charcoal: #323338;
  --charcoal-2: #242c3b;
  --indigo: #541e41;
  --light-grey: #f9f9f9;
  --white: #ffffff;
  --black: #000000;
  --grey: #afafaf;
  --grey-normal: #68686c;
  --off-white: rgba(255, 255, 255, 0.6);
  --max-width: 1120px;
  --libre-franklin: "Libre Franklin", sans-serif;
  --oswald: "Oswald", sans-serif;
  --border-width: 1px;
  --border-style: solid;
  --border-radius: 3px;
  --text-shadow: #000 2px 2px 2px;
  --transition: 0.2s all ease-in-out;
  --image-border: 12px solid var(--white);
  --image-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  --box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  --default-border: 1px solid rgba(255, 255, 255, 0.15);
  --alt-border: 1px solid #f4f4f4;
}

body .breakdance .bde-heading {
  font-family: var(--oswald);
  font-weight: 300;
}
body .breakdance h1 {
  font-size: clamp(3rem, 4vw, 5rem);
}
body .breakdance h2 {
  color: var(--dark-blue);
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
}
body .breakdance h2 .h2 {
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
  background-clip: text;
  background-image: linear-gradient(45deg, #f15a29 25%, #f1c229) !important;
  color: transparent !important;
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
}
body .breakdance h3 {
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
}
body .breakdance h3.h4 {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
body .breakdance h4 {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
}
body .breakdance h5 {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
body .breakdance h6 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
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,
body .breakdance .bde-text-link,
body .breakdance .text-link {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-family: var(--libre-franklin);
  transition: var(--transition);
  font-weight: 400;
}
body .breakdance .text-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}
body .breakdance .text-link svg {
  font-size: 1.8rem;
  transition: transform 0.2s ease-in-out; /* Add transition for smooth animation */
}
body .breakdance .text-link a {
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.24px;
  font-size: 1.2rem;
}
body .breakdance .text-link:hover svg {
  animation: rock 0.8s infinite; /* Apply rock animation on hover */
}
@keyframes rock {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body .breakdance .eyebrow {
  background-clip: text;
  background-image: linear-gradient(45deg, #017c91 25%, #aedce7) !important;
  color: transparent !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  font-size: 1.4rem;
}
body .breakdance .breakdance-rich-text-styles h1,
body .breakdance .breakdance-rich-text-styles h2,
body .breakdance .breakdance-rich-text-styles h3,
body .breakdance .breakdance-rich-text-styles h4,
body .breakdance .breakdance-rich-text-styles h5,
body .breakdance .breakdance-rich-text-styles h6,
body .breakdance .breakdance-rich-text-styles p,
body .breakdance .breakdance-rich-text-styles ul,
body .breakdance .breakdance-rich-text-styles ol,
body .breakdance .breakdance-rich-text-styles .wp-block-embed {
  padding-bottom: 1.5rem;
}
body .breakdance .breakdance-rich-text-styles h1,
body .breakdance .breakdance-rich-text-styles h2,
body .breakdance .breakdance-rich-text-styles h3,
body .breakdance .breakdance-rich-text-styles h4,
body .breakdance .breakdance-rich-text-styles h5,
body .breakdance .breakdance-rich-text-styles h6 {
  font-family: var(--oswald);
  font-weight: 300;
}

* {
  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;
  background-color: var(--white);
}

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

body .breakdance .header {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
body .breakdance .header .bde-header-builder__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem 2rem;
  border-radius: 0;
}
body .breakdance .header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 1rem;
  width: 100%;
}
@media (max-width: 529px) {
  body .breakdance .header__top {
    flex-direction: column;
  }
}
body .breakdance .header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 1119px) {
  body .breakdance .header__bottom .bde-wp-menu,
  body .breakdance .header__bottom .text-link {
    display: none;
  }
}
body .breakdance .header__bottom .menu-toggle {
  display: none;
}
@media (max-width: 1119px) {
  body .breakdance .header__bottom .menu-toggle {
    display: block;
  }
}
body .breakdance .header svg,
body .breakdance .header img {
  max-width: 150px;
  width: 100%;
}
body .breakdance .header .breakdance-menu-list .breakdance-menu-link {
  font-family: var(--libre-franklin);
  color: var(--white);
  font-weight: 400;
  padding: 1rem 2rem;
  transition: color 0.2s ease-in-out;
}
body .breakdance .header .breakdance-menu-list .breakdance-menu-link:hover {
  color: var(--off-white);
}
body .breakdance .header .breakdance-menu-list .breakdance-menu-link-arrow::after {
  background: var(--white);
}
body .breakdance .header .text-link svg {
  color: var(--white);
  transition: color 0.2s ease-in-out;
}
body .breakdance .header .text-link a {
  color: var(--white);
  transition: color 0.2s ease-in-out;
}
body .breakdance .header .text-link a:hover {
  color: var(--off-white);
}
body .breakdance .header .support,
body .breakdance .header .online-indicator {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
body .breakdance .header .support span,
body .breakdance .header .support p,
body .breakdance .header .online-indicator span,
body .breakdance .header .online-indicator p {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--white);
}
body .breakdance .header .online-indicator {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.35);
  border-radius: 24px;
  padding: 0.5rem 1rem;
}
body .breakdance .header .whats-new {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.5rem;
  align-items: center;
}
body .breakdance .header .whats-new p {
  font-weight: 500;
  color: var(--white);
}
body .breakdance .header .whats-new a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 300;
  color: var(--white);
  position: relative;
  transition: color 0.2s ease-in-out;
  font-style: italic;
}
body .breakdance .header .whats-new a:hover {
  color: var(--off-white);
}
body .breakdance .header .bde-social-icons a {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
body .breakdance .header .bde-social-icons a:hover svg {
  color: var(--off-white);
}
body .breakdance .header .bde-social-icons svg {
  color: var(--white);
  transition: color 0.2s ease-in-out;
}
body .breakdance .logo-flip {
  display: none;
}
body .breakdance .bde-header-builder--sticky-styles {
  background: rgba(0, 0, 0, 0.75);
}

body .breakdance .footer {
  background: var(--white);
  margin: 0 auto;
  width: 100%;
}
body .breakdance .footer img {
  width: 200px;
}
body .breakdance .footer .section-container {
  padding: 0;
}
@media (max-width: 1119px) {
  body .breakdance .footer .bde-columns {
    align-items: center;
    gap: 0;
  }
}
body .breakdance .footer .bde-column {
  gap: 2rem;
  padding: 4rem 2rem;
}
@media (max-width: 1119px) {
  body .breakdance .footer .bde-column {
    padding: 2rem;
    align-items: center;
  }
}
body .breakdance .footer .bde-column:first-child {
  border-right: 1px solid var(--light-grey);
  width: auto;
}
@media (max-width: 1119px) {
  body .breakdance .footer .bde-column:first-child {
    border: 0;
  }
}
body .breakdance .footer .bde-column:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 1119px) {
  body .breakdance .footer .breakdance-menu-list {
    align-items: center;
  }
}
body .breakdance .footer .breakdance-menu-list .breakdance-menu-link {
  padding: 1rem 0;
  color: var(--charcoal);
  font-size: 1.4rem;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}
body .breakdance .footer .breakdance-menu-list .breakdance-menu-link:hover {
  color: var(--blue);
}
body .breakdance .footer .text-link svg {
  color: var(--dark-blue);
  transition: color 0.2s ease-in-out;
}
body .breakdance .footer .text-link a {
  color: var(--charcoal);
  transition: color 0.2s ease-in-out;
}
body .breakdance .footer .text-link a:hover {
  color: var(--blue);
}
body .breakdance .footer .bde-code-block {
  margin-top: auto;
}
body .breakdance .footer .contact-info {
  gap: 1rem;
}
@media (max-width: 1119px) {
  body .breakdance .footer .contact-info {
    align-items: center;
  }
}
body .breakdance .footer .copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .breakdance .footer .copyright p,
body .breakdance .footer .copyright span,
body .breakdance .footer .copyright a {
  font-size: 1rem;
  color: var(--charcoal);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
body .breakdance .footer .copyright a {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
body .breakdance .footer .copyright a:hover {
  color: var(--blue);
}
@media (max-width: 1119px) {
  body .breakdance .footer .copyright {
    align-items: center;
  }
  body .breakdance .footer .copyright p,
  body .breakdance .footer .copyright span,
  body .breakdance .footer .copyright a {
    text-align: center;
  }
}

body .breakdance .footer .section-container {
  border-left: var(--alt-border);
  border-right: var(--alt-border);
}

body .breakdance .button-atom--primary {
  padding: 1rem 2rem;
  background: var(--orange);
  border: none;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: var(--white);
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  transform: skew(-0.5deg, -3.102deg);
  box-shadow: 4px 4px 0px #ae4a2b;
}
body .breakdance .button-atom--primary span {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1.25px;
  display: inline-block;
}
body .breakdance .button-atom--primary::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -80px;
  height: 100px;
  width: 70px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(20deg);
  transition: left 0.5s ease-in-out;
}
body .breakdance .button-atom--primary:hover {
  background: var(--sky-blue);
  box-shadow: 5px 5px 0px #567c86;
}
body .breakdance .button-atom--primary:hover span {
  color: var(--charcoal);
}
body .breakdance .button-atom--primary:hover::before {
  left: 225px;
}
body .breakdance .menu-toggle a {
  background: transparent;
  border: 1px solid var(--off-white);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
body .breakdance .menu-toggle:hover a {
  background-color: var(--orange);
  border-color: var(--orange);
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-icon {
  padding: 1rem;
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-icon svg {
  display: none;
}
body .breakdance .bde-social-share-buttons .bde-social-share-button span {
  border-radius: 50%;
  border: 1px solid var(--indigo) !important;
  background: var(--indigo) !important;
}
body .breakdance .bde-social-share-buttons .bde-social-share-button span::after {
  content: "";
  display: block;
  width: inherit;
  background-position: center;
  background-repeat: no-repeat;
}
body .breakdance .bde-social-share-buttons .bde-social-share-button:hover span {
  background: var(--orange) !important;
  border: 1px solid var(--orange) !important;
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-linkedin span::after {
  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--ph%27 width=%27100%25%27 height=%27100%25%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 256 256%27%3E%3Cpath fill=%27white%27 d=%27M216 24H40a16 16 0 0 0-16 16v176a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V40a16 16 0 0 0-16-16m0 192H40V40h176zM96 112v64a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0m88 28v36a8 8 0 0 1-16 0v-36a20 20 0 0 0-40 0v36a8 8 0 0 1-16 0v-64a8 8 0 0 1 15.79-1.78A36 36 0 0 1 184 140m-84-56a12 12 0 1 1-12-12a12 12 0 0 1 12 12%27%3E%3C/path%3E%3C/svg%3E");
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-linkedin:hover span::after {
  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--ph%27 width=%27100%25%27 height=%27100%25%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 256 256%27%3E%3Cpath fill=%27white%27 d=%27M216 24H40a16 16 0 0 0-16 16v176a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V40a16 16 0 0 0-16-16m0 192H40V40h176zM96 112v64a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0m88 28v36a8 8 0 0 1-16 0v-36a20 20 0 0 0-40 0v36a8 8 0 0 1-16 0v-64a8 8 0 0 1 15.79-1.78A36 36 0 0 1 184 140m-84-56a12 12 0 1 1-12-12a12 12 0 0 1 12 12%27%3E%3C/path%3E%3C/svg%3E");
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-facebook span::after {
  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--ph%27 width=%27100%25%27 height=%27100%25%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 256 256%27%3E%3Cpath fill=%27white%27 d=%27M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m8 191.63V152h24a8 8 0 0 0 0-16h-24v-24a16 16 0 0 1 16-16h16a8 8 0 0 0 0-16h-16a32 32 0 0 0-32 32v24H96a8 8 0 0 0 0 16h24v63.63a88 88 0 1 1 16 0%27%3E%3C/path%3E%3C/svg%3E");
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-facebook:hover span::after {
  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--ph%27 width=%27100%25%27 height=%27100%25%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 256 256%27%3E%3Cpath fill=%27white%27 d=%27M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m8 191.63V152h24a8 8 0 0 0 0-16h-24v-24a16 16 0 0 1 16-16h16a8 8 0 0 0 0-16h-16a32 32 0 0 0-32 32v24H96a8 8 0 0 0 0 16h24v63.63a88 88 0 1 1 16 0%27%3E%3C/path%3E%3C/svg%3E");
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-twitter span::after {
  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--ph%27 width=%27100%25%27 height=%27100%25%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 256 256%27%3E%3Cpath fill=%27white%27 d=%27M247.39 68.94A8 8 0 0 0 240 64h-30.43a48.66 48.66 0 0 0-41.47-24a46.9 46.9 0 0 0-33.75 13.7A47.9 47.9 0 0 0 120 88v6.09C79.74 83.47 46.81 50.72 46.46 50.37a8 8 0 0 0-13.65 4.92c-4.31 47.79 9.57 79.77 22 98.18a111 111 0 0 0 21.88 24.2c-15.23 17.53-39.21 26.74-39.47 26.84a8 8 0 0 0-3.85 11.93c.75 1.12 3.75 5.05 11.08 8.72C53.51 229.7 65.48 232 80 232c70.67 0 129.72-54.42 135.75-124.44l29.91-29.9a8 8 0 0 0 1.73-8.72m-45 29.41a8 8 0 0 0-2.32 5.14C196 166.58 143.28 216 80 216c-10.56 0-18-1.4-23.22-3.08c11.51-6.25 27.56-17 37.88-32.48A8 8 0 0 0 92 169.08c-.47-.27-43.91-26.34-44-96c16 13 45.25 33.17 78.67 38.79A8 8 0 0 0 136 104V88a32 32 0 0 1 9.6-22.92A30.94 30.94 0 0 1 167.9 56c12.66.16 24.49 7.88 29.44 19.21a8 8 0 0 0 7.33 4.79h16Z%27%3E%3C/path%3E%3C/svg%3E");
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-twitter:hover span::after {
  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--ph%27 width=%27100%25%27 height=%27100%25%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 256 256%27%3E%3Cpath fill=%27white%27 d=%27M247.39 68.94A8 8 0 0 0 240 64h-30.43a48.66 48.66 0 0 0-41.47-24a46.9 46.9 0 0 0-33.75 13.7A47.9 47.9 0 0 0 120 88v6.09C79.74 83.47 46.81 50.72 46.46 50.37a8 8 0 0 0-13.65 4.92c-4.31 47.79 9.57 79.77 22 98.18a111 111 0 0 0 21.88 24.2c-15.23 17.53-39.21 26.74-39.47 26.84a8 8 0 0 0-3.85 11.93c.75 1.12 3.75 5.05 11.08 8.72C53.51 229.7 65.48 232 80 232c70.67 0 129.72-54.42 135.75-124.44l29.91-29.9a8 8 0 0 0 1.73-8.72m-45 29.41a8 8 0 0 0-2.32 5.14C196 166.58 143.28 216 80 216c-10.56 0-18-1.4-23.22-3.08c11.51-6.25 27.56-17 37.88-32.48A8 8 0 0 0 92 169.08c-.47-.27-43.91-26.34-44-96c16 13 45.25 33.17 78.67 38.79A8 8 0 0 0 136 104V88a32 32 0 0 1 9.6-22.92A30.94 30.94 0 0 1 167.9 56c12.66.16 24.49 7.88 29.44 19.21a8 8 0 0 0 7.33 4.79h16Z%27%3E%3C/path%3E%3C/svg%3E");
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-email span::after {
  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--ph%27 width=%27100%25%27 height=%27100%25%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 256 256%27%3E%3Cpath fill=%27white%27 d=%27M224 48H32a8 8 0 0 0-8 8v136a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a8 8 0 0 0-8-8m-96 85.15L52.57 64h150.86ZM98.71 128L40 181.81V74.19Zm11.84 10.85l12 11.05a8 8 0 0 0 10.82 0l12-11.05l58 53.15H52.57ZM157.29 128L216 74.18v107.64Z%27%3E%3C/path%3E%3C/svg%3E");
}
body .breakdance .bde-social-share-buttons .bde-social-share-button-email:hover span::after {
  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--ph%27 width=%27100%25%27 height=%27100%25%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 256 256%27%3E%3Cpath fill=%27white%27 d=%27M224 48H32a8 8 0 0 0-8 8v136a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a8 8 0 0 0-8-8m-96 85.15L52.57 64h150.86ZM98.71 128L40 181.81V74.19Zm11.84 10.85l12 11.05a8 8 0 0 0 10.82 0l12-11.05l58 53.15H52.57ZM157.29 128L216 74.18v107.64Z%27%3E%3C/path%3E%3C/svg%3E");
}

body .breakdance .gradient {
  width: 100%;
  height: 100%;
}
body .breakdance .gradient .section-container {
  padding: 0;
}
body .breakdance .gradient canvas,
body .breakdance .gradient .bde-code-block {
  height: 100%;
  width: 100%;
}
body .breakdance .gradient .bde-code-block {
  position: absolute;
  inset: 0;
}
body .breakdance .hero--subpage.gradient {
  --gradient-color-1: var(--orange);
  --gradient-color-2: var(--indigo);
  --gradient-color-3: var(--indigo);
}
body .breakdance .hero {
  position: relative;
  overflow: hidden;
}
body .breakdance .hero:not(body .breakdance .hero--subpage).gradient {
  --gradient-color-1: var(--blue);
  --gradient-color-2: var(--dark-blue);
  --gradient-color-3: var(--dark-blue);
}
body .breakdance .hero .section-container {
  height: 70vh;
  justify-content: flex-end;
}
body .breakdance .hero .bde-columns {
  z-index: 3;
  height: 100%;
  align-items: flex-end;
  max-width: var(--max-width);
  margin: 135px auto 0;
  padding: 6rem 2rem;
}
@media (max-width: 1119px) {
  body .breakdance .hero .bde-columns {
    justify-content: flex-end;
  }
}
body .breakdance .hero .bde-column {
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 1119px) {
  body .breakdance .hero .bde-column:last-child {
    display: none;
  }
}
body .breakdance .hero #textblock {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body .breakdance .hero h1,
body .breakdance .hero p {
  color: var(--white);
  max-width: 30em;
}
body .breakdance .hero img {
  max-width: 450px;
}
@media (max-width: 1119px) {
  body .breakdance .hero img {
    display: none;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

body .breakdance .bde-popup .section-container {
  padding: 1rem 2rem;
  max-width: unset;
  z-index: 3;
}
body .breakdance .bde-popup .breakdance-popup-content {
  background-color: var(--sky-blue);
  position: relative;
  gap: 2rem;
}
body .breakdance .bde-popup .breakdance-popup-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width=%27152%27 height=%27143%27 viewBox=%270 0 152 143%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M144.9 84.16C139.4 78.97 131.83 77.22 124.7 78.77C124.07 73.61 121.92 68.66 118.19 64.65C114.95 61.16 110.92 58.82 106.58 57.63C105.13 55.2 103.42 52.91 101.47 50.8C93.83 42.58 83.27 38.06 71.75 38.06C60.23 38.06 49.62 42.42 41.2 50.33C31.97 59.01 26.76 70.96 26.83 83.23C21.85 83.93 17.04 85.9 12.88 88.95C6.38999 93.72 2.00999 100.62 0.529994 108.39C-0.950006 116.25 0.679997 124.05 5.12 130.34C10.3 137.7 18.88 142.09 28.08 142.09C28.63 142.09 29.15 142.09 29.72 142.05L109.71 137.55C117.57 137.11 124.95 133.64 130.49 127.78C131.6 126.61 132.6 125.37 133.5 124.07C137.69 122.91 141.67 120.59 144.92 117.15C154.03 107.52 154.02 92.75 144.9 84.16ZM130.76 124.67C130.26 125.3 129.72 125.92 129.16 126.52C123.94 132.04 116.99 135.3 109.6 135.72L29.61 140.22C29.09 140.24 28.59 140.26 28.08 140.26C19.47 140.26 11.45 136.16 6.62 129.29C2.46 123.4 0.939997 116.1 2.33 108.73C3.72 101.42 7.84999 94.92 13.96 90.43C18.1 87.4 22.91 85.5 27.86 84.95L28.69 84.85L28.67 84.01C28.37 71.97 33.4 60.18 42.46 51.66C50.54 44.07 60.94 39.89 71.75 39.89C82.56 39.89 92.84 44.21 100.13 52.04C101.59 53.62 102.91 55.3 104.07 57.07C108.34 63.57 110.55 71.28 110.38 79.34L110.36 80.27H111.29C117.99 80.35 124.31 82.85 129.08 87.33C134.33 92.28 137.22 99.09 137.24 106.51C137.24 113.09 134.96 119.46 130.76 124.67Z%27 fill=%27white%27/%3E%3Cpath d=%27M12.3 74.39L15.15 75.23C15.4 75.3 15.65 75.34 15.9 75.34C17.04 75.34 18.09 74.6 18.43 73.45C18.84 72.05 18.04 70.58 16.65 70.17L13.8 69.33C12.4 68.91 10.93 69.72 10.52 71.11C10.11 72.51 10.91 73.98 12.3 74.39Z%27 fill=%27white%27/%3E%3Cpath d=%27M27.31 46.99C27.82 47.48 28.48 47.73 29.14 47.73C29.8 47.73 30.52 47.46 31.04 46.92C32.05 45.87 32.02 44.2 30.97 43.19L23.41 35.89C22.36 34.88 20.69 34.91 19.68 35.96C18.67 37.01 18.7 38.68 19.75 39.69L27.31 46.99Z%27 fill=%27white%27/%3E%3Cpath d=%27M52.96 29.99C53.31 31.12 54.35 31.84 55.48 31.84C55.74 31.84 56.01 31.8 56.27 31.72C57.66 31.29 58.44 29.8 58 28.41L52.34 10.35C51.91 8.96 50.42 8.18 49.03 8.62C47.64 9.05 46.86 10.54 47.3 11.93L52.96 29.99Z%27 fill=%27white%27/%3E%3Cpath d=%27M87.71 32.19C87.88 32.22 88.05 32.24 88.21 32.24C89.45 32.24 90.55 31.36 90.8 30.1L95.87 3.93C96.15 2.5 95.21 1.12 93.78 0.840003C92.35 0.560003 90.97 1.5 90.69 2.93L85.62 29.1C85.34 30.53 86.28 31.91 87.71 32.19Z%27 fill=%27white%27/%3E%3Cpath d=%27M110.65 89.03C109.71 89.03 108.87 89.67 108.6 90.59C108.45 91.1 108.29 91.6 108.12 92.1C107.5 93.87 105.87 95.12 103.97 95.22C103.94 95.23 103.91 95.23 103.87 95.23C103.5 95.23 103.03 95.17 102.62 95.06C101.49 94.72 100.61 94 100.08 92.98C99.53 91.93 99.45 90.72 99.85 89.58C102.33 82.3 102.21 74.5 99.53 67.6C99.5 67.52 99.47 67.43 99.44 67.34L99.39 67.2C98.02 63.83 96.08 60.78 93.62 58.14C87.93 52.02 80.05 48.64 71.41 48.64C62.77 48.64 54.68 51.94 48.31 57.93C39.8 65.94 35.92 77.31 37.94 88.36C38.28 90.23 37.36 92.14 35.66 93.12C34.84 93.58 33.8 93.78 32.84 93.65C32.18 93.57 31.48 93.53 30.65 93.53C30.28 93.53 29.92 93.53 29.58 93.56C25.79 93.77 22.11 95.11 18.95 97.43C14.73 100.52 11.88 105 10.92 110.04C9.97 115.05 11 120.03 13.83 124.07C17.16 128.8 22.48 131.51 28.42 131.51C28.77 131.51 29.12 131.49 29.48 131.48L109.44 126.98C114.46 126.7 119.37 124.38 122.91 120.62C126.51 116.83 128.48 111.94 128.48 106.86C128.48 101.78 126.52 97.17 122.95 93.82C119.67 90.73 115.31 89.03 110.65 89.03ZM74.15 62.95C75.49 62.1 77.26 62.51 78.11 63.85C81.28 68.89 81.6 75.05 79.06 82.17C78.64 83.34 77.54 84.07 76.36 84.07C76.04 84.07 75.71 84.02 75.39 83.9C73.9 83.37 73.12 81.73 73.66 80.23C75.58 74.86 75.45 70.37 73.26 66.9C72.42 65.56 72.82 63.79 74.16 62.94L74.15 62.95ZM58.49 66.02C59.83 65.17 61.6 65.58 62.45 66.92C65.62 71.96 65.94 78.12 63.4 85.24C62.98 86.41 61.88 87.14 60.7 87.14C60.38 87.14 60.05 87.09 59.73 86.97C58.24 86.44 57.46 84.8 58 83.3C59.92 77.93 59.79 73.45 57.6 69.97C56.76 68.63 57.16 66.86 58.5 66.01L58.49 66.02ZM79.12 110.58C76.56 111.13 73.96 111.4 71.38 111.4C67.68 111.4 64.01 110.84 60.5 109.72C53.7 107.56 47.9 103.47 43.72 97.9C42.77 96.63 43.03 94.84 44.29 93.89C45.55 92.94 47.35 93.19 48.3 94.46C51.76 99.07 56.58 102.46 62.23 104.26C67.23 105.85 72.66 106.1 77.9 104.97C79.45 104.64 80.97 105.62 81.31 107.17C81.64 108.72 80.66 110.24 79.11 110.58H79.12Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-position: 130% 80%;
  background-repeat: no-repeat;
  background-size: 50%;
  z-index: 0;
  opacity: 0.1;
}
body .breakdance .bde-popup .top-bar .section-container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
body .breakdance .bde-popup .top-bar img {
  max-width: 150px;
  width: 100%;
}
body .breakdance .bde-popup .menu-toggle a {
  background: transparent;
  border: 1px solid var(--dark-blue);
  border-radius: 50%;
  color: var(--dark-blue);
}
body .breakdance .bde-popup .menu-toggle:hover a {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
body .breakdance .bde-popup .breakdance-menu-list .breakdance-menu-link {
  padding: 1.5rem 0;
  font-size: 2.8rem;
  font-family: var(--oswald);
  font-weight: 300;
  color: var(--dark-blue);
}
body .breakdance .bde-popup .breakdance-menu-list .breakdance-menu-link:hover {
  color: var(--blue);
}
body .breakdance .bde-popup .status .section-container,
body .breakdance .bde-popup .footer .section-container {
  flex-direction: column;
  gap: 1rem;
}
body .breakdance .bde-popup .status .support span,
body .breakdance .bde-popup .status .support p,
body .breakdance .bde-popup .status .online-indicator span,
body .breakdance .bde-popup .status .online-indicator p {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--white);
}
body .breakdance .bde-popup .status .support,
body .breakdance .bde-popup .status .online-indicator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}
body .breakdance .bde-popup .status .online-indicator {
  border: 1px solid #e3e3e3;
  background: rgba(19, 64, 71, 0.75);
  border-color: rgba(19, 64, 71, 0.25);
  border-radius: 24px;
  padding: 0.5rem 1rem;
}
body .breakdance .bde-popup .status .whats-new {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.5rem;
  align-items: center;
}
body .breakdance .bde-popup .status .whats-new p {
  font-weight: 500;
  color: var(--dark-blue);
}
body .breakdance .bde-popup .status .whats-new a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 300;
  color: var(--dark-blue);
  position: relative;
  transition: var(--transition);
  font-style: italic;
}
body .breakdance .bde-popup .status .whats-new a:hover {
  color: var(--charcoal);
}
body .breakdance .bde-popup .status .whats-new p,
body .breakdance .bde-popup .status .whats-new a {
  font-size: 1.6rem;
}
body .breakdance .bde-popup .status .bde-social-icons a {
  background: none;
  padding: 0;
}
body .breakdance .bde-popup .status .bde-social-icons a:hover svg {
  color: var(--dark-blue);
}
body .breakdance .bde-popup .status .bde-social-icons svg {
  color: var(--dark-blue);
}
body .breakdance .bde-popup .status .bde-code-block {
  margin-top: auto;
}
body .breakdance .bde-popup .copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .breakdance .bde-popup .copyright p,
body .breakdance .bde-popup .copyright span,
body .breakdance .bde-popup .copyright a {
  font-size: 1rem;
  color: var(--charcoal);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  text-align: left;
}
body .breakdance .bde-popup .copyright a {
  text-decoration: none;
}
body .breakdance .bde-popup .copyright a:hover {
  color: var(--blue);
}
body .breakdance .bde-popup .contact .text-link svg {
  color: var(--dark-blue);
}
body .breakdance .bde-popup .contact .text-link a {
  color: var(--dark-blue);
}
body .breakdance .bde-popup .contact .text-link:hover a {
  color: var(--charcoal);
}
body .breakdance .bde-popup .contact .section-container {
  flex-direction: column;
  gap: 1rem;
}
body .breakdance .bde-popup .footer {
  margin-top: auto;
  background: rgba(255, 255, 255, 0.1);
}

body .breakdance .content-block .bde-column {
  gap: 2rem;
}
body .breakdance .content-block p {
  color: var(--grey-normal);
}
body .breakdance .content-block.texture, body .breakdance .content-block.texture-2 {
  background-position: center;
  background-color: var(--white);
}
body .breakdance .content-block.texture {
  background-size: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 304 304%27 width=%27304%27 height=%27304%27%3E%3Cpath fill=%27%23f4f4f4%27 fill-opacity=%270.65%27 d=%27M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z%27%3E%3C/path%3E%3C/svg%3E");
}
body .breakdance .content-block.texture-2 {
  background-size: 150px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%27 height=%27100%27 viewBox=%270 0 100 100%27%3E%3Cg fill-rule=%27evenodd%27%3E%3Cg fill=%27%23f4f4f4%27 fill-opacity=%270.65%27%3E%3Cpath opacity=%27.5%27 d=%27M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z%27/%3E%3Cpath d=%27M6 5V0H5v5H0v1h5v94h1V6h94V5H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body .breakdance .content-block.team {
  background-color: var(--white);
}
body .breakdance .content-block.remote-team {
  background-color: var(--black);
}
body .breakdance .content-block.remote-team h2 {
  color: var(--white);
}
body .breakdance .post .wp-block-embed iframe {
  width: 100%;
  border-radius: 8px;
}
body .breakdance .bde-accordion {
  border: 1px solid var(--dark-blue);
}
body .breakdance .bde-accordion__button {
  border-bottom: 1px solid var(--dark-blue);
}
body .breakdance .bde-accordion__icon {
  width: 14px;
  height: 14px;
}
body .breakdance .benefit {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
body .breakdance .benefit:first-child {
  background: radial-gradient(circle at top left, rgba(248, 248, 248, 0.8), rgba(255, 255, 255, 0.6));
}
body .breakdance .benefit:nth-child(2) {
  background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0.8), rgba(255, 255, 255, 0.6));
}
body .breakdance .benefit:last-child {
  background: radial-gradient(circle at bottom right, rgba(248, 248, 248, 0.8), rgba(255, 255, 255, 0.6));
}
body .breakdance .benefit .subheading {
  font-size: 2rem;
  font-weight: 500;
}
body .breakdance .benefit .bde-icon {
  color: var(--blue);
}
body .breakdance .benefit p {
  font-weight: 300;
}

body .breakdance .cta {
  background-color: var(--charcoal-2);
}
body .breakdance .cta__alt {
  background-color: var(--black);
}
body .breakdance .cta__alt .bde-div {
  align-items: flex-start;
  justify-content: center;
  margin-right: auto;
}
body .breakdance .cta__alt h2 {
  max-width: 40em;
}
body .breakdance .cta .bde-column,
body .breakdance .cta .bde-div,
body .breakdance .cta .section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
body .breakdance .cta p,
body .breakdance .cta h2 {
  color: var(--white);
}
body .breakdance .cta p {
  text-align: center;
  max-width: 40em;
}
body .breakdance .cta__alt {
  border: 0;
}
body .breakdance .cta__alt .bde-column,
body .breakdance .cta__alt .bde-div,
body .breakdance .cta__alt .section-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body .breakdance .cta__alt p {
  text-align: left;
}

body .breakdance .why-choose {
  background-color: var(--white);
}
body .breakdance .why-choose .bde-div,
body .breakdance .why-choose .section-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body .breakdance .why-choose h2 {
  color: var(--dark-blue);
}
body .breakdance .why-choose p {
  text-align: center;
  max-width: 40em;
}
body .breakdance .why-choose .benefits {
  background: var(--off-white);
  box-shadow: none;
  gap: 1rem;
}
body .breakdance .why-choose .benefits span,
body .breakdance .why-choose .benefits p,
body .breakdance .why-choose .benefits svg {
  text-align: left;
}
body .breakdance .why-choose .benefits svg {
  color: var(--dark-blue);
}
body .breakdance .why-choose .benefits .subheading {
  color: var(--charcoal);
}
body .breakdance .why-choose .benefits .number {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 7.5rem;
  opacity: 0.15;
  font-family: var(--oswald);
  color: var(--blue);
}

body .breakdance .contact__alt {
  border-bottom: 1px solid #f2f2f2;
}
body .breakdance .contact__alt .bde-column {
  justify-content: center;
}
body .breakdance .contact__alt fieldset {
  border: 0;
}
body .breakdance .contact__alt .frm_fields_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  border-radius: 24px;
}
body .breakdance .contact__alt input,
body .breakdance .contact__alt button {
  padding: 1rem 2rem;
}
body .breakdance .contact__alt input {
  width: 100%;
  border: 0;
  background-color: #f9f9f9;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  font-family: var(--libre-franklin);
  outline: 1px solid rgb(214, 214, 214);
  outline-offset: -0.5px;
}
body .breakdance .contact__alt button {
  border: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  background: linear-gradient(54deg, rgb(84, 30, 65) 16%, rgb(241, 90, 41) 68%);
  color: var(--white);
  font-family: var(--oswald);
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.3s;
}
body .breakdance .contact__alt button:hover {
  background: linear-gradient(64deg, rgb(84, 30, 65) 10%, rgb(241, 90, 41) 80%);
  cursor: pointer;
}
body .breakdance .contact__alt .frm_error {
  position: absolute;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-family: var(--libre-franklin);
  color: var(--orange);
}
body .breakdance .contact__alt .frm_error_style {
  display: none;
}

/*# sourceMappingURL=styles.css.map*/