/*!************************************************************************************************************!*\
  !*** 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=Montserrat: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) ***!
  \****************************************************************************************************************/
* {
  margin: 0;
  line-height: calc(1em + 0.75rem);
}

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

body .sk-ww-instagram-hashtag-feed .sk-ig-load-more-posts,
body .sk-ww-twitter-hashtag-feed .sk_twitter_hashtag_feed_load_more_posts {
  font-weight: 600 !important;
}

.sk-ig-bottom-btn-container ~ .sk-ig-bottom-btn-container,
.sk-ww-instagram-hashtag-feed ~ .sk-ww-instagram-hashtag-feed,
.sk-ww-instagram-hashtag-feed-container ~ .sk-ww-instagram-hashtag-feed-container,
.sk-ww-twitter-hashtag-feed ~ .sk-ww-twitter-hashtag-feed {
  display: none !important;
}

body .breakdance .header {
  background-color: var(--black);
}
body .breakdance .header .bde-header-builder__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1rem 2rem;
  gap: 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body .breakdance .header .bde-header-builder__container {
    flex-direction: column;
  }
}
body .breakdance .header a,
body .breakdance .header p,
body .breakdance .header span {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
}
body .breakdance .header a {
  padding: 0 1rem;
}
body .breakdance .header a:not(:last-child) {
  border-right: 1px solid var(--red);
}
@media screen and (max-width: 900px) {
  body .breakdance .header a:not(:last-child) {
    border: 0;
  }
}

body .breakdance .hero .section-container {
  align-items: center;
  justify-content: center;
  height: calc(100vh - 41.5px);
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1299px) {
  body .breakdance .hero .section-container {
    height: 75vh;
  }
}
@media screen and (max-width: 768px) {
  body .breakdance .hero .section-container {
    height: 45vh;
  }
}
body .breakdance .hero .section-container img {
  max-width: 500px;
  opacity: 0.05;
}
body .breakdance .hero .ee-video-container {
  padding: 0;
  height: auto;
}
body .breakdance .hero .ee-video-container .ee-video {
  height: auto;
}

body .breakdance .footer {
  background-color: var(--green);
}
body .breakdance .footer .section-container {
  margin: 0 auto;
  gap: 2rem;
  padding: 4rem 2rem 1rem;
  justify-content: space-between;
  min-height: 250px;
}
body .breakdance .footer .bde-columns {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 829px) {
  body .breakdance .footer .bde-columns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    padding-bottom: 2rem;
  }
}
body .breakdance .footer p,
body .breakdance .footer span,
body .breakdance .footer a {
  color: var(--white);
  text-decoration: none;
  font-size: 1.2rem;
}
body .breakdance .footer .logo {
  max-width: 200px;
}
body .breakdance .footer .london-knights {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
  margin-left: auto;
}
body .breakdance .footer .london-knights p {
  font-weight: bold;
  font-family: var(--montserrat);
  text-align: left !important;
  line-height: 1.1;
  font-size: 1.15rem;
  max-width: 18em;
}
body .breakdance .footer .london-knights img {
  max-width: 75px !important;
}
@media screen and (max-width: 1024px) {
  body .breakdance .footer .london-knights img {
    max-width: 65px !important;
  }
}
body .breakdance .footer .contact {
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 829px) {
  body .breakdance .footer .contact {
    align-items: center;
    justify-content: center;
  }
}
body .breakdance .footer .copyright {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  align-items: center;
}
body .breakdance .footer .bde-social-icons {
  margin-left: auto;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 829px) {
  body .breakdance .footer .bde-social-icons {
    margin: 0 auto;
    margin-top: 1rem;
  }
}
body .breakdance .footer .bde-social-icons a {
  background-color: var(--red);
}
body .breakdance .footer .bde-social-icons a svg {
  width: 14px;
  height: 14px;
}

body .breakdance .social-feed .section-container {
  align-items: center;
  justify-content: center;
}
body .breakdance .social-feed .bde-heading,
body .breakdance .social-feed #eapps-instagram-feed-1 a {
  color: var(--green);
}
body .breakdance .es-load-more-button {
  background: var(--red) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 1rem 2rem;
  font-family: var(--montserrat);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}
body .breakdance .bde-code-block {
  width: 100%;
}
body .breakdance .single-ig-post {
  max-width: 350px;
  margin-left: auto;
}
@media screen and (max-width: 829px) {
  body .breakdance .single-ig-post {
    max-width: unset;
    margin: 0 auto;
  }
}
body .breakdance .single-ig-post .sk-ww-instagram-hashtag-feed-item,
body .breakdance .single-ig-post .sk-ig-post-img {
  width: 100% !important;
  height: 100% !important;
}
body .breakdance .single-ig-post .bde-columns {
  width: 50%;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --green: #004933;
  --red: #ed1c2e;
  --borderRadius: 10px;
  --maxWidth: 1120px;
  --montserrat: "Montserrat", sans-serif;
}

body .breakdance p,
body .breakdance h1,
body .breakdance h2,
body .breakdance h3,
body .breakdance h4,
body .breakdance h5,
body .breakdance h6,
body .breakdance li,
body .breakdance a {
  overflow-wrap: break-word;
  font-size: 1.8em; /* 20px */
}
body .breakdance h1,
body .breakdance h2,
body .breakdance h3,
body .breakdance h4,
body .breakdance h5,
body .breakdance h6,
body .breakdance .wp-block-heading,
body .breakdance .bde-heading {
  font-family: var(--montserrat);
}
body .breakdance h1 {
  font-size: clamp(2.75rem, 5.5vw, 3.85rem);
}
body .breakdance h2 {
  font-size: clamp(2.2rem, 4.4vw, 3.3rem);
  text-transform: uppercase;
}
body .breakdance h3 {
  font-size: clamp(1.925rem, 3.85vw, 2.75rem);
}
body .breakdance h4 {
  font-size: clamp(1.65rem, 3.3vw, 2.2rem);
}
body .breakdance h5 {
  font-size: clamp(1.375rem, 2.75vw, 1.925rem);
}
body .breakdance h6 {
  font-size: clamp(1.1rem, 2.2vw, 1.65rem);
}
body .breakdance p,
body .breakdance li,
body .breakdance a,
body .breakdance span,
body .breakdance .breakdance-menu-link {
  font-family: var(--montserrat);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
body .breakdance strong {
  font-weight: bold;
}
