.breakdance .bde-section-432064-104 .section-container{display:flex;flex-direction:column;align-items:center;text-align:center}.breakdance .bde-section-432064-104{background:var(--bde-palette-background-gradient-d80caf49-a4ff-4c69-abab-55d9f85681da-gradient-14)}.breakdance .bde-section-432064-104 .section-container{padding-bottom:30px;padding-top:50px}@media (max-width:767px){.breakdance .bde-productbuilder-432064-106{--bde-woo-responsive__stack:column;--bde-woo-responsive__width:100%;--bde-woo-responsive__max-width:100%}}.breakdance .bde-columns-432064-107{--columnCount:2;margin-bottom:50px}@media (max-width:1119px){.breakdance .bde-columns-432064-107{--columnCount:2}.breakdance .bde-columns-432064-107.bde-columns{flex-direction:column;flex-wrap:nowrap}.breakdance .bde-columns-432064-107.bde-columns>.bde-column{width:100%}}@media (max-width:1023px){.breakdance .bde-columns-432064-107{--columnCount:2}}@media (max-width:767px){.breakdance .bde-columns-432064-107{--columnCount:2}}@media (max-width:479px){.breakdance .bde-columns-432064-107{--columnCount:2}}.breakdance .bde-column-432064-108{--column-width:50%}.breakdance .bde-column-432064-110{--column-width:50%}.breakdance .bde-column-432064-110{display:flex;flex-direction:column}.breakdance .bde-heading-432064-111{font-size:32px;margin-bottom:24px}.breakdance .bde-wooproductprice-432064-113{margin-bottom:16px}.breakdance .bde-fancy-divider-432064-118{margin-top:10px;margin-bottom:10px;--bde-fancy-divider-border-style:solid}@media (max-width:1119px){.breakdance .bde-fancy-divider-432064-118{--bde-fancy-divider-border-style:solid}}@media (max-width:1023px){.breakdance .bde-fancy-divider-432064-118{--bde-fancy-divider-border-style:solid}}@media (max-width:767px){.breakdance .bde-fancy-divider-432064-118{--bde-fancy-divider-border-style:solid}}@media (max-width:479px){.breakdance .bde-fancy-divider-432064-118{--bde-fancy-divider-border-style:solid}}.breakdance .bde-div-432064-315{padding:10px 10px 10px 10px}.breakdance .bde-div-432064-315{display:flex;flex-direction:column}.breakdance .bde-div-432064-315{withing my DIVI product list,I'd like to add a frosted glass effect. I have the CSS to make it work, but I want it to affect each product box individually. to make sure everything is pretty, I also want to add a 10px padding inside the box. Here is the CSS that works on whole elements, now, adjust it to affect each product card individually and add the necessary padding.

background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0px 0px rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}








@media (max-width: 1119px) {
.breakdance .bde-div-432064-315 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-315 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-div-432064-315 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-315:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-315 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-315 {
    }






    .breakdance .bde-div-432064-315 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-315:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-div-432064-315 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-315 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-div-432064-315 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-315:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-315 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-315 {
    }






    .breakdance .bde-div-432064-315 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-315:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-div-432064-315 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-315 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-div-432064-315 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-315:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-315 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-315 {
    }






    .breakdance .bde-div-432064-315 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-315:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-div-432064-315 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-315 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-div-432064-315 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-315:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-315 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-315 {
    }






    .breakdance .bde-div-432064-315 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-315:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-heading-432064-119 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-heading-432064-119 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-119:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-heading-432064-119 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-heading-432064-119 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-119:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-heading-432064-119 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-heading-432064-119 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-119:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-heading-432064-119 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-heading-432064-119 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-119:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-heading-432064-119 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-heading-432064-119 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-119:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-text-432064-120 {
  width: ;
    text-align: ;
  color: ;

        font-family: ;
  font-size: 18px;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

    
      margin-top: 5px;
    margin-bottom: 2px;

}


    .breakdance .bde-text-432064-120 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-120:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-text-432064-120 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-120 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-120:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-text-432064-120 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-120 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-120:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-text-432064-120 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-120 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-120:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-text-432064-120 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-120 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-120:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-text-432064-121 {
  width: ;
    text-align: ;
  color: ;

        font-family: ;
  font-size: 18px;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

    
      margin-top: 5px;
    margin-bottom: 2px;

}


    .breakdance .bde-text-432064-121 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-121:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-text-432064-121 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-121 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-121:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-text-432064-121 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-121 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-121:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-text-432064-121 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-121 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-121:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-text-432064-121 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-121 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-121:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-text-432064-122 {
  width: ;
    text-align: ;
  color: ;

        font-family: ;
  font-size: 18px;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

    
      margin-top: 5px;
    margin-bottom: 2px;

}


    .breakdance .bde-text-432064-122 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-122:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-text-432064-122 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-122 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-122:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-text-432064-122 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-122 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-122:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-text-432064-122 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-122 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-122:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-text-432064-122 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-122 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-122:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-text-432064-123 {
  width: ;
    text-align: ;
  color: ;

        font-family: ;
  font-size: 18px;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

    
      margin-top: 5px;
    margin-bottom: 2px;

}


    .breakdance .bde-text-432064-123 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-123:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-text-432064-123 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-123 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-123:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-text-432064-123 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-123 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-123:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-text-432064-123 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-123 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-123:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-text-432064-123 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-123 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-123:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-text-link-432064-124 {
      margin-top: ;
    margin-bottom: ;

}

.breakdance .bde-text-link-432064-124, .breakdance .bde-text-link-432064-124 > * {
    text-align: ;
  color: ;

        font-family: ;
  font-size: 18px;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

      
}

.breakdance .bde-text-link-432064-124:hover, .breakdance .bde-text-link-432064-124:hover > * {
    text-align: ;
  color: ;

  
        font-family: ;
  font-size: ;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

  
}

%SELECTOR%%

  
    .bde-lightbox-432064-124 .lg-next,
  .bde-lightbox-432064-124 .lg-prev,
  .bde-lightbox-432064-124 .lg-toolbar,
  .bde-lightbox-432064-124 .lg-icon,
  .bde-lightbox-432064-124 .lg-counter,
  .bde-lightbox-432064-124 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-124 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-124 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-124 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-text-link-432064-124 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-link-432064-124:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-text-link-432064-124 {
      margin-top: ;
    margin-bottom: ;

}

.breakdance .bde-text-link-432064-124, .breakdance .bde-text-link-432064-124 > * {
    text-align: ;
  color: ;

      
}

.breakdance .bde-text-link-432064-124:hover, .breakdance .bde-text-link-432064-124:hover > * {
    text-align: ;
  color: ;

  
        font-family: ;
  font-size: ;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

  
}

%SELECTOR%%

  
    .bde-lightbox-432064-124 .lg-next,
  .bde-lightbox-432064-124 .lg-prev,
  .bde-lightbox-432064-124 .lg-toolbar,
  .bde-lightbox-432064-124 .lg-icon,
  .bde-lightbox-432064-124 .lg-counter,
  .bde-lightbox-432064-124 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-124 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-124 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-124 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-text-link-432064-124 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-link-432064-124:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-text-link-432064-124 {
      margin-top: ;
    margin-bottom: ;

}

.breakdance .bde-text-link-432064-124, .breakdance .bde-text-link-432064-124 > * {
    text-align: ;
  color: ;

      
}

.breakdance .bde-text-link-432064-124:hover, .breakdance .bde-text-link-432064-124:hover > * {
    text-align: ;
  color: ;

  
        font-family: ;
  font-size: ;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

  
}

%SELECTOR%%

  
    .bde-lightbox-432064-124 .lg-next,
  .bde-lightbox-432064-124 .lg-prev,
  .bde-lightbox-432064-124 .lg-toolbar,
  .bde-lightbox-432064-124 .lg-icon,
  .bde-lightbox-432064-124 .lg-counter,
  .bde-lightbox-432064-124 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-124 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-124 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-124 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-text-link-432064-124 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-link-432064-124:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-text-link-432064-124 {
      margin-top: ;
    margin-bottom: ;

}

.breakdance .bde-text-link-432064-124, .breakdance .bde-text-link-432064-124 > * {
    text-align: ;
  color: ;

      
}

.breakdance .bde-text-link-432064-124:hover, .breakdance .bde-text-link-432064-124:hover > * {
    text-align: ;
  color: ;

  
        font-family: ;
  font-size: ;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

  
}

%SELECTOR%%

  
    .bde-lightbox-432064-124 .lg-next,
  .bde-lightbox-432064-124 .lg-prev,
  .bde-lightbox-432064-124 .lg-toolbar,
  .bde-lightbox-432064-124 .lg-icon,
  .bde-lightbox-432064-124 .lg-counter,
  .bde-lightbox-432064-124 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-124 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-124 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-124 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-text-link-432064-124 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-link-432064-124:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-text-link-432064-124 {
      margin-top: ;
    margin-bottom: ;

}

.breakdance .bde-text-link-432064-124, .breakdance .bde-text-link-432064-124 > * {
    text-align: ;
  color: ;

      
}

.breakdance .bde-text-link-432064-124:hover, .breakdance .bde-text-link-432064-124:hover > * {
    text-align: ;
  color: ;

  
        font-family: ;
  font-size: ;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

  
}

%SELECTOR%%

  
    .bde-lightbox-432064-124 .lg-next,
  .bde-lightbox-432064-124 .lg-prev,
  .bde-lightbox-432064-124 .lg-toolbar,
  .bde-lightbox-432064-124 .lg-icon,
  .bde-lightbox-432064-124 .lg-counter,
  .bde-lightbox-432064-124 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-124 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-124 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-124 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-124 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-text-link-432064-124 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-link-432064-124:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-fancy-divider-432064-125 {
      margin-top: 10px;
    margin-bottom: 10px;

  --bde-fancy-divider-border-style: solid;
  --bde-fancy-divider-border-size: ;
  --bde-fancy-divider-border-color: ;
    width: ;
}

/* Image */
.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content {
  margin-right: ;
  margin-left: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__separator.has-content {
  justify-content: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--text {
    text-align: ;
  color: ;

    
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--icon {
  font-size: ;
  color: ;
  width: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image img {
      
    

                border-radius: ;
    
    box-shadow: ;

}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image {
  width: ;
}




    .breakdance .bde-fancy-divider-432064-125 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-fancy-divider-432064-125:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-fancy-divider-432064-125 {
      margin-top: ;
    margin-bottom: ;

  --bde-fancy-divider-border-style: solid;
  --bde-fancy-divider-border-size: ;
  --bde-fancy-divider-border-color: ;
    width: ;
}

/* Image */
.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content {
  margin-right: ;
  margin-left: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__separator.has-content {
  justify-content: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--text {
    text-align: ;
  color: ;

    
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--icon {
  font-size: ;
  color: ;
  width: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image img {
      
    

                border-radius: ;
    
    box-shadow: ;

}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image {
  width: ;
}




    .breakdance .bde-fancy-divider-432064-125 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-fancy-divider-432064-125:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-fancy-divider-432064-125 {
      margin-top: ;
    margin-bottom: ;

  --bde-fancy-divider-border-style: solid;
  --bde-fancy-divider-border-size: ;
  --bde-fancy-divider-border-color: ;
    width: ;
}

/* Image */
.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content {
  margin-right: ;
  margin-left: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__separator.has-content {
  justify-content: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--text {
    text-align: ;
  color: ;

    
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--icon {
  font-size: ;
  color: ;
  width: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image img {
      
    

                border-radius: ;
    
    box-shadow: ;

}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image {
  width: ;
}




    .breakdance .bde-fancy-divider-432064-125 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-fancy-divider-432064-125:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-fancy-divider-432064-125 {
      margin-top: ;
    margin-bottom: ;

  --bde-fancy-divider-border-style: solid;
  --bde-fancy-divider-border-size: ;
  --bde-fancy-divider-border-color: ;
    width: ;
}

/* Image */
.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content {
  margin-right: ;
  margin-left: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__separator.has-content {
  justify-content: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--text {
    text-align: ;
  color: ;

    
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--icon {
  font-size: ;
  color: ;
  width: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image img {
      
    

                border-radius: ;
    
    box-shadow: ;

}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image {
  width: ;
}




    .breakdance .bde-fancy-divider-432064-125 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-fancy-divider-432064-125:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-fancy-divider-432064-125 {
      margin-top: ;
    margin-bottom: ;

  --bde-fancy-divider-border-style: solid;
  --bde-fancy-divider-border-size: ;
  --bde-fancy-divider-border-color: ;
    width: ;
}

/* Image */
.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content {
  margin-right: ;
  margin-left: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__separator.has-content {
  justify-content: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--text {
    text-align: ;
  color: ;

    
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--icon {
  font-size: ;
  color: ;
  width: ;
}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image img {
      
    

                border-radius: ;
    
    box-shadow: ;

}

.breakdance .bde-fancy-divider-432064-125 .bde-fancy-divider__content--image {
  width: ;
}




    .breakdance .bde-fancy-divider-432064-125 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-fancy-divider-432064-125:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-columns-432064-127 {
--columnCount: 1;
    margin-top: ;
    margin-bottom: ;

  width: ;
  
  --bde-column-gap: ;

}








    .breakdance .bde-columns-432064-127 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-127:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-columns-432064-127 {
--columnCount: 1;
    margin-top: ;
    margin-bottom: ;

  width: ;
  
  --bde-column-gap: ;

}



.breakdance .bde-columns-432064-127.bde-columns {
  flex-direction: column;
  flex-wrap: nowrap;
}

.breakdance .bde-columns-432064-127.bde-columns > .bde-column {
  width: 100%;
}





    .breakdance .bde-columns-432064-127 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-127:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-columns-432064-127 {
--columnCount: 1;
    margin-top: ;
    margin-bottom: ;

  width: ;
  
  --bde-column-gap: ;

}








    .breakdance .bde-columns-432064-127 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-127:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-columns-432064-127 {
--columnCount: 1;
    margin-top: ;
    margin-bottom: ;

  width: ;
  
  --bde-column-gap: ;

}








    .breakdance .bde-columns-432064-127 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-127:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-columns-432064-127 {
--columnCount: 1;
    margin-top: ;
    margin-bottom: ;

  width: ;
  
  --bde-column-gap: ;

}








    .breakdance .bde-columns-432064-127 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-127:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-column-432064-128 {
  --column-width: 100%;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-128 {
                  display: flex;
        flex-direction: column;
            align-items: flex-start;
      justify-content: center;
      gap: ;
      
              text-align: left;
            
      }

  
  





.breakdance .bde-column-432064-128 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-128:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-128 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-128.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-128 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-128:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-column-432064-128 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-128 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-128 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-128:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-128 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-128.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-128 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-128:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-column-432064-128 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-128 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-128 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-128:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-128 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-128.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-128 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-128:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-column-432064-128 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-128 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-128 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-128:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-128 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-128.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-128 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-128:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-column-432064-128 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-128 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-128 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-128:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-128 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-128.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-128 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-128:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


/* Size/Width */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart, .breakdance .bde-wooproductcartbutton-432064-115 {
  }

/* Buttons */
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

        font-family: ;
  font-size: 22px;
  font-weight: ;
  line-height: ;
  font-style: ;
  letter-spacing: ;
  word-spacing: ;
  text-decoration-color: ;
  text-decoration-style: ;
  text-decoration-line: ;
  text-underline-offset: ;
  text-decoration-thickness: ;
  text-transform: ;
  direction: ;
  text-wrap: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



/* Typography/Variable/Description*/
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-description p {
    text-align: ;
  color: ;

    
}
/* Typography/Variable/Stock Quantity */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-availability p {
    text-align: ;
  color: ;

    
}
/* Typography/Grouped Product Title */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a {
  text-align: ;
  color: ;

    
}
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a:hover {
  color: ;

  
}

/* Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list-item__price > .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product ins .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Sale Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Spacing/Grouped/Verical Spacing */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list td {
  padding-top: ;
  padding-bottom: ;
}
/* Spacing/Grouped/Quantity Width */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__quantity {
  width: 148px;
}

/* Spacing/Variable/After Dropdown */
.breakdance .bde-wooproductcartbutton-432064-115 table.variations tr {
  margin-bottom: ;
}
/* Spacing/Variable/After Stock Qty */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation.single_variation {
  margin-bottom: ;
}
/* Spacing/After Notice */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.stock {
  margin-bottom: ;
}
/* Spacing/Before Button */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart:not(.variations_form),
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart-disabled {
  gap: ;
}
/* Spacing/Container */
.breakdance .bde-wooproductcartbutton-432064-115 {
      margin-top: ;
    margin-bottom: 16px;

}


/* Advanced/Variation Reset/Icon */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations {
  font-size: ;
  color: ;
  background-color: ;
}
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations:hover {
  color: ;
  background-color: ;
}


  /* Notices/Out of Stock */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.out-of-stock {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    
  /* Notices/Backorder */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.available-on-backorder {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    

/* Advanced/Global Styles Override */
        
.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-woo-base-text-color: ;
  --bde-woo-base-headings-color: ;
  --bde-woo-base-border-color: ;
  --bde-woo-base-primary-color: ;
  --bde-woo-base-primary-color-hover: ;
  --bde-woo-base-text-on-primary-color: ;

  --bde-woo-base-space: ;
  --bde-woo-base-ratio: ;

  --bde-woo-base-extra-small-gaps: ;
  --bde-woo-base-small-gaps: ;
  --bde-woo-base-standard-gaps: ;
  --bde-woo-base-medium-gaps: ;
  --bde-woo-base-big-gaps: ;
  --bde-woo-base-large-gaps: ;
  --bde-woo-base-extra-large-gaps: ;

  --bde-woo-typography-font-weight-normal: ;
  --bde-woo-typography-font-weight-medium: ;
  --bde-woo-typography-font-weight-heavy: ;

  --bde-woo-typography__size-small: ;
  --bde-woo-typography__size-small-font-family: ;
  --bde-woo-typography__size-standard: ;
  --bde-woo-typography__size-standard-font-family: ;
  --bde-woo-typography__size-medium: ;
  --bde-woo-typography__size-medium-font-family: ;
  --bde-woo-typography__size-large: ;
  --bde-woo-typography__size-large-font-family: ;
  --bde-woo-typography__size-extra-large: ;
  --bde-woo-typography__size-extra-large-font-family: ;

      --bde-woo-buttons-and-links__text-link-color: ;
  --bde-woo-buttons-and-links__text-link-color-hover: ;

  --bde-woo-buttons-and-links__disabled-button-color: ;
  --bde-woo-buttons-and-links__disabled-button-text-color: ;

    
  --bde-woo-forms__spacing-after-label: ;
  --bde-woo-forms__spacing-sub-label: ;
  --bde-woo-forms__spacing-between-fields: ;
  --bde-woo-forms__spacing-between-columns: ;

  --bde-woo-forms__inputs-placeholder-color:  ;

  --bde-woo-forms__inputs-select2-selected-item: ;
  --bde-woo-forms__inputs-select2-hover-item: ;

  --bde-woo-forms__labels-color: ;
  --bde-woo-forms__labels-required-color: ;
  --bde-woo-forms__labels-required-size: ;

  --bde-woo-forms__labels-required-nudge-x: ;
  --bde-woo-forms__labels-required-nudge-y: ;

    
  --bde-woo-notices__icon-size: ;
  --bde-woo-notices__padding: ;
  --bde-woo-notices__padding-left: ;
  --bde-woo-notices__border-radius: ;
  --bde-woo-notices__error-background: ;
  --bde-woo-notices__error-text: ;
  --bde-woo-notices__error-link-text: ;
  --bde-woo-notices__error-link-text-hover: ;
  --bde-woo-notices__info-background: ;
  --bde-woo-notices__info-text: ;
  --bde-woo-notices__info-link-text: ;
  --bde-woo-notices__info-link-text-hover: ;
  --bde-woo-notices__success-background: ;
  --bde-woo-notices__success-text: ;
  --bde-woo-notices__success-link-text: ;
  --bde-woo-notices__success-link-text-hover: ;

        
  --bde-woo-sale-badge__border-radius: ;
  --bde-woo-sale-badge__background-color: ;
  --bde-woo-sale-badge__text-color: ;
  --bde-woo-sale-badge__font-weight: ;
  --bde-woo-sale-badge__font-size: ;
  --bde-woo-sale-badge__padding:  ;

  --bde-woo-ratings__star-color: ;
  --bde-woo-ratings__star-size: ;

  --bde-woo-product-images__border-radius: ;
  --bde-woo-product-images__border-width: ;
  --bde-woo-product-images__border-color: ;

  --bde-woo-wrappers__background-color: ;
  --bde-woo-wrappers__border-radius: ;
  --bde-woo-wrappers__border-width: ;
  --bde-woo-wrappers__border-color: ;
  --bde-woo-wrappers__shadow: ;

  --bde-woo-tables__header-color: ;
  --bde-woo-tables__background-color: ;
  --bde-woo-tables__border-radius: ;
  --bde-woo-tables__border-color: ;
  --bde-woo-tables__border-width: ;

  --bde-woo-widgets__chip-text-color: ;
  --bde-woo-widgets__chip-background-color: ;
  --bde-woo-widgets__chip-text-color-hover: ;
  --bde-woo-widgets__chip-background-color-hover: ;

    --bde-woo-select2__active-item-background-color: ;
  --bde-woo-widgets__remove-item-from-cart-color: ;
  --bde-woo-gallery__zoom-icon-shadow: ;

  
  
  --bde-woo-payment-box-background-color: ;
  --bde-woo-payment-box-border-color: ;
  --bde-woo-payment-box-border-width: ;

    --bde-woo-quicklook-button-background-color: ;
  --bde-woo-quicklook-button-background-color-hover: ;
  --bde-woo-quicklook-button-text-indent: ;
  --bde-woo-quicklook-button-backdrop-color: ;
  --bde-woo-quicklook-button-backdrop-opacity: ;

  
  --bde-woo-quicklook-modal-background-color: ;
  --bde-woo-quicklook-overlay-color: ;
  --bde-woo-quicklook-close-button-size: ;
  --bde-woo-quicklook-close-button-color: ;
  --bde-woo-quicklook-close-button-color-hover: ;
  --bde-woo-quicklook-arrow-size: ;
  --bde-woo-quicklook-arrow-color: ;
  --bde-woo-quicklook-arrow-color-hover: ;
  --bde-woo-quicklook-arrow-background-color: ;
  --bde-woo-quicklook-arrow-background-color-hover: ;

    --bde-woo-swatch-alignment: ;
  --bde-woo-swatch-space-after-label: ;
  --bde-woo-swatch-space-between-items: ;
  --bde-woo-swatch-space-between-options: ;
    
  --bde-woo-swatch-background: ;
  --bde-woo-swatch-background-hover: ;
  --bde-woo-swatch-background-selected: ;
      
  --bde-woo-swatch-color-background: ;
  --bde-woo-swatch-color-width: ;
  --bde-woo-swatch-color-height: ;
    --bde-woo-swatch-tooltip-background: ;
    

    
  }

.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-brand-primary-color: ;
  --bde-brand-primary-color-hover: ;
  --bde-button-primary-text-color: ;
  --bde-button-primary-text-color-hover: ;

  }

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"],
.breakdance .bde-wooproductcartbutton-432064-115 textarea,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text,
.breakdance .bde-wooproductcartbutton-432064-115 select,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 .wc-stripe-elements-field {
  background-color: ;
      
    

                border-radius: ;
    
    box-shadow: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 textarea:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text:focus,
.breakdance .bde-wooproductcartbutton-432064-115 select:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"]:focus {
  background-color: ;
  border-color: ;
  box-shadow: ;
}

.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-password-strength,
.breakdance .bde-wooproductcartbutton-432064-115 label span.optional,
.breakdance .bde-wooproductcartbutton-432064-115 label {
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-quicklook-modal {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label .woo-selected-variation-item-name {
      text-align: ;
  color: ;

    
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper {
      text-align: ;
  color: ;

    
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
      color: ;

  
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled::before,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled::before {
    color: ;
  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item {
    background-color: ;
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option:hover,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item:hover {
    background-color: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-tooltip,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-tooltip,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 [data-wvstooltip]:before,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .wvs-has-image-tooltip:before {
      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

  }







                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        


  .breakdance .bde-wooproductcartbutton-432064-115 .quantity {
    max-width: ;
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text {
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text:hover {
      background: ;

  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button {
    width: ;
    height: ;
    font-size: ;
          color: ;
  
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button:hover {
          color: ;
  
      background: ;

  }

  
  
    

/* Advanced/Table Separator Color */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list tr {
  border-color: ;
}







    .breakdance .bde-wooproductcartbutton-432064-115 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-wooproductcartbutton-432064-115:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    

/* ── Hide composite by default ── */
.wooco-wrap {
  display: none;
  margin-top: 12px;
  width: 500px;
  max-width: 100%;
}

.wooco-wrap.nox-open {
  display: block;
}

/* ── Tablet and phone width ── */
@media (max-width: 1119px) {
  .wooco-wrap {
    width: 460px;
  }
}

/* ── Toggle button ── */
.nox-upgrade-toggle {
  margin-bottom: 10px;
  width: 500px;
  max-width: 100%;
}

@media (max-width: 1119px) {
  .nox-upgrade-toggle {
    width: 460px;
  }
}

.nox-upgrade-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 13px 22px;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  border-radius: 999px;
  transition: background 0.2s, border-color 0.2s;
}

.nox-upgrade-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.nox-upgrade-btn span,
.nox-upgrade-btn strong {
  color: #fff;
}

.nox-upgrade-btn strong {
  font-weight: 700;
}

/* ── Chevron arrow ── */
.nox-upgrade-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-bottom: 3px;
  font-style: normal;
}

.nox-upgrade-btn.active .nox-upgrade-arrow {
  transform: rotate(225deg);
  margin-bottom: -3px;
}

/* ── Remove all images ── */
.dd-selected-image,
.dd-option-image {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── Component headings ── */
.wooco-component_name {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
  margin-top: 18px !important;
}

/* ── ddslick container ── */
.wooco-wrap .dd-container {
  width: 100% !important;
  position: relative !important;
}

/* ── Selected bar ── */
.wooco-wrap .dd-select {
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
  padding: 11px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
  min-height: unset !important;
  height: auto !important;
  box-shadow: none !important;
}

.wooco-wrap .dd-selected {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}

.wooco-wrap .dd-selected-text {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  flex: 1 !important;
  background: transparent !important;
  background-color: transparent !important;
}

.wooco-wrap .dd-selected-description {
  color: var(--bde-brand-primary-color, #e63946) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* ── ddslick native arrow ── */
.wooco-wrap .dd-pointer {
  border-top-color: rgba(255, 255, 255, 0.6) !important;
}

.wooco-wrap .dd-pointer-up {
  border-bottom-color: rgba(255, 255, 255, 0.6) !important;
  border-top-color: transparent !important;
}

/* ── Dropdown list ── */
.wooco-wrap .dd-options {
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-top: none !important;
  border-radius: 0 0 10px 10px !important;
  max-height: 260px !important;
  overflow-y: auto !important;
  z-index: 9999 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── Option rows ── */
.wooco-wrap .dd-option {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 14px !important;
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  cursor: pointer !important;
  transition: background 0.15s !important;
  gap: 12px !important;
  min-height: unset !important;
}

.wooco-wrap .dd-option:last-child {
  border-bottom: none !important;
}

.wooco-wrap .dd-option:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.wooco-wrap .dd-option.dd-option-selected {
  background: rgba(255, 255, 255, 0.05) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.wooco-wrap .dd-option-text {
  color: #fff !important;
  font-size: 14px !important;
  flex: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background: transparent !important;
  background-color: transparent !important;
}

.wooco-wrap .dd-option-description {
  color: var(--bde-brand-primary-color, #e63946) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* ── Scrollbar ── */
.wooco-wrap .dd-options::-webkit-scrollbar {
  width: 4px;
}

.wooco-wrap .dd-options::-webkit-scrollbar-track {
  background: transparent;
}

.wooco-wrap .dd-options::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
}

/* ── Summary / total ── */
.wooco-summary,
.wooco-total {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px !important;
  margin-top: 12px !important;
}








@media (max-width: 1119px) {
/* Size/Width */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart, .breakdance .bde-wooproductcartbutton-432064-115 {
  }

/* Buttons */
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



/* Typography/Variable/Description*/
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-description p {
    text-align: ;
  color: ;

    
}
/* Typography/Variable/Stock Quantity */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-availability p {
    text-align: ;
  color: ;

    
}
/* Typography/Grouped Product Title */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a {
  text-align: ;
  color: ;

    
}
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a:hover {
  color: ;

  
}

/* Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list-item__price > .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product ins .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Sale Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Spacing/Grouped/Verical Spacing */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list td {
  padding-top: ;
  padding-bottom: ;
}
/* Spacing/Grouped/Quantity Width */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__quantity {
  width: 148px;
}

/* Spacing/Variable/After Dropdown */
.breakdance .bde-wooproductcartbutton-432064-115 table.variations tr {
  margin-bottom: ;
}
/* Spacing/Variable/After Stock Qty */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation.single_variation {
  margin-bottom: ;
}
/* Spacing/After Notice */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.stock {
  margin-bottom: ;
}
/* Spacing/Before Button */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart:not(.variations_form),
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart-disabled {
  gap: ;
}
/* Spacing/Container */
.breakdance .bde-wooproductcartbutton-432064-115 {
      margin-top: ;
    margin-bottom: ;

}


/* Advanced/Variation Reset/Icon */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations {
  font-size: ;
  color: ;
  background-color: ;
}
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations:hover {
  color: ;
  background-color: ;
}


  /* Notices/Out of Stock */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.out-of-stock {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    
  /* Notices/Backorder */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.available-on-backorder {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    

/* Advanced/Global Styles Override */
        
.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-woo-base-text-color: ;
  --bde-woo-base-headings-color: ;
  --bde-woo-base-border-color: ;
  --bde-woo-base-primary-color: ;
  --bde-woo-base-primary-color-hover: ;
  --bde-woo-base-text-on-primary-color: ;

  --bde-woo-base-space: ;
  --bde-woo-base-ratio: ;

  --bde-woo-base-extra-small-gaps: ;
  --bde-woo-base-small-gaps: ;
  --bde-woo-base-standard-gaps: ;
  --bde-woo-base-medium-gaps: ;
  --bde-woo-base-big-gaps: ;
  --bde-woo-base-large-gaps: ;
  --bde-woo-base-extra-large-gaps: ;

  --bde-woo-typography-font-weight-normal: ;
  --bde-woo-typography-font-weight-medium: ;
  --bde-woo-typography-font-weight-heavy: ;

  --bde-woo-typography__size-small: ;
  --bde-woo-typography__size-small-font-family: ;
  --bde-woo-typography__size-standard: ;
  --bde-woo-typography__size-standard-font-family: ;
  --bde-woo-typography__size-medium: ;
  --bde-woo-typography__size-medium-font-family: ;
  --bde-woo-typography__size-large: ;
  --bde-woo-typography__size-large-font-family: ;
  --bde-woo-typography__size-extra-large: ;
  --bde-woo-typography__size-extra-large-font-family: ;

      --bde-woo-buttons-and-links__text-link-color: ;
  --bde-woo-buttons-and-links__text-link-color-hover: ;

  --bde-woo-buttons-and-links__disabled-button-color: ;
  --bde-woo-buttons-and-links__disabled-button-text-color: ;

    
  --bde-woo-forms__spacing-after-label: ;
  --bde-woo-forms__spacing-sub-label: ;
  --bde-woo-forms__spacing-between-fields: ;
  --bde-woo-forms__spacing-between-columns: ;

  --bde-woo-forms__inputs-placeholder-color:  ;

  --bde-woo-forms__inputs-select2-selected-item: ;
  --bde-woo-forms__inputs-select2-hover-item: ;

  --bde-woo-forms__labels-color: ;
  --bde-woo-forms__labels-required-color: ;
  --bde-woo-forms__labels-required-size: ;

  --bde-woo-forms__labels-required-nudge-x: ;
  --bde-woo-forms__labels-required-nudge-y: ;

    
  --bde-woo-notices__icon-size: ;
  --bde-woo-notices__padding: ;
  --bde-woo-notices__padding-left: ;
  --bde-woo-notices__border-radius: ;
  --bde-woo-notices__error-background: ;
  --bde-woo-notices__error-text: ;
  --bde-woo-notices__error-link-text: ;
  --bde-woo-notices__error-link-text-hover: ;
  --bde-woo-notices__info-background: ;
  --bde-woo-notices__info-text: ;
  --bde-woo-notices__info-link-text: ;
  --bde-woo-notices__info-link-text-hover: ;
  --bde-woo-notices__success-background: ;
  --bde-woo-notices__success-text: ;
  --bde-woo-notices__success-link-text: ;
  --bde-woo-notices__success-link-text-hover: ;

        
  --bde-woo-sale-badge__border-radius: ;
  --bde-woo-sale-badge__background-color: ;
  --bde-woo-sale-badge__text-color: ;
  --bde-woo-sale-badge__font-weight: ;
  --bde-woo-sale-badge__font-size: ;
  --bde-woo-sale-badge__padding:  ;

  --bde-woo-ratings__star-color: ;
  --bde-woo-ratings__star-size: ;

  --bde-woo-product-images__border-radius: ;
  --bde-woo-product-images__border-width: ;
  --bde-woo-product-images__border-color: ;

  --bde-woo-wrappers__background-color: ;
  --bde-woo-wrappers__border-radius: ;
  --bde-woo-wrappers__border-width: ;
  --bde-woo-wrappers__border-color: ;
  --bde-woo-wrappers__shadow: ;

  --bde-woo-tables__header-color: ;
  --bde-woo-tables__background-color: ;
  --bde-woo-tables__border-radius: ;
  --bde-woo-tables__border-color: ;
  --bde-woo-tables__border-width: ;

  --bde-woo-widgets__chip-text-color: ;
  --bde-woo-widgets__chip-background-color: ;
  --bde-woo-widgets__chip-text-color-hover: ;
  --bde-woo-widgets__chip-background-color-hover: ;

    --bde-woo-select2__active-item-background-color: ;
  --bde-woo-widgets__remove-item-from-cart-color: ;
  --bde-woo-gallery__zoom-icon-shadow: ;

  
  
  --bde-woo-payment-box-background-color: ;
  --bde-woo-payment-box-border-color: ;
  --bde-woo-payment-box-border-width: ;

    --bde-woo-quicklook-button-background-color: ;
  --bde-woo-quicklook-button-background-color-hover: ;
  --bde-woo-quicklook-button-text-indent: ;
  --bde-woo-quicklook-button-backdrop-color: ;
  --bde-woo-quicklook-button-backdrop-opacity: ;

  
  --bde-woo-quicklook-modal-background-color: ;
  --bde-woo-quicklook-overlay-color: ;
  --bde-woo-quicklook-close-button-size: ;
  --bde-woo-quicklook-close-button-color: ;
  --bde-woo-quicklook-close-button-color-hover: ;
  --bde-woo-quicklook-arrow-size: ;
  --bde-woo-quicklook-arrow-color: ;
  --bde-woo-quicklook-arrow-color-hover: ;
  --bde-woo-quicklook-arrow-background-color: ;
  --bde-woo-quicklook-arrow-background-color-hover: ;

    --bde-woo-swatch-alignment: ;
  --bde-woo-swatch-space-after-label: ;
  --bde-woo-swatch-space-between-items: ;
  --bde-woo-swatch-space-between-options: ;
    
  --bde-woo-swatch-background: ;
  --bde-woo-swatch-background-hover: ;
  --bde-woo-swatch-background-selected: ;
      
  --bde-woo-swatch-color-background: ;
  --bde-woo-swatch-color-width: ;
  --bde-woo-swatch-color-height: ;
    --bde-woo-swatch-tooltip-background: ;
    

    
  }

.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-brand-primary-color: ;
  --bde-brand-primary-color-hover: ;
  --bde-button-primary-text-color: ;
  --bde-button-primary-text-color-hover: ;

  }

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"],
.breakdance .bde-wooproductcartbutton-432064-115 textarea,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text,
.breakdance .bde-wooproductcartbutton-432064-115 select,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 .wc-stripe-elements-field {
  background-color: ;
      
    

                border-radius: ;
    
    box-shadow: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 textarea:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text:focus,
.breakdance .bde-wooproductcartbutton-432064-115 select:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"]:focus {
  background-color: ;
  border-color: ;
  box-shadow: ;
}

.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-password-strength,
.breakdance .bde-wooproductcartbutton-432064-115 label span.optional,
.breakdance .bde-wooproductcartbutton-432064-115 label {
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-quicklook-modal {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label .woo-selected-variation-item-name {
      text-align: ;
  color: ;

    
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper {
      text-align: ;
  color: ;

    
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
      color: ;

  
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled::before,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled::before {
    color: ;
  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item {
    background-color: ;
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option:hover,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item:hover {
    background-color: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-tooltip,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-tooltip,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 [data-wvstooltip]:before,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .wvs-has-image-tooltip:before {
      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

  }







                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        


  .breakdance .bde-wooproductcartbutton-432064-115 .quantity {
    max-width: ;
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text {
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text:hover {
      background: ;

  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button {
    width: ;
    height: ;
    font-size: ;
          color: ;
  
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button:hover {
          color: ;
  
      background: ;

  }

  
  
    

/* Advanced/Table Separator Color */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list tr {
  border-color: ;
}







    .breakdance .bde-wooproductcartbutton-432064-115 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-wooproductcartbutton-432064-115:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
/* Size/Width */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart, .breakdance .bde-wooproductcartbutton-432064-115 {
  }

/* Buttons */
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



/* Typography/Variable/Description*/
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-description p {
    text-align: ;
  color: ;

    
}
/* Typography/Variable/Stock Quantity */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-availability p {
    text-align: ;
  color: ;

    
}
/* Typography/Grouped Product Title */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a {
  text-align: ;
  color: ;

    
}
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a:hover {
  color: ;

  
}

/* Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list-item__price > .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product ins .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Sale Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Spacing/Grouped/Verical Spacing */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list td {
  padding-top: ;
  padding-bottom: ;
}
/* Spacing/Grouped/Quantity Width */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__quantity {
  width: 148px;
}

/* Spacing/Variable/After Dropdown */
.breakdance .bde-wooproductcartbutton-432064-115 table.variations tr {
  margin-bottom: ;
}
/* Spacing/Variable/After Stock Qty */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation.single_variation {
  margin-bottom: ;
}
/* Spacing/After Notice */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.stock {
  margin-bottom: ;
}
/* Spacing/Before Button */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart:not(.variations_form),
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart-disabled {
  gap: ;
}
/* Spacing/Container */
.breakdance .bde-wooproductcartbutton-432064-115 {
      margin-top: ;
    margin-bottom: ;

}


/* Advanced/Variation Reset/Icon */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations {
  font-size: ;
  color: ;
  background-color: ;
}
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations:hover {
  color: ;
  background-color: ;
}


  /* Notices/Out of Stock */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.out-of-stock {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    
  /* Notices/Backorder */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.available-on-backorder {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    

/* Advanced/Global Styles Override */
        
.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-woo-base-text-color: ;
  --bde-woo-base-headings-color: ;
  --bde-woo-base-border-color: ;
  --bde-woo-base-primary-color: ;
  --bde-woo-base-primary-color-hover: ;
  --bde-woo-base-text-on-primary-color: ;

  --bde-woo-base-space: ;
  --bde-woo-base-ratio: ;

  --bde-woo-base-extra-small-gaps: ;
  --bde-woo-base-small-gaps: ;
  --bde-woo-base-standard-gaps: ;
  --bde-woo-base-medium-gaps: ;
  --bde-woo-base-big-gaps: ;
  --bde-woo-base-large-gaps: ;
  --bde-woo-base-extra-large-gaps: ;

  --bde-woo-typography-font-weight-normal: ;
  --bde-woo-typography-font-weight-medium: ;
  --bde-woo-typography-font-weight-heavy: ;

  --bde-woo-typography__size-small: ;
  --bde-woo-typography__size-small-font-family: ;
  --bde-woo-typography__size-standard: ;
  --bde-woo-typography__size-standard-font-family: ;
  --bde-woo-typography__size-medium: ;
  --bde-woo-typography__size-medium-font-family: ;
  --bde-woo-typography__size-large: ;
  --bde-woo-typography__size-large-font-family: ;
  --bde-woo-typography__size-extra-large: ;
  --bde-woo-typography__size-extra-large-font-family: ;

      --bde-woo-buttons-and-links__text-link-color: ;
  --bde-woo-buttons-and-links__text-link-color-hover: ;

  --bde-woo-buttons-and-links__disabled-button-color: ;
  --bde-woo-buttons-and-links__disabled-button-text-color: ;

    
  --bde-woo-forms__spacing-after-label: ;
  --bde-woo-forms__spacing-sub-label: ;
  --bde-woo-forms__spacing-between-fields: ;
  --bde-woo-forms__spacing-between-columns: ;

  --bde-woo-forms__inputs-placeholder-color:  ;

  --bde-woo-forms__inputs-select2-selected-item: ;
  --bde-woo-forms__inputs-select2-hover-item: ;

  --bde-woo-forms__labels-color: ;
  --bde-woo-forms__labels-required-color: ;
  --bde-woo-forms__labels-required-size: ;

  --bde-woo-forms__labels-required-nudge-x: ;
  --bde-woo-forms__labels-required-nudge-y: ;

    
  --bde-woo-notices__icon-size: ;
  --bde-woo-notices__padding: ;
  --bde-woo-notices__padding-left: ;
  --bde-woo-notices__border-radius: ;
  --bde-woo-notices__error-background: ;
  --bde-woo-notices__error-text: ;
  --bde-woo-notices__error-link-text: ;
  --bde-woo-notices__error-link-text-hover: ;
  --bde-woo-notices__info-background: ;
  --bde-woo-notices__info-text: ;
  --bde-woo-notices__info-link-text: ;
  --bde-woo-notices__info-link-text-hover: ;
  --bde-woo-notices__success-background: ;
  --bde-woo-notices__success-text: ;
  --bde-woo-notices__success-link-text: ;
  --bde-woo-notices__success-link-text-hover: ;

        
  --bde-woo-sale-badge__border-radius: ;
  --bde-woo-sale-badge__background-color: ;
  --bde-woo-sale-badge__text-color: ;
  --bde-woo-sale-badge__font-weight: ;
  --bde-woo-sale-badge__font-size: ;
  --bde-woo-sale-badge__padding:  ;

  --bde-woo-ratings__star-color: ;
  --bde-woo-ratings__star-size: ;

  --bde-woo-product-images__border-radius: ;
  --bde-woo-product-images__border-width: ;
  --bde-woo-product-images__border-color: ;

  --bde-woo-wrappers__background-color: ;
  --bde-woo-wrappers__border-radius: ;
  --bde-woo-wrappers__border-width: ;
  --bde-woo-wrappers__border-color: ;
  --bde-woo-wrappers__shadow: ;

  --bde-woo-tables__header-color: ;
  --bde-woo-tables__background-color: ;
  --bde-woo-tables__border-radius: ;
  --bde-woo-tables__border-color: ;
  --bde-woo-tables__border-width: ;

  --bde-woo-widgets__chip-text-color: ;
  --bde-woo-widgets__chip-background-color: ;
  --bde-woo-widgets__chip-text-color-hover: ;
  --bde-woo-widgets__chip-background-color-hover: ;

    --bde-woo-select2__active-item-background-color: ;
  --bde-woo-widgets__remove-item-from-cart-color: ;
  --bde-woo-gallery__zoom-icon-shadow: ;

  
  
  --bde-woo-payment-box-background-color: ;
  --bde-woo-payment-box-border-color: ;
  --bde-woo-payment-box-border-width: ;

    --bde-woo-quicklook-button-background-color: ;
  --bde-woo-quicklook-button-background-color-hover: ;
  --bde-woo-quicklook-button-text-indent: ;
  --bde-woo-quicklook-button-backdrop-color: ;
  --bde-woo-quicklook-button-backdrop-opacity: ;

  
  --bde-woo-quicklook-modal-background-color: ;
  --bde-woo-quicklook-overlay-color: ;
  --bde-woo-quicklook-close-button-size: ;
  --bde-woo-quicklook-close-button-color: ;
  --bde-woo-quicklook-close-button-color-hover: ;
  --bde-woo-quicklook-arrow-size: ;
  --bde-woo-quicklook-arrow-color: ;
  --bde-woo-quicklook-arrow-color-hover: ;
  --bde-woo-quicklook-arrow-background-color: ;
  --bde-woo-quicklook-arrow-background-color-hover: ;

    --bde-woo-swatch-alignment: ;
  --bde-woo-swatch-space-after-label: ;
  --bde-woo-swatch-space-between-items: ;
  --bde-woo-swatch-space-between-options: ;
    
  --bde-woo-swatch-background: ;
  --bde-woo-swatch-background-hover: ;
  --bde-woo-swatch-background-selected: ;
      
  --bde-woo-swatch-color-background: ;
  --bde-woo-swatch-color-width: ;
  --bde-woo-swatch-color-height: ;
    --bde-woo-swatch-tooltip-background: ;
    

    
  }

.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-brand-primary-color: ;
  --bde-brand-primary-color-hover: ;
  --bde-button-primary-text-color: ;
  --bde-button-primary-text-color-hover: ;

  }

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"],
.breakdance .bde-wooproductcartbutton-432064-115 textarea,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text,
.breakdance .bde-wooproductcartbutton-432064-115 select,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 .wc-stripe-elements-field {
  background-color: ;
      
    

                border-radius: ;
    
    box-shadow: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 textarea:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text:focus,
.breakdance .bde-wooproductcartbutton-432064-115 select:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"]:focus {
  background-color: ;
  border-color: ;
  box-shadow: ;
}

.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-password-strength,
.breakdance .bde-wooproductcartbutton-432064-115 label span.optional,
.breakdance .bde-wooproductcartbutton-432064-115 label {
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-quicklook-modal {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label .woo-selected-variation-item-name {
      text-align: ;
  color: ;

    
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper {
      text-align: ;
  color: ;

    
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
      color: ;

  
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled::before,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled::before {
    color: ;
  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item {
    background-color: ;
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option:hover,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item:hover {
    background-color: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-tooltip,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-tooltip,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 [data-wvstooltip]:before,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .wvs-has-image-tooltip:before {
      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

  }







                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        


  .breakdance .bde-wooproductcartbutton-432064-115 .quantity {
    max-width: ;
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text {
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text:hover {
      background: ;

  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button {
    width: ;
    height: ;
    font-size: ;
          color: ;
  
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button:hover {
          color: ;
  
      background: ;

  }

  
  
    

/* Advanced/Table Separator Color */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list tr {
  border-color: ;
}







    .breakdance .bde-wooproductcartbutton-432064-115 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-wooproductcartbutton-432064-115:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
/* Size/Width */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart, .breakdance .bde-wooproductcartbutton-432064-115 {
  }

/* Buttons */
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



/* Typography/Variable/Description*/
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-description p {
    text-align: ;
  color: ;

    
}
/* Typography/Variable/Stock Quantity */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-availability p {
    text-align: ;
  color: ;

    
}
/* Typography/Grouped Product Title */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a {
  text-align: ;
  color: ;

    
}
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a:hover {
  color: ;

  
}

/* Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list-item__price > .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product ins .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Sale Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Spacing/Grouped/Verical Spacing */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list td {
  padding-top: ;
  padding-bottom: ;
}
/* Spacing/Grouped/Quantity Width */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__quantity {
  width: 148px;
}

/* Spacing/Variable/After Dropdown */
.breakdance .bde-wooproductcartbutton-432064-115 table.variations tr {
  margin-bottom: ;
}
/* Spacing/Variable/After Stock Qty */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation.single_variation {
  margin-bottom: ;
}
/* Spacing/After Notice */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.stock {
  margin-bottom: ;
}
/* Spacing/Before Button */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart:not(.variations_form),
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart-disabled {
  gap: ;
}
/* Spacing/Container */
.breakdance .bde-wooproductcartbutton-432064-115 {
      margin-top: ;
    margin-bottom: ;

}


/* Advanced/Variation Reset/Icon */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations {
  font-size: ;
  color: ;
  background-color: ;
}
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations:hover {
  color: ;
  background-color: ;
}


  /* Notices/Out of Stock */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.out-of-stock {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    
  /* Notices/Backorder */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.available-on-backorder {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    

/* Advanced/Global Styles Override */
        
.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-woo-base-text-color: ;
  --bde-woo-base-headings-color: ;
  --bde-woo-base-border-color: ;
  --bde-woo-base-primary-color: ;
  --bde-woo-base-primary-color-hover: ;
  --bde-woo-base-text-on-primary-color: ;

  --bde-woo-base-space: ;
  --bde-woo-base-ratio: ;

  --bde-woo-base-extra-small-gaps: ;
  --bde-woo-base-small-gaps: ;
  --bde-woo-base-standard-gaps: ;
  --bde-woo-base-medium-gaps: ;
  --bde-woo-base-big-gaps: ;
  --bde-woo-base-large-gaps: ;
  --bde-woo-base-extra-large-gaps: ;

  --bde-woo-typography-font-weight-normal: ;
  --bde-woo-typography-font-weight-medium: ;
  --bde-woo-typography-font-weight-heavy: ;

  --bde-woo-typography__size-small: ;
  --bde-woo-typography__size-small-font-family: ;
  --bde-woo-typography__size-standard: ;
  --bde-woo-typography__size-standard-font-family: ;
  --bde-woo-typography__size-medium: ;
  --bde-woo-typography__size-medium-font-family: ;
  --bde-woo-typography__size-large: ;
  --bde-woo-typography__size-large-font-family: ;
  --bde-woo-typography__size-extra-large: ;
  --bde-woo-typography__size-extra-large-font-family: ;

      --bde-woo-buttons-and-links__text-link-color: ;
  --bde-woo-buttons-and-links__text-link-color-hover: ;

  --bde-woo-buttons-and-links__disabled-button-color: ;
  --bde-woo-buttons-and-links__disabled-button-text-color: ;

    
  --bde-woo-forms__spacing-after-label: ;
  --bde-woo-forms__spacing-sub-label: ;
  --bde-woo-forms__spacing-between-fields: ;
  --bde-woo-forms__spacing-between-columns: ;

  --bde-woo-forms__inputs-placeholder-color:  ;

  --bde-woo-forms__inputs-select2-selected-item: ;
  --bde-woo-forms__inputs-select2-hover-item: ;

  --bde-woo-forms__labels-color: ;
  --bde-woo-forms__labels-required-color: ;
  --bde-woo-forms__labels-required-size: ;

  --bde-woo-forms__labels-required-nudge-x: ;
  --bde-woo-forms__labels-required-nudge-y: ;

    
  --bde-woo-notices__icon-size: ;
  --bde-woo-notices__padding: ;
  --bde-woo-notices__padding-left: ;
  --bde-woo-notices__border-radius: ;
  --bde-woo-notices__error-background: ;
  --bde-woo-notices__error-text: ;
  --bde-woo-notices__error-link-text: ;
  --bde-woo-notices__error-link-text-hover: ;
  --bde-woo-notices__info-background: ;
  --bde-woo-notices__info-text: ;
  --bde-woo-notices__info-link-text: ;
  --bde-woo-notices__info-link-text-hover: ;
  --bde-woo-notices__success-background: ;
  --bde-woo-notices__success-text: ;
  --bde-woo-notices__success-link-text: ;
  --bde-woo-notices__success-link-text-hover: ;

        
  --bde-woo-sale-badge__border-radius: ;
  --bde-woo-sale-badge__background-color: ;
  --bde-woo-sale-badge__text-color: ;
  --bde-woo-sale-badge__font-weight: ;
  --bde-woo-sale-badge__font-size: ;
  --bde-woo-sale-badge__padding:  ;

  --bde-woo-ratings__star-color: ;
  --bde-woo-ratings__star-size: ;

  --bde-woo-product-images__border-radius: ;
  --bde-woo-product-images__border-width: ;
  --bde-woo-product-images__border-color: ;

  --bde-woo-wrappers__background-color: ;
  --bde-woo-wrappers__border-radius: ;
  --bde-woo-wrappers__border-width: ;
  --bde-woo-wrappers__border-color: ;
  --bde-woo-wrappers__shadow: ;

  --bde-woo-tables__header-color: ;
  --bde-woo-tables__background-color: ;
  --bde-woo-tables__border-radius: ;
  --bde-woo-tables__border-color: ;
  --bde-woo-tables__border-width: ;

  --bde-woo-widgets__chip-text-color: ;
  --bde-woo-widgets__chip-background-color: ;
  --bde-woo-widgets__chip-text-color-hover: ;
  --bde-woo-widgets__chip-background-color-hover: ;

    --bde-woo-select2__active-item-background-color: ;
  --bde-woo-widgets__remove-item-from-cart-color: ;
  --bde-woo-gallery__zoom-icon-shadow: ;

  
  
  --bde-woo-payment-box-background-color: ;
  --bde-woo-payment-box-border-color: ;
  --bde-woo-payment-box-border-width: ;

    --bde-woo-quicklook-button-background-color: ;
  --bde-woo-quicklook-button-background-color-hover: ;
  --bde-woo-quicklook-button-text-indent: ;
  --bde-woo-quicklook-button-backdrop-color: ;
  --bde-woo-quicklook-button-backdrop-opacity: ;

  
  --bde-woo-quicklook-modal-background-color: ;
  --bde-woo-quicklook-overlay-color: ;
  --bde-woo-quicklook-close-button-size: ;
  --bde-woo-quicklook-close-button-color: ;
  --bde-woo-quicklook-close-button-color-hover: ;
  --bde-woo-quicklook-arrow-size: ;
  --bde-woo-quicklook-arrow-color: ;
  --bde-woo-quicklook-arrow-color-hover: ;
  --bde-woo-quicklook-arrow-background-color: ;
  --bde-woo-quicklook-arrow-background-color-hover: ;

    --bde-woo-swatch-alignment: ;
  --bde-woo-swatch-space-after-label: ;
  --bde-woo-swatch-space-between-items: ;
  --bde-woo-swatch-space-between-options: ;
    
  --bde-woo-swatch-background: ;
  --bde-woo-swatch-background-hover: ;
  --bde-woo-swatch-background-selected: ;
      
  --bde-woo-swatch-color-background: ;
  --bde-woo-swatch-color-width: ;
  --bde-woo-swatch-color-height: ;
    --bde-woo-swatch-tooltip-background: ;
    

    
      /*
    * Make all woo elements stack vertically on mobile
    */
    --bde-woo-responsive__stack: column;
    --bde-woo-responsive__width: 100%;
    --bde-woo-responsive__max-width: 100%;
  }

.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-brand-primary-color: ;
  --bde-brand-primary-color-hover: ;
  --bde-button-primary-text-color: ;
  --bde-button-primary-text-color-hover: ;

  }

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"],
.breakdance .bde-wooproductcartbutton-432064-115 textarea,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text,
.breakdance .bde-wooproductcartbutton-432064-115 select,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 .wc-stripe-elements-field {
  background-color: ;
      
    

                border-radius: ;
    
    box-shadow: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 textarea:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text:focus,
.breakdance .bde-wooproductcartbutton-432064-115 select:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"]:focus {
  background-color: ;
  border-color: ;
  box-shadow: ;
}

.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-password-strength,
.breakdance .bde-wooproductcartbutton-432064-115 label span.optional,
.breakdance .bde-wooproductcartbutton-432064-115 label {
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-quicklook-modal {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label .woo-selected-variation-item-name {
      text-align: ;
  color: ;

    
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper {
      text-align: ;
  color: ;

    
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
      color: ;

  
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled::before,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled::before {
    color: ;
  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item {
    background-color: ;
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option:hover,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item:hover {
    background-color: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-tooltip,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-tooltip,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 [data-wvstooltip]:before,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .wvs-has-image-tooltip:before {
      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

  }







                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        


  .breakdance .bde-wooproductcartbutton-432064-115 .quantity {
    max-width: ;
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text {
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text:hover {
      background: ;

  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button {
    width: ;
    height: ;
    font-size: ;
          color: ;
  
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button:hover {
          color: ;
  
      background: ;

  }

  
  
    

/* Advanced/Table Separator Color */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list tr {
  border-color: ;
}







    .breakdance .bde-wooproductcartbutton-432064-115 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-wooproductcartbutton-432064-115:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
/* Size/Width */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart, .breakdance .bde-wooproductcartbutton-432064-115 {
  }

/* Buttons */
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 button.button.single_add_to_cart_button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



/* Typography/Variable/Description*/
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-description p {
    text-align: ;
  color: ;

    
}
/* Typography/Variable/Stock Quantity */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-availability p {
    text-align: ;
  color: ;

    
}
/* Typography/Grouped Product Title */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a {
  text-align: ;
  color: ;

    
}
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__label a:hover {
  color: ;

  
}

/* Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list-item__price > .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product ins .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Sale Price */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .price del .woocommerce-Price-amount bdi,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del,
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .product del .woocommerce-Price-amount bdi {
    text-align: ;
  color: ;

    
}

/* Spacing/Grouped/Verical Spacing */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list td {
  padding-top: ;
  padding-bottom: ;
}
/* Spacing/Grouped/Quantity Width */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-grouped-product-list-item__quantity {
  width: 148px;
}

/* Spacing/Variable/After Dropdown */
.breakdance .bde-wooproductcartbutton-432064-115 table.variations tr {
  margin-bottom: ;
}
/* Spacing/Variable/After Stock Qty */
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation.single_variation {
  margin-bottom: ;
}
/* Spacing/After Notice */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.stock {
  margin-bottom: ;
}
/* Spacing/Before Button */
.breakdance .bde-wooproductcartbutton-432064-115 form.cart:not(.variations_form),
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-variation-add-to-cart-disabled {
  gap: ;
}
/* Spacing/Container */
.breakdance .bde-wooproductcartbutton-432064-115 {
      margin-top: ;
    margin-bottom: ;

}


/* Advanced/Variation Reset/Icon */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations {
  font-size: ;
  color: ;
  background-color: ;
}
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce a.reset_variations:hover {
  color: ;
  background-color: ;
}


  /* Notices/Out of Stock */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.out-of-stock {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    
  /* Notices/Backorder */
    .breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce p.available-on-backorder {
    background-color: ;
        
    

                border-radius: ;
    
    box-shadow: ;

      text-align: ;
  color: ;

    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }
    

/* Advanced/Global Styles Override */
        
.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-woo-base-text-color: ;
  --bde-woo-base-headings-color: ;
  --bde-woo-base-border-color: ;
  --bde-woo-base-primary-color: ;
  --bde-woo-base-primary-color-hover: ;
  --bde-woo-base-text-on-primary-color: ;

  --bde-woo-base-space: ;
  --bde-woo-base-ratio: ;

  --bde-woo-base-extra-small-gaps: ;
  --bde-woo-base-small-gaps: ;
  --bde-woo-base-standard-gaps: ;
  --bde-woo-base-medium-gaps: ;
  --bde-woo-base-big-gaps: ;
  --bde-woo-base-large-gaps: ;
  --bde-woo-base-extra-large-gaps: ;

  --bde-woo-typography-font-weight-normal: ;
  --bde-woo-typography-font-weight-medium: ;
  --bde-woo-typography-font-weight-heavy: ;

  --bde-woo-typography__size-small: ;
  --bde-woo-typography__size-small-font-family: ;
  --bde-woo-typography__size-standard: ;
  --bde-woo-typography__size-standard-font-family: ;
  --bde-woo-typography__size-medium: ;
  --bde-woo-typography__size-medium-font-family: ;
  --bde-woo-typography__size-large: ;
  --bde-woo-typography__size-large-font-family: ;
  --bde-woo-typography__size-extra-large: ;
  --bde-woo-typography__size-extra-large-font-family: ;

      --bde-woo-buttons-and-links__text-link-color: ;
  --bde-woo-buttons-and-links__text-link-color-hover: ;

  --bde-woo-buttons-and-links__disabled-button-color: ;
  --bde-woo-buttons-and-links__disabled-button-text-color: ;

    
  --bde-woo-forms__spacing-after-label: ;
  --bde-woo-forms__spacing-sub-label: ;
  --bde-woo-forms__spacing-between-fields: ;
  --bde-woo-forms__spacing-between-columns: ;

  --bde-woo-forms__inputs-placeholder-color:  ;

  --bde-woo-forms__inputs-select2-selected-item: ;
  --bde-woo-forms__inputs-select2-hover-item: ;

  --bde-woo-forms__labels-color: ;
  --bde-woo-forms__labels-required-color: ;
  --bde-woo-forms__labels-required-size: ;

  --bde-woo-forms__labels-required-nudge-x: ;
  --bde-woo-forms__labels-required-nudge-y: ;

    
  --bde-woo-notices__icon-size: ;
  --bde-woo-notices__padding: ;
  --bde-woo-notices__padding-left: ;
  --bde-woo-notices__border-radius: ;
  --bde-woo-notices__error-background: ;
  --bde-woo-notices__error-text: ;
  --bde-woo-notices__error-link-text: ;
  --bde-woo-notices__error-link-text-hover: ;
  --bde-woo-notices__info-background: ;
  --bde-woo-notices__info-text: ;
  --bde-woo-notices__info-link-text: ;
  --bde-woo-notices__info-link-text-hover: ;
  --bde-woo-notices__success-background: ;
  --bde-woo-notices__success-text: ;
  --bde-woo-notices__success-link-text: ;
  --bde-woo-notices__success-link-text-hover: ;

        
  --bde-woo-sale-badge__border-radius: ;
  --bde-woo-sale-badge__background-color: ;
  --bde-woo-sale-badge__text-color: ;
  --bde-woo-sale-badge__font-weight: ;
  --bde-woo-sale-badge__font-size: ;
  --bde-woo-sale-badge__padding:  ;

  --bde-woo-ratings__star-color: ;
  --bde-woo-ratings__star-size: ;

  --bde-woo-product-images__border-radius: ;
  --bde-woo-product-images__border-width: ;
  --bde-woo-product-images__border-color: ;

  --bde-woo-wrappers__background-color: ;
  --bde-woo-wrappers__border-radius: ;
  --bde-woo-wrappers__border-width: ;
  --bde-woo-wrappers__border-color: ;
  --bde-woo-wrappers__shadow: ;

  --bde-woo-tables__header-color: ;
  --bde-woo-tables__background-color: ;
  --bde-woo-tables__border-radius: ;
  --bde-woo-tables__border-color: ;
  --bde-woo-tables__border-width: ;

  --bde-woo-widgets__chip-text-color: ;
  --bde-woo-widgets__chip-background-color: ;
  --bde-woo-widgets__chip-text-color-hover: ;
  --bde-woo-widgets__chip-background-color-hover: ;

    --bde-woo-select2__active-item-background-color: ;
  --bde-woo-widgets__remove-item-from-cart-color: ;
  --bde-woo-gallery__zoom-icon-shadow: ;

  
  
  --bde-woo-payment-box-background-color: ;
  --bde-woo-payment-box-border-color: ;
  --bde-woo-payment-box-border-width: ;

    --bde-woo-quicklook-button-background-color: ;
  --bde-woo-quicklook-button-background-color-hover: ;
  --bde-woo-quicklook-button-text-indent: ;
  --bde-woo-quicklook-button-backdrop-color: ;
  --bde-woo-quicklook-button-backdrop-opacity: ;

  
  --bde-woo-quicklook-modal-background-color: ;
  --bde-woo-quicklook-overlay-color: ;
  --bde-woo-quicklook-close-button-size: ;
  --bde-woo-quicklook-close-button-color: ;
  --bde-woo-quicklook-close-button-color-hover: ;
  --bde-woo-quicklook-arrow-size: ;
  --bde-woo-quicklook-arrow-color: ;
  --bde-woo-quicklook-arrow-color-hover: ;
  --bde-woo-quicklook-arrow-background-color: ;
  --bde-woo-quicklook-arrow-background-color-hover: ;

    --bde-woo-swatch-alignment: ;
  --bde-woo-swatch-space-after-label: ;
  --bde-woo-swatch-space-between-items: ;
  --bde-woo-swatch-space-between-options: ;
    
  --bde-woo-swatch-background: ;
  --bde-woo-swatch-background-hover: ;
  --bde-woo-swatch-background-selected: ;
      
  --bde-woo-swatch-color-background: ;
  --bde-woo-swatch-color-width: ;
  --bde-woo-swatch-color-height: ;
    --bde-woo-swatch-tooltip-background: ;
    

    
  }

.breakdance .bde-wooproductcartbutton-432064-115 {
  --bde-brand-primary-color: ;
  --bde-brand-primary-color-hover: ;
  --bde-button-primary-text-color: ;
  --bde-button-primary-text-color-hover: ;

  }

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"],
.breakdance .bde-wooproductcartbutton-432064-115 textarea,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text,
.breakdance .bde-wooproductcartbutton-432064-115 select,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"],
.breakdance .bde-wooproductcartbutton-432064-115 .wc-stripe-elements-field {
  background-color: ;
      
    

                border-radius: ;
    
    box-shadow: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .select2-container--default .select2-selection--single:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .price_slider_amount input[type="text"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 input[type="search"]:focus,
.breakdance .bde-wooproductcartbutton-432064-115 textarea:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Input:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .input-text:focus,
.breakdance .bde-wooproductcartbutton-432064-115 select:focus,
.breakdance .bde-wooproductcartbutton-432064-115 .wc_payment_method input[type="text"]:focus {
  background-color: ;
  border-color: ;
  box-shadow: ;
}

.breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-password-strength,
.breakdance .bde-wooproductcartbutton-432064-115 label span.optional,
.breakdance .bde-wooproductcartbutton-432064-115 label {
    text-align: ;
  color: ;

    
}

.breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-quicklook-modal {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label label,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variations .label .woo-selected-variation-item-name {
      text-align: ;
  color: ;

    
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper {
      text-align: ;
  color: ;

    
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
      color: ;

  
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-selected-swatch:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }
  
    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
    color: ;
    background-color: ;
    border-color: ;
    opacity: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-disabled::before,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-disabled::before {
    color: ;
  }

    .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option),
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option),
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item {
    background-color: ;
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
        
    

                border-radius: ;
    
    box-shadow: ;

  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-image-option:hover,
  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-image-option:hover,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-swatches-option:not(.cfvsw-label-option):hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.color-variable-item:hover,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .variable-items-wrapper .variable-item.image-variable-item:hover {
    background-color: ;
  }

  .cfvsw-product-page .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw-tooltip,
  .breakdance .bde-wooproductcartbutton-432064-115 .cfvsw_variations_form .cfvsw-tooltip,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 [data-wvstooltip]:before,
  .woo-variation-swatches .breakdance .bde-wooproductcartbutton-432064-115 .wvs-has-image-tooltip:before {
      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

  }







                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"],
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .bde-mini-cart-offcanvas .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-form-track-order button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 #place_order:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.pay:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.single_add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.wc-backward:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.checkout-button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 p.order-again a.button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="add-to-cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="login"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_address"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="save_account_details"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="woocommerce_checkout_place_order"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="register"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-content a.button[href*="add-payment-method"]:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"],
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"],
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-MyAccount-downloads-file:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Address a.edit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.view:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--previous:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-Button--next:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .widget_price_filter .button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.product_type_grouped:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.button.add_to_cart_button:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .added_to_cart:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-widget-layered-nav-dropdown__submit:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-product-search button[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_simple:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_variable:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .form-submit input[type="submit"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="update_cart"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="calc_shipping"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 button[name="apply_coupon"]:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 a.product_type_external:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel
             {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                                .breakdance .bde-wooproductcartbutton-432064-115 .reset_variations:hover,
                    .breakdance .bde-wooproductcartbutton-432064-115 .woocommerce-button.cancel:hover
             {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-wooproductcartbutton-432064-115 .bde-woo-product-quicklook-button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        


  .breakdance .bde-wooproductcartbutton-432064-115 .quantity {
    max-width: ;
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text {
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .quantity .input-text:hover {
      background: ;

  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button {
    width: ;
    height: ;
    font-size: ;
          color: ;
  
      background: ;

      text-align: ;
  color: ;

    
        
    

                border-radius: ;
    
    box-shadow: ;

                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
  }

  .breakdance .bde-wooproductcartbutton-432064-115 .bde-quantity-button:hover {
          color: ;
  
      background: ;

  }

  
  
    

/* Advanced/Table Separator Color */
.breakdance .bde-wooproductcartbutton-432064-115.breakdance-woocommerce .woocommerce-grouped-product-list tr {
  border-color: ;
}







    .breakdance .bde-wooproductcartbutton-432064-115 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-wooproductcartbutton-432064-115:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-text-432064-358 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-358 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-358:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-text-432064-358 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-358 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-358:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-text-432064-358 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-358 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-358:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-text-432064-358 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-358 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-358:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-text-432064-358 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-358 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-358:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-div-432064-142 {
  width: 550px;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: 10px;
        padding-bottom: ;
        padding-left: 10px;
    
      
    

                border-radius: 15px;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-142 {
                  display: flex;
        flex-direction: column;
            align-items: center;
      justify-content: center;
      gap: ;
      
              text-align: center;
            
      }

  
  





.breakdance .bde-div-432064-142 {
  background-color: #232323;

  
  }

.breakdance .bde-div-432064-142:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-142 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-142 {
    }






    .breakdance .bde-div-432064-142 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-142:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    

.breakdance .bde-div-432064-142 {
  background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.3); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0); position: relative; overflow: hidden; } .glass-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.8), transparent ); } .glass-card::after { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: linear-gradient( 180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3) );
}








@media (max-width: 1119px) {
.breakdance .bde-div-432064-142 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-142 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-div-432064-142 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-142:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-142 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-142 {
    }






    .breakdance .bde-div-432064-142 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-142:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-div-432064-142 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-142 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-div-432064-142 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-142:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-142 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-142 {
    }






    .breakdance .bde-div-432064-142 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-142:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-div-432064-142 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-142 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-div-432064-142 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-142:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-142 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-142 {
    }






    .breakdance .bde-div-432064-142 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-142:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-div-432064-142 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-142 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-div-432064-142 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-142:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-142 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-142 {
    }






    .breakdance .bde-div-432064-142 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-142:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-columns-432064-143 {
--columnCount: 2;
    margin-top: ;
    margin-bottom: ;

  width: 500px;
  
  --bde-column-gap: ;

}








    .breakdance .bde-columns-432064-143 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-143:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-columns-432064-143 {
--columnCount: 2;
    margin-top: ;
    margin-bottom: ;

  width: ;
  
  --bde-column-gap: ;

}



.breakdance .bde-columns-432064-143.bde-columns {
  flex-direction: column;
  flex-wrap: nowrap;
}

.breakdance .bde-columns-432064-143.bde-columns > .bde-column {
  width: 100%;
}





    .breakdance .bde-columns-432064-143 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-143:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-columns-432064-143 {
--columnCount: 2;
    margin-top: ;
    margin-bottom: ;

  width: ;
  
  --bde-column-gap: ;

}








    .breakdance .bde-columns-432064-143 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-143:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-columns-432064-143 {
--columnCount: 2;
    margin-top: ;
    margin-bottom: ;

  width: ;
  
  --bde-column-gap: ;

}








    .breakdance .bde-columns-432064-143 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-143:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-columns-432064-143 {
--columnCount: 2;
    margin-top: ;
    margin-bottom: ;

  width: ;
  
  --bde-column-gap: ;

}








    .breakdance .bde-columns-432064-143 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-columns-432064-143:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-column-432064-144 {
  --column-width: 50%;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-144 {
                  display: flex;
        flex-direction: column;
            align-items: center;
      justify-content: center;
      gap: ;
      
              text-align: center;
            
      }

  
  





.breakdance .bde-column-432064-144 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-144:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-144 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-144.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-144 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-144:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-column-432064-144 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-144 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-144 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-144:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-144 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-144.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-144 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-144:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-column-432064-144 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-144 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-144 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-144:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-144 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-144.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-144 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-144:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-column-432064-144 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-144 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-144 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-144:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-144 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-144.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-144 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-144:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-column-432064-144 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-144 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-144 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-144:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-144 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-144.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-144 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-144:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}



    
                
    .breakdance .bde-icon-432064-146 .bde-icon-icon.breakdance-icon-atom {
        font-size: 120px;

            }

    
            .breakdance .bde-icon-432064-146 .bde-icon-icon.breakdance-icon-atom svg:first-child {
                      
    fill: #FFFFFF;
  
        }
    
            .breakdance .bde-icon-432064-146:hover .bde-icon-icon.breakdance-icon-atom {
              background: ;
;

                    }

            


.breakdance .bde-icon-432064-146 {
      margin-top: ;
    margin-bottom: ;

}



    .breakdance .bde-icon-432064-146 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-icon-432064-146:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {

    
                
    .breakdance .bde-icon-432064-146 .bde-icon-icon.breakdance-icon-atom {
        font-size: ;

            }

    
    
            .breakdance .bde-icon-432064-146:hover .bde-icon-icon.breakdance-icon-atom {
              background: ;
;

                    }

            


.breakdance .bde-icon-432064-146 {
      margin-top: ;
    margin-bottom: ;

}



    .breakdance .bde-icon-432064-146 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-icon-432064-146:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {

    
                
    .breakdance .bde-icon-432064-146 .bde-icon-icon.breakdance-icon-atom {
        font-size: ;

            }

    
    
            .breakdance .bde-icon-432064-146:hover .bde-icon-icon.breakdance-icon-atom {
              background: ;
;

                    }

            


.breakdance .bde-icon-432064-146 {
      margin-top: ;
    margin-bottom: ;

}



    .breakdance .bde-icon-432064-146 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-icon-432064-146:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {

    
                
    .breakdance .bde-icon-432064-146 .bde-icon-icon.breakdance-icon-atom {
        font-size: ;

            }

    
    
            .breakdance .bde-icon-432064-146:hover .bde-icon-icon.breakdance-icon-atom {
              background: ;
;

                    }

            


.breakdance .bde-icon-432064-146 {
      margin-top: ;
    margin-bottom: ;

}



    .breakdance .bde-icon-432064-146 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-icon-432064-146:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {

    
                
    .breakdance .bde-icon-432064-146 .bde-icon-icon.breakdance-icon-atom {
        font-size: ;

            }

    
    
            .breakdance .bde-icon-432064-146:hover .bde-icon-icon.breakdance-icon-atom {
              background: ;
;

                    }

            


.breakdance .bde-icon-432064-146 {
      margin-top: ;
    margin-bottom: ;

}



    .breakdance .bde-icon-432064-146 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-icon-432064-146:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-column-432064-145 {
  --column-width: 50%;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-145 {
                  display: flex;
        flex-direction: column;
            align-items: center;
      justify-content: center;
      gap: ;
      
              text-align: center;
            
      }

  
  





.breakdance .bde-column-432064-145 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-145:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-145 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-145.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-145 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-145:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-column-432064-145 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-145 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-145 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-145:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-145 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-145.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-145 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-145:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-column-432064-145 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-145 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-145 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-145:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-145 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-145.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-145 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-145:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-column-432064-145 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-145 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-145 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-145:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-145 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-145.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-145 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-145:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-column-432064-145 {
  --column-width: ;

  order: ;

  
  gap: ;    
  
              justify-content: ;
    
  


      
    

                border-radius: ;
    
    box-shadow: ;


      
   min-height: ;
}


  .breakdance .bde-column-432064-145 {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-column-432064-145 {
  background-color: ;

  
  }

.breakdance .bde-column-432064-145:hover {
  background-color: ;
}








  


.breakdance .bde-column-432064-145 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-column-432064-145.bde-column {
              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
}






    .breakdance .bde-column-432064-145 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-column-432064-145:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-text-432064-147 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: 10px;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-147 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-147:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-text-432064-147 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-147 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-147:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-text-432064-147 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-147 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-147:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-text-432064-147 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-147 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-147:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-text-432064-147 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-147 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-147:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-text-432064-148 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-148 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-148:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-text-432064-148 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-148 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-148:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-text-432064-148 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-148 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-148:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-text-432064-148 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-148 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-148:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-text-432064-148 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-148 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-148:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-text-432064-149 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-149 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-149:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-text-432064-149 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-149 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-149:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-text-432064-149 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-149 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-149:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-text-432064-149 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-149 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-149:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-text-432064-149 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-text-432064-149 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-text-432064-149:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-button-432064-150 {
      margin-top: 10px;
    margin-bottom: 10px;

}


                                .breakdance .bde-button-432064-150 .bde-button__button
     {

        --bde-transition-duration: ;

                            --bde-button-custom-border-color: transparent;
            --bde-button-custom-border-color-hover: transparent;

            --bde-button-custom-text-color: #ffffff;
            --bde-button-custom-text-color-hover: #ffffff;

                                        --bde-button-custom-background-color:  #FFFFFF00;
            
                             --bde-button-custom-background-color-hover:  #FFFFFF00;
                    

                
        
        
                
                
                  text-align: ;
  color: ;

    

                            box-shadow: 5px 20px 75px 0px #00000025;
        
                
        
    }

         
                    .breakdance .bde-button-432064-150 .bde-button__button:hover
     {

                  color: ;

  

                            transform: scale(1.05);
        
            }


        
        	
        	
        	
            
        
        

    
  
    .bde-lightbox-432064-150 .lg-next,
  .bde-lightbox-432064-150 .lg-prev,
  .bde-lightbox-432064-150 .lg-toolbar,
  .bde-lightbox-432064-150 .lg-icon,
  .bde-lightbox-432064-150 .lg-counter,
  .bde-lightbox-432064-150 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-150 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-150 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-150 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-button-432064-150 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-button-432064-150:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    

.breakdance .bde-button-432064-150 {
  background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.3); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0); position: relative; overflow: hidden; } .glass-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.8), transparent ); } .glass-card::after { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: linear-gradient( 180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3) );
}








@media (max-width: 1119px) {
.breakdance .bde-button-432064-150 {
      margin-top: ;
    margin-bottom: ;

}


                                .breakdance .bde-button-432064-150 .bde-button__button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-button-432064-150 .bde-button__button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

    
  
    .bde-lightbox-432064-150 .lg-next,
  .bde-lightbox-432064-150 .lg-prev,
  .bde-lightbox-432064-150 .lg-toolbar,
  .bde-lightbox-432064-150 .lg-icon,
  .bde-lightbox-432064-150 .lg-counter,
  .bde-lightbox-432064-150 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-150 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-150 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-150 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-button-432064-150 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-button-432064-150:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-button-432064-150 {
      margin-top: ;
    margin-bottom: ;

}


                                .breakdance .bde-button-432064-150 .bde-button__button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-button-432064-150 .bde-button__button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

    
  
    .bde-lightbox-432064-150 .lg-next,
  .bde-lightbox-432064-150 .lg-prev,
  .bde-lightbox-432064-150 .lg-toolbar,
  .bde-lightbox-432064-150 .lg-icon,
  .bde-lightbox-432064-150 .lg-counter,
  .bde-lightbox-432064-150 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-150 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-150 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-150 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-button-432064-150 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-button-432064-150:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-button-432064-150 {
      margin-top: ;
    margin-bottom: ;

}


                                .breakdance .bde-button-432064-150 .bde-button__button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-button-432064-150 .bde-button__button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

    
  
    .bde-lightbox-432064-150 .lg-next,
  .bde-lightbox-432064-150 .lg-prev,
  .bde-lightbox-432064-150 .lg-toolbar,
  .bde-lightbox-432064-150 .lg-icon,
  .bde-lightbox-432064-150 .lg-counter,
  .bde-lightbox-432064-150 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-150 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-150 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-150 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-button-432064-150 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-button-432064-150:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-button-432064-150 {
      margin-top: ;
    margin-bottom: ;

}


                                .breakdance .bde-button-432064-150 .bde-button__button
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-button-432064-150 .bde-button__button:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

    
  
    .bde-lightbox-432064-150 .lg-next,
  .bde-lightbox-432064-150 .lg-prev,
  .bde-lightbox-432064-150 .lg-toolbar,
  .bde-lightbox-432064-150 .lg-icon,
  .bde-lightbox-432064-150 .lg-counter,
  .bde-lightbox-432064-150 .lg-sub-html {
          color: ;
  
  }

  .bde-lightbox-432064-150 .lg-icon:hover {
          color: ;
  
  }

    .bde-lightbox-432064-150 .lg-outer .lg-thumb-item,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item {
    border-color: ;
    background-color: ;
  }

  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item.active,
  .bde-lightbox-432064-150 .lg-outer .lg-thumb-item:hover {
    border-color: ;
    background-color: ;
  }

    .bde-lightbox-432064-150 .lg-backdrop {
      background: ;

  }




    .breakdance .bde-button-432064-150 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-button-432064-150:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-section-432064-211 .section-container {
  
  gap: ;    
  
              justify-content: ;
    
  

}


  .breakdance .bde-section-432064-211 .section-container {
                  display: flex;
        flex-direction: column;
            align-items: center;
      justify-content: center;
      gap: ;
      
              text-align: center;
            
      }

  
  





.breakdance .bde-section-432064-211 {
  background-color: ;

                  background-image: url(https://www.noxcomputers.ca/wp-content/uploads/2025/12/Fire-Gradient-shift-background-NOX-Gaming-Colors.webp);
              
  }

.breakdance .bde-section-432064-211:hover {
  background-color: ;
}







  .breakdance .bde-section-432064-211 > .section-background-overlay {
    background-color: #000000C4;
    transition: background-color var(--bde-transition-duration) ease-in-out;
  }




.breakdance .bde-section-432064-211 > .section-background-overlay {
  
  filter:
  ;
}







.breakdance .bde-section-432064-211 *:not(.button-atom__text) {
    }




                    .breakdance .bde-section-432064-211 .button-atom--primary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--primary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-section-432064-211 .button-atom--secondary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--secondary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



.breakdance .bde-section-432064-211 .section-container {
  }

.breakdance .bde-section-432064-211 .section-container {
  }


.breakdance .bde-section-432064-211 {
  margin-top: ;
  margin-bottom: ;
}





    .breakdance .bde-section-432064-211 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-section-432064-211:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-section-432064-211 .section-container {
  
  gap: ;    
  
              justify-content: ;
    
  

}


  .breakdance .bde-section-432064-211 .section-container {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-section-432064-211 {
  background-color: ;

                
  }

.breakdance .bde-section-432064-211:hover {
  background-color: ;
}











.breakdance .bde-section-432064-211 > .section-background-overlay {
  
  filter:
  ;
}







.breakdance .bde-section-432064-211 *:not(.button-atom__text) {
    }




                    .breakdance .bde-section-432064-211 .button-atom--primary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--primary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-section-432064-211 .button-atom--secondary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--secondary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



.breakdance .bde-section-432064-211 .section-container {
  }

.breakdance .bde-section-432064-211 .section-container {
  }


.breakdance .bde-section-432064-211 {
  margin-top: ;
  margin-bottom: ;
}





    .breakdance .bde-section-432064-211 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-section-432064-211:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-section-432064-211 .section-container {
  
  gap: ;    
  
              justify-content: ;
    
  

}


  .breakdance .bde-section-432064-211 .section-container {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-section-432064-211 {
  background-color: ;

                
  }

.breakdance .bde-section-432064-211:hover {
  background-color: ;
}











.breakdance .bde-section-432064-211 > .section-background-overlay {
  
  filter:
  ;
}







.breakdance .bde-section-432064-211 *:not(.button-atom__text) {
    }




                    .breakdance .bde-section-432064-211 .button-atom--primary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--primary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-section-432064-211 .button-atom--secondary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--secondary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



.breakdance .bde-section-432064-211 .section-container {
  }

.breakdance .bde-section-432064-211 .section-container {
  }


.breakdance .bde-section-432064-211 {
  margin-top: ;
  margin-bottom: ;
}





    .breakdance .bde-section-432064-211 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-section-432064-211:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-section-432064-211 .section-container {
  
  gap: ;    
  
              justify-content: ;
    
  

}


  .breakdance .bde-section-432064-211 .section-container {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-section-432064-211 {
  background-color: ;

                
  }

.breakdance .bde-section-432064-211:hover {
  background-color: ;
}











.breakdance .bde-section-432064-211 > .section-background-overlay {
  
  filter:
  ;
}







.breakdance .bde-section-432064-211 *:not(.button-atom__text) {
    }




                    .breakdance .bde-section-432064-211 .button-atom--primary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--primary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-section-432064-211 .button-atom--secondary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--secondary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



.breakdance .bde-section-432064-211 .section-container {
  }

.breakdance .bde-section-432064-211 .section-container {
  }


.breakdance .bde-section-432064-211 {
  margin-top: ;
  margin-bottom: ;
}





    .breakdance .bde-section-432064-211 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-section-432064-211:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-section-432064-211 .section-container {
  
  gap: ;    
  
              justify-content: ;
    
  

}


  .breakdance .bde-section-432064-211 .section-container {
                align-items: ;
      justify-content: ;
      gap: ;
      
            
      }

  
  





.breakdance .bde-section-432064-211 {
  background-color: ;

                
  }

.breakdance .bde-section-432064-211:hover {
  background-color: ;
}











.breakdance .bde-section-432064-211 > .section-background-overlay {
  
  filter:
  ;
}







.breakdance .bde-section-432064-211 *:not(.button-atom__text) {
    }




                    .breakdance .bde-section-432064-211 .button-atom--primary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--primary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        

                    .breakdance .bde-section-432064-211 .button-atom--secondary
     {

        --bde-transition-duration: ;

                

                
        
        
                
                
                  text-align: ;
  color: ;

    

                
                
        
    }

         
                    .breakdance .bde-section-432064-211 .button-atom--secondary:hover
     {

                  color: ;

  

                
            }


        
        	
        	
        	
            
        
        



.breakdance .bde-section-432064-211 .section-container {
  }

.breakdance .bde-section-432064-211 .section-container {
  }

  .breakdance .bde-section-432064-211 .section-container {
    padding-left: ;
padding-right: ;
padding-bottom: 30px;
padding-top: 30px;

  }

.breakdance .bde-section-432064-211 {
  margin-top: ;
  margin-bottom: ;
}





    .breakdance .bde-section-432064-211 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-section-432064-211:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-heading-432064-212 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: 20px;

}


    .breakdance .bde-heading-432064-212 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-212:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-heading-432064-212 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-heading-432064-212 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-212:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-heading-432064-212 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-heading-432064-212 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-212:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-heading-432064-212 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-heading-432064-212 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-212:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-heading-432064-212 {
  width: ;
    text-align: ;
  color: ;

    
      margin-top: ;
    margin-bottom: ;

}


    .breakdance .bde-heading-432064-212 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-heading-432064-212:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-div-432064-241 {
  width: ;
  min-height: ;
    background: ;

              padding: 0px 50px 0px 50px;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-241 {
      }

  
  





.breakdance .bde-div-432064-241 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-241:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-241 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-241 {
    }






    .breakdance .bde-div-432064-241 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-241:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










@media (max-width: 1119px) {
.breakdance .bde-div-432064-241 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-241 {
      }

  
  





.breakdance .bde-div-432064-241 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-241:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-241 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-241 {
    }






    .breakdance .bde-div-432064-241 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-241:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 1023px) {
.breakdance .bde-div-432064-241 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-241 {
      }

  
  





.breakdance .bde-div-432064-241 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-241:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-241 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-241 {
    }






    .breakdance .bde-div-432064-241 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-241:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 767px) {
.breakdance .bde-div-432064-241 {
  width: ;
  min-height: ;
    background: ;

              padding: 0px 0px 0px 0px;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-241 {
      }

  
  





.breakdance .bde-div-432064-241 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-241:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-241 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-241 {
    }






    .breakdance .bde-div-432064-241 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-241:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}@media (max-width: 479px) {
.breakdance .bde-div-432064-241 {
  width: ;
  min-height: ;
    background: ;

              padding: 0px 0px 0px 0px;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-241 {
      }

  
  





.breakdance .bde-div-432064-241 {
  background-color: ;

  
  }

.breakdance .bde-div-432064-241:hover {
  background-color: ;
}








  


.breakdance .bde-div-432064-241 > .section-background-overlay {
  
  filter:
  ;
}






.breakdance .bde-div-432064-241 {
    }






    .breakdance .bde-div-432064-241 {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }

    .breakdance .bde-div-432064-241:hover {
                background-color: ;
    background-clip: ;

                        
    
    
    
    
    
    
    
      display: ;

  
  overflow: ;
  float: ;
  clear: ;
  visibility: ;
  z-index: ;

  
  align-self: ;
  order: ;
  flex-grow: ;
  flex-shrink: ;
  flex-basis: ;

  
  justify-self: ;
  grid-area: ;
  grid-column: ;
  grid-row: ;


        width: ;
    min-width: ;
    max-width: ;
    height: ;
    min-height: ;
    max-height: ;

      text-align: ;
  color: ;

    
                    margin-top: ;
        margin-right: ;
        margin-bottom: ;
        margin-left: ;
    
                padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    

        
    

                border-radius: ;
    

                opacity: ;
        box-shadow: ;
        mix-blend-mode: ;
        transition:
        ;

        transform:
        ;

                    transform-origin: ;
                perspective: ;
        
        transform-style: ;

          filter:
  ;

    

    }
    










}


.breakdance .bde-div-432064-242 {
  width: ;
  min-height: ;
    background: ;

              padding-top: ;
        padding-right: ;
        padding-bottom: ;
        padding-left: ;
    
      
    

                border-radius: ;
    
    box-shadow: ;

      margin-top: ;
    margin-bottom: ;

  
  gap: ;    
  
              justify-content: ;
    
  


    height: ;
  
}


  .breakdance .bde-div-432064-242 {
      }

            .breakdance .bde-div-432064-242 {
        --bde-grid-gap: var(--bde-column-gap);
        display: grid;
        grid-template-columns: repeat(var(--bde-grid-items-per-row, 4), minmax(0, 1fr));
        gap: var(--bde-grid-gap);
        align-items: var(--bde-grid-align-items, stretch);
        justify-items: var(--bde-grid-justify-items, stretch);
      }

              .breakdance .bde-div-432064-242 > * {
          width: auto !important;
          height: auto !important;
        } /* won't this break Fancy Container */ .breakdance .bde-div-432064-242{--bde-grid-items-per-row:4}@media (max-width:1119px){.breakdance .bde-div-432064-242{--bde-grid-items-per-row:3}}@media (max-width:1023px){.breakdance .bde-div-432064-242{--bde-grid-items-per-row:3}}@media (max-width:767px){.breakdance .bde-div-432064-242{--bde-grid-items-per-row:2}}@media (max-width:479px){.breakdance .bde-div-432064-242{--bde-grid-items-per-row:2}}.breakdance .bde-div-432064-243{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-243{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-243{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-244{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-244{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-245{font-size:20px}}.breakdance .bde-text-432064-246{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-246{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-259{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-259{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-259{background-color:#232323}.breakdance .bde-div-432064-259{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-260{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-260{margin-bottom:0px}}@media (max-width:479px){.breakdance .bde-heading-432064-261{font-size:20px}}.breakdance .bde-text-432064-262{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-262{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-263{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-263{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-263{background-color:#232323}.breakdance .bde-div-432064-263{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-264{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-264{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-265{font-size:20px}}.breakdance .bde-text-432064-266{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-266{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-267{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-267{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-267{background-color:#232323}.breakdance .bde-div-432064-267{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-268{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-268{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-269{font-size:20px}}.breakdance .bde-text-432064-270{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-270{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-341{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-341{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-341{background-color:#232323}.breakdance .bde-div-432064-341{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-342{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-342{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-343{font-size:20px}}.breakdance .bde-text-432064-344{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-344{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-271{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-271{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-271{background-color:#232323}.breakdance .bde-div-432064-271{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-272{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-272{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-273{font-size:20px}}.breakdance .bde-text-432064-274{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-274{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-275{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-275{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-275{background-color:#232323}.breakdance .bde-div-432064-275{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-276{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-276{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-277{font-size:20px}}.breakdance .bde-text-432064-278{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-278{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-279{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-279{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-279{background-color:#232323}.breakdance .bde-div-432064-279{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-280{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-280{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-281{font-size:20px}}.breakdance .bde-text-432064-282{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-282{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-283{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-283{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-283{background-color:#232323}.breakdance .bde-div-432064-283{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-284{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-284{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-285{font-size:20px}}.breakdance .bde-text-432064-286{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-286{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-287{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-287{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-287{background-color:#232323}.breakdance .bde-div-432064-287{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-288{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-288{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-289{font-size:20px}}.breakdance .bde-text-432064-290{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-290{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-291{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-291{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-291{background-color:#232323}.breakdance .bde-div-432064-291{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-292{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-292{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-293{font-size:20px}}.breakdance .bde-text-432064-294{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-294{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-295{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-295{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-295{background-color:#232323}.breakdance .bde-div-432064-295{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-296{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-296{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-297{width:20px}}.breakdance .bde-text-432064-298{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-298{font-size:14px;margin-top:5px}}.breakdance .bde-div-432064-299{padding:20px 20px 20px 20px;border-radius:10px}.breakdance .bde-div-432064-299{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.breakdance .bde-div-432064-299{background-color:#232323}.breakdance .bde-div-432064-299{aspect-ratio:1 / 1;background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}.breakdance .bde-icon-432064-300{margin-bottom:20px}@media (max-width:479px){.breakdance .bde-icon-432064-300{margin-bottom:5px}}@media (max-width:479px){.breakdance .bde-heading-432064-301{font-size:20px}}.breakdance .bde-text-432064-302{margin-top:10px}@media (max-width:479px){.breakdance .bde-text-432064-302{font-size:14px;margin-top:5px}}.breakdance .bde-section-432064-359 .section-container{flex-wrap:wrap;flex-direction:row;align-items:flex-start;justify-content:space-between}.breakdance .bde-section-432064-359{background-color:var(--bde-palette-color-6);background-image:url(https://www.noxcomputers.ca/wp-content/uploads/2025/12/Fire-Gradient-shift-background-NOX-Gaming-Colors.webp)}.breakdance .bde-section-432064-359>.section-background-overlay{background-color:#000000BD;transition:background-color var(--bde-transition-duration) ease-in-out}.breakdance .bde-section-432064-359 .section-container{padding-bottom:45px;padding-top:45px}.breakdance .bde-columns-432064-360{--columnCount:1}@media (max-width:1119px){.breakdance .bde-columns-432064-360{--columnCount:1}.breakdance .bde-columns-432064-360.bde-columns{flex-direction:column;flex-wrap:nowrap}.breakdance .bde-columns-432064-360.bde-columns>.bde-column{width:100%}}@media (max-width:1023px){.breakdance .bde-columns-432064-360{--columnCount:1}}@media (max-width:767px){.breakdance .bde-columns-432064-360{--columnCount:1}}@media (max-width:479px){.breakdance .bde-columns-432064-360{--columnCount:1}}.breakdance .bde-column-432064-361{--column-width:100%}.breakdance .bde-column-432064-361{display:flex;flex-direction:column;align-items:center;text-align:center}.breakdance .bde-column-432064-361.bde-column{padding-top:0px;padding-bottom:0px}.breakdance .bde-heading-432064-362{margin-bottom:40px}.breakdance .bde-div-432064-363{--bde-grid-gap:var(--bde-column-gap);display:grid;grid-template-columns:repeat(var(--bde-grid-items-per-row,4),minmax(0,1fr));gap:var(--bde-grid-gap);align-items:var(--bde-grid-align-items,stretch);justify-items:var(--bde-grid-justify-items,stretch)}.breakdance .bde-div-432064-363>*{width:auto!important;height:auto!important}.breakdance .bde-div-432064-363{--bde-grid-items-per-row:3;--bde-grid-gap:40px}@media (max-width:767px){.breakdance .bde-div-432064-363{--bde-grid-items-per-row:2}}.breakdance .bde-icon-box-432064-364{width:calc(100% / 3 - 40px);border-radius:4px;box-shadow:0px 0px 40px 0px #00000021;padding-left:10px;padding-right:10px;padding-bottom:10px;padding-top:10px;align-items:flex-start}.breakdance .bde-icon-box-432064-364 .ee-iconbox-content{align-items:flex-start;text-align:left}.breakdance .bde-icon-box-432064-364 .ee-iconbox-icon.breakdance-icon-atom{font-size:25px;border-radius:999px;padding:16px;background:var(--bde-palette-color-5)}.breakdance .bde-icon-box-432064-364 .ee-iconbox-icon.breakdance-icon-atom svg:first-child{fill:var(--bde-palette-color-5)}.breakdance .bde-icon-box-432064-364{background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}@media (max-width:1023px){.breakdance .bde-icon-box-432064-364{width:calc(100% / 3 - 20px)}}@media (max-width:767px){.breakdance .bde-icon-box-432064-364{width:100%;align-items:center}.breakdance .bde-icon-box-432064-364 .ee-iconbox-content{align-items:center;text-align:center}}@media (max-width:479px){.breakdance .bde-icon-box-432064-364 .ee-iconbox-title{font-size:20px}}.breakdance .bde-icon-box-432064-365{width:calc(100% / 3 - 40px);border-radius:4px;box-shadow:0px 0px 40px 0px #00000021;padding-left:10px;padding-right:10px;padding-bottom:10px;padding-top:10px;align-items:flex-start}.breakdance .bde-icon-box-432064-365 .ee-iconbox-content{align-items:flex-start;text-align:left}.breakdance .bde-icon-box-432064-365 .ee-iconbox-icon.breakdance-icon-atom{font-size:25px;border-radius:999px;padding:16px;background:var(--bde-palette-color-5)}.breakdance .bde-icon-box-432064-365 .ee-iconbox-icon.breakdance-icon-atom svg:first-child{fill:var(--bde-palette-color-5)}.breakdance .bde-icon-box-432064-365{background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}@media (max-width:1023px){.breakdance .bde-icon-box-432064-365{width:calc(100% / 3 - 20px)}}@media (max-width:767px){.breakdance .bde-icon-box-432064-365{width:100%;align-items:center}.breakdance .bde-icon-box-432064-365 .ee-iconbox-content{align-items:center;text-align:center}}@media (max-width:479px){.breakdance .bde-icon-box-432064-365 .ee-iconbox-title{font-size:20px}}.breakdance .bde-icon-box-432064-366{width:calc(100% / 3 - 40px);border-radius:4px;box-shadow:0px 0px 40px 0px #00000021;padding-left:10px;padding-right:10px;padding-bottom:10px;padding-top:10px;align-items:flex-start}.breakdance .bde-icon-box-432064-366 .ee-iconbox-content{align-items:flex-start;text-align:left}.breakdance .bde-icon-box-432064-366 .ee-iconbox-icon.breakdance-icon-atom{font-size:25px;border-radius:999px;padding:16px;background:var(--bde-palette-color-5)}.breakdance .bde-icon-box-432064-366 .ee-iconbox-icon.breakdance-icon-atom svg:first-child{fill:#FFF}.breakdance .bde-icon-box-432064-366{background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}@media (max-width:1023px){.breakdance .bde-icon-box-432064-366{width:calc(100% / 3 - 20px)}}@media (max-width:767px){.breakdance .bde-icon-box-432064-366{width:100%;align-items:center}.breakdance .bde-icon-box-432064-366 .ee-iconbox-content{align-items:center;text-align:center}}@media (max-width:479px){.breakdance .bde-icon-box-432064-366 .ee-iconbox-title{font-size:20px}}.breakdance .bde-icon-box-432064-367{width:calc(100% / 3 - 40px);border-radius:4px;box-shadow:0px 0px 40px 0px #00000021;padding-left:10px;padding-right:10px;padding-bottom:10px;padding-top:10px;align-items:flex-start;margin-bottom:0px}.breakdance .bde-icon-box-432064-367 .ee-iconbox-content{align-items:flex-start;text-align:left}.breakdance .bde-icon-box-432064-367 .ee-iconbox-icon.breakdance-icon-atom{font-size:25px;border-radius:999px;padding:16px;background:var(--bde-palette-color-5)}.breakdance .bde-icon-box-432064-367 .ee-iconbox-icon.breakdance-icon-atom svg:first-child{fill:#FFF}.breakdance .bde-icon-box-432064-367{background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}@media (max-width:1023px){.breakdance .bde-icon-box-432064-367{width:calc(100% / 3 - 20px)}}@media (max-width:767px){.breakdance .bde-icon-box-432064-367{width:100%;align-items:center}.breakdance .bde-icon-box-432064-367 .ee-iconbox-content{align-items:center;text-align:center}}@media (max-width:479px){.breakdance .bde-icon-box-432064-367 .ee-iconbox-title{font-size:20px}}.breakdance .bde-icon-box-432064-368{width:calc(100% / 3 - 40px);border-radius:4px;box-shadow:0px 0px 40px 0px #00000021;padding-left:10px;padding-right:10px;padding-bottom:10px;padding-top:10px;align-items:flex-start;margin-bottom:0px}.breakdance .bde-icon-box-432064-368 .ee-iconbox-content{align-items:flex-start;text-align:left}.breakdance .bde-icon-box-432064-368 .ee-iconbox-icon.breakdance-icon-atom{font-size:25px;border-radius:999px;padding:16px;background:var(--bde-palette-color-5)}.breakdance .bde-icon-box-432064-368 .ee-iconbox-icon.breakdance-icon-atom svg:first-child{fill:#FFF}.breakdance .bde-icon-box-432064-368{background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}@media (max-width:1023px){.breakdance .bde-icon-box-432064-368{width:calc(100% / 3 - 20px)}}@media (max-width:767px){.breakdance .bde-icon-box-432064-368{width:100%;align-items:center}.breakdance .bde-icon-box-432064-368 .ee-iconbox-content{align-items:center;text-align:center}}@media (max-width:479px){.breakdance .bde-icon-box-432064-368 .ee-iconbox-title{font-size:20px}}.breakdance .bde-icon-box-432064-369{width:calc(100% / 3 - 40px);border-radius:4px;box-shadow:0px 0px 40px 0px #00000021;padding-left:10px;padding-right:10px;padding-bottom:10px;padding-top:10px;align-items:flex-start;margin-bottom:0px}.breakdance .bde-icon-box-432064-369 .ee-iconbox-content{align-items:flex-start;text-align:left}.breakdance .bde-icon-box-432064-369 .ee-iconbox-icon.breakdance-icon-atom{font-size:25px;border-radius:999px;padding:16px;background:var(--bde-palette-color-5)}.breakdance .bde-icon-box-432064-369 .ee-iconbox-icon.breakdance-icon-atom svg:first-child{fill:var(--bde-palette-color-5)}.breakdance .bde-icon-box-432064-369{background:rgba(255,255,255,0.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:20px;border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 0 rgba(255,255,255,0.1),inset 0 0 0px 0px rgba(255,255,255,0);position:relative;overflow:hidden}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.8),transparent)}.glass-card::after{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent,rgba(255,255,255,0.3))}@media (max-width:1023px){.breakdance .bde-icon-box-432064-369{width:calc(100% / 3 - 20px)}}@media (max-width:767px){.breakdance .bde-icon-box-432064-369{width:100%;align-items:center}.breakdance .bde-icon-box-432064-369 .ee-iconbox-content{align-items:center;text-align:center}}@media (max-width:479px){.breakdance .bde-icon-box-432064-369 .ee-iconbox-title{font-size:20px}}.breakdance .bde-text-432064-370{margin-top:5px;margin-bottom:0px}