/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (1) ***!
  \****************************************************************************************************************/
:root {
  --color-primary-dark: #062c49;
  --color-primary-medium: #025677;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-black-alt: #222222;
  --white: #ffffff;
  --off-white: rgba(255, 255, 255, 0.65);
  --black: #000000;
  --black-alt: #374151;
  --color-grey: #f4f4f4;
  --color-grey-light: #f9f9f9;
  --color-grey-dark: #a2a2a2;
  --grey: #f4f4f4;
  --light-grey: #f9f9f9;
  --dark-grey: #a2a2a2;
  --color-red: #d43b37;
  --color-pink: #d2396f;
  --color-purple: #762cdc;
  --color-green: #34a853;
  --color-orange: #f26515;
  --color-blue: #3171d6;
  --red: #d43b37;
  --pink: #d2396f;
  --purple: #762cdc;
  --green: #34a853;
  --orange: #f26515;
  --blue: #3171d6;
  --yellow: #feb81c;
  --color-purple-light: rgba(118, 44, 220, 0.65);
  --color-green-light: rgba(2, 138, 0, 0.65);
  --color-red-light: rgba(235, 10, 10, 0.65);
  --color-blue-light: rgba(30, 144, 255, 0.65);
  --color-orange-light: rgba(255, 93, 5, 0.65);
  --color-pink-light: rgba(244, 0, 121, 0.65);
  --purple-lighter: rgba(118, 44, 220, 0.2);
  --green-lighter: rgba(2, 138, 0, 0.2);
  --red-lighter: rgba(235, 10, 10, 0.2);
  --blue-lighter: rgba(30, 144, 255, 0.2);
  --orange-lighter: rgba(255, 93, 5, 0.2);
  --pink-lighter: rgba(244, 0, 121, 0.2);
  --container-max-width-xl: 1920px;
  --container-max-width-lg: 1400px;
  --container-max-width-md: 1280px;
  --container-max-width-sm: 900px;
  --max-width-lg: 1920px;
  --max-width-md: 1400px;
  --max-width-sm: 1280px;
  --max-width-xs: 900px;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-xxl: 4rem;
  --font-family-primary:
    "Gotham Book", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-family-heading:
    "Gotham Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-family-serif: "Bitter", Georgia, serif;
  --gotham-bold:
    "Gotham Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gotham-book:
    "Gotham Book", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gotham-medium:
    "Gotham Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gotham-light:
    "Gotham Light", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gotham-xlight:
    "Gotham XLight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bitter: "Bitter", Georgia, serif;
  --font-weight-light: 200;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-ultra: 900;
  --font-size-xs: clamp(0.8rem, 0.4vw + 0.4rem, 1.2rem);
  --font-size-sm: clamp(1rem, 0.5vw + 0.5rem, 1.8rem);
  --font-size-base: clamp(1.6rem, 1.8vw, 1.8rem);
  --font-size-lg: clamp(1.8rem, 2vw, 2rem);
  --font-size-xl: clamp(1.8rem, 1vw + 1rem, 3rem);
  --font-size-2xl: clamp(3.2rem, 1.9vw + 1.7rem, 5.4rem);
  --font-size-3xl: clamp(4rem, 3.5vw + 3rem, 9.6rem);
  --line-height-tight: 1.1;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  --border-width: 1px;
  --border-width-thick: 2px;
  --border-style: solid;
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --border: 1px solid #eaeaea;
  --border-radius: 10px;
  --image-border: 12px solid var(--color-white);
  --image-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  --transition-fast: 0.15s ease-in-out;
  --transition-base: 0.3s ease-in-out;
  --transition-slow: 0.5s ease-in-out;
  --transition: 0.3s all ease-in-out;
  --shadow-sm: rgba(149, 157, 165, 0.1) 0px 2px 8px;
  --shadow-md: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  --shadow-lg: rgba(149, 157, 165, 0.3) 0px 16px 32px;
  --text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-toast: 1080;
}

@font-face {
  font-family: "Gotham Bold";
  src: url(../.././css/build/font/Gotham-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Book";
  font-weight: normal;
  src: url(../.././css/build/font/Gotham-Book.otf);
}
@font-face {
  font-family: "Gotham Medium";
  src: url(../.././css/build/font/Gotham-Medium.otf);
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url(../.././css/build/font/Gotham-Ultra.otf);
  font-weight: 900;
}
@font-face {
  font-family: "Gotham Light";
  src: url(../.././css/build/font/Gotham-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: "Gotham XLight";
  src: url(../.././css/build/font/Gotham-XLight.otf);
  font-weight: 200;
}
body .breakdance h1,
body .breakdance h2,
body .breakdance h3,
body .breakdance h4,
body .breakdance h5,
body .breakdance h6 {
  font-family: var(--gotham-medium);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-weight: normal;
  letter-spacing: -0.5%;
}
body .breakdance h1 {
  font-size: clamp(3.95rem, 3.2vw + 2rem, 5.95rem);
  line-height: 1.07;
}
body .breakdance h2 {
  font-size: clamp(2.65rem, 2.15vw + 1.2rem, 4.65rem);
  line-height: 1.12;
}
body .breakdance h3 {
  letter-spacing: normal;
  font-family: var(--font-family-serif);
  font-size: clamp(2.05rem, 1.3vw + 1rem, 3.15rem);
  line-height: 1.16;
}
body .breakdance h4 {
  font-size: clamp(1.58rem, 0.88vw + 0.8rem, 2.05rem);
  line-height: 1.2;
}
body .breakdance h5 {
  font-size: clamp(1.27rem, 0.55vw + 0.7rem, 1.46rem);
  line-height: 1.22;
}
body .breakdance h6 {
  font-size: clamp(1.14rem, 0.24vw + 0.6rem, 1.25rem);
  line-height: 1.3;
}
body .breakdance .post-content .bde-heading,
body .breakdance .post-content .wp-block-heading {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
body .breakdance .breakdance-menu-link {
  font-family: var(--font-family-heading);
  letter-spacing: -0.5%;
}
body .breakdance p {
  font-family: var(--gotham-book);
  font-size: clamp(1.4rem, 0.2vw + 1.3rem, 1.6rem);
  line-height: 1.4;
  color: var(--black-alt);
}
body .breakdance .secondary-font {
  font-family: var(--font-family-serif);
  font-weight: 500;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
body .breakdance .trademark {
  font-family: "Gotham XLight", var(--font-family-primary);
  box-shadow: none;
  font-weight: 200;
}
body .breakdance .breakdance-rich-text-styles {
  max-width: 50em;
  margin: 0 auto;
}
body .breakdance .breakdance-rich-text-styles ul {
  padding-bottom: 1.5rem;
}
body .breakdance .breakdance-rich-text-styles ol ul,
body .breakdance .breakdance-rich-text-styles ul ul {
  padding-bottom: 0;
}
body .breakdance .breakdance-rich-text-styles li {
  font-size: clamp(1.4rem, 0.2vw + 1.3rem, 1.6rem);
  line-height: 1.55;
  font-family: var(--gotham-book);
  color: var(--black-alt);
  padding-bottom: 1rem;
}
body .breakdance .breakdance-rich-text-styles li::marker {
  font-family: var(--gotham-book);
}
body .breakdance .breakdance-rich-text-styles li strong {
  font-family: var(--gotham-medium);
}
body .breakdance .breakdance-rich-text-styles .wp-block-image,
body .breakdance .breakdance-rich-text-styles p {
  padding-bottom: 1.5rem;
}
body .breakdance .breakdance-rich-text-styles a {
  color: var(--black);
  transition: var(--transition-base);
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 1px;
}
body .breakdance .breakdance-rich-text-styles a:hover {
  color: var(--color-grey-dark);
}
body .breakdance .breakdance-rich-text-styles a:hover::after {
  background-color: var(--color-grey-dark) !important;
}
body .breakdance .eyebrow {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 1.25px;
  font-family: var(--gotham-medium);
}
body .breakdance span,
body .breakdance p,
body .breakdance a {
  letter-spacing: -0.5%;
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  /* font-smoothing is not a valid CSS property. Removed. */
  font-weight: normal !important;
}

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

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

:target {
  scroll-margin-top: 25rem;
}

.large-image {
  opacity: 0;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

body .breakdance .wp-block-button,
body .breakdance button,
body .breakdance input[type=submit],
body .breakdance input[type=reset],
body .breakdance .frm_button_submit,
body .breakdance .alm-load-more-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
}
body .breakdance .wp-block-button:hover,
body .breakdance button:hover,
body .breakdance input[type=submit]:hover,
body .breakdance input[type=reset]:hover,
body .breakdance .frm_button_submit:hover,
body .breakdance .alm-load-more-btn:hover {
  cursor: pointer;
}
body .breakdance .bde-button__button.button-atom--custom {
  padding: 1rem;
  padding-right: 0;
  background: transparent;
  border: 0;
}
body .breakdance .bde-button__button.button-atom--custom span {
  display: none;
}
body .breakdance .bde-button__button.button-atom--custom::after {
  width: 2.8rem;
  height: 2.8rem;
  transition: var(--transition-base);
}
body .breakdance .bde-button__button.button-atom--custom:hover {
  background: transparent;
}
body .breakdance .frm_button_submit,
body .breakdance .button-atom--primary,
body .breakdance .button-atom--secondary {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  margin: 0;
  min-width: 150px;
  padding: 1rem 2rem;
  border-radius: 0;
  line-height: 1.4;
  transition: var(--transition-base);
  text-align: center;
}
body .breakdance .frm_button_submit:disabled,
body .breakdance .button-atom--primary:disabled,
body .breakdance .button-atom--secondary:disabled {
  opacity: 0.6;
  pointer-events: none;
}
body .breakdance .frm_button_submit span,
body .breakdance .button-atom--primary span,
body .breakdance .button-atom--secondary span {
  line-height: 1.4;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  top: 0;
  left: 0;
  width: 100%;
  font-family: var(--font-family-heading);
  transition: var(--transition-base);
  background-color: transparent;
}
body .breakdance .frm_button_submit::after, body .breakdance .frm_button_submit::before,
body .breakdance .button-atom--primary::after,
body .breakdance .button-atom--primary::before,
body .breakdance .button-atom--secondary::after,
body .breakdance .button-atom--secondary::before {
  content: "";
  position: absolute;
  background: transparent;
  z-index: 2;
  transition: var(--transition-base);
}
body .breakdance .frm_button_submit::before,
body .breakdance .button-atom--primary::before,
body .breakdance .button-atom--secondary::before {
  top: 0;
  right: 0;
  width: 20%;
  height: 50%;
  border-top: 3.5px solid;
  border-right: 3.5px solid;
}
body .breakdance .frm_button_submit::after,
body .breakdance .button-atom--primary::after,
body .breakdance .button-atom--secondary::after {
  bottom: 0;
  left: 0;
  width: 10%;
  height: 40%;
  border-left: 3.5px solid;
  border-bottom: 3.5px solid;
}
body .breakdance .frm_button_submit:hover:not(:disabled),
body .breakdance .button-atom--primary:hover:not(:disabled),
body .breakdance .button-atom--secondary:hover:not(:disabled) {
  border: 0;
}
body .breakdance .frm_button_submit:hover:not(:disabled)::before, body .breakdance .frm_button_submit:hover:not(:disabled)::after,
body .breakdance .button-atom--primary:hover:not(:disabled)::before,
body .breakdance .button-atom--primary:hover:not(:disabled)::after,
body .breakdance .button-atom--secondary:hover:not(:disabled)::before,
body .breakdance .button-atom--secondary:hover:not(:disabled)::after {
  width: 100%;
  height: 100%;
}
body .breakdance .frm_button_submit:focus:not(:focus-visible),
body .breakdance .button-atom--primary:focus:not(:focus-visible),
body .breakdance .button-atom--secondary:focus:not(:focus-visible) {
  outline: none;
}
body .breakdance .alm-load-more-btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  margin: 0;
  min-width: 150px;
  padding: var(--bde-button-padding-base, var(--spacing-md));
  border-radius: 0;
  line-height: 1.4;
  transition: var(--transition-base);
  text-align: center;
  color: var(--black);
  line-height: 1.4;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  top: 0;
  left: 0;
  font-family: var(--font-family-heading);
  transition: var(--transition-base);
  background-color: transparent;
}
body .breakdance .alm-load-more-btn:disabled {
  opacity: 0.6;
  pointer-events: none;
}
body .breakdance .alm-load-more-btn::after, body .breakdance .alm-load-more-btn::before {
  content: "";
  position: absolute;
  background: transparent;
  z-index: 2;
  width: 30%;
  height: 25%;
  transition: var(--transition-base);
}
body .breakdance .alm-load-more-btn::before {
  top: 0;
  right: 0;
  width: 20%;
  height: 50%;
  border-top: 3.5px solid;
  border-right: 3.5px solid;
}
body .breakdance .alm-load-more-btn::after {
  bottom: 0;
  left: 0;
  width: 10%;
  height: 40%;
  border-left: 3.5px solid;
  border-bottom: 3.5px solid;
}
body .breakdance .alm-load-more-btn:hover:not(:disabled) {
  border: 0;
}
body .breakdance .alm-load-more-btn:hover:not(:disabled)::before, body .breakdance .alm-load-more-btn:hover:not(:disabled)::after {
  width: 100%;
  height: 100%;
}
body .breakdance .alm-load-more-btn:focus:not(:focus-visible) {
  outline: none;
}
body .breakdance .button-atom--primary {
  background-color: transparent;
}
body .breakdance .button-atom--primary span {
  color: var(--black) !important;
}
body .breakdance .button-atom--primary::before, body .breakdance .button-atom--primary::after {
  border-color: var(--black);
}
body .breakdance .button-atom--primary:hover:not(:disabled) {
  background-color: var(--black);
}
body .breakdance .button-atom--primary:hover:not(:disabled) span {
  color: var(--white) !important;
}
@media (prefers-contrast: high) {
  body .breakdance .button-atom--primary::before, body .breakdance .button-atom--primary::after {
    border-width: 3px;
  }
}
body .breakdance .button-atom--secondary {
  background-color: transparent;
}
body .breakdance .button-atom--secondary span {
  color: var(--white) !important;
}
body .breakdance .button-atom--secondary::before, body .breakdance .button-atom--secondary::after {
  border-color: var(--white);
}
body .breakdance .button-atom--secondary:hover:not(:disabled) {
  background-color: var(--white);
}
body .breakdance .button-atom--secondary:hover:not(:disabled) span {
  color: var(--black) !important;
}
body .breakdance .bde-social-icons__icon-wrapper {
  background-color: var(--dark-blue) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}
body .breakdance .bde-social-icons__icon-wrapper:hover {
  background-color: var(--off-black) !important;
}
body .breakdance .bde-social-icons__icon-wrapper:hover svg {
  color: var(--off-white) !important;
  fill: var(--off-white) !important;
}
body .breakdance .bde-social-icons__icon-wrapper svg {
  color: var(--white) !important;
  fill: var(--white) !important;
  width: 14px !important;
  height: 14px !important;
}
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::after {
  content: "";
  display: block;
  width: inherit;
  background-position: center;
  background-repeat: no-repeat;
}
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 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23ffffff%27 d=%27M196.3 512L103.4 512L103.4 212.9L196.3 212.9L196.3 512zM149.8 172.1C120.1 172.1 96 147.5 96 117.8C96 103.5 101.7 89.9 111.8 79.8C121.9 69.7 135.6 64 149.8 64C164 64 177.7 69.7 187.8 79.8C197.9 89.9 203.6 103.6 203.6 117.8C203.6 147.5 179.5 172.1 149.8 172.1zM543.9 512L451.2 512L451.2 366.4C451.2 331.7 450.5 287.2 402.9 287.2C354.6 287.2 347.2 324.9 347.2 363.9L347.2 512L254.4 512L254.4 212.9L343.5 212.9L343.5 253.7L344.8 253.7C357.2 230.2 387.5 205.4 432.7 205.4C526.7 205.4 544 267.3 544 347.7L544 512L543.9 512z%27/%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 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23000000%27 d=%27M196.3 512L103.4 512L103.4 212.9L196.3 212.9L196.3 512zM149.8 172.1C120.1 172.1 96 147.5 96 117.8C96 103.5 101.7 89.9 111.8 79.8C121.9 69.7 135.6 64 149.8 64C164 64 177.7 69.7 187.8 79.8C197.9 89.9 203.6 103.6 203.6 117.8C203.6 147.5 179.5 172.1 149.8 172.1zM543.9 512L451.2 512L451.2 366.4C451.2 331.7 450.5 287.2 402.9 287.2C354.6 287.2 347.2 324.9 347.2 363.9L347.2 512L254.4 512L254.4 212.9L343.5 212.9L343.5 253.7L344.8 253.7C357.2 230.2 387.5 205.4 432.7 205.4C526.7 205.4 544 267.3 544 347.7L544 512L543.9 512z%27/%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 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23ffffff%27 d=%27M240 363.3L240 576L356 576L356 363.3L442.5 363.3L460.5 265.5L356 265.5L356 230.9C356 179.2 376.3 159.4 428.7 159.4C445 159.4 458.1 159.8 465.7 160.6L465.7 71.9C451.4 68 416.4 64 396.2 64C289.3 64 240 114.5 240 223.4L240 265.5L174 265.5L174 363.3L240 363.3z%27/%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 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23000000%27 d=%27M240 363.3L240 576L356 576L356 363.3L442.5 363.3L460.5 265.5L356 265.5L356 230.9C356 179.2 376.3 159.4 428.7 159.4C445 159.4 458.1 159.8 465.7 160.6L465.7 71.9C451.4 68 416.4 64 396.2 64C289.3 64 240 114.5 240 223.4L240 265.5L174 265.5L174 363.3L240 363.3z%27/%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 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23ffffff%27 d=%27M453.2 112L523.8 112L369.6 288.2L551 528L409 528L297.7 382.6L170.5 528L99.8 528L264.7 339.5L90.8 112L236.4 112L336.9 244.9L453.2 112zM428.4 485.8L467.5 485.8L215.1 152L173.1 152L428.4 485.8z%27/%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 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23000000%27 d=%27M453.2 112L523.8 112L369.6 288.2L551 528L409 528L297.7 382.6L170.5 528L99.8 528L264.7 339.5L90.8 112L236.4 112L336.9 244.9L453.2 112zM428.4 485.8L467.5 485.8L215.1 152L173.1 152L428.4 485.8z%27/%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 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23ffffff%27 d=%27M112 128C85.5 128 64 149.5 64 176C64 191.1 71.1 205.3 83.2 214.4L291.2 370.4C308.3 383.2 331.7 383.2 348.8 370.4L556.8 214.4C568.9 205.3 576 191.1 576 176C576 149.5 554.5 128 528 128L112 128zM64 260L64 448C64 483.3 92.7 512 128 512L512 512C547.3 512 576 483.3 576 448L576 260L377.6 408.8C343.5 434.4 296.5 434.4 262.4 408.8L64 260z%27/%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 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23000000%27 d=%27M112 128C85.5 128 64 149.5 64 176C64 191.1 71.1 205.3 83.2 214.4L291.2 370.4C308.3 383.2 331.7 383.2 348.8 370.4L556.8 214.4C568.9 205.3 576 191.1 576 176C576 149.5 554.5 128 528 128L112 128zM64 260L64 448C64 483.3 92.7 512 128 512L512 512C547.3 512 576 483.3 576 448L576 260L377.6 408.8C343.5 434.4 296.5 434.4 262.4 408.8L64 260z%27/%3E%3C/svg%3E");
}
body .breakdance .swiper-button-next,
body .breakdance .swiper-button-prev {
  height: auto;
  width: auto;
  margin: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.5rem;
  aspect-ratio: 1/1;
  transition: var(--transition-base);
}
body .breakdance .swiper-button-next::after,
body .breakdance .swiper-button-prev::after {
  font-size: 1.2rem;
  color: var(--white);
  width: 12px;
  height: 12px;
  text-align: center;
}
body .breakdance .swiper-button-next:hover,
body .breakdance .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
body .breakdance .swiper-button-next:hover::after,
body .breakdance .swiper-button-prev:hover::after {
  color: var(--off-white);
}

.sitemap .bde-shortcode {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 576px) {
  .sitemap .bde-shortcode {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sitemap .post-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sitemap ul {
  padding: 0;
  margin: 0;
}
.sitemap li {
  list-style-type: none;
}
.sitemap a {
  color: var(--black) !important;
  text-decoration: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: var(--gotham-book);
}
.sitemap a:hover {
  color: var(--dark-grey) !important;
}

body .breakdance .header {
  position: absolute;
  top: 0;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
body .breakdance .header .button-atom--secondary {
  background-color: transparent;
}
body .breakdance .header .button-atom--secondary span {
  color: var(--white);
}
body .breakdance .header .button-atom--secondary::before, body .breakdance .header .button-atom--secondary::after {
  border-color: var(--white);
}
body .breakdance .header .button-atom--secondary:hover {
  background-color: var(--white);
}
body .breakdance .header .button-atom--secondary:hover span {
  color: var(--black);
}
body .breakdance .header .row,
body .breakdance .header .hours-btn {
  gap: 2rem;
}
body .breakdance .header .row,
body .breakdance .header .hours-btn,
body .breakdance .header .hours {
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
}
body .breakdance .header .hours {
  gap: 1rem;
  padding: 0.5rem 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
body .breakdance .header .hours span {
  font-size: 1rem;
  color: var(--white);
}
body .breakdance .header .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body .breakdance .header .circle.open {
  background-color: #50c878;
  animation: pulse-green 2s infinite;
}
body .breakdance .header .circle.closed {
  background-color: #c85050;
  animation: pulse-red 2s infinite;
}
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(80, 200, 120, 0.5);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(80, 200, 120, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(80, 200, 120, 0);
  }
}
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(200, 80, 80, 0.5);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(200, 80, 80, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(200, 80, 80, 0);
  }
}
body .breakdance .header .ee-posts-grid {
  gap: 1rem;
}
body .breakdance .header .alert-bar {
  display: flex;
  flex-direction: row;
  gap: 0.5rem !important;
  align-items: center;
  flex-direction: row;
  align-items: center;
}
body .breakdance .header .alert-bar p,
body .breakdance .header .alert-bar a {
  color: var(--white);
  font-family: var(--gotham-book);
  text-decoration: none;
  font-size: 1.4rem;
}
body .breakdance .header .alert-bar p {
  font-weight: bold;
}
body .breakdance .header .bde-header-builder__container {
  backdrop-filter: blur(40px) saturate(150%);
  flex-direction: column;
  max-width: unset;
  gap: 0;
  padding: 0;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
}
body .breakdance .header .bde-header-builder__container .bde-code-block polygon,
body .breakdance .header .bde-header-builder__container .bde-code-block path,
body .breakdance .header .bde-header-builder__container .bde-code-block rect {
  fill: white !important;
  transition: var(--transition-base);
}
body .breakdance .header .bde-header-builder__container .bde-code-block:hover polygon,
body .breakdance .header .bde-header-builder__container .bde-code-block:hover path,
body .breakdance .header .bde-header-builder__container .bde-code-block:hover rect {
  fill: rgba(255, 255, 255, 0.85) !important;
}
body .breakdance .header .bde-header-builder__container > .bde-div {
  width: 100%;
  z-index: 999;
}
body .breakdance .header #site-search {
  background: transparent;
  font-family: var(--gotham-book);
  color: var(--white);
  width: 100%;
  min-height: 38px;
  padding: 1rem 1rem 1rem 4rem;
  border: 1px solid #c7c7c7;
}
@media (min-width: 1024px) {
  body .breakdance .header #site-search {
    max-width: 550px;
  }
}
body .breakdance .header .site-search {
  display: block;
  position: relative;
}
body .breakdance .header .site-search:before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27%3E%3Cpath id=%27Path_4410%27 data-name=%27Path 4410%27 d=%27M26.839,52a7.324,7.324,0,0,1-10.3-1.417,7.2,7.2,0,1,1,11.5.18c.126.132.255.271.389.405l4.158,4.154c.1.1.209.2.3.309a.867.867,0,0,1,.005,1.25.856.856,0,0,1-1.249-.046c-.9-.876-1.777-1.765-2.661-2.653C28.269,53.457,27.552,52.724,26.839,52Zm.962-5.668a5.461,5.461,0,1,0-5.448,5.435A5.471,5.471,0,0,0,27.8,46.333Z%27 transform=%27translate%28-15.165 -39.132%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(50%);
  margin-left: 1rem;
}
body .breakdance .header .secondary-font {
  color: var(--white);
}
body .breakdance .header--top, body .breakdance .header--bottom {
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width-sm);
  padding: 1.5rem 2rem;
}
body .breakdance .header--top > .bde-div {
  gap: 2rem;
}
@media screen and (max-width: 1119px) {
  body .breakdance .header--top {
    display: none;
  }
}
body .breakdance .header .breakdance-dropdown span.bde-text,
body .breakdance .header .breakdance-dropdown p {
  color: var(--white);
  max-width: 30em;
}
body .breakdance .header .breakdance-dropdown .bde-column {
  gap: 2rem;
}
body .breakdance .header .breakdance-dropdown .bde-column:first-child span.bde-text {
  font-size: 2.8rem;
}
body .breakdance .header .breakdance-menu-list {
  gap: 1rem;
}
body .breakdance .header .breakdance-menu-link {
  padding: 0;
  font-size: 1.2rem;
}
body .breakdance .header .breakdance-menu-item {
  padding: 0;
  border-radius: 99px;
  transition: var(--transition-base);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
}
body .breakdance .header .breakdance-menu-item:hover {
  border-color: var(--white);
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
body .breakdance .header .breakdance-menu-item {
  padding: 0 1rem;
}
body .breakdance .header .breakdance-menu-item .breakdance-menu-link {
  padding: 1rem;
}
body .breakdance .header .breakdance-dropdown-caret::before {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(24px);
}
body .breakdance .header .breakdance-dropdown-body {
  background: #1f1f1f;
}
body .breakdance .header .breakdance-dropdown-body .bde-columns {
  padding: 6rem 2rem;
}
body .breakdance .header .breakdance-dropdown-body .bde-heading {
  color: var(--white);
  color: var(--white);
  font-family: var(--font-family-serif);
  font-weight: normal;
  text-transform: none;
}
body .breakdance .header .breakdance-dropdown-custom-content .bde-columns {
  max-width: var(--max-width-sm);
  padding: 4rem 2rem;
  margin: 0 auto;
}
body .breakdance .header .breakdance-dropdown-custom-content span {
  font-family: var(--gotham-medium);
}
body .breakdance .header .breakdance-dropdown-floater {
  --dropdown-offset-y: 52px;
}
body .breakdance .header .office-container {
  max-width: 650px;
  gap: 1rem;
}
body .breakdance .header .office-container .the-studio,
body .breakdance .header .office-container .the-space {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.5rem;
  aspect-ratio: 3/4;
  position: relative;
  font-family: var(--gotham-bold);
  border-radius: var(--border-radius-md);
  overflow: hidden;
}
body .breakdance .header .office-container .the-studio span,
body .breakdance .header .office-container .the-space span {
  opacity: 1;
  z-index: 2;
}
body .breakdance .header .office-container .the-studio::after,
body .breakdance .header .office-container .the-space::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5137254902) 50%, rgba(0, 0, 0, 0.8078431373) 100%) 0% 0% no-repeat padding-box;
}
body .breakdance .header .office-container .the-studio:hover::after,
body .breakdance .header .office-container .the-space:hover::after {
  height: 100%;
}
body .breakdance .header .firm-container {
  max-width: 650px;
  gap: 1rem;
}
body .breakdance .header .firm-container__item {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.5rem;
  aspect-ratio: 4/3;
  position: relative;
  font-family: var(--gotham-bold);
  background-size: cover;
  border-radius: var(--border-radius-sm);
}
body .breakdance .header .firm-container__item span {
  opacity: 1;
  color: var(--white) !important;
  z-index: 2;
}
body .breakdance .header .firm-container__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5137254902) 50%, rgba(0, 0, 0, 0.8078431373) 100%) 0% 0% no-repeat padding-box;
}
body .breakdance .header .firm-container__item:hover::after {
  height: 100%;
}
body .breakdance .header #mobile-menu-toggle button {
  padding: 0;
}
body .breakdance .header .bde-code-block svg {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1119px) {
  body .breakdance .header .bde-code-block svg {
    max-width: 150px;
  }
}
body .breakdance .projects-nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
body .breakdance .projects-nav-list__item {
  aspect-ratio: 1/1;
  position: relative;
}
body .breakdance .projects-nav-list__item img {
  border-radius: var(--border-radius-md);
}
body .breakdance .projects-nav-list__item .inner {
  position: absolute;
  top: 0;
  opacity: 0;
}
body .breakdance .projects-nav-list__item:hover {
  cursor: pointer;
}
body .breakdance .projects-nav-list__item:hover .inner {
  opacity: 1;
}
body .breakdance .bde-header-builder--sticky-styles {
  background-color: rgba(0, 0, 0, 0.35);
}
body .breakdance .bde-header-builder--sticky-styles .breakdance-menu-item {
  border-color: rgba(255, 255, 255, 0.25);
}

body .breakdance .mobile-menu {
  top: 0;
  z-index: 99999;
}
body .breakdance .mobile-menu .section-container .bottom {
  padding: 4rem 2rem 2rem;
  gap: 2rem;
}
body .breakdance .mobile-menu .top .breakdance-image-link {
  padding: 0;
}
body .breakdance .mobile-menu .top img {
  max-width: 150px;
}
body .breakdance .mobile-menu a {
  font-family: var(--gotham-book);
  padding: 1.5rem 2rem;
  color: var(--black);
}
body .breakdance .mobile-menu .bde-image {
  max-width: 200px;
}
body .breakdance .mobile-menu #map {
  height: 250px !important;
  pointer-events: none;
}
body .breakdance .mobile-menu #map .gm-fullscreen-control,
body .breakdance .mobile-menu #map .gmnoprint,
body .breakdance .mobile-menu #map .gm-style-cc {
  display: none;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown--with-link .breakdance-menu-item {
  padding: 1.5rem 2rem;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown--open {
  background-color: var(--black);
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown--open .breakdance-dropdown-links {
  gap: 0;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown--open .breakdance-dropdown-toggle .breakdance-menu-link {
  color: var(--white);
  padding: 1.5rem 2rem;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown--open .breakdance-menu-link-arrow::after {
  background-color: var(--white);
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown--open .breakdance-menu-link {
  color: var(--white);
  min-height: 50px;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown--open .breakdance-dropdown-toggle {
  background: linear-gradient(300deg, #8a50c6, #d92b34, #78c0d9, #d9a34b);
  background-size: 400% 400%;
  animation: gradientAnimation 12s ease infinite;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-image-link {
  padding: 0 !important;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-menu-link-arrow {
  padding: 1.5rem 3rem;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-menu-link-arrow::after {
  margin: 0;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown-body {
  background-color: #f2f2f2;
  border-radius: 0;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown-section {
  padding: 0;
}
body .breakdance .mobile-menu .breakdance-menu .breakdance-dropdown-item:hover {
  background-color: #eaeaea;
}
body .breakdance .mobile-menu .copyright {
  font-family: var(--gotham-book);
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}
body .breakdance .mobile-menu .copyright p {
  font-size: 1.4rem;
  color: var(--white) !important;
}
body .breakdance .mobile-menu .link-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 0;
}
body .breakdance .mobile-menu .link-group a {
  font-family: var(--gotham-book);
  color: var(--white) !important;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  padding: 0;
  text-transform: none;
}
body .breakdance .mobile-menu .link-group a:nth-child(2) {
  border: 0;
  padding: 0;
}

body .breakdance .hero .section-container {
  padding: 160px 2rem 6rem;
  padding-top: 160px;
  max-width: var(--max-width-sm);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body .breakdance .hero .section-container {
    padding: 160px 2rem 4rem;
  }
}
body .breakdance .hero .bde-heading {
  color: var(--white);
}
body .breakdance .hero--landing-page {
  background-color: #191b1c;
}
body .breakdance .hero--landing-page .section-container {
  padding-top: 105px;
  justify-content: flex-end;
}
@media screen and (min-width: 1119px) {
  body .breakdance .hero--landing-page .section-container {
    padding-top: 185px;
  }
}
body .breakdance .hero--landing-page .section-container .bde-heading {
  max-width: 12em;
  text-shadow: none;
  font-family: var(--gotham-medium);
  width: 100%;
}
body .breakdance .hero--landing-page .section-container .bde-text {
  max-width: 30em;
}
body .breakdance .hero--landing-page .section-container .bde-heading,
body .breakdance .hero--landing-page .section-container .bde-text {
  color: var(--white);
}
body .breakdance .hero--landing-page .section-container .bde-column {
  gap: 2rem;
}
body .breakdance .hero--landing-page .section-container .bde-columns {
  padding-top: 105px;
}
body .breakdance .hero--landing-page .button-atom--secondary {
  background-color: transparent;
}
body .breakdance .hero--landing-page .button-atom--secondary:hover {
  background-color: var(--white);
}
body .breakdance .hero--main .section-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  min-height: 550px;
  max-height: 550px;
  justify-content: flex-end;
  padding: 6rem 2rem;
}
@media (max-width: 768px) {
  body .breakdance .hero--main .section-container {
    grid-template-columns: 1fr;
  }
}
body .breakdance .hero--main .section-container .bde-heading {
  max-width: 12em;
}
body .breakdance .hero--main .section-container .logo {
  max-width: 40em;
  width: 100%;
}
body .breakdance .hero--main .section-container img {
  margin-left: -6px;
}
body .breakdance .hero--main .section-container p {
  max-width: 30em;
}
body .breakdance .hero--main .section-container .bde-column {
  gap: 2rem;
}
body .breakdance .hero--main .section-container .inner {
  gap: 1rem;
}
body .breakdance .hero--tall .bde-heading {
  font-family: var(--gotham-bold);
  text-transform: uppercase;
}
body .breakdance .hero--tall .section-container {
  height: 100vh;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  body .breakdance .hero--tall .section-container {
    padding: 6rem 2rem;
  }
}
body .breakdance .hero--alt .section-container {
  min-height: 550px;
  max-height: 550px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  body .breakdance .hero--alt .section-container {
    padding: 6rem 2rem;
  }
}
body .breakdance .hero--banner .section-container {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4rem;
  padding: 6rem 2rem;
  max-height: 450px;
  min-height: 450px;
}
@media (max-width: 576px) {
  body .breakdance .hero--banner .section-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2rem;
    max-height: 350px;
    min-height: 350px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  body .breakdance .hero--banner .section-container {
    gap: 2rem;
  }
}
body .breakdance .hero--banner .banner-symbol {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  justify-self: center;
  width: 10rem;
  height: 10rem;
  aspect-ratio: 1/1;
  border: 2px solid var(--white);
  padding: 1rem;
  gap: 1rem;
}
body .breakdance .hero--banner .banner-symbol .number,
body .breakdance .hero--banner .banner-symbol .symbol {
  color: var(--white);
  text-transform: none;
}
body .breakdance .hero--banner .banner-symbol .symbol {
  font-family: var(--gotham-bold);
  font-size: 4.2rem;
  line-height: 4rem;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0.25rem;
}
body .breakdance .hero--banner .banner-symbol .number {
  font-family: var(--gotham-medium);
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  body .breakdance .hero--banner.post .section-container {
    min-height: 40vh;
  }
}
body .breakdance .hero--post {
  background-color: var(--black);
  margin: 0;
}
@media screen and (min-width: 1120px) {
  body .breakdance .hero--post .section-container {
    padding-top: 250px;
  }
}
body .breakdance .hero--post .bde-column:first-child {
  justify-content: space-between;
  gap: 2rem;
}
body .breakdance .hero--post .bde-div {
  gap: 2rem;
  width: 100%;
}
body .breakdance .hero--post .bde-author .ee-author-description {
  flex-grow: unset;
}
body .breakdance .hero--post .bde-heading {
  text-shadow: unset;
  color: var(--white);
}
body .breakdance .hero--post .date {
  font-family: var(--bitter);
  color: var(--black);
}
body .breakdance .hero--post img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--border-radius);
}
body .breakdance .hero--post .banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: transparent;
}
body .breakdance .hero--post .banner h2,
body .breakdance .hero--post .banner p,
body .breakdance .hero--post .banner span {
  font-family: var(--gotham-medium);
  color: var(--white);
}
body .breakdance .hero--post .banner .ee-author-avatar img {
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}
body .breakdance .hero--post .banner .social-container {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  body .breakdance .hero--post .banner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body .breakdance .hero--post .banner .social-container {
    justify-content: flex-start;
  }
}
body .breakdance .hero h2,
body .breakdance .hero span {
  font-family: var(--gotham-medium);
  color: var(--white);
}
body .breakdance .hero .ee-author-avatar img {
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}
body .breakdance .hero .social-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  font-family: var(--gotham-book);
}

body .breakdance .breadcrumbs {
  background-color: var(--white);
  padding: 0;
  font-family: var(--gotham-mediu);
}
body .breakdance .breadcrumbs .section-container {
  align-items: flex-start;
  max-width: var(--max-width-sm);
  padding: 2rem;
}
body .breakdance .breadcrumbs span {
  color: var(--black);
  line-height: 1;
  font-size: 1.2rem;
}
body .breakdance .breadcrumbs span a {
  font-family: var(--gotham-book);
}
body .breakdance .breadcrumbs span a:hover {
  color: var(--black);
}
body .breakdance .breadcrumbs span a,
body .breakdance .breadcrumbs .separator {
  color: var(--dark-grey);
  font-weight: 300;
  line-height: 1;
}
body .breakdance .breadcrumbs--transparent {
  background-color: transparent;
}
body .breakdance .breadcrumbs--dark {
  background-color: var(--black);
}
body .breakdance .breadcrumbs--transparent span, body .breakdance .breadcrumbs--dark span {
  color: var(--white) !important;
}
body .breakdance .breadcrumbs--transparent span a:hover, body .breakdance .breadcrumbs--dark span a:hover {
  color: var(--dark-grey);
}
body .breakdance .breadcrumbs--transparent span a,
body .breakdance .breadcrumbs--transparent .separator, body .breakdance .breadcrumbs--dark span a,
body .breakdance .breadcrumbs--dark .separator {
  color: var(--white) !important;
}
body .breakdance .bde-breadcrumbs > span {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
body .breakdance .empty-container {
  background-color: var(--white);
}
body .breakdance .empty-container h2 {
  font-family: var(--gotham-bold);
  text-transform: uppercase;
}
body .breakdance .empty-container input {
  font-family: var(--gotham-book);
  color: var(--black);
  width: 100%;
  min-height: 38px;
  padding: 1rem 1rem 1rem 4rem;
  border: 1px solid var(--dark-grey);
}
body .breakdance .empty-container form {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  body .breakdance .empty-container form {
    max-width: 550px;
  }
}
body .breakdance .empty-container form:before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27%3E%3Cpath id=%27Path_4410%27 data-name=%27Path 4410%27 d=%27M26.839,52a7.324,7.324,0,0,1-10.3-1.417,7.2,7.2,0,1,1,11.5.18c.126.132.255.271.389.405l4.158,4.154c.1.1.209.2.3.309a.867.867,0,0,1,.005,1.25.856.856,0,0,1-1.249-.046c-.9-.876-1.777-1.765-2.661-2.653C28.269,53.457,27.552,52.724,26.839,52Zm.962-5.668a5.461,5.461,0,1,0-5.448,5.435A5.471,5.471,0,0,0,27.8,46.333Z%27 transform=%27translate%28-15.165 -39.132%29%27 fill=%27%23000%27/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(50%);
  margin-left: 1rem;
}
body .breakdance .coming-soon .bde-heading {
  font-family: var(--gotham-bold);
}
body .breakdance .coming-soon h1,
body .breakdance .coming-soon p {
  max-width: 35em;
}
body .breakdance .breadcrumb_last {
  padding: 0.5rem 1rem;
  border-radius: 12px;
  background: linear-gradient(300deg, #8a50c6, #d92b34, #78c0d9, #d9a34b);
  background-size: 400% 400%;
  animation: gradientAnimation 12s ease infinite;
  color: var(--white) !important;
  font-size: 1.2rem;
  font-family: var(--gotham-book);
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

body .breakdance .content-block {
  background-color: var(--white);
}
body .breakdance .content-block .section-container {
  justify-content: center;
  align-items: center;
  gap: var(--bde-column-gap);
  padding: 6rem 2rem;
  max-width: var(--max-width-sm);
}
@media (max-width: 949px) {
  body .breakdance .content-block .section-container {
    align-items: flex-start;
    padding: 4rem 2rem;
  }
}
@media (min-width: 900px) {
  body .breakdance .content-block .bde-columns {
    flex-direction: row;
  }
}
body .breakdance .content-block .bde-columns .bde-column {
  gap: 2rem;
}
body .breakdance .content-block h2 {
  max-width: 15em;
}
body .breakdance .content-block h3,
body .breakdance .content-block p {
  max-width: 40em;
  text-align: center;
  color: var(--black-alt);
}
@media (max-width: 949px) {
  body .breakdance .content-block h3,
  body .breakdance .content-block p {
    text-align: left;
  }
}
body .breakdance .content-block .bde-heading {
  text-align: center;
}
@media (max-width: 949px) {
  body .breakdance .content-block .bde-heading {
    text-align: left;
  }
}
body .breakdance .content-block .bde-text {
  width: 100%;
}
body .breakdance .content-block .no-shadow {
  box-shadow: none !important;
}
body .breakdance .content-block .bde-image img {
  border: var(--image-border);
}
body .breakdance .content-block.mini-container .section-container {
  padding: 4rem 2rem;
}
body .breakdance .content-block.service-offerings {
  padding: 6rem 2rem;
  padding-top: 0;
}
@media (max-width: 950px) {
  body .breakdance .content-block.service-offerings {
    padding: 0;
  }
}
body .breakdance .content-block__light {
  background-color: var(--white);
}
body .breakdance .content-block__light .bde-heading,
body .breakdance .content-block__light .bde-text {
  color: var(--black);
}
body .breakdance .content-block__dark {
  background-color: var(--black);
}
body .breakdance .content-block__dark .bde-heading,
body .breakdance .content-block__dark .bde-text {
  color: var(--white);
}
body .breakdance .content-block__alt {
  border-bottom: 1px solid var(--grey);
}
body .breakdance .content-block__alt .bde-heading,
body .breakdance .content-block__alt p, body .breakdance .content-block__split .bde-heading,
body .breakdance .content-block__split p {
  text-align: left;
}
body .breakdance .content-block__alt .bde-image, body .breakdance .content-block__split .bde-image {
  box-shadow: var(--image-shadow);
}
body .breakdance .content-block__alt .bde-image img, body .breakdance .content-block__split .bde-image img {
  border: var(--image-border);
}
body .breakdance .content-block__split .section-container {
  padding: 8rem 2rem;
}
@media (max-width: 1024px) {
  body .breakdance .content-block__split .section-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body .breakdance .content-block__split .bde-column {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block__split .bde-column {
    padding: 0;
  }
}
body .breakdance .content-block__split span.bde-text {
  font-family: var(--bitter);
  font-size: 28px;
  font-weight: 500;
}
body .breakdance .content-block__split .bde-heading {
  max-width: 30em;
}
body .breakdance .content-block__split .bde-button {
  margin-top: auto;
}
body .breakdance .content-block.image .bde-columns {
  align-items: center;
}
body .breakdance .content-block.images .bde-column {
  align-items: center;
  gap: 3rem;
}
body .breakdance .content-block.images p {
  text-align: center;
}
@media screen and (max-width: 568px) {
  body .breakdance .quote-container .section-container {
    padding: 12vw 2rem;
  }
}
body .breakdance .quote-container__inner {
  flex-direction: row;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 568px) {
  body .breakdance .quote-container__inner {
    flex-direction: column;
  }
}
body .breakdance .quote-container__inner > .bde-div {
  flex-direction: column;
}
body .breakdance .quote-container__inner > .bde-div:last-child {
  padding-top: 10rem;
}
@media screen and (max-width: 568px) {
  body .breakdance .quote-container__inner > .bde-div:last-child {
    padding-top: 0;
  }
}
body .breakdance .quote-container__inner .bde-text {
  font-family: var(--gotham-book);
  max-width: 40em;
}
body .breakdance .quote-container__inner .quote {
  padding-bottom: 2rem;
}
body .breakdance .quote-container__inner .name {
  font-family: var(--gotham-bold);
}
body .breakdance .quote-container__inner .title {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
body .breakdance .quote-container__inner .title p:first-child {
  font-style: italic;
}
body .breakdance .quote-container__inner .title p:last-child {
  font-family: var(--gotham-light);
}
@media screen and (max-width: 700px) {
  body .breakdance .quote-container__inner .title {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 568px) {
  body .breakdance .quote-container__inner .bde-image {
    position: relative;
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  body .breakdance .core-values {
    gap: 0;
  }
}
body .breakdance .core-values__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .breakdance .core-values__item {
    justify-content: center;
    max-width: 250px;
  }
}
body .breakdance .core-values__item p {
  color: var(--black);
  font-family: var(--gotham-bold);
  text-align: left;
  font-weight: bold;
  max-width: 8em;
}
body .breakdance .core-values__item .bde-image {
  max-width: 125px;
  padding: 1rem;
}
body .breakdance .bde-post-meta .ee-postmeta-terms-wrap {
  justify-content: center;
  gap: 1rem;
}
body .breakdance .bde-post-meta .ee-postmeta-term {
  border: 1px solid var(--dark-grey);
  border-radius: 40px;
  padding: 0.5em 0.75em;
  font-family: var(--bitter);
  transition: all 0.2s ease-in;
}
body .breakdance .bde-post-meta .ee-postmeta-term::after {
  display: none;
}
body .breakdance .bde-post-meta .ee-postmeta-term:hover {
  background-color: var(--black);
  color: var(--white);
}
body .breakdance .ee-adjacentposts-content span {
  font-family: var(--gotham-book);
}
body .breakdance .ee-adjacentposts-content h4 {
  font-family: var(--gotham-bold);
}

.single-project .section-container {
  gap: 2rem;
  padding: 4rem 2rem;
  align-items: center;
}
@media screen and (max-width: 568px) {
  .single-project .section-container {
    align-items: center;
  }
}
.single-project .bde-heading {
  text-align: center;
}

.single-our-work .breadcrumbs .section-container {
  align-items: center !important;
}

body .breakdance .side-by-side {
  background-color: var(--white);
  border-bottom: 1px solid var(--grey);
}
body .breakdance .side-by-side .section-container {
  padding: 0;
  max-width: var(--max-width-sm);
}
body .breakdance .side-by-side .bde-columns {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body .breakdance .side-by-side .bde-columns {
    gap: 0;
  }
}
@media (min-width: 949px) {
  body .breakdance .side-by-side .bde-columns {
    flex-direction: row;
  }
}
body .breakdance .side-by-side .bde-columns .bde-column {
  gap: 2rem;
}
body .breakdance .side-by-side .bde-columns .bde-column:first-child {
  padding: 6rem 2rem;
}
body .breakdance .side-by-side .bde-heading {
  color: var(--black);
}
body .breakdance .side-by-side .bde-heading,
body .breakdance .side-by-side .bde-text {
  max-width: 35em;
  color: var(--black);
}
body .breakdance .side-by-side .bde-image2 {
  position: relative;
  box-shadow: var(--image-shadow);
  border: 0;
  width: 100%;
}
@media (min-width: 949px) {
  body .breakdance .side-by-side .bde-image2 {
    margin-top: -5rem;
    border: var(--image-border);
  }
}
@media (min-width: 949px) {
  body .breakdance .side-by-side.reversed .bde-columns {
    flex-direction: row-reverse;
  }
}
body .breakdance .side-by-side.reversed .bde-column {
  margin-right: auto;
}
@media (max-width: 949px) {
  body .breakdance .side-by-side.reversed .bde-column {
    background-size: cover;
  }
}

body .breakdance .cta .button-atom--secondary {
  background-color: transparent;
}
body .breakdance .cta .button-atom--secondary:hover {
  background-color: var(--white);
}
body .breakdance .cta .button-atom--secondary:hover span {
  color: var(--black);
}
body .breakdance .cta .section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  max-width: var(--max-width-sm);
}
@media screen and (max-width: 768px) {
  body .breakdance .cta .section-container {
    padding: 4rem 2rem;
  }
}
body .breakdance .cta .bde-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  body .breakdance .cta .bde-div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3rem;
  }
}
body .breakdance .cta .bde-column {
  align-items: center;
}
body .breakdance .cta h2 {
  color: var(--white);
  font-family: var(--bitter);
  font-size: 3.5em;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body .breakdance .cta h2 {
    font-size: 3em;
  }
}
body .breakdance .cta-form h3,
body .breakdance .focus-group h3 {
  font-size: 5.4rem;
  line-height: 1;
  max-width: 10em;
  text-transform: uppercase !important;
  font-family: var(--gotham-bold);
}
body .breakdance .cta-form .bde-column,
body .breakdance .focus-group .bde-column {
  padding: 0;
}
body .breakdance .cta-form {
  border-bottom: 1px solid var(--grey);
}
body .breakdance .cta-form .bde-column {
  gap: 1rem;
}
body .breakdance .cta-form .bde-column:last-child {
  align-items: flex-end;
}
@media screen and (max-width: 899px) {
  body .breakdance .cta-form .bde-column:last-child {
    align-items: flex-start;
  }
}
body .breakdance .cta-form span.bde-text {
  font-size: 1.6rem;
  font-family: var(--gotham-bold);
}
body .breakdance .internship-application .frm_page_num_3 .frm_form_field,
body .breakdance .internship-application .frm_page_num_4 .frm_form_field {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .breakdance .website-quote .frm_fields_container {
  gap: 0;
}
body .breakdance .website-quote .frm_page_num_3 .frm_form_field,
body .breakdance .website-quote .frm_page_num_4 .frm_form_field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .breakdance .website-quote .frm_opt_container {
  width: 100%;
  row-gap: 1rem;
  padding: 0 1rem;
}
body .breakdance .website-quote .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border-color: var(--dark-grey);
}
body .breakdance .website-quote .dz-message .frm_dropzone {
  max-width: unset;
}
body .breakdance .website-quote .dz-message span,
body .breakdance .website-quote .dz-message p {
  font-size: 1.4rem;
  font-family: var(--gotham-book);
  color: var(--dark-grey);
  margin: 0;
}
body .breakdance .website-quote .dz-message svg {
  max-width: 50px !important;
}
body .breakdance .website-quote .dz-message svg path {
  fill: var(--dark-grey) !important;
}
body .breakdance .website-quote .breakdance-popup,
body .breakdance .internship-application .breakdance-popup {
  max-width: 1200px;
  width: 100%;
  height: 600px;
  scrollbar-color: white transparent;
}
@media screen and (max-width: 900px) {
  body .breakdance .website-quote .breakdance-popup,
  body .breakdance .internship-application .breakdance-popup {
    height: 100%;
  }
}
body .breakdance .website-quote .breakdance-popup-content,
body .breakdance .internship-application .breakdance-popup-content {
  background-color: var(--white);
  padding: 0;
}
@media screen and (max-width: 900px) {
  body .breakdance .website-quote .breakdance-popup-content,
  body .breakdance .internship-application .breakdance-popup-content {
    border-radius: 0;
  }
}
body .breakdance .website-quote .breakdance-popup-content .bde-columns,
body .breakdance .internship-application .breakdance-popup-content .bde-columns {
  height: 100%;
  gap: 0;
}
@media screen and (min-width: 769px) {
  body .breakdance .website-quote .breakdance-popup-content .bde-columns,
  body .breakdance .internship-application .breakdance-popup-content .bde-columns {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  body .breakdance .website-quote .breakdance-popup-content .bde-columns,
  body .breakdance .internship-application .breakdance-popup-content .bde-columns {
    display: grid;
  }
}
body .breakdance .website-quote .breakdance-popup-content .bde-columns .bde-column,
body .breakdance .internship-application .breakdance-popup-content .bde-columns .bde-column {
  padding: 2rem;
}
body .breakdance .website-quote .breakdance-popup-content .bde-columns .bde-column:first-child,
body .breakdance .internship-application .breakdance-popup-content .bde-columns .bde-column:first-child {
  background: var(--black);
}
body .breakdance .website-quote .breakdance-popup-content .bde-faq__title,
body .breakdance .internship-application .breakdance-popup-content .bde-faq__title {
  font-size: 1.6rem;
  font-family: var(--gotham-bold);
  line-height: 0;
}
body .breakdance .website-quote .breakdance-popup-content .bde-faq__item,
body .breakdance .internship-application .breakdance-popup-content .bde-faq__item {
  border: 0;
}
body .breakdance .website-quote .breakdance-popup-content .bde-faq__item.is-active span,
body .breakdance .internship-application .breakdance-popup-content .bde-faq__item.is-active span {
  color: var(--white);
}
body .breakdance .website-quote .breakdance-popup-content .bde-faq__item.is-active svg,
body .breakdance .internship-application .breakdance-popup-content .bde-faq__item.is-active svg {
  fill: var(--white);
}
body .breakdance .website-quote .breakdance-popup-content .bde-faq__item.is-active button,
body .breakdance .internship-application .breakdance-popup-content .bde-faq__item.is-active button {
  background-color: var(--black);
}
body .breakdance .website-quote .breakdance-popup-content .bde-faq__answer,
body .breakdance .internship-application .breakdance-popup-content .bde-faq__answer {
  padding: 1rem;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions {
  overflow-y: scroll;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions button,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions button {
  padding: 1rem;
  font-family: var(--gotham-medium);
  line-height: 0;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions button:focus,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions button:focus {
  background: unset !important;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles {
  font-size: 1.4rem;
  line-height: 1.4;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles p,
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles ul,
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles li,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles p,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles ul,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles li {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--white);
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles p + ul,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles p + ul {
  padding-top: 0;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles ul + p,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles ul + p {
  padding-bottom: 0;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles a,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles a {
  font-family: var(--gotham-book);
  text-transform: none;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles a:hover,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles a:hover {
  color: var(--dark-grey);
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles span,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles span {
  font-size: 1.4rem;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles ul,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles ul {
  padding: 1rem;
}
body .breakdance .website-quote .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles ul li,
body .breakdance .internship-application .breakdance-popup-content .bde-frequently-asked-questions .breakdance-rich-text-styles ul li {
  padding: 0.5rem;
}
body .breakdance .website-quote .bde-shortcode,
body .breakdance .internship-application .bde-shortcode {
  height: 100%;
}
body .breakdance .website-quote .frm_primary_label,
body .breakdance .internship-application .frm_primary_label {
  font-family: var(--gotham-bold);
  padding-bottom: 1rem;
}
body .breakdance .website-quote fieldset,
body .breakdance .internship-application fieldset {
  padding: 0;
  border: 0;
}
body .breakdance .website-quote input,
body .breakdance .website-quote textarea,
body .breakdance .internship-application input,
body .breakdance .internship-application textarea {
  background: #eeeeee;
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: var(--gotham-light);
}
body .breakdance .website-quote input::placeholder,
body .breakdance .website-quote textarea::placeholder,
body .breakdance .internship-application input::placeholder,
body .breakdance .internship-application textarea::placeholder {
  font-family: var(--gotham-light);
  font-style: italic;
}
body .breakdance .website-quote input:focus,
body .breakdance .website-quote textarea:focus,
body .breakdance .internship-application input:focus,
body .breakdance .internship-application textarea:focus {
  box-shadow: none;
}
body .breakdance .website-quote .frm_form_field,
body .breakdance .internship-application .frm_form_field {
  margin: 0;
}
body .breakdance .website-quote .frm_checkbox,
body .breakdance .website-quote .frm_radio,
body .breakdance .internship-application .frm_checkbox,
body .breakdance .internship-application .frm_radio {
  display: flex;
  align-items: center;
}
body .breakdance .website-quote .frm_checkbox label,
body .breakdance .website-quote .frm_radio label,
body .breakdance .internship-application .frm_checkbox label,
body .breakdance .internship-application .frm_radio label {
  font-family: var(--gotham-book);
}
body .breakdance .website-quote .frm_description,
body .breakdance .internship-application .frm_description {
  padding-top: 1rem !important;
  font-family: var(--gotham-book);
  max-width: 40em !important;
}
body .breakdance .website-quote .frm_error_style,
body .breakdance .website-quote .frm_error,
body .breakdance .internship-application .frm_error_style,
body .breakdance .internship-application .frm_error {
  font-family: var(--gotham-medium);
  color: var(--red);
  font-size: 1.2rem;
}
body .breakdance .website-quote .frm_fields_container,
body .breakdance .internship-application .frm_fields_container {
  gap: 2rem;
}
body .breakdance .website-quote .frm_submit,
body .breakdance .internship-application .frm_submit {
  gap: 2rem;
}
body .breakdance .website-quote .frm_prev_page,
body .breakdance .website-quote .frm_next_page,
body .breakdance .internship-application .frm_prev_page,
body .breakdance .internship-application .frm_next_page {
  margin: 0;
  border-radius: 0 !important;
  font-family: var(--gotham-medium);
  text-transform: uppercase;
  overflow: visible;
  line-height: 1.6;
  font-weight: 700;
  background-color: var(--black);
  border: 0;
  color: var(--white);
  position: relative;
  padding: var(--bde-button-padding-base) !important;
  box-shadow: none;
}
body .breakdance .website-quote .frm_prev_page::focus,
body .breakdance .website-quote .frm_next_page::focus,
body .breakdance .internship-application .frm_prev_page::focus,
body .breakdance .internship-application .frm_next_page::focus {
  background-color: red !important;
}
body .breakdance .website-quote .frm_prev_page,
body .breakdance .internship-application .frm_prev_page {
  border-radius: 0;
  font-family: var(--gotham-medium);
  text-transform: uppercase;
  overflow: visible;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.4rem;
  border: 0;
  color: var(--black) !important;
  position: relative;
  padding: var(--bde-button-padding-base);
}
body .breakdance .website-quote .frm_prev_page,
body .breakdance .internship-application .frm_prev_page {
  background: var(--light-grey) !important;
  transition: var(--transition);
}
body .breakdance .website-quote .frm_prev_page:hover,
body .breakdance .internship-application .frm_prev_page:hover {
  background: var(--dark-grey) !important;
  border-color: var(--light-grey) !important;
  color: var(--white) !important;
}
body .breakdance .website-quote button:focus,
body .breakdance .internship-application button:focus {
  background: var(--dark-grey) !important;
}
body .breakdance .website-quote .frm_rootline_title,
body .breakdance .internship-application .frm_rootline_title {
  font-family: var(--gotham-medium);
  text-transform: uppercase;
  font-size: 1.2rem;
}
body .breakdance .website-quote .frm_rootline_single input,
body .breakdance .internship-application .frm_rootline_single input {
  width: 30px;
  height: 30px;
}
body .breakdance .website-quote .with_frm_style .vertical_radio .frm_checkbox label,
body .breakdance .internship-application .with_frm_style .vertical_radio .frm_checkbox label {
  font-family: var(--gotham-book);
}
body .breakdance .website-quote .with_frm_style .frm_checkbox input[type=checkbox],
body .breakdance .internship-application .with_frm_style .frm_checkbox input[type=checkbox] {
  border-radius: 50% !important;
}
body .breakdance .website-quote h4,
body .breakdance .internship-application h4 {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  font-family: var(--bitter);
}
body .breakdance .website-quote p,
body .breakdance .internship-application p {
  font-size: 1.4rem;
  line-height: 1.4;
}

body .breakdance .form .frm_forms {
  width: 100%;
}
body .breakdance .form .frm_forms .bde-heading {
  font-family: var(--gotham-bold);
}
body .breakdance .form .frm_forms .bde-text {
  max-width: 25em;
}
body .breakdance .form .frm_forms img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
body .breakdance .form .frm_forms .frm_fields_container {
  row-gap: 1rem;
}
body .breakdance .form .frm_forms .frm_error_style,
body .breakdance .form .frm_forms .frm_error {
  font-family: var(--gotham-medium);
  color: var(--red);
  font-size: 1.2rem;
}
body .breakdance .form .frm_forms .frm_message p {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto;
  color: #28693d;
  background-color: #d4edda;
  padding: 1rem;
  border-radius: 0;
  border: 1px solid #c3e6cb;
  line-height: 1.4;
  max-width: 26em;
}
body .breakdance .form .frm_forms .frm_dropzone .dz-message p,
body .breakdance .form .frm_forms .frm_dropzone .dz-message span {
  font-size: 1.4rem;
}
body .breakdance .form .frm_forms .frm_dropzone .fallback {
  display: none;
}
body .breakdance .form .frm_forms .frm_checkbox label {
  font-family: var(--gotham-medium);
}
body .breakdance .form .frm_forms .frm_description {
  font-family: var(--gotham-book);
}
body .breakdance .form .frm_forms .frm_opt_container {
  column-gap: 2rem;
  width: 100%;
}
body .breakdance .form .frm_forms form label,
body .breakdance .form .frm_forms form .frm_primary_label {
  font-family: var(--gotham-book);
  padding-bottom: 1rem;
  color: var(--black);
  font-size: 1.4rem;
  display: none;
}
body .breakdance .form .frm_forms form label span,
body .breakdance .form .frm_forms form .frm_primary_label span {
  font-family: var(--gotham-light);
}
body .breakdance .form .frm_forms form fieldset {
  border: 0;
  padding: 0;
}
body .breakdance .form .frm_forms form select {
  font-family: var(--gotham-book);
  font-size: 1rem;
  letter-spacing: 2.25px;
}
body .breakdance .form .frm_forms form textarea,
body .breakdance .form .frm_forms form input,
body .breakdance .form .frm_forms form select {
  width: 100%;
  padding: 0.5rem 1rem;
  min-height: 45px;
  font-family: var(--gotham-book);
  border-radius: 4px;
}
body .breakdance .form .frm_forms form textarea::placeholder,
body .breakdance .form .frm_forms form input::placeholder,
body .breakdance .form .frm_forms form select::placeholder {
  font-family: var(--gotham-book);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}
body .breakdance .form:not(.alt) textarea,
body .breakdance .form:not(.alt) input,
body .breakdance .form:not(.alt) select {
  background: #eeeeee;
  border: 1px solid #c7c7c7;
  width: 100%;
  padding: 0.5rem 1rem;
  min-height: 45px;
  font-family: var(--gotham-book);
}
body .breakdance .form:not(.alt) textarea::placeholder,
body .breakdance .form:not(.alt) input::placeholder,
body .breakdance .form:not(.alt) select::placeholder {
  font-family: var(--gotham-book);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  color: var(--black);
}
body .breakdance .form.alt textarea,
body .breakdance .form.alt input,
body .breakdance .form.alt select {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1254901961);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
}
body .breakdance .form.alt textarea::placeholder,
body .breakdance .form.alt input::placeholder,
body .breakdance .form.alt select::placeholder {
  color: var(--white);
}
body .breakdance .form.alt .frm_button_submit span {
  color: var(--white);
}
body .breakdance .form.alt .frm_button_submit::before, body .breakdance .form.alt .frm_button_submit::after {
  border-color: var(--white);
}
body .breakdance .form.alt .frm_button_submit:hover {
  background-color: var(--white);
}
body .breakdance .form.alt .frm_button_submit:hover span {
  color: var(--black);
}
body .breakdance .contact-form {
  background-color: var(--white);
  border-bottom: 1px solid var(--grey);
}
body .breakdance .contact-form .frm_button_submit {
  background-color: var(--white) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body .breakdance .contact-form .frm_button_submit span {
  color: var(--black);
}
body .breakdance .contact-form .frm_button_submit::before, body .breakdance .contact-form .frm_button_submit::after {
  border-color: var(--black);
}
body .breakdance .contact-form .frm_button_submit:hover {
  background-color: var(--black) !important;
}
body .breakdance .contact-form .frm_button_submit:hover span {
  color: var(--white);
}
body .breakdance .contact-form .section-container {
  padding: 6rem 2rem;
  gap: 8rem;
  max-width: var(--max-width-sm);
  margin: 0 auto;
}
@media (max-width: 768px) {
  body .breakdance .contact-form .section-container {
    gap: 4rem;
  }
}
body .breakdance .contact-form:not(.alt) .bde-columns .bde-column:last-child {
  margin-left: auto;
}
@media (max-width: 768px) {
  body .breakdance .contact-form:not(.alt) .bde-columns .bde-column:last-child {
    margin: 0 auto;
  }
}
body .breakdance .contact-form .bde-columns .bde-column:last-child {
  max-width: 660px;
}
@media (max-width: 768px) {
  body .breakdance .contact-form .bde-columns .bde-column:last-child {
    max-width: unset;
  }
}
body .breakdance .contact-form h2 {
  max-width: 8em;
}
body .breakdance .contact-form a {
  color: var(--black);
  font-family: var(--gotham-medium);
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
body .breakdance .contact-form a:hover {
  color: var(--dark-grey);
}
body .breakdance .contact-form p {
  max-width: 28em;
  color: var(--black-alt);
}
body .breakdance .contact-form .images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  max-width: var(--max-width-md);
  margin: 0 auto;
}
@media (max-width: 768px) {
  body .breakdance .contact-form .images {
    gap: 2rem;
  }
}
body .breakdance .contact-form .form {
  width: 100%;
}
body .breakdance .contact-form .form .bde-columns {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  body .breakdance .contact-form .form .bde-columns {
    flex-direction: column;
  }
}
body .breakdance .contact-form .form .bde-column {
  gap: 1rem;
}
body .breakdance .contact-form .bde-code-block {
  width: 100%;
  padding-top: 2rem;
}
body .breakdance .contact-form .arrow {
  position: absolute;
  right: 10%;
  bottom: -65%;
}
@media screen and (max-width: 1024px) {
  body .breakdance .contact-form .arrow {
    display: none;
  }
}
body .breakdance .careers .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-color: var(--black-alt);
}
body .breakdance .careers .dz-message *,
body .breakdance .careers .dz-message p {
  font-family: var(--gotham-book);
  color: var(--black-alt);
  margin: 0;
}
body .breakdance .careers .frm_dropzone {
  max-width: unset;
}
body .breakdance .careers svg {
  padding-bottom: 1.5rem;
  max-width: 25px !important;
}
body .breakdance .careers svg path {
  fill: var(--black-alt) !important;
}
body .breakdance .with_frm_style .frm_message p {
  font-size: 1.4rem;
  margin: 0;
}
body .breakdance .gform_wrapper .gform_heading {
  display: none;
}
body .breakdance .gform_wrapper .gform_fields {
  row-gap: 1rem;
}
body .breakdance .gform_wrapper .gform-field-label {
  font-family: var(--gotham-medium);
  text-transform: uppercase;
}
body .breakdance .gform_wrapper .gform-field-label--type-sub {
  font-family: var(--gotham-book);
  text-transform: capitalize;
}
body .breakdance .gform_wrapper textarea,
body .breakdance .gform_wrapper input {
  border-radius: 0;
  border-color: #cccccc;
  box-shadow: none;
  font-family: var(--gotham-book);
  color: var(--black);
}

.bde-faq__item {
  font-family: var(--gotham-medium) !important;
}

body .breakdance .faqs {
  background-color: var(--black);
}
body .breakdance .faqs .section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 4rem 1.5rem;
}
body .breakdance .faqs .bde-heading {
  font-family: var(--gotham-medium);
  text-align: center;
}
body .breakdance .faqs .bde-heading,
body .breakdance .faqs .bde-text {
  color: var(--white);
}
body .breakdance .bde-frequently-asked-questions button {
  flex-direction: row-reverse;
  padding: 0.5rem 1rem;
  gap: 1rem;
}
body .breakdance .bde-frequently-asked-questions button span {
  font-family: var(--gotham-medium);
  margin-right: auto;
  color: var(--white);
}
body .breakdance .bde-frequently-asked-questions .breakdance-rich-text-styles,
body .breakdance .bde-frequently-asked-questions a {
  font-family: var(--gotham-book);
  color: var(--white) !important;
  max-width: 54em;
}
body .breakdance .bde-frequently-asked-questions .breakdance-rich-text-styles {
  max-width: unset;
  padding: 0;
}
body .breakdance .bde-frequently-asked-questions a:hover {
  color: var(--dark-grey);
}
body .breakdance .bde-frequently-asked-questions .bde-faq__answer-content {
  padding: 0;
}
body .breakdance .bde-frequently-asked-questions .bde-faq__answer-content .breakdance-rich-text-styles {
  max-width: unset;
}
body .breakdance .bde-frequently-asked-questions .bde-faq__answer-content .breakdance-rich-text-styles li,
body .breakdance .bde-frequently-asked-questions .bde-faq__answer-content .breakdance-rich-text-styles p {
  color: var(--white);
}
body .breakdance .bde-frequently-asked-questions .bde-faq__answer {
  padding: 2rem 3rem;
}

body .breakdance .custom-faqs {
  border-top: 1.5px solid var(--grey);
  padding: 2rem 0;
  max-width: 50em;
  margin: 0 auto;
}
body .breakdance .faq-item {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body .breakdance .faq-item:hover {
  cursor: pointer;
}
body .breakdance .faq-content {
  font-family: var(--gotham-book);
  color: var(--black);
  padding: 1rem 2.2rem;
  overflow: hidden;
  height: 0;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

body .breakdance .services-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 1rem;
  max-width: 768px;
  margin-left: auto;
}
body .breakdance .services-menu__item {
  display: flex;
  border: 3px solid white;
  aspect-ratio: 1/1;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  position: relative;
  transition: var(--transition);
}
body .breakdance .services-menu__item .bde-heading {
  text-transform: none;
  font-family: var(--gotham-bold);
}
body .breakdance .services-menu__item .bde-text {
  font-family: var(--gotham-medium);
  align-self: flex-start;
  color: var(--white);
  text-align: left;
}
body .breakdance .services-menu__item .bde-div {
  align-items: center;
  margin-bottom: auto;
  margin-top: auto;
  gap: 0;
}
body .breakdance .services-menu__item .bde-div p {
  text-align: center;
  width: 100%;
}
body .breakdance .services-menu__item .content {
  align-items: center;
  justify-content: center;
  text-align: center;
}
body .breakdance .services-menu__item .content .bde-text {
  text-align: center;
}
body .breakdance .services-menu__item .content span {
  font-size: 4em;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .breakdance .services-menu__item .content span {
    font-size: 3em;
  }
}
body .breakdance .services-menu__item .content p {
  line-height: 1.2;
}
body .breakdance .services-menu__item.purple:hover {
  border-color: var(--purple);
  background: var(--purple-lighter);
}
body .breakdance .services-menu__item.green:hover {
  border-color: var(--green);
  background: var(--green-lighter);
}
body .breakdance .services-menu__item.red:hover {
  border-color: var(--red);
  background: var(--red-lighter);
}
body .breakdance .services-menu__item.blue:hover {
  border-color: var(--blue);
  background: var(--blue-lighter);
}
body .breakdance .services-menu__item.orange:hover {
  border-color: var(--orange);
  background: var(--orange-lighter);
}
body .breakdance .services-menu__item.pink:hover {
  border-color: var(--pink);
  background: var(--pink-lighter);
}
body .breakdance .services-menu__item:hover .services-menu__hover {
  display: flex;
  width: 100%;
  height: 100%;
}
body .breakdance .services-menu__item:hover .services-menu__initial {
  display: none;
}
body .breakdance .services-menu__initial {
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 100%;
  width: 100%;
  transition: var(--transition);
}
body .breakdance .services-menu__hover {
  padding: 1rem;
  gap: 1rem;
  display: none;
  transition: var(--transition);
}
body .breakdance .services-menu__hover h4 {
  font-family: var(--gotham-medium);
}
body .breakdance .services-menu__hover a {
  font-family: var(--gotham-book);
  color: var(--white);
  text-decoration: none;
}
body .breakdance .services .section-container {
  gap: 6rem;
}
body .breakdance .services .section-container > .bde-div {
  gap: 3rem;
  align-items: center;
}
@media (max-width: 949px) {
  body .breakdance .services .section-container > .bde-div {
    align-items: flex-start;
  }
}
body .breakdance .services .section-container p {
  max-width: 48em;
  text-align: center;
}
@media (max-width: 949px) {
  body .breakdance .services .section-container p {
    text-align: left;
  }
}
body .breakdance .service-offerings {
  gap: 3rem;
}
body .breakdance .service-offerings .ee-post {
  border-radius: var(--border-radius);
}
body .breakdance .service-offerings .ee-post:nth-child(1) a {
  border-color: var(--purple);
}
body .breakdance .service-offerings .ee-post:nth-child(1):hover a {
  background: var(--purple-lighter);
}
body .breakdance .service-offerings .ee-post:nth-child(2) a {
  border-color: var(--green);
}
body .breakdance .service-offerings .ee-post:nth-child(2):hover a {
  background: var(--green-lighter);
}
body .breakdance .service-offerings .ee-post:nth-child(3) a {
  border-color: var(--red);
}
body .breakdance .service-offerings .ee-post:nth-child(3):hover a {
  background: var(--red-lighter);
}
body .breakdance .service-offerings .ee-post:nth-child(4) a {
  border-color: var(--blue);
}
body .breakdance .service-offerings .ee-post:nth-child(4):hover a {
  background: var(--blue-lighter);
}
body .breakdance .service-offerings .ee-post:nth-child(5) a {
  border-color: var(--orange);
}
body .breakdance .service-offerings .ee-post:nth-child(5):hover a {
  background: var(--orange-lighter);
}
body .breakdance .service-offerings .ee-post:nth-child(6) a {
  border-color: var(--pink);
}
body .breakdance .service-offerings .ee-post:nth-child(6):hover a {
  background: var(--pink-lighter);
}
@media (min-width: 950px) {
  body .breakdance .service-offerings .section-container .bde-div:first-child {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  body .breakdance .service-offerings {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  body .breakdance .service-offerings {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
body .breakdance .service-offerings__item {
  aspect-ratio: 1/1;
  justify-content: space-between;
  align-items: center;
  border: 3px solid;
  padding: 1rem;
  position: relative;
}
body .breakdance .service-offerings__item .bde-heading {
  text-transform: none;
  font-family: var(--gotham-bold);
}
body .breakdance .service-offerings__item .bde-text {
  font-family: var(--gotham-medium);
  align-self: flex-start;
  color: var(--white);
  text-align: left;
}
body .breakdance .service-offerings__item .bde-div {
  align-items: center;
  margin-bottom: auto;
  margin-top: auto;
  gap: 0;
}
body .breakdance .service-offerings__item .bde-div p {
  text-align: center;
  width: 100%;
}
body .breakdance .service-offerings__item .content {
  align-items: center;
  justify-content: center;
  text-align: center;
}
body .breakdance .service-offerings__item .content .bde-text {
  text-align: center;
}
body .breakdance .service-offerings__item .content span {
  font-size: 4em;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .breakdance .service-offerings__item .content span {
    font-size: 3em;
  }
}
body .breakdance .service-offerings__item .content p {
  line-height: 1.2;
}
body .breakdance .services-content-blocks .bde-shortcode {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
body .breakdance .services-content-blocks .section-container {
  padding-top: 0;
}
body .breakdance .services-content-blocks__item, body .breakdance .services-content-blocks__left, body .breakdance .services-content-blocks__right {
  display: flex;
  align-items: center;
}
body .breakdance .services-content-blocks__item {
  flex-direction: row;
  gap: 4rem;
}
@media (max-width: 768px) {
  body .breakdance .services-content-blocks__item {
    flex-direction: column-reverse !important;
    gap: 2rem;
  }
}
body .breakdance .services-content-blocks__left, body .breakdance .services-content-blocks__right {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  gap: 2rem;
}
@media (max-width: 768px) {
  body .breakdance .services-content-blocks__left, body .breakdance .services-content-blocks__right {
    width: 100% !important;
  }
}
body .breakdance .services-content-blocks .reversed {
  flex-direction: row-reverse;
}
body .breakdance .services-content-blocks img {
  width: 100%;
}
body .breakdance .services-content-blocks p,
body .breakdance .services-content-blocks h2 {
  text-align: left;
}
body .breakdance .services-outline {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  max-width: var(--max-width-xs);
}
body .breakdance .services-outline__item {
  display: grid;
  grid-template-columns: 250px 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6rem;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body .breakdance .services-outline__item {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
body .breakdance .services-outline__item p {
  color: var(--white);
}
body .breakdance .services-outline__item .inner {
  height: 100%;
}
body .breakdance .services-outline__item .inner:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  body .breakdance .services-outline__item .inner:first-child {
    justify-content: flex-start;
  }
}
body .breakdance .services-outline__item .inner:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
body .breakdance .services-outline__item .inner:last-child p {
  text-align: left;
}
body .breakdance .services-outline__item .inner p {
  color: var(--white);
}
body .breakdance .services-outline__item .inner a {
  position: relative;
}
body .breakdance .services-outline .branding-symbol {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  aspect-ratio: 1/1;
  border: 3px solid var(--white);
  padding: 1rem;
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  body .breakdance .services-outline .branding-symbol {
    max-width: 200px;
  }
}
body .breakdance .services-outline .branding-symbol .number,
body .breakdance .services-outline .branding-symbol .heading,
body .breakdance .services-outline .branding-symbol .text {
  color: var(--white) !important;
  text-transform: none;
  width: 100%;
}
body .breakdance .services-outline .branding-symbol .number {
  text-align: left;
}
body .breakdance .services-outline .branding-symbol .heading {
  font-family: var(--gotham-bold);
  font-size: 5em;
}
@media screen and (max-width: 576px) {
  body .breakdance .services-outline .branding-symbol .heading {
    font-size: 4em;
  }
}
body .breakdance .services-outline .branding-symbol .title,
body .breakdance .services-outline .branding-symbol .text {
  max-width: 48em;
  line-height: 1.2;
  font-size: 1.8rem;
  font-family: var(--gotham-medium);
}
body .breakdance .services-outline .branding-symbol .inner-container {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
  margin-top: auto;
}
body .breakdance .services-outline .branding-symbol .inner-container span,
body .breakdance .services-outline .branding-symbol .inner-container p {
  text-align: center;
}
body .breakdance .services-outline a {
  color: var(--black);
  font-family: var(--gotham-bold);
  text-transform: uppercase;
  text-decoration: none;
}
body .breakdance .services-outline a:hover {
  color: var(--white);
}
body .breakdance .services-outline .symbol-br {
  border-color: var(--purple);
}
body .breakdance .services-outline .symbol-mc {
  border-color: var(--green);
}
body .breakdance .services-outline .symbol-ed {
  border-color: var(--red);
}
body .breakdance .services-outline .symbol-sc {
  border-color: var(--blue);
}
body .breakdance .services-outline .symbol-wd {
  border-color: var(--orange);
}
body .breakdance .services-outline .symbol-cc {
  border-color: var(--pink);
}
body .breakdance .service-tags {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 50em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body .breakdance .service-tags {
    position: relative;
    max-height: 200px;
    overflow-y: scroll;
  }
  body .breakdance .service-tags::after {
    position: sticky;
    content: "";
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, white, transparent);
  }
}
body .breakdance .service-tags__item {
  color: var(--black);
  border: 1px solid var(--dark-grey);
  border-radius: 40px;
  padding: 0.5em 0.75em;
  font-family: var(--bitter);
  transition: all 0.2s ease-in;
  text-decoration: none;
}
body .breakdance .service-tags__item::after {
  display: none;
}

.services.content-block {
  position: relative;
}
.services.content-block::after {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services .section-container {
  z-index: 2;
}
@media (max-width: 949px) {
  .services .bde-div {
    width: 100%;
  }
}

body.single-service-offerings img {
  box-shadow: unset !important;
}

body .breakdance .custom-post {
  height: 100%;
}
body .breakdance .custom-post img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--border-radius-md);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
body .breakdance .custom-post h4 {
  margin-top: 1rem;
  font-family: var(--gotham-medium);
}
body .breakdance .custom-post .bde-button {
  margin-top: auto;
  padding-top: 2rem;
}
body .breakdance .author .section-container {
  padding-top: 0;
  max-width: 50em;
  margin: 0 auto;
  padding-left: 0;
}
body .breakdance .author .name {
  font-family: var(--gotham-bold);
  font-size: 3rem;
}
body .breakdance .author .bio {
  font-family: var(--gotham-book);
}
body .breakdance .author .author,
body .breakdance .author .post-content {
  background-color: var(--white);
}
body .breakdance > .post-content {
  padding: 6rem 2rem;
  background: var(--white);
  gap: 2rem;
}
body .breakdance > .post-content .section-container {
  padding: 0;
}
body .breakdance > .post-content .post-content {
  display: flex;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 1rem;
}
body .breakdance > .post-content .post-content .bde-div {
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  body .breakdance > .post-content .post-content {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }
  body .breakdance > .post-content .post-content .bde-div {
    padding: 0;
  }
}
body .breakdance > .post-content .bde-table-of-contents {
  border-right: 1px solid var(--grey);
  position: sticky;
  top: 2rem;
}
@media screen and (max-width: 1024px) {
  body .breakdance > .post-content .bde-table-of-contents {
    position: unset;
    top: unset;
    border-right: 0;
  }
}
body .breakdance > .post-content .bde-table-of-contents h4 {
  font-family: var(--gotham-medium);
  line-height: 1;
  padding-bottom: 1rem;
}
body .breakdance > .post-content .bde-table-of-contents .toc-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
}
body .breakdance > .post-content .bde-table-of-contents .toc-list-item {
  line-height: 1;
  font-family: var(--gotham-book);
}
body .breakdance > .post-content .bde-table-of-contents .toc-list-item a {
  font-size: 1.2rem;
}
body .breakdance .bde-post-list .ee-posts-grid {
  gap: 4rem;
}
body .breakdance .bde-post-list .ee-post-title {
  font-family: var(--gotham-bold);
}
body .breakdance .bde-post-list .ee-post {
  box-shadow: none;
  padding: 0;
}
body .breakdance .bde-post-list .ee-post-wrap {
  justify-content: center;
  gap: 1.5rem;
}
body .breakdance .bde-post-list .ee-post-wrap h3,
body .breakdance .bde-post-list .ee-post-wrap div {
  margin: 0;
}
body .breakdance .bde-post-list .ee-post-meta,
body .breakdance .bde-post-list .ee-post-content {
  font-family: var(--gotham-book);
  font-size: clamp(1.6rem, 1.8vw, 1.8rem) !important;
  line-height: clamp(24px, 2.8vw, 28px) !important;
  color: var(--black);
}
body .breakdance .bde-post-list .ee-post-meta {
  color: var(--dark-grey);
  font-size: 1.6rem;
}
body .breakdance .bde-post-list .ee-post-content {
  font-size: 1.9rem;
}
body .breakdance .bde-post-list .ee-post-image {
  aspect-ratio: 4/3;
  object-fit: cover;
}
body .breakdance .bde-post-list .ee-post-button {
  background-color: var(--black);
  border: 0;
  border-radius: 0;
  color: var(--white);
  position: relative;
}
body .breakdance .bde-post-list .ee-post-button::before, body .breakdance .bde-post-list .ee-post-button::after {
  color: var(--black);
  transition: all 0.3s ease;
}
body .breakdance .bde-post-list .ee-post-button:hover {
  background: var(--white);
  color: var(--black);
}
body .breakdance .bde-post-list .ee-post-button:hover span {
  color: var(--black);
}
body .breakdance .bde-post-list .ee-post-button span {
  border-radius: 0 !important;
  font-family: var(--gotham-medium);
  overflow: visible;
  font-weight: 700;
  font-size: 1.25rem;
}
body .breakdance .bde-post-list .ee-post-button::before, body .breakdance .bde-post-list .ee-post-button::after {
  position: absolute;
  border: 3px solid;
  border-radius: 0;
  opacity: 0;
  content: "";
  width: 40px;
  height: 20px;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
body .breakdance .bde-post-list .ee-post-button::before {
  border-right: 0;
  border-bottom: 0;
}
body .breakdance .bde-post-list .ee-post-button::after {
  border-left: 0;
  border-top: 0;
}
@keyframes slideFromTopLeft {
  0% {
    top: -30px;
    left: -30px;
    opacity: 0;
  }
  100% {
    top: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes slideFromBottomRight {
  0% {
    bottom: -30px;
    right: -30px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    right: 0;
    opacity: 1;
  }
}
body .breakdance .bde-post-list .ee-post-button:hover::before {
  animation-name: slideFromTopLeft;
}
body .breakdance .bde-post-list .ee-post-button:hover::after {
  animation-name: slideFromBottomRight;
}
body .breakdance .bde-posts-pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dark-grey);
  aspect-ratio: 1/1;
  width: 50px;
  height: 50px;
  font-family: var(--gotham-medium);
}
body .breakdance .bde-posts-pagination li.bde-posts-navigation-numbers--active {
  background: var(--black);
}
body .breakdance .bde-posts-pagination a.is-active {
  color: var(--white) !important;
}
body .breakdance .related-posts {
  border-top: var(--border);
}
body .breakdance .related-posts .section-container {
  padding: 4rem 2rem;
  max-width: var(--max-width-sm);
}
body .breakdance .related-posts .ee-adjacentposts-icon,
body .breakdance .related-posts .ee-adjacentposts-label {
  font-size: 1.2rem;
}
body .breakdance .related-posts .ee-adjacentposts-title {
  font-size: 1.8rem;
  font-family: var(--gotham-medium);
  font-weight: 500;
}

body .breakdance .color-banner__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .breakdance .color-banner__inner .color {
  height: 25px;
}
body .breakdance .color-banner .section-container {
  max-width: unset;
  padding: 0;
}

body .breakdance .resources .bde-tabs__select {
  font-family: var(--gotham-bold);
  margin-bottom: 2rem;
}
body .breakdance .resources .bde-tabs__tab-title,
body .breakdance .resources .bde-tabs .ee-postmeta-term {
  font-family: var(--gotham-book);
  color: var(--white);
}
body .breakdance .resources .ee-post {
  transition: var(--transition);
  padding: 2rem;
  gap: 1rem;
  border: 1px solid transparent;
  background: var(--black);
}
body .breakdance .resources .ee-post .meta {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body .breakdance .resources .ee-postmeta-date,
body .breakdance .resources .ee-postmeta-term {
  background-color: none;
  border-radius: 0;
  padding: 0;
  color: var(--white);
  border: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: var(--gotham-book);
}
body .breakdance .resources .ee-postmeta-term {
  font-family: var(--gotham-medium);
}
body .breakdance .resources h3 {
  position: relative;
  color: var(--white);
  font-family: var(--gotham-medium);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
body .breakdance .resources h3::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill=%27%23ffffff%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  transition: var(--transition);
}
body .breakdance .resources h3:hover::after {
  margin-left: 1rem;
}
body .breakdance .resources .bde-button {
  margin-top: auto;
}

body.single-resource .hero .section-container {
  gap: 2rem;
}
body.single-resource .hero h2 {
  max-width: 20em;
}
body.single-resource .hero--post img {
  aspect-ratio: unset;
}

body .breakdance .our-promise {
  overflow: hidden;
  position: relative;
}
body .breakdance .our-promise::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: absolute;
  backdrop-filter: blur(3px);
}
body .breakdance .our-promise .breakdance-rich-text-styles {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
  z-index: 3;
  padding: 10vw 2rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .our-promise .breakdance-rich-text-styles {
    gap: 2rem;
    padding: 10vw 0;
  }
}
body .breakdance .our-promise div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .breakdance .our-promise div:first-child > p {
  max-width: 40em;
}
body .breakdance .our-promise div:first-child > p:first-child {
  max-width: 15em;
  padding: 1rem 0 !important;
}
body .breakdance .our-promise div:last-child p {
  max-width: 35em;
}
body .breakdance .our-promise div h2 {
  line-height: 4.5rem;
}
body .breakdance .our-promise div h3:not(:last-child) {
  padding: 2rem 0 !important;
}
@media screen and (max-width: 768px) {
  body .breakdance .our-promise div h3:not(:last-child) {
    padding: 1rem 0 !important;
  }
}
body .breakdance .our-promise div h3:last-child {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .our-promise div h3:last-child {
    padding-top: 1rem !important;
  }
}
body .breakdance .our-promise p,
body .breakdance .our-promise h2,
body .breakdance .our-promise h3 {
  color: var(--white);
  margin: 0 !important;
}
body .breakdance .our-promise h2,
body .breakdance .our-promise h3 {
  font-family: var(--gotham-bold);
  text-transform: uppercase;
}
body .breakdance .our-promise p {
  font-size: 3rem;
  font-family: var(--gotham-book);
}
body .breakdance .our-promise p:not(:first-child) {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body .breakdance .our-promise p {
    font-size: 1.8rem;
  }
}
body .breakdance .our-promise h2 {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .our-promise h2 {
    font-size: 3rem;
  }
}
body .breakdance .our-promise h3 {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .our-promise h3 {
    font-size: 2.8rem;
  }
}
body .breakdance .decorative-svg-1,
body .breakdance .decorative-svg-2,
body .breakdance .decorative-svg-3 {
  position: absolute;
  z-index: 1;
}
body .breakdance .decorative-svg-1 {
  top: 0;
}
body .breakdance .decorative-svg-2 {
  right: 0;
  top: 30%;
}
body .breakdance .decorative-svg-3 {
  bottom: 25%;
}
body .breakdance .our-promise-svg {
  z-index: 99;
  margin: 20rem auto 20rem auto;
}
body .breakdance .our-promise-svg img {
  width: 600px;
}
@media screen and (max-width: 768px) {
  body .breakdance .our-promise-svg {
    margin: 10rem auto 10rem auto;
  }
}

body .breakdance .animated-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: relative;
}
body .breakdance .animated-logo span {
  display: block;
  width: 75%;
  height: 40%;
  transition: var(--transition);
}
body .breakdance .animated-logo span:first-child {
  margin-right: auto;
  border-top: 2px solid white;
  border-left: 2px solid white;
}
body .breakdance .animated-logo span:last-child {
  margin-left: auto;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
body .breakdance .animated-logo:hover {
  cursor: pointer;
  transform: scale(1.1);
}
body .breakdance .animated-logo:hover span {
  display: block;
  width: 100%;
  height: 100%;
}
body .breakdance .animated-logo::after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  transform: translate(0, 50%);
  height: 20px;
  width: 20px;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20id%3D%22Editable-line%22%20version%3D%221.1%22%20xml%3Aspace%3D%22preserve%22%3E%3Cline%20fill%3D%22none%22%20id%3D%22XMLID_103_%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20x1%3D%227%22%20x2%3D%2225%22%20y1%3D%2216%22%20y2%3D%2216%22%2F%3E%3Cline%20fill%3D%22none%22%20id%3D%22XMLID_102_%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20x1%3D%227%22%20x2%3D%2225%22%20y1%3D%2225%22%20y2%3D%2225%22%2F%3E%3Cline%20fill%3D%22none%22%20id%3D%22XMLID_101_%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20x1%3D%227%22%20x2%3D%2225%22%20y1%3D%227%22%20y2%3D%227%22%2F%3E%3C%2Fsvg%3E");
  mask-position: 0 0;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20id%3D%22Editable-line%22%20version%3D%221.1%22%20xml%3Aspace%3D%22preserve%22%3E%3Cline%20fill%3D%22none%22%20id%3D%22XMLID_103_%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20x1%3D%227%22%20x2%3D%2225%22%20y1%3D%2216%22%20y2%3D%2216%22%2F%3E%3Cline%20fill%3D%22none%22%20id%3D%22XMLID_102_%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20x1%3D%227%22%20x2%3D%2225%22%20y1%3D%2225%22%20y2%3D%2225%22%2F%3E%3Cline%20fill%3D%22none%22%20id%3D%22XMLID_101_%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20x1%3D%227%22%20x2%3D%2225%22%20y1%3D%227%22%20y2%3D%227%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  transition: var(--transition);
}

body .breakdance .portfolio-showcase {
  border-bottom: 1px solid var(--grey);
}
body .breakdance .portfolio-showcase .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 0 2rem;
  width: 100%;
}
@media screen and (max-width: 949px) {
  body .breakdance .portfolio-showcase .inner {
    align-items: flex-start;
  }
}
body .breakdance .portfolio-showcase .section-container {
  padding: 6rem 2rem;
  max-width: 1440px;
}
body .breakdance .portfolio-showcase__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  body .breakdance .portfolio-showcase__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body .breakdance .portfolio-showcase__container {
    grid-template-columns: 1fr;
  }
}
body .breakdance .portfolio-showcase__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 2rem;
  background-color: #151515;
  transition: var(--transition);
  background-position: center;
  background-size: cover;
  position: relative;
}
body .breakdance .portfolio-showcase__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: var(--transition);
}
body .breakdance .portfolio-showcase__item:hover {
  background-color: var(--black-alt);
  filter: none;
}
body .breakdance .portfolio-showcase__item:hover::after,
body .breakdance .portfolio-showcase__item:hover .portfolio-showcase__content {
  opacity: 1;
}
body .breakdance .portfolio-showcase__item:hover .portfolio-showcase__content {
  transform: translateY(0);
}
body .breakdance .portfolio-showcase__logo {
  max-width: 200px;
  transition: var(--transition);
}
body .breakdance .portfolio-showcase__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  opacity: 0;
  z-index: 99;
  transform: translateY(3rem);
  transition: var(--transition);
}
body .breakdance .portfolio-showcase .button-atom--secondary {
  background-color: transparent;
}
body .breakdance .portfolio-showcase .button-atom--secondary:hover {
  background: var(--white);
}
body .breakdance .portfolio-showcase .button-atom--secondary:hover span {
  color: var(--black);
}

body .breakdance .sandbox {
  background-color: var(--white);
  margin: 4rem 0;
  margin-bottom: 0;
}
body .breakdance .sandbox .section-container {
  background: var(--white);
}
@media screen and (max-width: 768px) {
  body .breakdance .sandbox .section-container {
    padding: 0;
  }
}
body .breakdance .custom-counter__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  max-width: 1440px;
  padding: 4rem 2rem;
  margin: 0 auto;
  grid-column: span 6;
  width: 100%;
}
@media screen and (max-width: 567px) {
  body .breakdance .custom-counter__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 568px) and (max-width: 1189px) {
  body .breakdance .custom-counter__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .breakdance .custom-counter__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 1.5rem;
  gap: 2rem;
}
body .breakdance .custom-counter__item:not(:last-child) {
  border-right: 1px solid #f4f4f4;
}
@media screen and (max-width: 567px) {
  body .breakdance .custom-counter__item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #f4f4f4;
  }
}
@media screen and (min-width: 568px) and (max-width: 1189px) {
  body .breakdance .custom-counter__item:nth-child(2), body .breakdance .custom-counter__item:last-child {
    border: 0;
  }
  body .breakdance .custom-counter__item:first-child, body .breakdance .custom-counter__item:nth-child(2) {
    border-bottom: 1px solid #f4f4f4;
  }
}
body .breakdance .custom-counter__item span {
  color: var(--black);
  font-family: var(--gotham-book);
  font-size: 4.8rem;
}
@media screen and (max-width: 1280px) {
  body .breakdance .custom-counter__item span {
    font-size: 3.6rem;
  }
}
body .breakdance .custom-counter__item p {
  font-family: var(--gotham-book);
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  max-width: 21em;
}
body .breakdance .custom-component__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-component__container {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-component__contents {
    padding: 0;
  }
}
body .breakdance .custom-component__banner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  min-height: 60px;
  padding: 0;
  gap: 0;
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-component__banner {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}
body .breakdance .custom-component__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: var(--transition);
  padding: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-component__title {
    min-width: 145px;
    box-shadow: none;
  }
}
body .breakdance .custom-component__title p {
  list-style: none;
  font-family: var(--gotham-bold);
  color: var(--white);
  padding: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
body .breakdance .custom-component__title.active {
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -4px;
}
body .breakdance .custom-component__title:not(.active) {
  filter: grayscale(100%);
}
body .breakdance .custom-component__title:hover {
  cursor: pointer;
  filter: unset;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -4px;
}
body .breakdance .custom-component__title:hover p {
  color: var(--white);
}
body .breakdance .custom-component__content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-component__content {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-component__content .hide {
    display: none;
  }
}
body .breakdance .custom-component__content .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: 1/3;
  padding: 1.5vw;
  border-radius: 14px;
}
body .breakdance .custom-component__content .left h4 {
  font-family: var(--gotham-medium);
}
body .breakdance .custom-component__content .left span {
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--gotham-book);
  letter-spacing: 3px;
  font-size: 1rem;
}
body .breakdance .custom-component__content .left p {
  font-size: 1.4rem;
  line-height: 1.4;
}
body .breakdance .custom-component__content .left .inner:first-child {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body .breakdance .custom-component__content .right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  aspect-ratio: 4/3;
  grid-column: 3/-1;
  padding: 1.5vw;
  border-radius: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
body .breakdance .custom-component__content .right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, rgba(84, 84, 84, 0.5) 0%, transparent 100%);
}
body .breakdance .custom-component__content .right .inner {
  z-index: 3;
}
body .breakdance .custom-component__content .right video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
body .breakdance .custom-component__content .right p {
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: var(--gotham-book);
}
body .breakdance .custom-component__content p {
  font-family: var(--gotham-light);
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: clamp(22px, 2.6vw, 26px);
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-component__content .left,
  body .breakdance .custom-component__content .right {
    grid-column: span 12;
    padding: 2rem;
    box-shadow: none;
    border-radius: 0;
  }
}
body .breakdance .custom-component video {
  opacity: 1 !important;
}
body .breakdance .custom-hero .section-container {
  padding: 0;
  max-width: unset;
}
body .breakdance .custom-hero__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto 1fr auto;
  background-color: #fdfdfd;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-hero__container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    height: auto;
  }
}
body .breakdance .custom-hero__alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  background: linear-gradient(204deg, rgb(0, 98, 101) 50%, rgb(0, 50, 80) 100%);
  grid-column: 1/-1;
  grid-row: 1;
  padding: 1rem;
}
body .breakdance .custom-hero__alert .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
body .breakdance .custom-hero__alert p,
body .breakdance .custom-hero__alert button {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: white;
}
body .breakdance .custom-hero__alert button {
  font-weight: bold;
}
body .breakdance .custom-hero__alert button:hover {
  text-decoration: underline;
}
body .breakdance .custom-hero__alert .info-icon {
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 192 512%27%3E%3C%21--%21Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%238cb631%27 d=%27M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-192-32 0c-17.7 0-32-14.3-32-32z%27/%3E%3C/svg%3E");
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.75rem;
  border-radius: 50%;
  text-align: center;
  border: 1px solid;
  border-color: #a5ce4d;
}
body .breakdance .custom-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f4f4f4;
  grid-column: 1/5;
  grid-row: 2/5;
  padding: 4rem 2rem;
  justify-content: end;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}
body .breakdance .custom-hero__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.21) 32%, rgba(0, 0, 0, 0.56) 100%);
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-hero__content {
    grid-column: span 6;
  }
}
body .breakdance .custom-hero__content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .breakdance .custom-hero__content h1,
body .breakdance .custom-hero__content p,
body .breakdance .custom-hero__content .bde-button {
  color: var(--white);
  z-index: 99;
  max-width: 35em;
  position: relative;
}
body .breakdance .custom-hero__aside {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgb(165, 206, 77);
  background: linear-gradient(204deg, rgb(165, 206, 77) 0%, rgb(0, 98, 101) 50%, rgb(0, 50, 80) 100%);
  grid-column: 5/-1;
  grid-row: 2/5;
}
@media screen and (max-width: 768px) {
  body .breakdance .custom-hero__aside {
    grid-column: span 6;
    grid-row: auto;
  }
}
body .breakdance .custom-hero__aside .first-swiper span {
  font-size: 4.8rem;
  line-height: 3.6rem;
  color: var(--white);
  font-family: var(--gotham-book);
}
@media screen and (max-width: 1280px) {
  body .breakdance .custom-hero__aside .first-swiper span {
    font-size: 3.6rem;
  }
}
body .breakdance .custom-hero__aside .first-swiper p {
  font-size: 1.4rem;
}
body .breakdance .custom-hero__aside .second-swiper span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-style: italic;
  color: var(--white);
  font-family: var(--gotham-medium);
  max-width: 18em;
}
@media screen and (max-width: 1280px) {
  body .breakdance .custom-hero__aside .second-swiper span {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
body .breakdance .custom-hero__aside .second-swiper p {
  text-transform: uppercase;
  font-family: var(--gotham-medium);
  letter-spacing: 3px;
  font-size: 1.2rem;
}
body .breakdance .custom-hero__aside .second-swiper {
  position: relative;
}
body .breakdance .custom-hero__aside .second-swiper .swiper-button-next,
body .breakdance .custom-hero__aside .second-swiper .swiper-button-prev {
  display: none;
}
body .breakdance .custom-hero__aside .second-swiper .quote-left,
body .breakdance .custom-hero__aside .second-swiper .quote-right {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 8rem;
  max-height: 8rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  body .breakdance .custom-hero__aside .second-swiper .quote-left,
  body .breakdance .custom-hero__aside .second-swiper .quote-right {
    max-width: 6rem;
    max-height: 6rem;
  }
}
body .breakdance .custom-hero__aside .second-swiper .quote-left {
  top: 0;
  left: 1.5rem;
  background-position: top;
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Layer_2%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 130.4 113.56%27%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2 %7B fill: url%28%23linear-gradient-2%29; %7D .cls-3 %7B fill: url%28%23linear-gradient%29; %7D %3C/style%3E%3ClinearGradient id=%27linear-gradient%27 x1=%2731.93%27 y1=%271024.95%27 x2=%27126.94%27 y2=%27915.1%27 gradientTransform=%27translate%280 986.02%29 scale%281 -1%29%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop offset=%270%27 stop-color=%27%23fff%27 stop-opacity=%27.85%27/%3E%3Cstop offset=%271%27 stop-color=%27%23fff%27 stop-opacity=%27.08%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27linear-gradient-2%27 x1=%27-36.74%27 y1=%271024.95%27 x2=%2758.26%27 y2=%27915.1%27 xlink:href=%27%23linear-gradient%27/%3E%3C/defs%3E%3Cg id=%27Layer_1-2%27 data-name=%27Layer_1%27%3E%3Cg%3E%3Cpath class=%27cls-1%27 d=%27M71.28,6.36c-2.54,13.04-2.78,26.03-.72,38.6,2.06,12.72,6.4,24.99,12.9,36.45v.02c6.68,11.63,15.6,22.23,26.55,31.5l16.02-9.71c1.43-.86,2.47-1.86,3.11-2.96.64-1.1.88-2.33.72-3.67-.32-2.67-1.28-4.9-2.86-6.63-3.66-4.41-7.03-10.06-10.05-16.82-3.01-6.76-5.1-14.33-6.22-22.5-.95-8.18-.63-16.86.96-25.82,1.48-8.38,4.63-16.72,9.31-24.84h-48.16c-.57,2.11-1.1,4.23-1.55,6.36Z%27/%3E%3Cpath class=%27cls-1%27 d=%27M1.89,44.97c2.06,12.73,6.41,25,12.91,36.47,6.66,11.63,15.59,22.23,26.54,31.5l16.02-9.71c1.43-.86,2.47-1.86,3.11-2.96.64-1.1.88-2.33.72-3.67-.32-2.67-1.28-4.9-2.86-6.63-3.66-4.41-7.03-10.06-10.05-16.82-3.01-6.76-5.1-14.33-6.21-22.5-.95-8.18-.63-16.86.96-25.82,1.48-8.38,4.62-16.72,9.3-24.84H4.15c-.57,2.11-1.1,4.23-1.55,6.36C.06,19.41-.18,32.4,1.89,44.97Z%27/%3E%3Cpath class=%27cls-3%27 d=%27M121.57,0h-.58c-4.68,8.12-7.82,16.46-9.31,24.84-1.59,8.96-1.91,17.64-.96,25.82,1.11,8.17,3.2,15.74,6.22,22.5,3.01,6.76,6.39,12.41,10.05,16.82,1.58,1.73,2.55,3.96,2.86,6.63.16,1.34-.08,2.57-.72,3.67-.64,1.1-1.68,2.1-3.11,2.96l-16.02,9.71c-10.95-9.27-19.88-19.87-26.54-31.5v-.02c-6.51-11.47-10.85-23.73-12.91-36.45-2.06-12.57-1.82-25.56.72-38.6.45-2.13.98-4.25,1.55-6.36h-.52c-.56,2.08-1.08,4.17-1.52,6.27-2.55,13.1-2.79,26.15-.72,38.78,2.07,12.79,6.43,25.12,12.97,36.64l.02.03c6.69,11.67,15.65,22.3,26.63,31.6l.27.23,16.33-9.9c1.5-.91,2.6-1.96,3.28-3.14.69-1.2.95-2.53.78-3.98-.33-2.77-1.33-5.1-2.98-6.9-3.62-4.36-6.97-9.98-9.97-16.7-2.99-6.71-5.07-14.24-6.18-22.36-.95-8.12-.63-16.76.95-25.67,1.49-8.41,4.66-16.78,9.39-24.93Z%27/%3E%3Cpath class=%27cls-2%27 d=%27M43.01,24.84c-1.59,8.96-1.91,17.64-.96,25.82,1.11,8.17,3.2,15.74,6.21,22.5,3.01,6.76,6.39,12.41,10.05,16.82,1.58,1.73,2.55,3.96,2.86,6.63.16,1.34-.08,2.57-.72,3.67-.64,1.1-1.68,2.1-3.11,2.96l-16.02,9.71c-10.95-9.27-19.88-19.87-26.54-31.5-6.5-11.47-10.85-23.74-12.91-36.47C-.18,32.4.06,19.41,2.6,6.36c.45-2.13.98-4.25,1.55-6.36h-.52c-.56,2.08-1.08,4.17-1.52,6.27C-.44,19.37-.68,32.42,1.39,45.05c2.07,12.79,6.44,25.12,12.97,36.64,6.69,11.68,15.66,22.32,26.65,31.63l.27.23,16.33-9.9c1.5-.91,2.6-1.96,3.28-3.14.69-1.2.95-2.53.78-3.98-.33-2.77-1.34-5.1-2.98-6.9-3.62-4.36-6.97-9.98-9.97-16.7-2.99-6.71-5.07-14.24-6.18-22.36-.95-8.12-.63-16.76.95-25.67,1.49-8.41,4.66-16.78,9.39-24.93h-.58c-4.68,8.12-7.82,16.46-9.3,24.84Z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body .breakdance .custom-hero__aside .second-swiper .quote-right {
  bottom: 0;
  right: 1.5rem;
  background-position: bottom;
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Layer_2%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 130.4 113.56%27%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2 %7B fill: url%28%23linear-gradient-2%29; %7D .cls-3 %7B fill: url%28%23linear-gradient%29; %7D %3C/style%3E%3ClinearGradient id=%27linear-gradient%27 x1=%27-15.63%27 y1=%271024.95%27 x2=%2779.37%27 y2=%27915.1%27 gradientTransform=%27translate%2882.83 -872.46%29 rotate%28-180%29 scale%281 -1%29%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop offset=%270%27 stop-color=%27%23fff%27 stop-opacity=%27.85%27/%3E%3Cstop offset=%271%27 stop-color=%27%23fff%27 stop-opacity=%27.08%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27linear-gradient-2%27 x1=%27-84.31%27 y1=%271024.95%27 x2=%2710.7%27 y2=%27915.1%27 xlink:href=%27%23linear-gradient%27/%3E%3C/defs%3E%3Cg id=%27Layer_1-2%27 data-name=%27Layer_1%27%3E%3Cg%3E%3Cpath class=%27cls-1%27 d=%27M59.12,107.19c2.54-13.04,2.78-26.03.72-38.6-2.06-12.72-6.4-24.99-12.9-36.45v-.02C40.27,20.49,31.34,9.89,20.39.61L4.37,10.33c-1.43.86-2.47,1.86-3.11,2.96-.64,1.1-.88,2.33-.72,3.67.32,2.67,1.28,4.9,2.86,6.63,3.66,4.41,7.03,10.06,10.05,16.82,3.01,6.76,5.1,14.33,6.22,22.5.95,8.18.63,16.86-.96,25.82-1.48,8.38-4.63,16.72-9.31,24.84h48.16c.57-2.11,1.1-4.23,1.55-6.36Z%27/%3E%3Cpath class=%27cls-1%27 d=%27M128.52,68.59c-2.06-12.73-6.41-25-12.91-36.47-6.66-11.63-15.59-22.23-26.54-31.5l-16.02,9.71c-1.43.86-2.47,1.86-3.11,2.96-.64,1.1-.88,2.33-.72,3.67.32,2.67,1.28,4.9,2.86,6.63,3.66,4.41,7.03,10.06,10.05,16.82,3.01,6.76,5.1,14.33,6.21,22.5.95,8.18.63,16.86-.96,25.82-1.48,8.38-4.62,16.72-9.3,24.84h48.16c.57-2.11,1.1-4.23,1.55-6.36,2.54-13.04,2.78-26.03.72-38.6Z%27/%3E%3Cpath class=%27cls-3%27 d=%27M8.84,113.56h.58c4.68-8.12,7.82-16.46,9.31-24.84,1.59-8.96,1.91-17.64.96-25.82-1.11-8.17-3.2-15.74-6.22-22.5-3.01-6.76-6.39-12.41-10.05-16.82-1.58-1.73-2.55-3.96-2.86-6.63-.16-1.34.08-2.57.72-3.67.64-1.1,1.68-2.1,3.11-2.96L20.39.61c10.95,9.27,19.87,19.87,26.54,31.5v.02c6.51,11.47,10.85,23.73,12.91,36.45,2.06,12.57,1.82,25.56-.72,38.6-.45,2.13-.98,4.25-1.55,6.36h.52c.56-2.08,1.08-4.17,1.52-6.27,2.55-13.1,2.79-26.15.72-38.78-2.07-12.79-6.43-25.12-12.97-36.64l-.02-.03C40.66,20.17,31.69,9.53,20.71.23L20.44,0,4.11,9.9c-1.5.91-2.6,1.96-3.28,3.14C.14,14.23-.12,15.57.05,17.02c.33,2.77,1.33,5.1,2.98,6.9,3.62,4.36,6.97,9.98,9.97,16.7,2.99,6.71,5.07,14.24,6.18,22.36.95,8.12.63,16.76-.95,25.67-1.49,8.41-4.66,16.78-9.39,24.93Z%27/%3E%3Cpath class=%27cls-2%27 d=%27M87.39,88.72c1.59-8.96,1.91-17.64.96-25.82-1.11-8.17-3.2-15.74-6.21-22.5-3.01-6.76-6.39-12.41-10.05-16.82-1.58-1.73-2.55-3.96-2.86-6.63-.16-1.34.08-2.57.72-3.67.64-1.1,1.68-2.1,3.11-2.96L89.07.61c10.95,9.27,19.88,19.87,26.54,31.5,6.5,11.47,10.85,23.74,12.91,36.47,2.06,12.57,1.82,25.56-.72,38.6-.45,2.13-.98,4.25-1.55,6.36h.52c.56-2.08,1.08-4.17,1.52-6.27,2.55-13.1,2.79-26.15.72-38.78-2.07-12.79-6.44-25.12-12.97-36.64-6.69-11.68-15.66-22.32-26.65-31.63l-.27-.23-16.33,9.9c-1.5.91-2.6,1.96-3.28,3.14-.69,1.2-.95,2.53-.78,3.98.33,2.77,1.34,5.1,2.98,6.9,3.62,4.36,6.97,9.98,9.97,16.7,2.99,6.71,5.07,14.24,6.18,22.36.95,8.12.63,16.76-.95,25.67-1.49,8.41-4.66,16.78-9.39,24.93h.58c4.68-8.12,7.82-16.46,9.3-24.84Z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body .breakdance .custom-hero__aside .swiper-container {
  height: 50%;
  position: relative;
}
body .breakdance .custom-hero__aside .swiper-container:first-child {
  background-color: #a5ce4d;
}
body .breakdance .custom-hero__aside .swiper-container .swiper-button-next::after,
body .breakdance .custom-hero__aside .swiper-container .swiper-button-prev::after {
  font-size: 1.6rem !important;
  color: white;
  transition: var(--transition);
}
body .breakdance .custom-hero__aside .swiper-container .swiper-button-next:hover::after,
body .breakdance .custom-hero__aside .swiper-container .swiper-button-prev:hover::after {
  color: rgb(0, 0, 0);
}
body .breakdance .custom-hero__aside .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem;
  gap: 1rem;
}
body .breakdance .custom-hero__aside .swiper-container .swiper-slide p {
  color: var(--white);
  line-height: 2rem;
  max-width: 18em;
}
body .breakdance .custom-hero .swiper {
  width: 100%;
  height: 100%;
}
body .breakdance .testimonials-swiper,
body .breakdance .custom-post-reel {
  background-color: var(--white);
}
body .breakdance .testimonials-swiper .section-container,
body .breakdance .custom-post-reel .section-container {
  max-width: 1280px;
}
body .breakdance .testimonials-swiper__container,
body .breakdance .custom-post-reel__container {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  body .breakdance .testimonials-swiper__container,
  body .breakdance .custom-post-reel__container {
    gap: 2rem;
  }
}
body .breakdance .testimonials-swiper__top,
body .breakdance .custom-post-reel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .testimonials-swiper__top,
  body .breakdance .custom-post-reel__top {
    align-items: flex-start;
    flex-direction: column;
  }
}
body .breakdance .testimonials-swiper__bottom,
body .breakdance .custom-post-reel__bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body .breakdance .testimonials-swiper .tiles,
body .breakdance .custom-post-reel .tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .testimonials-swiper .tiles,
  body .breakdance .custom-post-reel .tiles {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
body .breakdance .testimonials-swiper .tiles a,
body .breakdance .custom-post-reel .tiles a {
  text-decoration: none;
}
body .breakdance .testimonials-swiper .tiles .custom-post-reel__categories,
body .breakdance .custom-post-reel .tiles .custom-post-reel__categories {
  z-index: 10;
}
body .breakdance .testimonials-swiper .tiles .custom-post-reel__categories a,
body .breakdance .custom-post-reel .tiles .custom-post-reel__categories a {
  color: var(--white);
  font-family: var(--gotham-book);
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
}
body .breakdance .testimonials-swiper .tiles .custom-post-reel__item,
body .breakdance .custom-post-reel .tiles .custom-post-reel__item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  position: relative;
  gap: 1.5rem;
  min-height: 200px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #f2f2f2;
}
body .breakdance .testimonials-swiper .tiles .custom-post-reel__item::after,
body .breakdance .custom-post-reel .tiles .custom-post-reel__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000 0, transparent 50%);
}
body .breakdance .testimonials-swiper .tiles .custom-post-reel__item a,
body .breakdance .custom-post-reel .tiles .custom-post-reel__item a {
  z-index: 10;
}
body .breakdance .testimonials-swiper .tiles .custom-post-reel__item a:hover::after,
body .breakdance .custom-post-reel .tiles .custom-post-reel__item a:hover::after {
  margin-left: 1rem;
}
body .breakdance .testimonials-swiper .tiles .custom-post-reel__item a p,
body .breakdance .custom-post-reel .tiles .custom-post-reel__item a p {
  color: var(--white);
  font-family: var(--gotham-bold);
  font-size: 1.6rem;
  line-height: 1.8rem;
}
body .breakdance .testimonials-swiper .tiles .custom-post-reel__item:first-child, body .breakdance .testimonials-swiper .tiles .custom-post-reel__item:nth-child(2),
body .breakdance .custom-post-reel .tiles .custom-post-reel__item:first-child,
body .breakdance .custom-post-reel .tiles .custom-post-reel__item:nth-child(2) {
  grid-row: span 2;
}
body .breakdance .testimonials-swiper .tiles .custom-post-reel__content,
body .breakdance .custom-post-reel .tiles .custom-post-reel__content {
  z-index: 99;
}
body .breakdance .testimonials-swiper__date,
body .breakdance .custom-post-reel__date {
  font-family: var(--gotham-book);
  font-size: 1rem;
  line-height: 1;
}
body .breakdance .testimonials-swiper__title,
body .breakdance .custom-post-reel__title {
  color: var(--black);
  font-family: var(--gotham-bold);
  font-size: 1.2rem;
  line-height: 1.6rem;
}
body .breakdance .testimonials-swiper .rounded,
body .breakdance .custom-post-reel .rounded {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body .breakdance .testimonials-swiper .rounded,
  body .breakdance .custom-post-reel .rounded {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body .breakdance .testimonials-swiper .rounded,
  body .breakdance .custom-post-reel .rounded {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
body .breakdance .testimonials-swiper .rounded .custom-post-reel__item,
body .breakdance .custom-post-reel .rounded .custom-post-reel__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.75rem;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
}
body .breakdance .testimonials-swiper .rounded .custom-post-reel__item img,
body .breakdance .custom-post-reel .rounded .custom-post-reel__item img {
  max-width: 100px !important;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 3px;
}
body .breakdance .testimonials-swiper .rounded a,
body .breakdance .custom-post-reel .rounded a {
  text-decoration: none;
  color: var(--black);
  font-family: var(--gotham-book);
  font-size: 1rem;
  line-height: 1.4rem;
  text-transform: uppercase;
}
body .breakdance .testimonials-swiper__item,
body .breakdance .custom-post-reel__item {
  background-position: center;
  background-size: cover;
}
body .breakdance .custom-post-reel-v2 .bde-shortcode {
  max-width: 350px;
  margin: 0 auto;
}
body .breakdance .testimonials-swiper .bde-shortcode {
  max-width: 450px;
  margin: 0 auto;
}
body .breakdance .swiper-slide-shadow {
  background: none;
}
body .breakdance .testimonials-swiper img {
  position: absolute;
  bottom: 0;
  height: auto !important;
  padding: 0 2rem;
  right: 0;
  max-width: 150px;
}
body .breakdance .testimonials-swiper .inner {
  min-height: 550px;
  padding: 8rem 2rem !important;
  gap: 2rem;
  justify-content: center;
}
body .breakdance .testimonials-swiper .inner p {
  z-index: 99;
}
body .breakdance .testimonials-swiper .inner p:first-child {
  font-style: italic;
}
body .breakdance .testimonials-swiper .inner .testimonial-author {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
body .breakdance .posts-swiper {
  width: 100%;
  height: 100%;
}
body .breakdance .posts-swiper swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: var(--image-shadow);
  border-radius: var(--border-radius);
  height: 100%;
  position: relative;
}
body .breakdance .posts-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .breakdance .posts-swiper .inner {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 1rem;
  height: 100%;
  background-color: var(--white);
}
body .breakdance .posts-swiper .inner .bde-button {
  padding-top: 1rem;
  margin-top: auto;
}
body .breakdance .posts-swiper .inner > a,
body .breakdance .posts-swiper .inner > p {
  line-height: 1.4;
  color: var(--black);
}
body .breakdance .posts-swiper .inner a {
  text-decoration: none;
  font-family: var(--gotham-medium);
  font-size: 1.6rem;
}
body .breakdance .posts-swiper .inner p {
  font-family: var(--gotham-book);
  font-size: 1.4rem;
}

#image-sequence {
  max-width: 450px;
  margin: 0 auto;
}

body .breakdance .survey-ad {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
}
body .breakdance .survey-ad .breakdance-popup-content {
  gap: 2rem;
}

body .breakdance .footer {
  background-color: var(--black);
}
body .breakdance .footer .bde-code-block polygon,
body .breakdance .footer .bde-code-block path,
body .breakdance .footer .bde-code-block rect {
  fill: white !important;
  transition: var(--transition-base);
}
body .breakdance .footer .bde-code-block:hover polygon,
body .breakdance .footer .bde-code-block:hover path,
body .breakdance .footer .bde-code-block:hover rect {
  fill: rgba(255, 255, 255, 0.85) !important;
}
body .breakdance .footer .section-container {
  padding: 4rem 2rem 0;
  gap: 3rem;
  max-width: var(--max-width-sm);
}
@media (max-width: 1109px) {
  body .breakdance .footer .section-container {
    max-width: 550px;
  }
}
body .breakdance .footer .section-container > .bde-div {
  gap: 1rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer .section-container > .bde-div {
    align-items: center;
    flex-direction: column;
  }
}
body .breakdance .footer--alt .badges {
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer--alt .badges {
    justify-content: center;
  }
}
body .breakdance .footer .bde-social-icons__icon-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}
body .breakdance .footer .bde-social-icons__icon-wrapper svg {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.85);
}
body .breakdance .footer .bde-social-icons__icon-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
body .breakdance .footer .bde-social-icons__icon-wrapper:hover svg {
  fill: var(--white);
}
body .breakdance .footer .logo {
  width: 100%;
  max-width: 175px;
}
body .breakdance .footer .logo .bde-code-block {
  width: 100%;
}
body .breakdance .footer .logo path,
body .breakdance .footer .logo polygon,
body .breakdance .footer .logo rect {
  fill: var(--white) !important;
}
body .breakdance .footer .award {
  width: auto !important;
  margin-left: auto;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer .award {
    margin: 0 auto;
  }
}
body .breakdance .footer img {
  width: 100% !important;
}
body .breakdance .footer p,
body .breakdance .footer a {
  font-family: var(--gotham-book);
  color: var(--white) !important;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
}
body .breakdance .footer a {
  transition: 0.2s ease-in-out;
}
body .breakdance .footer a:hover {
  color: var(--dark-grey) !important;
}
body .breakdance .footer--middle {
  align-items: flex-start;
}
body .breakdance .footer--left {
  align-items: flex-start;
}
body .breakdance .footer--left .badges {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer--left .badges {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}
body .breakdance .footer--left .bde-div {
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer--left .bde-div {
    flex-direction: column;
    align-items: center;
  }
}
body .breakdance .footer--left .bde-globalblock {
  width: auto;
}
body .breakdance .footer--left .search-social {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer--left .search-social {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .breakdance .footer--left .search-social .bde-column {
  width: 100%;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer--left .search-social .bde-column {
    align-items: center;
  }
}
body .breakdance .footer--left .logos .bde-column:first-child img {
  max-width: 200px !important;
}
@media screen and (max-width: 768px) {
  body .breakdance .footer--left .logos .bde-column:first-child img {
    max-width: 150px !important;
  }
}
body .breakdance .footer--left .link-group {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  column-gap: 1rem;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer--left .link-group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 0;
  }
}
body .breakdance .footer--left .link-group a:nth-child(2) {
  padding-right: 1rem;
  border-right: 1px solid #414141;
}
@media (max-width: 1109px) {
  body .breakdance .footer--left .link-group a:nth-child(2) {
    border: 0;
    padding: 0;
  }
}
body .breakdance .footer--left, body .breakdance .footer--middle, body .breakdance .footer--right {
  gap: 2rem;
}
@media (max-width: 1109px) {
  body .breakdance .footer--left .bde-text, body .breakdance .footer--middle .bde-text, body .breakdance .footer--right .bde-text {
    text-align: center;
  }
}
body .breakdance .footer--left .bde-column, body .breakdance .footer--middle .bde-column, body .breakdance .footer--right .bde-column {
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1109px) {
  body .breakdance .footer--left, body .breakdance .footer--middle, body .breakdance .footer--right {
    align-items: center;
  }
}
body .breakdance .footer .bde-shortcode {
  max-width: 20em;
}
body .breakdance .footer input {
  background: transparent;
  font-family: var(--gotham-book);
  color: var(--white);
  width: 100%;
  min-height: 38px;
  padding: 1rem 1rem 1rem 4rem;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  font-size: 1.6rem;
}
body .breakdance .footer input::placeholder {
  font-size: 1.6rem;
}
body .breakdance .footer form {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
body .breakdance .footer form:before {
  display: block;
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27%3E%3Cpath id=%27Path_4410%27 data-name=%27Path 4410%27 d=%27M26.839,52a7.324,7.324,0,0,1-10.3-1.417,7.2,7.2,0,1,1,11.5.18c.126.132.255.271.389.405l4.158,4.154c.1.1.209.2.3.309a.867.867,0,0,1,.005,1.25.856.856,0,0,1-1.249-.046c-.9-.876-1.777-1.765-2.661-2.653C28.269,53.457,27.552,52.724,26.839,52Zm.962-5.668a5.461,5.461,0,1,0-5.448,5.435A5.471,5.471,0,0,0,27.8,46.333Z%27 transform=%27translate%28-15.165 -39.132%29%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
body .breakdance .footer .top,
body .breakdance .footer .bottom {
  flex-direction: column;
}
@media (min-width: 1110px) {
  body .breakdance .footer .top,
  body .breakdance .footer .bottom {
    flex-direction: row;
  }
}
body .breakdance .footer .bottom {
  border-top: 1px solid #28282b;
  padding: 1rem 0;
}
body .breakdance .footer .bottom .breakdance-menu-list li a {
  color: var(--white);
  padding: 0;
  font-family: var(--gotham-book);
  text-transform: uppercase;
  gap: 1rem;
  line-height: calc(1em + 0.75rem);
  font-size: 1rem;
}
body .breakdance .footer .bottom .breakdance-menu-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
}
body .breakdance .footer .bottom .breakdance-menu-list li::after {
  content: "";
  background-color: var(--white);
  height: 3px;
  width: 3px;
  display: inline-block;
  border: 0;
}
body .breakdance .footer .bottom .breakdance-menu-list li:first-child, body .breakdance .footer .bottom .breakdance-menu-list li:last-child {
  padding-left: 0;
  padding-right: 0;
}
body .breakdance .footer .bottom .breakdance-menu-list li:last-child::after {
  display: none;
}
body .breakdance .footer .bottom .breakdance-menu-list li:nth-child(3) {
  padding-left: 0;
}
body .breakdance .footer .bottom .breakdance-menu-list li:hover {
  background-color: transparent;
}
@media (max-width: 1109px) {
  body .breakdance .footer .bottom .breakdance-menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
body .breakdance .footer .bde-back-to-top button {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
body .breakdance .footer .bde-code-block p {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: var(--gotham-book);
}
body .breakdance .footer .custom-menu {
  gap: 2rem;
  width: 100%;
}
body .breakdance .footer .custom-menu.mobile {
  display: none;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer .custom-menu.mobile {
    display: block;
  }
}
body .breakdance .footer .custom-menu.mobile .breakdance-menu-link {
  font-size: 1.2rem;
  color: var(--white);
  font-family: var(--gotham-bold);
}
body .breakdance .footer .custom-menu.mobile .breakdance-menu-list {
  gap: 2rem;
}
body .breakdance .footer .custom-menu.mobile .breakdance-dropdown-links {
  gap: 1rem;
}
body .breakdance .footer .custom-menu.mobile .breakdance-menu-link,
body .breakdance .footer .custom-menu.mobile .breakdance-menu-item,
body .breakdance .footer .custom-menu.mobile .breakdance-dropdown-section {
  padding: 0;
}
body .breakdance .footer .custom-menu.mobile .breakdance-menu-link-arrow::after {
  background-color: var(--white);
}
body .breakdance .footer .custom-menu.mobile .breakdance-dropdown-body {
  background-color: transparent;
  padding: 1.5rem 0 0;
}
body .breakdance .footer .custom-menu.mobile .breakdance-dropdown-link__text {
  font-family: var(--gotham-book);
  text-transform: none;
}
body .breakdance .footer .custom-menu.desktop {
  display: flex;
}
@media screen and (max-width: 1109px) {
  body .breakdance .footer .custom-menu.desktop {
    display: none;
  }
}
body .breakdance .footer .custom-menu .breakdance-menu-list {
  gap: 1rem;
}
body .breakdance .footer .custom-menu span,
body .breakdance .footer .custom-menu a {
  font-size: 1.2rem;
  color: var(--white);
}
body .breakdance .footer .custom-menu span {
  font-family: var(--gotham-medium);
}
body .breakdance .footer .custom-menu a {
  font-family: var(--gotham-light);
}
body .breakdance .footer .custom-menu__inner {
  gap: 1rem;
  justify-content: end;
  width: 50%;
}
body .breakdance .footer .custom-menu__inner li,
body .breakdance .footer .custom-menu__inner a {
  padding: 0;
  text-transform: none;
  background-color: transparent;
}
body .breakdance .footer .custom-menu__inner.upper, body .breakdance .footer .custom-menu__inner.lower {
  display: flex;
  flex-direction: row;
}
body .breakdance .footer .custom-menu__inner.upper, body .breakdance .footer .custom-menu__inner.lower {
  width: 100%;
}

body .breakdance .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body .breakdance .preloader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white, #ffffff);
  z-index: 0;
  will-change: mask-image;
  mask-image: radial-gradient(circle at 0 0, transparent var(--wipe-progress, 0%), #000 calc(var(--wipe-progress, 0%) + 1px));
  -webkit-mask-image: radial-gradient(circle at 0 0, transparent var(--wipe-progress, 0%), #000 calc(var(--wipe-progress, 0%) + 1px));
}
body .breakdance .preloader .section-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
body .breakdance .preloader img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  body .breakdance .preloader img {
    max-width: 150px;
  }
}

body .breakdance .error-404 .bde-heading,
body .breakdance .error-404 .bde-text {
  color: var(--white);
  text-align: center;
}
body .breakdance .error-404 .bde-heading {
  font-family: var(--gotham-bold);
  text-transform: uppercase;
  font-weight: 500;
}
body .breakdance .error-404 .bde-text {
  font-family: var(--gotham-book);
}
body .breakdance .error-404 .bde-div {
  align-items: center;
  gap: 3rem;
}
body .breakdance .error-404 img {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 768px) {
  body .breakdance .error-404 img {
    max-width: 295px;
  }
}
body .breakdance .error-404 .section-container {
  max-width: unset;
}
body .breakdance .error-404 .bde-button a {
  background: transparent;
}
body .breakdance .error-404 .bde-button:hover a {
  background: var(--white);
}
body .breakdance .error-404 .bde-button:hover span {
  color: var(--black);
}

body .breakdance .our-work {
  background-color: var(--white);
}
body .breakdance .our-work .section-container {
  padding-top: 0;
  max-width: var(--max-width-sm);
  margin: 0 auto;
}
body .breakdance .our-work-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 768px) {
  body .breakdance .our-work-tiles {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  body .breakdance .our-work-tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .breakdance .our-work-tiles__item {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 576px) {
  body .breakdance .our-work-tiles__item {
    display: flex;
    flex-direction: column;
  }
}
body .breakdance .our-work-tiles__item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body .breakdance .our-work-tiles__item .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity 0.2s ease-in;
  gap: 2rem;
}
@media (max-width: 568px) {
  body .breakdance .our-work-tiles__item .inner {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  body .breakdance .our-work-tiles__item:hover .inner {
    opacity: 1;
  }
  body .breakdance .our-work-tiles__item:hover .inner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5137254902) 50%, rgba(0, 0, 0, 0.8078431373) 100%) 0% 0% no-repeat padding-box;
  }
}
body .breakdance .our-work-tiles__item .bde-button {
  z-index: 3;
}
body .breakdance .post-tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  height: auto;
  max-height: 75%;
  overflow-y: scroll;
}
body .breakdance .post-tags .tag {
  display: none;
  padding: 1rem;
  font-size: 0.875em;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 40px;
  font-family: var(--bitter);
  flex-shrink: 2;
}
@media (min-width: 1024px) {
  body .breakdance .post-tags .tag {
    display: block;
  }
}
body .breakdance .details {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 0;
}
body .breakdance .details .tag-preview__item {
  font-family: var(--gotham-book);
  font-size: 1.6rem;
}
body .breakdance .details h4 {
  font-family: var(--gotham-bold);
  text-transform: uppercase;
}
body .breakdance .details a {
  color: var(--black);
}
@media screen and (max-width: 576px) {
  body .breakdance .details {
    display: flex;
  }
}

body .breakdance .hero.the-office .section-container {
  padding: 0;
  max-width: unset;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 568px) {
  body .breakdance .hero.the-office .section-container {
    min-height: 50vh;
  }
}
body .breakdance .hero.the-office .inner {
  gap: 3rem;
  margin-top: auto;
  padding: 4rem 2rem;
  width: 100%;
  align-items: flex-start;
}
body .breakdance .hero.the-office .inner > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 8rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  body .breakdance .hero.the-office .inner > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
body .breakdance .hero.the-office .inner img {
  max-height: 650px;
}
@media (max-width: 768px) {
  body .breakdance .hero.the-office .inner img {
    max-height: 150px;
    margin: 0 auto;
  }
}
body .breakdance .hero.the-office .inner p {
  max-width: 27em;
}
body .breakdance .hero.the-office .inner .breadcrumbs {
  display: flex;
  align-items: center;
}
body .breakdance .hero.the-office .bde-heading,
body .breakdance .hero.the-office .bde-text {
  color: var(--white);
}
@media (max-width: 768px) {
  body .breakdance .hero.the-office .bde-heading,
  body .breakdance .hero.the-office .bde-text {
    text-align: center;
    margin: 0 auto;
  }
}

body .breakdance .accessibility .bde-heading {
  text-transform: uppercase;
  font-family: var(--gotham-bold);
}
body .breakdance .accessibility h3 {
  font-family: var(--bitter);
  padding-bottom: 1rem;
}
body .breakdance .accessibility ul,
body .breakdance .accessibility li {
  font-family: var(--gotham-book);
}
body .breakdance .accessibility div {
  padding-bottom: 2rem;
  font-size: 1.9rem;
}

body .breakdance .portfolio {
  background-color: white;
}
body .breakdance .portfolio__item {
  display: flex;
  flex-direction: column;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle {
  background-color: var(--white);
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle .section-container {
  padding: var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding);
  border-radius: var(--border-radius);
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  overflow: hidden;
  border-radius: var(--border-radius);
  position: relative;
  transition: var(--transition);
  max-width: 900px;
  width: 100%;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__container:hover .portfolio-cycle__aside {
  opacity: 1;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__main {
  width: 100%;
  height: 100%;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__item {
  height: 100%;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  height: 100%;
  width: 100%;
  max-width: 900px;
  flex-wrap: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  border-radius: var(--border-radius);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside img {
  object-fit: cover;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside .img-container {
  position: relative;
  height: 125px;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius);
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside .img-container img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  opacity: 1 !important;
  transform: none !important;
  border-radius: var(--border-radius);
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside .img-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  transition: var(--transition);
  border-radius: var(--border-radius);
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside .img-container.in-view img {
  filter: unset;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside .img-container.in-view::after {
  background: none;
  display: none;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside .img-container:hover {
  cursor: pointer;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside .img-container:hover img {
  filter: unset;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle__aside .img-container:hover::after {
  background: none;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle video,
body .breakdance .portfolio__item.custom-component .portfolio-cycle img {
  object-fit: cover;
  width: 100%;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle video {
  width: 100%;
  height: 100%;
  max-height: 550px;
}
body .breakdance .portfolio__item.custom-component .portfolio-cycle img {
  position: relative;
}
body .breakdance .portfolio__item img {
  position: relative;
  border-radius: var(--border-radius);
}
body .breakdance .portfolio__item img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: red;
  z-index: 99;
}
body .breakdance .portfolio__item video,
body .breakdance .portfolio__item img {
  margin-top: auto;
  width: 100%;
  position: relative;
}
body .breakdance .portfolio__item.full-width img {
  border-radius: 0 !important;
}
body .breakdance .portfolio__item:not(.full-width) {
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}
body .breakdance .portfolio__item:not(.full-width) video,
body .breakdance .portfolio__item:not(.full-width) img {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  aspect-ratio: 16/9;
}
body .breakdance .portfolio__item:not(.full-width) video {
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  body .breakdance .portfolio__item:not(.full-width) video {
    aspect-ratio: 1/1;
  }
}
body .breakdance .portfolio__item:not(.custom-component) video,
body .breakdance .portfolio__item:not(.custom-component) img {
  border-radius: var(--border-radius);
}

body.single-product .brand-guide .section-container {
  max-width: unset;
}
body.single-product .brand-guide img {
  max-width: 900px;
  margin: 0 auto;
}
body.single-product .add-to-cart {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
body.single-product .add-to-cart h2,
body.single-product .add-to-cart p {
  color: var(--white);
}
body.single-product .add-to-cart .bde-wooproductcartbutton {
  align-items: center;
}
body.single-product .add-to-cart form.cart {
  margin: 0;
}
body.single-product .add-to-cart .stock.in-stock {
  display: none;
  color: var(--white);
}
body.single-product .brand-guide,
body.single-product .add-to-cart,
body.single-product .description {
  background-color: var(--black);
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-container {
  width: 100%;
  max-width: var(--container-max-width-lg);
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
}
