/*!************************************************************************************************************!*\
  !*** 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=Caveat:wght@400..700&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (1) ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (2) ***!
  \****************************************************************************************************************/
@font-face {
  font-family: "ApexNew Bold";
  src: url(../.././css/build/font/ApexNew-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ApexNew Book";
  src: url(../.././css/build/font/ApexNew-Book.otf);
}
@font-face {
  font-family: "ApexNew Book Italic";
  src: url(../.././css/build/font/ApexNew-BookItalic.otf);
  font-style: italic;
}
@font-face {
  font-family: "ApexNew Medium";
  src: url(../.././css/build/font/ApexNew-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: "ApexNew Medium Italic";
  src: url(../.././css/build/font/ApexNew-MediumItalic.otf);
  font-weight: 500;
}
@font-face {
  font-family: "DashiellFine";
  src: url(../.././css/build/font/DashiellFine-Regular.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
* {
  margin: 0;
  line-height: calc(1em + 0.75rem);
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

.breakdance {
  background-color: white !important;
}
.breakdance .timeline:last-child .section-container {
  padding-bottom: 2rem;
}

body .breakdance .breakdance-menu-item.new-link::after {
  display: block;
  content: "NEW";
  position: absolute;
  top: -10px;
  right: -6px;
  font-size: 1rem;
  color: var(--blue);
}
body .breakdance .header {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  background-color: white;
}
body .breakdance .header .breakdance-dropdown-section {
  padding: 2rem;
}
body .breakdance .header .breakdance-dropdown--open .breakdance-menu-link-arrow::after {
  background-color: var(--blue);
}
body .breakdance .header .breakdance-dropdown-body .breakdance-dropdown-link {
  padding: 0;
}
body .breakdance .header .breakdance-dropdown-body .breakdance-dropdown-link__text {
  font-size: var(--menu-base-font-size);
  line-height: 1;
}
body .breakdance .header .breakdance-dropdown-body .breakdance-dropdown-link::before {
  display: none;
}
body .breakdance .header .breakdance-dropdown-body .breakdance-dropdown-link:hover {
  color: var(--blue);
}
body .breakdance .header .bde-notification-bar {
  border-bottom: 1px solid var(--pink);
}
body .breakdance .header .notification-bar-type-tip {
  gap: 0.5em;
  align-items: center;
  padding: 1rem;
}
@media screen and (max-width: 949px) {
  body .breakdance .header .notification-bar-type-tip {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  body .breakdance .header .notification-bar-type-tip {
    padding: 0;
  }
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-close {
  position: relative;
  right: 0;
  top: 0;
  background: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-close:hover {
  background: var(--blue);
  border-color: var(--blue);
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-close:hover span {
  color: white;
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-close span {
  margin-top: 3px;
}
@media screen and (max-width: 949px) {
  body .breakdance .header .notification-bar-type-tip .ee-alertbox-close {
    top: 1rem;
    right: 1rem;
    position: absolute;
  }
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-title {
  color: var(--grey);
  text-transform: capitalize;
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-icon {
  margin: 0;
  font-family: var(--apexnew-book);
  font-size: 1.8rem;
  color: var(--grey);
  margin-bottom: 3px;
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5em;
  padding: 1rem 0;
}
@media screen and (max-width: 990px) {
  body .breakdance .header .notification-bar-type-tip .ee-alertbox-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0;
  }
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content div {
  margin: 0;
  font-family: var(--apexnew-book);
  font-size: 1.8rem;
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-desc {
  color: var(--grey);
}
@media screen and (max-width: 990px) {
  body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-desc {
    padding: 0.5em 0;
  }
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-desc,
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-link {
  font-weight: 500;
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-desc a,
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-link a {
  line-height: unset;
  font-weight: bold;
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-link {
  margin-left: auto;
  color: var(--grey);
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-link a {
  text-decoration: none;
}
@media screen and (max-width: 990px) {
  body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-link {
    margin-left: unset;
    margin-right: auto;
  }
}
body .breakdance .header .notification-bar-type-tip .ee-alertbox-content .ee-alertbox-link:hover {
  color: var(--blue);
}
body .breakdance .header .bde-button {
  padding: 1rem;
}
body .breakdance .header .bde-header-builder__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 0;
}
@media screen and (max-width: 768px) {
  body .breakdance .header .bde-header-builder__container {
    padding: 1rem;
  }
}
body .breakdance .header .bde-header-builder__container > .bde-div {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body .breakdance .header a {
  font-family: var(--apexnew-book);
  color: var(--black);
  font-size: 1.8rem;
}
body .breakdance .header i {
  color: var(--blue);
  font-size: 2.4rem;
}
body .breakdance .header i {
  line-height: 4.8rem;
  text-decoration: none;
}
body .breakdance .header img {
  max-width: 303px;
}
@media screen and (max-width: 768px) {
  body .breakdance .header img {
    max-width: 200px;
  }
}
body .breakdance .header .breakdance-menu-item a {
  position: relative;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--apexnew-book);
  text-transform: none;
}
body .breakdance .header .breakdance-menu-item a:before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-image: none;
  border-radius: 100%;
  margin-top: -3.5px;
}
body .breakdance .header .breakdance-menu-item--active .breakdance-menu-link {
  color: var(--blue);
  font-family: var(--apexnew-bold);
}
body .breakdance .header .breakdance-menu-item--active a:before {
  background-image: var(--gradient);
}
body .breakdance .header .breakdance-menu-item:hover .breakdance-menu-link {
  color: var(--blue);
}

body .breakdance .deb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 30em;
  object-position: bottom;
}
@media screen and (max-width: 1069px) {
  body .breakdance .deb {
    max-width: 20em;
  }
}
@media screen and (max-width: 860px) {
  body .breakdance .deb {
    position: relative;
    margin-left: auto;
    max-width: 16em;
  }
}
body .breakdance .hero {
  position: relative;
  background-position: bottom;
}
body .breakdance .hero .section-container {
  justify-content: flex-end;
  padding: 2rem;
  min-height: 65vh;
}
body .breakdance .hero .section-container img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body .breakdance .hero .section-container {
    height: unset;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 0;
  }
  body .breakdance .hero .section-container .bde-div {
    width: 100%;
  }
}
body .breakdance .hero.coach .section-container {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body .breakdance .hero.coach .section-container {
    justify-content: space-between;
  }
}
body .breakdance .hero.coach .section-container .deb {
  max-width: 30em;
}
body .breakdance .hero.partner .section-container {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body .breakdance .hero.partner .section-container {
    justify-content: space-between;
  }
}
body .breakdance .hero.partner .section-container .deb {
  max-width: unset;
}
body .breakdance .hero.podcast .section-container {
  min-height: unset;
  padding: 6rem 2rem;
}
body .breakdance .hero .badges {
  text-transform: uppercase;
  font-family: var(--apexnew-medium);
  font-size: 1.6rem;
  color: var(--blue) !important;
  letter-spacing: 4px;
  max-width: 40em;
}
@media screen and (max-width: 768px) {
  body .breakdance .hero .badges {
    max-width: 20em;
  }
}
body .breakdance .hero:not(.split) h2 {
  font-family: var(--apexnew-medium);
  font-size: 2.6rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .hero:not(.split) h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
body .breakdance .hero:not(.main, .my-journey)::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 75%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  body .breakdance .hero.speaker::after {
    display: none;
  }
}
body .breakdance .hero.my-journey .section-container {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body .breakdance .hero.my-journey .section-container {
    justify-content: flex-start;
  }
}
body .breakdance .hero.my-journey::after {
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  height: 60%;
  width: 100%;
  top: 0;
}
@media screen and (min-width: 769px) {
  body .breakdance .hero.my-journey::after {
    width: 75%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    top: 0;
    left: 0;
  }
}
body .breakdance .hero.main .section-container {
  justify-content: center;
}
@media screen and (max-width: 899px) {
  body .breakdance .hero.main .section-container {
    justify-content: flex-start;
  }
}
body .breakdance .hero.main h1 {
  color: var(--red);
  max-width: 6em;
}
@media screen and (min-width: 600px) {
  body .breakdance .hero.main h1 {
    line-height: 1;
  }
}
body .breakdance .hero.main h2,
body .breakdance .hero.main p {
  color: var(--black);
}
body .breakdance .hero .section-container .bde-div {
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .hero .section-container .bde-div {
    gap: 1rem;
  }
}
body .breakdance .hero .bde-heading,
body .breakdance .hero .bde-text {
  color: var(--white);
  z-index: 2;
}
body .breakdance .hero h2 {
  padding-top: 2rem;
}
body .breakdance .hero h2,
body .breakdance .hero p {
  font-family: var(--apexnew-book);
  max-width: 30em;
}
body .breakdance .hero .bde-shortcode {
  z-index: 99;
}
body .breakdance .split .section-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3rem;
  padding: 6rem 2rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .split .section-container {
    padding: 4rem 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
body .breakdance .split h1 {
  line-height: 1;
}
body .breakdance .split h2 {
  font-family: var(--dashiellfine);
}
body .breakdance .split.cta {
  position: relative;
}
body .breakdance .split.cta .bde-div {
  z-index: 99;
}
body .breakdance .split.cta h2,
body .breakdance .split.cta p {
  color: white;
}
body .breakdance .split.cta::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 90%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
}

body .breakdance .footer {
  background-color: var(--pink-lighter);
}
body .breakdance .footer .breakdance-menu-list {
  width: auto;
}
body .breakdance .footer .new-link::after {
  top: 0;
  right: -15px;
}
body .breakdance .footer input {
  background: none;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--blue);
  border-radius: 0;
  text-transform: lowercase;
  max-width: 274px;
}
body .breakdance .footer a {
  text-decoration: none;
  color: var(--black);
  font-family: var(--apexnew-book);
  font-size: 1.6rem;
  line-height: 4.8rem;
}
body .breakdance .footer .section-container {
  display: grid;
  flex-direction: column;
  padding: 6rem 2rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body .breakdance .footer .section-container {
    flex-direction: column;
  }
}
body .breakdance .footer .section-container > .content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 6rem;
  width: 100%;
  gap: 2rem;
  max-width: var(--maxWidth);
}
body .breakdance .footer .section-container > .content .bde-wp-menu {
  width: unset;
}
@media screen and (max-width: 768px) {
  body .breakdance .footer .section-container > .content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 933px) {
  body .breakdance .footer .section-container > .content {
    grid-template-columns: repeat(4, 1fr);
  }
}
body .breakdance .footer .section-container > .content > .bde-div:last-child {
  padding: 1rem;
  gap: 2rem;
}
body .breakdance .footer img {
  max-width: 200px;
}
@media screen and (min-width: 1024px) {
  body .breakdance .footer img {
    max-width: 275px;
  }
}
body .breakdance .footer--inner {
  max-width: var(--maxWidth);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  body .breakdance .footer--inner {
    padding: 4rem 1rem;
  }
}
body .breakdance .footer .breakdance-menu-item a {
  padding: 0;
  text-transform: none;
}
body .breakdance .footer .breakdance-menu-item:hover .breakdance-menu-link {
  color: var(--blue);
}
body .breakdance .footer .copyright {
  font-family: var(--apexnew-book);
  background-color: var(--pink-darker);
  width: 100%;
}
body .breakdance .footer .copyright--inner {
  padding: 2rem;
  max-width: var(--maxWidth);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .breakdance .footer .copyright--inner {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  body .breakdance .footer .copyright--inner span {
    text-align: center;
    max-width: 15em;
  }
}
body .breakdance .footer .copyright .breakdance-menu-list a {
  line-height: 1;
}
body .breakdance .footer .copyright .breakdance-menu-list,
body .breakdance .footer .copyright .bde-column {
  gap: 1.5rem;
}
body .breakdance .footer .copyright p,
body .breakdance .footer .copyright a {
  font-size: 1.4rem;
  line-height: 2rem;
}
body .breakdance .footer .social-link {
  display: grid;
  grid-template-columns: 40px 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
}
body .breakdance .footer .social-link a:hover {
  color: var(--blue);
}
body .breakdance .footer .social-link img {
  height: 40px;
  width: 40px;
  padding: 1rem;
  padding-left: 0;
}
body .breakdance .footer span {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: var(--apexnew-book);
}
body .breakdance .footer .bde-column:last-child {
  gap: 1rem;
}
body .breakdance .footer span,
body .breakdance .footer a,
body .breakdance .footer p {
  color: var(--black);
}
body .breakdance .footer .frm_message p {
  color: #468847;
}
body .breakdance .signature {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
body .breakdance .signature a {
  text-decoration: none;
  color: var(--black);
}
body .breakdance .signature a:hover {
  color: var(--blue);
}

body .breakdance .mobile-menu {
  background-color: white;
}
body .breakdance .mobile-menu .new-link::after {
  top: 0;
  right: 5px;
}
body .breakdance .mobile-menu i {
  font-size: 2.4rem;
  line-height: 4.8rem;
}
body .breakdance .mobile-menu .bde-button {
  padding: 1rem;
}
body .breakdance .mobile-menu .bde-button a {
  color: var(--blue);
  font-size: 2.4rem;
  padding: 0;
}
body .breakdance .mobile-menu .bde-button a span {
  line-height: 0;
}
body .breakdance .mobile-menu img {
  max-width: 303px;
}
@media screen and (max-width: 768px) {
  body .breakdance .mobile-menu img {
    max-width: 200px;
  }
}
body .breakdance .mobile-menu .bde-section .section-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
body .breakdance .mobile-menu .bde-section:nth-child(2), body .breakdance .mobile-menu .bde-section:nth-child(3) {
  border-bottom: 1px solid var(--pink-lighter);
}
body .breakdance .mobile-menu .breakdance-menu-list a {
  font-family: var(--apexnew-book);
  text-transform: none;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}
body .breakdance .mobile-menu .social-links .section-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
}
body .breakdance .mobile-menu .social-links--link {
  display: grid;
  grid-template-columns: 40px 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
}
body .breakdance .mobile-menu .social-links--link a {
  text-transform: none;
  text-decoration: none;
  font-family: var(--apexnew-book);
  color: var(--black);
  line-height: 1;
  font-size: var(--menu-base-font-size);
}
body .breakdance .mobile-menu .social-links--link a:hover {
  color: var(--blue);
}
body .breakdance .mobile-menu .social-links--link img {
  height: 40px;
  width: 40px;
  padding: 1rem;
  padding-left: 0;
}
body .breakdance .mobile-menu .copyright {
  margin-top: auto;
  padding-top: 2rem;
}
body .breakdance .mobile-menu .copyright .section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 0.5rem;
  width: 100%;
  margin-top: auto;
  font-size: 1.4rem;
  line-height: 2rem;
}
body .breakdance .mobile-menu .copyright span,
body .breakdance .mobile-menu .copyright a,
body .breakdance .mobile-menu .copyright p {
  padding: 0;
  color: var(--black);
  font-size: var(--menu-base-font-size);
  margin: 0;
}
@media screen and (max-width: 500px) {
  body .breakdance .mobile-menu .copyright span {
    text-align: center;
    max-width: 15em;
  }
}
body .breakdance .mobile-menu .breakdance-dropdown-body {
  border-radius: 0;
}
body .breakdance .mobile-menu .breakdance-dropdown-section {
  padding: 0;
  background-color: var(--pink-lighter);
}
@media screen and (max-width: 768px) {
  body .breakdance .mobile-menu .padding .section-container {
    padding: 1rem;
  }
}
body .breakdance .mobile-menu .breakdance-dropdown-link__text {
  font-size: var(--menu-base-font-size);
}
body .breakdance .mobile-menu .breakdance-dropdown--open .breakdance-menu-link-arrow::after {
  background-color: var(--blue);
}
body .breakdance .mobile-menu .breakdance-menu-link {
  padding: 1rem 2rem;
}
body .breakdance .mobile-menu .breakdance-menu-link-arrow {
  padding: 1rem 2rem;
}
body .breakdance .mobile-menu .breakdance-dropdown-link {
  background: #f2f2f2;
  font-size: var(--menu-base-font-size);
}
body .breakdance .mobile-menu .breakdance-dropdown-links {
  gap: 0;
}
body .breakdance .mobile-menu .breakdance-dropdown-item:hover {
  background-color: var(--blue);
}
body .breakdance .mobile-menu .breakdance-menu-list {
  width: auto;
}
body .breakdance .mobile-menu .breakdance-menu-list li:focus a, body .breakdance .mobile-menu .breakdance-menu-list li:hover a {
  color: var(--blue);
}

body .breakdance .contact-form .section-container {
  padding-left: 0;
  padding-right: 0;
  max-width: var(--maxWidth);
  padding: 6rem 2rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .contact-form .section-container {
    padding: 4rem 2rem;
  }
}
body .breakdance .contact-form .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 100%;
  border-radius: var(--borderRadius);
  flex-direction: row;
  align-items: flex-end;
  padding: 6rem 4rem;
}
body .breakdance .contact-form .form p {
  max-width: 20em;
}
@media screen and (max-width: 767px) {
  body .breakdance .contact-form .form {
    grid-template-columns: repeat(1, 1fr);
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 925px) {
  body .breakdance .contact-form .form {
    background: none;
    background-color: #e8f4fb;
  }
}
body .breakdance .contact-form .form--inner {
  max-width: 40em;
  gap: 3rem;
}
body .breakdance .contact-form form .frm_form_field {
  margin: 0;
}
body .breakdance .contact-form form .frm_form_field select {
  padding-left: 0.5rem;
}
body .breakdance .contact-form form .frm_form_field select,
body .breakdance .contact-form form .frm_form_field textarea,
body .breakdance .contact-form form .frm_form_field input {
  border: 1px solid var(--blue);
  border-radius: 5px;
  box-shadow: none;
  font-family: var(--apexnew-book);
}
body .breakdance .contact-form form .frm_fields_container {
  grid-gap: unset;
  gap: 2rem;
}
body .breakdance .contact-form form ::placeholder {
  font-family: var(--apexnew-book);
}
body .breakdance .contact-form form .frm_description,
body .breakdance .contact-form form label {
  font-family: var(--apexnew-medium);
  color: var(--blue);
}
body .breakdance .contact-form form .frm_description {
  font-family: var(--apexnew-book);
}
body .breakdance .contact-form form .frm_required {
  display: none;
}
body .breakdance .contact-form h3 {
  color: var(--gray);
}

body .breakdance .side-by-side .section-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .side-by-side .section-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 4rem 2rem;
  }
}
body .breakdance .side-by-side .section-container .content {
  gap: 2rem;
}
body .breakdance .side-by-side .section-container span {
  font-family: var(--apexnew-bold);
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
}
body .breakdance .side-by-side .section-container p {
  max-width: 30em;
}
body .breakdance .side-by-side .section-container .dec-img,
body .breakdance .side-by-side .section-container .bde-button,
body .breakdance .side-by-side .section-container h3,
body .breakdance .side-by-side .section-container span,
body .breakdance .side-by-side .section-container p {
  opacity: 0.1;
}
body .breakdance .side-by-side .section-container h3 {
  color: var(--red);
}
body .breakdance .side-by-side .section-container img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
body .breakdance .side-by-side.flip .bde-image {
  order: 2;
}
@media screen and (max-width: 767px) {
  body .breakdance .side-by-side.flip .bde-image {
    order: unset;
  }
}
body .breakdance .side-by-side .dec-img img {
  border-radius: var(--borderRadius);
  aspect-ratio: 4/3;
}

body .breakdance .shop-banner {
  position: relative;
}
body .breakdance .shop-banner .section-container > .bde-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body .breakdance .shop-banner .section-container > .bde-image img {
    object-fit: cover;
  }
}
body .breakdance .shop-banner--inner {
  display: -webkit-box;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0 auto;
  margin-top: -25rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 576px) {
  body .breakdance .shop-banner--inner {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  body .breakdance .shop-banner--inner {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -20rem;
  }
}
body .breakdance .shop-banner .section-container {
  align-items: flex-start;
}
body .breakdance .shop-banner .card {
  gap: 1.5rem;
  background: var(--white);
  max-width: 350px;
  padding: 2rem;
  border-radius: var(--borderRadius);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
body .breakdance .shop-banner .card .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
body .breakdance .shop-banner .card .image img {
  border-radius: var(--borderRadius);
  border-radius: 1px solid #fcfcfc;
}
body .breakdance .shop-banner .card .bde-button {
  margin-top: auto;
}
body .breakdance .shop-banner h4 {
  font-family: var(--apexnew-bold);
}

body .breakdance .affiliations .section-container {
  padding: 4rem 2rem;
  align-items: center;
  gap: 3rem;
}
body .breakdance .affiliations .bde-heading {
  color: var(--red);
  margin: unset;
}
body .breakdance .affiliations .logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  body .breakdance .affiliations .logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 630px) {
  body .breakdance .affiliations .logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  body .breakdance .affiliations .logos {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
body .breakdance .affiliations .logos .bde-image {
  margin: 0 auto;
}
body .breakdance .content-block.shop .section-container {
  padding: 0 2rem;
}
body .breakdance .content-block.alt .work-with-deb {
  display: flex !important;
  flex-direction: column;
  border-radius: var(--borderRadius);
  padding: 4rem;
  height: 100%;
  font-family: var(--apexnew-book);
  background: var(--grey);
}
body .breakdance .content-block.alt .work-with-deb .bde-heading {
  color: var(--grey);
}
body .breakdance .content-block.alt .work-with-deb li {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  body .breakdance .content-block.alt .work-with-deb {
    padding: 2rem;
  }
}
body .breakdance .content-block:not(.alt) .work-with-deb {
  display: flex !important;
  flex-direction: column;
  border-radius: var(--borderRadius);
  padding: 4rem;
  height: 100%;
  font-family: var(--apexnew-book);
}
@media screen and (max-width: 768px) {
  body .breakdance .content-block:not(.alt) .work-with-deb {
    padding: 2rem;
  }
}
body .breakdance .content-block:not(.alt) .work-with-deb:first-child {
  background: var(--cyan);
}
body .breakdance .content-block:not(.alt) .work-with-deb:first-child .bde-heading {
  color: var(--grey);
}
body .breakdance .content-block:not(.alt) .work-with-deb:last-child {
  background: var(--pink);
}
body .breakdance .content-block:not(.alt) .work-with-deb:last-child .bde-heading {
  color: var(--red);
}
body .breakdance .content-block .images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
body .breakdance .content-block .images img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body .breakdance .content-block .images {
    gap: 1rem;
  }
}
body .breakdance .content-block .section-container {
  gap: 5rem;
  padding: 6rem 2rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .section-container {
    padding: 4rem 2rem;
  }
}
body .breakdance .content-block .insert-content,
body .breakdance .content-block .insert {
  display: flex;
  gap: 3rem;
}
body .breakdance .content-block .insert-content h2,
body .breakdance .content-block .insert h2 {
  color: var(--red);
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .insert-content,
  body .breakdance .content-block .insert {
    flex-direction: column;
    padding: 0;
  }
}
body .breakdance .content-block .insert {
  flex-direction: row;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .insert {
    flex-direction: column;
  }
}
body .breakdance .content-block .insert-content {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .insert-content {
    align-items: flex-start;
  }
}
body .breakdance .content-block .insert-content .bde-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .insert-content .bde-div {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .breakdance .content-block .insert-content > span {
  font-family: var(--apexnew-book);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: clamp(2.8rem, 4vw, 3.6rem);
}
body .breakdance .content-block .feature {
  gap: 3rem;
  padding: 6rem 4rem;
  background-color: var(--cyan);
  width: 100%;
  border-radius: var(--borderRadius);
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .feature {
    padding: 4rem 2rem;
    gap: 3rem;
  }
}
body .breakdance .content-block .feature span {
  font-family: var(--apexnew-bold);
}
body .breakdance .content-block .feature--inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .content-block .feature--inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .breakdance .content-block .feature--inner img {
  max-width: 400px;
  width: 100%;
}
body .breakdance .content-block .feature--inner h3 {
  color: var(--purple);
  font-weight: 500;
}
body .breakdance .content-block .feature--inner > .bde-div {
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .feature--inner > .bde-div {
    gap: 3rem;
  }
}
body .breakdance .content-block .feature--podcast {
  background-color: var(--blue-lightest);
  gap: 0;
  padding-bottom: 4rem;
}
body .breakdance .content-block .feature--podcast .feature--inner {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .feature--podcast .feature--inner {
    align-items: flex-start;
  }
}
body .breakdance .content-block .feature--podcast .podcast {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .breakdance .content-block .feature--podcast .podcast p {
  color: var(--white);
}
body .breakdance .content-block .feature--podcast .podcast > .bde-div {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .feature--podcast .podcast > .bde-div {
    flex-direction: column;
  }
}
body .breakdance .content-block .feature--podcast .quote {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .feature--podcast .quote {
    padding-bottom: 0;
  }
}
body .breakdance .content-block .quote {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 2rem;
}
@media screen and (max-width: 576px) {
  body .breakdance .content-block .quote {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .breakdance .content-block .quote p,
body .breakdance .content-block .quote span {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
body .breakdance .content-block .quote p:first-child {
  font-style: italic;
  padding-bottom: 2rem;
}
body .breakdance .content-block .quote p > span {
  font-style: italic;
  text-transform: none;
  font-family: var(--apexnew-book);
}
body .breakdance .content-block .quote span {
  font-family: var(--apexnew-medium);
  text-transform: uppercase;
}
body .breakdance .content-block .quote img {
  max-width: 70px;
}
body .breakdance .content-block .buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 576px) {
  body .breakdance .content-block .buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
body .breakdance .content-block .buttons .external-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient);
  width: 150px;
  height: 50px;
  border-radius: var(--borderRadius);
}
@media screen and (max-width: 768px) {
  body .breakdance .content-block .buttons .external-button {
    width: 100%;
  }
}
body .breakdance .content-block .buttons .external-button img {
  padding: 1rem;
  max-width: 100px;
  width: 100%;
}
body .breakdance .content-block .podcast,
body .breakdance .content-block .awards {
  width: 100%;
  padding: 2rem 0;
}
body .breakdance .content-block .awards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 2rem 0 0;
}
@media screen and (max-width: 1120px) {
  body .breakdance .content-block .awards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  body .breakdance .content-block .awards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  body .breakdance .content-block .awards {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .breakdance .content-block .podcast {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--blue);
  border-radius: var(--borderRadius);
  padding: 4rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  body .breakdance .content-block .podcast {
    flex-direction: column;
    padding: 4rem 2rem;
  }
}
body .breakdance .content-block .podcast .icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}
body .breakdance .content-block .podcast .icons > .bde-div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
body .breakdance .content-block .podcast .icons span {
  text-align: center;
  font-family: var(--apexnew-medium);
  text-transform: uppercase;
  color: var(--white);
}
body .breakdance .content-block .awards {
  border-top: 1px solid var(--purple);
}
body .breakdance .content-block .awards .award {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
body .breakdance .content-block .awards .award .bde-div {
  gap: 0;
}
body .breakdance .content-block .awards .award span {
  font-family: var(--apexnew-bold);
}
body .breakdance .content-block .awards .award span,
body .breakdance .content-block .awards .award p {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
body .breakdance .content-block .awards .award img {
  max-width: 65px;
  width: 100%;
}
body .breakdance .accordions .insert-content .bde-div {
  display: flex;
}

body .breakdance .cta-about .section-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1150px) {
  body .breakdance .cta-about .section-container {
    margin: 6rem 0;
  }
}
body .breakdance .cta-about .bde-heading {
  font-family: var(--dashiellfine);
}
body .breakdance .cta-about.irish-nana .section-container {
  margin: 0;
}
body .breakdance .cta-about.irish-nana .content {
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  body .breakdance .cta-about.irish-nana .content {
    align-items: center !important;
  }
  body .breakdance .cta-about.irish-nana .content .bde-text {
    text-align: center;
  }
}
body .breakdance .cta-about.irish-nana .polaroids {
  padding-top: 10rem !important;
  gap: 0;
}
body .breakdance .cta-about.irish-nana .polaroid--container .polaroid:first-child {
  z-index: 1;
}
body .breakdance .cta-about.irish-nana .polaroid--container .polaroid:last-child {
  z-index: 0 !important;
}
@media screen and (min-width: 1024px) {
  body .breakdance .cta-about.irish-nana .polaroids {
    padding-top: unset;
    gap: 3rem;
  }
}
body .breakdance .cta-about.speaker .section-container {
  padding-top: 0;
  margin-top: 0;
}
body .breakdance .cta-about.speaker .bde-image {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  body .breakdance .cta-about.speaker .bde-image img {
    max-width: 300px !important;
  }
}
body .breakdance .cta-about.speaker .date {
  font-weight: 900;
}
body .breakdance .cta-about.speaker span {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: var(--inter);
}
@media screen and (min-width: 768px) and (max-width: 813px) {
  body .breakdance .cta-about.speaker span {
    font-size: 1.2rem;
  }
}
body .breakdance .cta-about.speaker .bde-heading {
  max-width: 11em;
}
body .breakdance .cta-about.speaker .bde-text {
  max-width: 25em;
}
body .breakdance .cta-about.speaker .content {
  max-width: 1440px;
  gap: 3rem;
}
body .breakdance .cta-about.speaker .content .bde-div {
  max-width: unset;
}
@media screen and (max-width: 767px) {
  body .breakdance .cta-about.speaker .content {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 0;
  }
  body .breakdance .cta-about.speaker .content > .bde-image img {
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 auto;
  }
  body .breakdance .cta-about.speaker .content .bde-div {
    align-items: center;
    text-align: center;
    padding: 0;
  }
}
body .breakdance .cta-about.speaker .cta-about--inner {
  padding: 4rem 2rem 0;
}
@media screen and (min-width: 768px) {
  body .breakdance .cta-about.speaker .cta-about--inner {
    margin: 0;
    padding: 0;
  }
  body .breakdance .cta-about.speaker .cta-about--inner .content {
    align-items: flex-end;
  }
}
body .breakdance .cta-about.speaker .additional-speakers {
  display: flex;
  flex-direction: row !important;
  padding: 0 !important;
  gap: 1rem;
  align-items: flex-end !important;
  margin-top: auto;
}
@media screen and (max-width: 1420px) {
  body .breakdance .cta-about.speaker .additional-speakers {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 767px) {
  body .breakdance .cta-about.speaker .additional-speakers {
    align-items: center !important;
  }
}
body .breakdance .cta-about.speaker .additional-speakers .bde-image {
  position: relative;
}
body .breakdance .cta-about.speaker .additional-speakers .bde-image img {
  max-width: 400px !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body .breakdance .cta-about.speaker .additional-speakers .bde-image img {
    max-width: unset !important;
  }
}
body .breakdance .cta-about.speaker .additional-speakers .bde-text {
  text-align: right;
  max-width: 20em;
}
@media screen and (max-width: 767px) {
  body .breakdance .cta-about.speaker .additional-speakers .bde-text {
    width: 100%;
    text-align: center;
  }
}
body .breakdance .cta-about.speaker img {
  max-width: 500px !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body .breakdance .cta-about.speaker img {
    max-width: unset;
  }
}
body .breakdance .cta-about.flip .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .cta-about.flip .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
body .breakdance .cta-about.flip .content .bde-div {
  text-align: left;
  align-items: flex-start;
  margin-right: auto;
}
body .breakdance .cta-about.flip .content .bde-video {
  right: 0;
  left: unset;
}
@media screen and (max-width: 1150px) {
  body .breakdance .cta-about.flip .content .bde-video {
    position: relative;
  }
}
body .breakdance .cta-about.flip .content .bde-video .ee-video:not(.lyt-activated)::after {
  position: absolute;
  display: block;
  content: "";
  height: 171px;
  width: 171px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width=%27129%27 height=%27149%27 viewBox=%270 0 129 149%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M129 74.5L0.749993 148.545L0.749999 0.454821L129 74.5Z%27 fill=%27white%27 fill-opacity=%270.6%27/%3E%3C/svg%3E%0A");
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
body .breakdance .cta-about.alt .content {
  gap: 3rem;
  align-items: flex-start;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  body .breakdance .cta-about.alt .content {
    align-items: flex-end;
  }
}
body .breakdance .cta-about.alt .bde-heading {
  font-family: var(--dashiellfine);
}
body .breakdance .cta-about.alt .polaroids {
  flex-direction: column;
  padding: 6rem 2rem;
}
@media screen and (min-width: 1024px) {
  body .breakdance .cta-about.alt .polaroids {
    flex-direction: row;
  }
}
body .breakdance .cta-about .polaroids {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body .breakdance .cta-about .polaroids img {
  max-width: 250px;
  width: 100%;
}
body .breakdance .cta-about--inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 6rem 0;
  text-align: right;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 938px) {
  body .breakdance .cta-about--inner {
    padding: 0;
    margin: 0;
  }
}
body .breakdance .cta-about--inner .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: var(--maxWidth);
}
@media screen and (max-width: 600px) {
  body .breakdance .cta-about--inner .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 938px) {
  body .breakdance .cta-about--inner .content {
    display: flex !important;
    justify-content: flex-end;
  }
}
body .breakdance .cta-about--inner .content .bde-div {
  display: flex;
  flex-direction: column;
  padding: 6rem 2rem;
  gap: 3rem;
  max-width: 30em;
}
@media screen and (max-width: 767px) {
  body .breakdance .cta-about--inner .content .bde-div {
    padding: 4rem 2rem;
  }
}
body .breakdance .cta-about--inner .bde-video,
body .breakdance .cta-about--inner .bde-image {
  position: absolute;
  left: 0;
}
body .breakdance .cta-about--inner .bde-video {
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  body .breakdance .cta-about--inner .bde-video {
    max-width: unset;
  }
}
body .breakdance .cta-about .bde-heading,
body .breakdance .cta-about .bde-text {
  max-width: 25em;
  color: var(--white);
}
body .breakdance .cta-about .bde-video,
body .breakdance .cta-about .bde-image {
  position: relative;
}
@media screen and (min-width: 938px) {
  body .breakdance .cta-about .content {
    flex-direction: row;
    align-items: center;
  }
  body .breakdance .cta-about .content .bde-video,
  body .breakdance .cta-about .content .bde-image {
    position: absolute;
  }
}
@media screen and (max-width: 937px) {
  body .breakdance .cta-about .bde-video,
  body .breakdance .cta-about .bde-image {
    position: relative;
  }
}
@media screen and (min-width: 938px) {
  body .breakdance .cta-about--inner.alt img {
    max-width: 600px;
  }
}

body .breakdance .swiper h2 {
  color: var(--blue);
}
body .breakdance .swiper .bde-div {
  align-items: flex-end;
  background: var(--white);
  z-index: 1;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  body .breakdance .swiper .bde-div {
    align-items: flex-start;
  }
}
body .breakdance .swiper .section-container {
  display: flex;
  flex-direction: row;
  align-items: stretch !important;
  gap: 3rem;
  padding: 6rem 2rem;
}
@media screen and (max-width: 767px) {
  body .breakdance .swiper .section-container {
    flex-direction: column;
    padding: 4rem 2rem;
  }
}
body .breakdance .swiper img {
  max-width: 175px;
}
@media screen and (max-width: 768px) {
  body .breakdance .swiper img {
    max-width: 150px;
  }
}
body .breakdance .swiper .swiper-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 3rem;
}
body .breakdance .swiper .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  gap: 1.5rem;
}
body .breakdance .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  border: 1px solid;
  padding: 2rem;
  background: var(--white);
  color: var(--grey);
  border-color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-family: var(--apexnew-book);
  opacity: 1;
}
body .breakdance .swiper .swiper-pagination .swiper-pagination-horizontal {
  top: unset !important;
  bottom: unset !important;
}
body .breakdance .swiper .swiper-pagination .swiper-pagination-bullet-active {
  font-family: var(--apexnew-bold);
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
body .breakdance .swiper .dc-testimonial-content {
  max-width: 40em;
  display: none;
  text-align: left;
  font-family: var(--apexnew-book);
}
body .breakdance .swiper .swiper-slide-active .dc-testimonial-content {
  display: block;
}

:root {
  --red: #ab2b34;
  --blue-lightest: rgba(80, 108, 186, 0.12);
  --blue-lighter: #44abe0;
  --blue: #506cba;
  --cyan: rgba(66, 173, 226, 0.18);
  --purple: #624099;
  --grey: #576273;
  --pink: #fcf7fa;
  --pink-lighter: #f8eff8;
  --pink-darker: #f2e8f2;
  --white: #2d1414;
  --black: #000000;
  --gradient: linear-gradient(110deg, #44abe0 0%, #624099 100%);
  --apexnew-bold: "ApexNew Bold";
  --apexnew-book: "ApexNew Book";
  --apexnew-bookitalic: "ApexNew Book Italic";
  --apexnew-medium: "ApexNew Medium";
  --apexnew-mediumitalic: "ApexNew Medium Italic";
  --dashiellfine: "DashiellFine Regular";
  --caveat: "Caveat";
  --inter: "Inter";
  --borderRadius: 6px;
  --maxWidth: 1120px;
}

body .breakdance .bde-heading,
body .breakdance h1,
body .breakdance h2,
body .breakdance h3,
body .breakdance h4,
body .breakdance h5,
body .breakdance h6 {
  overflow-wrap: break-word;
  font-family: var(--dashiellfine);
  font-weight: 500;
}
body .breakdance b,
body .breakdance .bde-rich-text,
body .breakdance .bde-text,
body .breakdance a,
body .breakdance span,
body .breakdance p,
body .breakdance li {
  overflow-wrap: break-word;
  font-family: var(--apexnew-book);
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  line-height: 1.5;
}
body .breakdance .caption {
  font-family: var(--apexnew-book);
  font-family: 1.4rem;
  line-height: 2rem;
  font-weight: 450;
}
body .breakdance h1 {
  font-family: var(--dashiellfine);
  font-size: clamp(4.8rem, 5vw, 7rem);
}
@media (max-width: 768px) {
  body .breakdance h1 {
    font-size: 4.8rem;
    line-height: 5.2rem;
  }
}
body .breakdance h2 {
  font-family: var(--dashiellfine);
  font-size: clamp(3.4rem, 3vw, 4.8rem);
  line-height: 1;
}
@media (max-width: 768px) {
  body .breakdance h2 {
    font-size: 3.4rem;
  }
}
body .breakdance h3 {
  font-family: var(--dashiellfine);
  font-size: clamp(3rem, 3vw, 3.6rem);
  line-height: 1;
}
body .breakdance h4 {
  font-family: var(--dashiellfine);
  font-size: clamp(2.4rem, 2vw, 2.6rem);
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin-bottom: 1rem;
}

body .breakdance .frm_button_submit,
body .breakdance button,
body .breakdance input[type=submit],
body .breakdance input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
body .breakdance .frm_button_submit {
  font-size: 1.6rem !important;
  padding: 1rem 2rem !important;
  font-family: var(--apexnew-medium);
  border-radius: var(--borderRadius) !important;
  background: var(--gradient) !important;
  text-transform: uppercase;
  border: 0 !important;
  color: var(--white) !important;
  box-shadow: none;
  margin: 0 !important;
  background-size: 200% auto !important;
  border-color: var(--blue);
  transition: all 0.5s ease-in-out !important;
  line-height: 1 !important;
  padding-top: 1.25rem !important;
}
body .breakdance .frm_button_submit:hover {
  background-position: right center !important;
}
body .breakdance .bde-button a,
body .breakdance .bde-button button,
body .breakdance .bde-button span {
  border-radius: var(--borderRadius);
  font-family: var(--apexnew-medium);
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 5px;
}
body .breakdance .bde-button .button-atom--primary {
  background: var(--gradient);
  background-size: 200% auto;
  color: var(--white);
  border-color: var(--blue);
  border: 0;
  transition: all 0.5s ease-in-out;
  padding: 1rem 2rem;
}
body .breakdance .bde-button .button-atom--primary:hover {
  background-position: right center;
}
body .breakdance .bde-button .button-atom--secondary {
  border-color: var(--blue);
  color: var(--blue);
  transition: all 0.1s ease-in-out;
  padding: 1rem 2rem;
}
body .breakdance .bde-button .button-atom--secondary:hover {
  background: var(--purple);
  color: var(--white);
  border-color: var(--purple);
}

body .breakdance .polaroid {
  opacity: 0.1;
  padding: 1rem;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 4rem;
  width: 100%;
}
body .breakdance .polaroid p {
  font-family: var(--caveat);
  padding: 1rem 0;
  color: var(--black) !important;
}
@media screen and (min-width: 1024px) {
  body .breakdance .polaroid {
    max-width: 300px;
  }
}
body .breakdance .polaroid--container {
  display: flex;
  flex-direction: row;
}
body .breakdance .polaroid--container {
  padding: 0 2rem;
}
@media screen and (min-width: 900px) {
  body .breakdance .polaroid--container {
    padding: 0;
    gap: 1rem;
  }
}
body .breakdance .polaroids {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  opacity: 0.1;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 900px) {
  body .breakdance .polaroids {
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    padding: 4rem;
    gap: 6rem;
  }
}
body .breakdance .polaroids h3 {
  color: var(--red);
}
body .breakdance .polaroids--single .polaroid {
  max-width: 275px;
  transform: rotate(4deg);
}
body .breakdance .polaroids--single .polaroid.flip {
  transform: rotate(-4deg);
}
body .breakdance .polaroids--single .polaroid--container {
  width: 100%;
  align-items: center;
  justify-content: center;
}
body .breakdance .polaroids--double .polaroid:first-child {
  transform: rotate(-3deg);
}
body .breakdance .polaroids--double .polaroid:last-child {
  z-index: 3;
  margin-top: -3rem;
  margin-left: -3rem;
  transform: rotate(5deg);
}
@media screen and (max-width: 1024px) {
  body .breakdance .polaroids--double .polaroid:last-child {
    margin-top: -2rem;
    margin-left: 0;
  }
}
body .breakdance .timeline .section-container {
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
@media screen and (min-width: 768px) {
  body .breakdance .timeline .section-container {
    gap: 4rem;
  }
}
body .breakdance .timeline .content {
  gap: 2rem;
}
body .breakdance .timeline span {
  font-family: var(--apexnew-bold);
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
}
body .breakdance .timeline p {
  max-width: 30em;
}
body .breakdance .timeline h4,
body .breakdance .timeline span,
body .breakdance .timeline p {
  opacity: 0.1;
}
body .breakdance .timeline h4 {
  color: var(--red);
}
body .breakdance .timeline img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
body .breakdance .flip .polaroid--container {
  order: 1;
}
@media screen and (max-width: 899px) {
  body .breakdance .flip .polaroid--container {
    order: 0;
  }
}
body .breakdance .flip .polaroid:first-child {
  order: 1;
}
body .breakdance .passport {
  background: transparent;
  padding: 0;
  width: 100% !important;
  border-radius: 12px;
}
body .breakdance .passport img {
  border-radius: 12px;
  aspect-ratio: unset;
  width: 100%;
  object-fit: cover;
}

body .breakdance .coaching {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
body .breakdance .coaching img {
  aspect-ratio: 16/9 !important;
  border-radius: var(--borderRadius);
}
body .breakdance .coaching .bde-section {
  background-color: white;
}
body .breakdance .coaching .bde-div,
body .breakdance .coaching .section-container {
  padding: 0;
  gap: 3rem;
  max-width: 800px;
}
body .breakdance .coaching h2 {
  line-height: 1;
  color: var(--blue);
  font-family: var(--apexnew-book);
}
