/**
 * Hero section styles.
 * SCSS: assets/css/section/hero.scss
 * CSS (compiled by IDE): assets/css/section/hero.css
 */
.h-b6eb1e8 {
  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-b6eb1e8:not(.h-93b6e55)::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-b6eb1e8 > .c-7a0348c {
  position: relative;
  z-index: 1;
}

.h-69d65f4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

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

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

.h-c7025c7 .h-69d65f4 {
  align-items: flex-start;
}
.h-c7025c7 .h-9a2825c,
.h-c7025c7 .h-49795f1 {
  text-align: left;
}
.h-c7025c7 .h-9a2825c::after {
  left: 0;
  right: auto;
  margin: 0;
}

.h-15bbeac .h-69d65f4 {
  align-items: flex-end;
}
.h-15bbeac .h-9a2825c,
.h-15bbeac .h-49795f1 {
  text-align: right;
}
.h-15bbeac .h-9a2825c::after {
  left: auto;
  right: 0;
  margin: 0;
}

.h-f4da2f4 .h-69d65f4 {
  align-items: center;
}

.h-2edb05f.b-68739d6 {
  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-6a23fe2 {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  line-height: 0;
  border-radius: 12px;
}
.h-6a23fe2 img,
.h-6a23fe2 .h-0dbbe52 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

.h-c7025c7 .h-6a23fe2 {
  margin-inline: 0 auto;
}

.h-15bbeac .h-6a23fe2 {
  margin-inline: auto 0;
}

@media screen and (max-width: 768px) {
  .h-9a2825c {
    font-size: var(--block-title-font-size, 32px);
  }
}
@media screen and (max-width: 568px) {
  .h-6a23fe2 {
    border-radius: 8px;
  }
  .h-6a23fe2 img,
  .h-6a23fe2 .h-0dbbe52 {
    border-radius: 8px;
  }
}
