/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Hero/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1216px) {
  .container {
    max-width: 1216px;
  }
}
.booom-hero .absolute {
  position: absolute;
}
.booom-hero .relative {
  position: relative;
}
.booom-hero .inset-x-0 {
  left: 0px;
  right: 0px;
}
.booom-hero .bottom-0 {
  bottom: 0px;
}
.booom-hero .left-0 {
  left: 0px;
}
.booom-hero .right-0 {
  right: 0px;
}
.booom-hero .top-0 {
  top: 0px;
}
.booom-hero .top-1\/2 {
  top: 50%;
}
.booom-hero .top-44 {
  top: 11rem;
}
.booom-hero .top-1\/3 {
  top: 33.333333%;
}
.booom-hero .top-1\/4 {
  top: 25%;
}
.booom-hero .z-10 {
  z-index: 10;
}
.booom-hero .z-\[11\] {
  z-index: 11;
}
.booom-hero .z-\[12\] {
  z-index: 12;
}
.booom-hero .z-\[1\] {
  z-index: 1;
}
.booom-hero .z-\[2\] {
  z-index: 2;
}
.booom-hero .-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.booom-hero .-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.booom-hero .-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.booom-hero .mb-0 {
  margin-bottom: 0px;
}
.booom-hero .mb-2 {
  margin-bottom: 0.5rem;
}
.booom-hero .mb-3 {
  margin-bottom: 0.75rem;
}
.booom-hero .mb-4 {
  margin-bottom: 1rem;
}
.booom-hero .mb-8 {
  margin-bottom: 2rem;
}
.booom-hero .mt-0\.5 {
  margin-top: 0.125rem;
}
.booom-hero .mt-10 {
  margin-top: 2.5rem;
}
.booom-hero .block {
  display: block;
}
.booom-hero .flex {
  display: flex;
}
.booom-hero .inline-flex {
  display: inline-flex;
}
.booom-hero .table {
  display: table;
}
.booom-hero .grid {
  display: grid;
}
.booom-hero .aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.booom-hero .aspect-\[1\/2\] {
  aspect-ratio: 1/2;
}
.booom-hero .aspect-\[4\/3\.25\] {
  aspect-ratio: 4/3.25;
}
.booom-hero .aspect-\[4\/3\.2\] {
  aspect-ratio: 4/3.2;
}
.booom-hero .h-1\/2 {
  height: 50%;
}
.booom-hero .h-6 {
  height: 1.5rem;
}
.booom-hero .h-\[18px\] {
  height: 18px;
}
.booom-hero .h-\[200px\] {
  height: 200px;
}
.booom-hero .h-full {
  height: 100%;
}
.booom-hero .h-\[210px\] {
  height: 210px;
}
.booom-hero .h-\[10px\] {
  height: 10px;
}
.booom-hero .h-\[100px\] {
  height: 100px;
}
.booom-hero .h-\[250px\] {
  height: 250px;
}
.booom-hero .min-h-\[780px\] {
  min-height: 780px;
}
.booom-hero .w-6 {
  width: 1.5rem;
}
.booom-hero .w-\[18px\] {
  width: 18px;
}
.booom-hero .w-\[85\%\] {
  width: 85%;
}
.booom-hero .w-full {
  width: 100%;
}
.booom-hero .w-\[calc\(100\%\+2rem\)\] {
  width: calc(100% + 2rem);
}
.booom-hero .w-\[calc\(100\%\+4rem\)\] {
  width: calc(100% + 4rem);
}
.booom-hero .min-w-0 {
  min-width: 0px;
}
.booom-hero .max-w-\[90\%\] {
  max-width: 90%;
}
.booom-hero .max-w-xl {
  max-width: 36rem;
}
.booom-hero .flex-shrink-0 {
  flex-shrink: 0;
}
.booom-hero .grow {
  flex-grow: 1;
}
.booom-hero .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.booom-hero .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.booom-hero .flex-col {
  flex-direction: column;
}
.booom-hero .flex-wrap {
  flex-wrap: wrap;
}
.booom-hero .items-center {
  align-items: center;
}
.booom-hero .justify-center {
  justify-content: center;
}
.booom-hero .justify-between {
  justify-content: space-between;
}
.booom-hero .gap-2 {
  gap: 0.5rem;
}
.booom-hero .gap-3 {
  gap: 0.75rem;
}
.booom-hero .gap-4 {
  gap: 1rem;
}
.booom-hero :is(.space-y-\[4px\] > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.booom-hero .overflow-hidden {
  overflow: hidden;
}
.booom-hero .hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.booom-hero .rounded {
  border-radius: 0.25rem;
}
.booom-hero .rounded-\[10px\] {
  border-radius: 10px;
}
.booom-hero .rounded-md {
  border-radius: 0.375rem;
}
.booom-hero .bg-border {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity, 1));
}
.booom-hero .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.booom-hero .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.booom-hero .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.booom-hero .bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.booom-hero .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.booom-hero .from-black\/\[0\.30\] {
  --tw-gradient-from: rgb(0 0 0 / 0.30) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.booom-hero .from-border {
  --tw-gradient-from: #EFF0F1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 240 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.booom-hero .from-black\/\[0\.1\] {
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.booom-hero .to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.booom-hero .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.booom-hero .p-1\.5 {
  padding: 0.375rem;
}
.booom-hero .p-5 {
  padding: 1.25rem;
}
.booom-hero .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.booom-hero .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.booom-hero .pb-24 {
  padding-bottom: 6rem;
}
.booom-hero .pt-\[11rem\] {
  padding-top: 11rem;
}
.booom-hero .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.booom-hero .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.booom-hero .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.booom-hero .font-bold {
  font-weight: 700;
}
.booom-hero .font-light {
  font-weight: 300;
}
.booom-hero .text-contrast {
  --tw-text-opacity: 1;
  color: rgb(126 110 255 / var(--tw-text-opacity, 1));
}
.booom-hero .text-primary {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
}
.booom-hero .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.booom-hero .shadow-primary\/\[0\.075\] {
  --tw-shadow-color: rgb(35 31 32 / 0.075);
  --tw-shadow: var(--tw-shadow-colored);
}
.booom-hero .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.booom-hero .hero-quick-card {
  box-shadow: 0 4px 24px rgba(27, 7, 0, 0.08);
}
.booom-hero .hero-quick-card:hover {
  box-shadow: 0 8px 32px rgba(27, 7, 0, 0.15);
}
.booom-hero .hover\:bg-primary\/\[0\.05\]:hover {
  background-color: rgb(35 31 32 / 0.05);
}
@media (min-width: 550px) {
  .booom-hero .xs\:max-w-\[75\%\] {
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  .booom-hero .md\:absolute {
    position: absolute;
  }
  .booom-hero .md\:bottom-0 {
    bottom: 0px;
  }
  .booom-hero .md\:left-0 {
    left: 0px;
  }
  .booom-hero .md\:right-0 {
    right: 0px;
  }
  .booom-hero .md\:top-0 {
    top: 0px;
  }
  .booom-hero .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .booom-hero .md\:mb-\[300px\] {
    margin-bottom: 300px;
  }
  .booom-hero .md\:mt-0 {
    margin-top: 0px;
  }
  .booom-hero .md\:hidden {
    display: none;
  }
  .booom-hero .md\:aspect-auto {
    aspect-ratio: auto;
  }
  .booom-hero .md\:min-h-\[780px\] {
    min-height: 780px;
  }
  .booom-hero .md\:w-1\/2 {
    width: 50%;
  }
  .booom-hero .md\:max-w-\[56\%\] {
    max-width: 56%;
  }
  .booom-hero .md\:translate-y-\[calc\(50\%\+120px\)\] {
    --tw-translate-y: calc(50% + 120px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .booom-hero .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .booom-hero .md\:flex-row {
    flex-direction: row;
  }
  .booom-hero .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .booom-hero .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .booom-hero .lg\:mb-\[120px\] {
    margin-bottom: 120px;
  }
  .booom-hero .lg\:translate-y-\[calc\(50\%\+80px\)\] {
    --tw-translate-y: calc(50% + 80px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .booom-hero .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .booom-hero .xl\:translate-y-\[calc\(50\%\+40px\)\] {
    --tw-translate-y: calc(50% + 40px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

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