/**
 * Hero section styles.
 * SCSS: assets/css/section/hero.scss
 * CSS (compiled by IDE): assets/css/section/hero.css
 */
.h-ca88cde {
  position: relative;
  isolation: isolate;
  padding-top: var(--block-section-spacing-top, var(--section-spacing-top, 40px));
  padding-bottom: var(--block-section-spacing-bottom, var(--section-spacing-bottom, 40px));
}
.h-ca88cde:not(.h-8815761)::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  transform: translateX(-50%);
  background: var(--hero-bg, var(--block-bg, #211442));
  z-index: 0;
  pointer-events: none;
}
.h-ca88cde > .c-4dbbda8 {
  position: relative;
  z-index: 1;
}

.h-025f1a7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.h-5ad67ec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.h-f6625be {
  position: relative;
  text-align: center;
  color: var(--hero-title-color, var(--text-color));
  font-size: var(--block-title-font-size, var(--content-h1-font-size, 36px));
  text-transform: uppercase;
  max-width: 880px;
  margin-bottom: 20px;
  width: 100%;
}
.h-f6625be::after {
  content: "";
  width: 100px;
  height: 4px;
  background: var(--hero-title-color, #fff);
  border-radius: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.h-0d5e681 {
  text-align: center;
  font-size: var(--block-body-font-size, var(--content-body-font-size, 16px));
  line-height: var(--content-line-height, 1.5);
  max-width: 880px;
  width: 100%;
}

.h-a347435 .h-025f1a7,
.h-a347435 .h-5ad67ec {
  align-items: flex-start;
}
.h-a347435 .h-f6625be,
.h-a347435 .h-0d5e681 {
  text-align: left;
}
.h-a347435 .h-f6625be::after {
  left: 0;
  right: auto;
  margin: 0;
}

.h-9ab5b0c .h-025f1a7,
.h-9ab5b0c .h-5ad67ec {
  align-items: flex-end;
}
.h-9ab5b0c .h-f6625be,
.h-9ab5b0c .h-0d5e681 {
  text-align: right;
}
.h-9ab5b0c .h-f6625be::after {
  left: auto;
  right: 0;
  margin: 0;
}

.h-c22debe .h-025f1a7,
.h-c22debe .h-5ad67ec {
  align-items: center;
}

.h-8d6fe7d.b-b08902a {
  background: var(--section-btn-bg, var(--button-bg));
  color: var(--button-text-color);
  border: 0;
  padding: 12px 24px;
  font-size: var(--block-button-font-size, var(--button-font-size, 16px));
  cursor: pointer;
}

.h-fbe3fc5 {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  line-height: 0;
  border-radius: 12px;
}
.h-fbe3fc5 img,
.h-fbe3fc5 .h-9b29413 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

.h-a347435 .h-fbe3fc5 {
  margin-inline: 0 auto;
}

.h-9ab5b0c .h-fbe3fc5 {
  margin-inline: auto 0;
}

.h-ac01604 .h-025f1a7 {
  position: relative;
  display: grid;
  grid-template: 1fr/1fr;
  gap: 0;
  max-width: 900px;
  margin-inline: auto;
  border-radius: 12px;
  overflow: hidden;
  isolation: isolate;
}
.h-ac01604 .h-fbe3fc5,
.h-ac01604 .h-5ad67ec {
  grid-area: 1/1;
}
.h-ac01604 .h-fbe3fc5 {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 280px;
  background: var(--hero-bg, var(--block-bg, #211442));
  border-radius: inherit;
}
.h-ac01604 .h-fbe3fc5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
  border-radius: inherit;
}
.h-ac01604 .h-fbe3fc5 img,
.h-ac01604 .h-fbe3fc5 .h-9b29413 {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: inherit;
}
.h-ac01604 .h-5ad67ec {
  position: relative;
  z-index: 1;
  justify-content: center;
  align-self: stretch;
  padding: 40px 32px;
  min-height: 280px;
}

.h-ac01604.h-a347435 .h-025f1a7 {
  margin-inline: 0 auto;
}

.h-ac01604.h-9ab5b0c .h-025f1a7 {
  margin-inline: auto 0;
}

@media screen and (max-width: 768px) {
  .h-f6625be {
    font-size: var(--block-title-font-size, var(--content-h1-font-size, 28px));
  }
  .h-ac01604 .h-5ad67ec {
    padding: 28px 20px;
  }
}
@media screen and (max-width: 568px) {
  .h-fbe3fc5 {
    border-radius: 8px;
  }
  .h-fbe3fc5 img,
  .h-fbe3fc5 .h-9b29413 {
    border-radius: 8px;
  }
  .h-ac01604 .h-025f1a7 {
    border-radius: 8px;
  }
}

/*# sourceMappingURL=hero.css.map */
