.hero {
  background: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/hero_sky-bg--day.jpg) center top/cover no-repeat;
}

.hero--night {
  background-image: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/hero_sky-bg--night.jpg);
}

.hero_bg {
  width: 200% !important;
  background: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/hero_sky-clouds--day.jpg) center left/50% auto repeat-x;
  -webkit-mask: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/hero_sky-clouds--mask.png) center left/50% auto repeat-x;
          mask: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/hero_sky-clouds--mask.png) center left/50% auto repeat-x;
}

@media not all and (prefers-reduced-motion: reduce) {
  .hero_bg {
    animation: heroClouds 50s linear reverse infinite;
  }
}
.hero--night .hero_bg {
  background-image: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/hero_sky-clouds--night.jpg);
}

.hero_animation-toggle {
  position: absolute;
  bottom: max(1.5vw, 1rem);
  left: max(1.5vw, 1rem);
  background: transparent;
  padding: 0;
  border: 0;
  width: 2rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 1.5rem;
}

.no-animation {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes heroClouds {
  0% {
    translate: 0% 0%;
  }
  100% {
    translate: -50% 0%;
  }
}

@keyframes heroClouds {
  0% {
    translate: 0% 0%;
  }
  100% {
    translate: -50% 0%;
  }
}
.hero_header {
  padding-top: 10vw;
  margin-bottom: -10vw;
}

@media (min-width: 768px) {
  .hero_header {
    padding-top: 5vw;
    padding-left: 3vw !important;
    padding-right: 0 !important;
    margin-bottom: calc(4rem + -30vw);
    z-index: 1;
  }
}
.hero_scene {
  display: grid;
  grid-template-areas: "image";
}

.hero_scene-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  grid-area: image;
  justify-self: center;
}

@media (max-width: 767.98px) {
  .hero_scene-image {
    width: 210%;
  }
}
.hero_scene-image--scene {
  -webkit-mask: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/hero_mask.png) center center/100% 100% no-repeat;
          mask: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/hero_mask.png) center center/100% 100% no-repeat;
}

@media not all and (prefers-reduced-motion: reduce) {
  .hero_scene-image--glow {
    animation: heroSceneGlow 1s linear alternate-reverse infinite;
  }
}
@-webkit-keyframes heroSceneGlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroSceneGlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.services_figure {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.services_figure img {
  -webkit-mask: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/dale_mask.png) center center/100% 100% no-repeat;
          mask: url(https://s3.amazonaws.com/busites_www/bubbleup-net/bubbleup2025/images/dale_mask.png) center center/100% 100% no-repeat;
}

@media (max-width: 575.98px) {
  .services_figure {
    width: 120%;
    max-width: 30rem;
    margin-bottom: -30rem;
  }
}
@media (min-width: 576px) {
  .services_figure {
    min-width: 28rem;
    margin-left: -10%;
    margin-right: -0.75rem;
    margin-bottom: max(-155%, -62rem);
    max-width: 45rem;
  }
}
.services_figure-link {
  all: unset;
  position: absolute;
  top: 22%;
  left: 31%;
  display: block;
  width: 17%;
  aspect-ratio: 2.5/1;
  overflow: hidden;
  opacity: 0;
}

.services_figure-link {
  all: unset;
  position: absolute;
  top: 22%;
  left: 31%;
  display: block;
  width: 17%;
  aspect-ratio: 2.5/1;
  overflow: hidden;
  opacity: 0;
}

.services_modal-figure {
  -webkit-mask: url("data:image/svg+xml,%0A%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100'/%3E%3C/svg%3E") center center/100% 100% no-repeat;
          mask: url("data:image/svg+xml,%0A%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100'/%3E%3C/svg%3E") center center/100% 100% no-repeat;
  padding: 4%;
  -webkit-clip-path: polygon(1.5% 1.5%, 100% 0, 98.5% 100%, 0 98.5%);
          clip-path: polygon(1.5% 1.5%, 100% 0, 98.5% 100%, 0 98.5%);
}

.services_modal-figure--1 {
  rotate: -3deg;
  margin-bottom: -4%;
}

.services_modal-figure--2 {
  rotate: 3deg;
}

@media not all and (prefers-reduced-motion: reduce) {
  .ticker {
    -webkit-animation: ticker 20s linear infinite;
            animation: ticker 20s linear infinite;
  }
}
@-webkit-keyframes ticker {
  0% {
    translate: 0% 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes ticker {
  0% {
    translate: 0% 0%;
  }
  100% {
    translate: -50% 0;
  }
}
.team_title-logo {
  height: 1em;
  width: auto;
  margin: -0.3em -0.1em 0 0.1em;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImhvbWUuc2NzcyIsImhvbWUuY3NzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vd3d3L3d3dy5idWJibGV1cC5uZXQubGl2ZS81NzAxNzQvZnJvbnRlbmQvcnVudGltZS90aGVtZXMvYnViYmxldXAyMDI1L2Fzc2V0cy9ib290c3RyYXAvc2Nzcy9taXhpbnMvX2JyZWFrcG9pbnRzLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0JBO0VBQ0UsdUlBQUE7Q0NuQkQ7O0FEc0JEO0VBQ0Usb0hBQUE7Q0NuQkQ7O0FEc0JEO0VBQ0UsdUJBQUE7RUFDQSw4SUFBQTtFQUNBLGlKQUFBO1VBQUEseUlBQUE7Q0NuQkQ7O0FEc0JEO0VBQ0U7SUFDRSxrREFBQTtHQ25CRDtDQUNGO0FEc0JEO0VBQ0Usd0hBQUE7Q0NwQkQ7O0FEdUJEO0VBQ0UsbUJBQUE7RUFDQSx5QkFBQTtFQUNBLHVCQUFBO0VBQ0Esd0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxvQkFBQTtFQUNBLHdCQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0NDcEJEOztBRHVCRDtFQUNFLHFDQUFBO1VBQUEsNkJBQUE7Q0NwQkQ7O0FEdUJEO0VBQ0U7SUFDRSxpQkFBQTtHQ3BCRDtFRHVCRDtJQUNFLG1CQUFBO0dDckJEO0NBQ0Y7O0FEY0Q7RUFDRTtJQUNFLGlCQUFBO0dDcEJEO0VEdUJEO0lBQ0UsbUJBQUE7R0NyQkQ7Q0FDRjtBRHdCRDtFQUNFLGtCQUFBO0VBQ0EscUJBQUE7Q0N0QkQ7O0FDTUc7RUZvQkY7SUFDRSxpQkFBQTtJQUNBLDZCQUFBO0lBQ0EsNEJBQUE7SUFDQSxrQ0FBQTtJQUNBLFdBQUE7R0N0QkQ7Q0FDRjtBRHlCRDtFQUNFLGNBQUE7RUFDQSw2QkFBQTtDQ3ZCRDs7QUQwQkQ7RUFDRSxtQkFBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLGlCQUFBO0VBQ0EscUJBQUE7Q0N2QkQ7O0FDSkc7RUYrQkY7SUFDRSxZQUFBO0dDdkJEO0NBQ0Y7QUQwQkQ7RUFDRSx5SUFBQTtVQUFBLGlJQUFBO0NDeEJEOztBRDJCRDtFQUNFO0lBQ0UsOERBQUE7R0N4QkQ7Q0FDRjtBRDJCRDtFQUNFO0lBQ0UsV0FBQTtHQ3pCRDtFRDRCRDtJQUNFLFdBQUE7R0MxQkQ7Q0FDRjtBRG1CRDtFQUNFO0lBQ0UsV0FBQTtHQ3pCRDtFRDRCRDtJQUNFLFdBQUE7R0MxQkQ7Q0FDRjtBRCtCRDtFQUNFLG1DQUFBO1VBQUEsMkJBQUE7Q0M3QkQ7O0FEZ0NEO0VBQ0UseUlBQUE7VUFBQSxpSUFBQTtDQzdCRDs7QUNsQ0c7RUZtRUY7SUFDRSxZQUFBO0lBQ0EsaUJBQUE7SUFDQSxzQkFBQTtHQzdCRDtDQUNGO0FDdkRHO0VGd0ZGO0lBQ0UsaUJBQUE7SUFDQSxrQkFBQTtJQUNBLHVCQUFBO0lBQ0Esa0NBQUE7SUFDQSxpQkFBQTtHQzlCRDtDQUNGO0FEaUNEO0VBQ0UsV0FBQTtFQUNBLG1CQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxlQUFBO0VBQ0EsV0FBQTtFQUNBLG9CQUFBO0VBQ0EsaUJBQUE7RUFDQSxXQUFBO0NDL0JEOztBRGtDRDtFQUNFLFdBQUE7RUFDQSxtQkFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0VBQ0EsZUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtDQy9CRDs7QURrQ0Q7RUFDRSx5TkFBQTtVQUFBLGlOQUFBO0VBQ0EsWUFBQTtFQUNBLG1FQUFBO1VBQUEsMkRBQUE7Q0MvQkQ7O0FEa0NEO0VBQ0UsY0FBQTtFQUNBLG1CQUFBO0NDL0JEOztBRGtDRDtFQUNFLGFBQUE7Q0MvQkQ7O0FEb0NEO0VBQ0U7SUFDRSw4Q0FBQTtZQUFBLHNDQUFBO0dDakNEO0NBQ0Y7QURvQ0Q7RUFDRTtJQUNFLGlCQUFBO0dDbENEO0VEcUNEO0lBQ0Usa0JBQUE7R0NuQ0Q7Q0FDRjtBRDRCRDtFQUNFO0lBQ0UsaUJBQUE7R0NsQ0Q7RURxQ0Q7SUFDRSxrQkFBQTtHQ25DRDtDQUNGO0FEeUNEO0VBQ0UsWUFBQTtFQUNBLFlBQUE7RUFDQSw4QkFBQTtDQ3ZDRCIsImZpbGUiOiJob21lLmNzcyJ9 */