/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./inc/Components/Team/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.booom-team .absolute {
  position: absolute;
}
.booom-team .relative {
  position: relative;
}
.booom-team .inset-0 {
  inset: 0px;
}
.booom-team .m-0 {
  margin: 0px;
}
.booom-team .mb-1 {
  margin-bottom: 0.25rem;
}
.booom-team .mb-8 {
  margin-bottom: 2rem;
}
.booom-team .block {
  display: block;
}
.booom-team .flex {
  display: flex;
}
.booom-team .aspect-square {
  aspect-ratio: 1 / 1;
}
.booom-team .h-4 {
  height: 1rem;
}
.booom-team .h-8 {
  height: 2rem;
}
.booom-team .h-full {
  height: 100%;
}
.booom-team .w-4 {
  width: 1rem;
}
.booom-team .w-8 {
  width: 2rem;
}
.booom-team .w-\[calc\(100\%\/1\.2\)\] {
  width: calc(100% / 1.2);
}
.booom-team .w-full {
  width: 100%;
}
.booom-team .max-w-none {
  max-width: none;
}
.booom-team .flex-1 {
  flex: 1 1 0%;
}
.booom-team .flex-shrink-0 {
  flex-shrink: 0;
}
.booom-team .snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.booom-team .snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.booom-team .snap-start {
  scroll-snap-align: start;
}
.booom-team .flex-col {
  flex-direction: column;
}
.booom-team .items-end {
  align-items: flex-end;
}
.booom-team .items-center {
  align-items: center;
}
.booom-team .justify-end {
  justify-content: flex-end;
}
.booom-team .justify-center {
  justify-content: center;
}
.booom-team .justify-between {
  justify-content: space-between;
}
.booom-team .gap-4 {
  gap: 1rem;
}
.booom-team .gap-6 {
  gap: 1.5rem;
}
.booom-team .overflow-hidden {
  overflow: hidden;
}
.booom-team .overflow-x-auto {
  overflow-x: auto;
}
.booom-team .bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.booom-team .bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.booom-team .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.booom-team .p-6 {
  padding: 1.5rem;
}
.booom-team .font-archivo {
  font-family: Archivo, sans-serif;
}
.booom-team .text-\[10px\] {
  font-size: 10px;
}
.booom-team .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.booom-team .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.booom-team .font-semibold {
  font-weight: 600;
}
.booom-team .uppercase {
  text-transform: uppercase;
}
.booom-team .leading-relaxed {
  line-height: 1.625;
}
.booom-team .tracking-wide {
  letter-spacing: 0.025em;
}
.booom-team .text-contrast {
  --tw-text-opacity: 1;
  color: rgb(255 100 33 / var(--tw-text-opacity, 1));
}
.booom-team .text-secondary {
  --tw-text-opacity: 1;
  color: rgb(240 237 227 / var(--tw-text-opacity, 1));
}
.booom-team .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.booom-team .opacity-0 {
  opacity: 0;
}
.booom-team .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.booom-team .duration-300 {
  transition-duration: 300ms;
}
.booom-team .team-grid {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.booom-team .team-grid::-webkit-scrollbar {
  display: none;
}
.booom-team .team-card .team-card-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
}
.booom-team .team-card .team-card-hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
}
.booom-team :is(.group:hover .group-hover\:opacity-0) {
  opacity: 0;
}
.booom-team :is(.group:hover .group-hover\:opacity-100) {
  opacity: 1;
}
@media (min-width: 768px) {
  .booom-team .md\:w-\[calc\(100\%\/2\.2\)\] {
    width: calc(100% / 2.2);
  }
  .booom-team .md\:flex-row {
    flex-direction: row;
  }
  .booom-team .md\:items-center {
    align-items: center;
  }
  .booom-team .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .booom-team .lg\:grid {
    display: grid;
  }
  .booom-team .lg\:w-auto {
    width: auto;
  }
  .booom-team .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .booom-team .lg\:overflow-visible {
    overflow: visible;
  }
}

/*# sourceMappingURL=style-script.css.map*/