.acetec-index-page,
.acetec-index-page * {
  box-sizing: border-box;
}

.acetec-index-page {
  --acetec-index-accent: #007db1;
  --acetec-index-dark: #001d31;
  --acetec-index-text: #212529;
  --acetec-index-muted: #52606b;
  color: var(--acetec-index-text);
  font-family: inherit;
  left: 50%;
  margin: 0 0 0 -50vw;
  margin-left: -50dvw;
  position: relative;
  width: 100vw;
  width: 100dvw;
}

.acetec-index-hero {
  background: #f3f4f5;
  border: 0;
  margin: 0;
  width: 100%;
}

.acetec-index-hero__inner,
.acetec-index-page__content {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.acetec-index-hero__inner {
  padding: 18px 30px 50px;
}

.acetec-index-hero__breadcrumbs {
  color: inherit;
  font: inherit;
  margin: 0 0 17px;
  min-height: 24px;
}

.acetec-index-hero__breadcrumbs > :first-child,
.acetec-index-hero__breadcrumbs p {
  margin: 0;
}

.acetec-index-hero__breadcrumbs a {
  color: var(--acetec-index-accent);
}

.acetec-index-hero__body {
  margin: 0 auto;
  max-width: 830px;
  text-align: center;
}

.acetec-index-hero__body h1 {
  color: inherit;
  font-family: inherit;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 0;
}

.acetec-index-hero__body > p {
  color: inherit;
  font: inherit;
  line-height: 1.45;
  margin: 16px auto 0;
  max-width: 700px;
}

.acetec-index-hero__body > p a,
.acetec-index-hero__links a {
  color: var(--acetec-index-accent);
  text-underline-offset: 3px;
}

.acetec-index-hero__controls {
  margin: 24px auto 0;
  max-width: 800px;
  position: relative;
}

.acetec-index-hero__controls .acetec-support-global-search {
  margin-bottom: 0;
  max-width: none;
}

.acetec-index-hero__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  justify-content: center;
}

.acetec-index-hero__links a {
  font: inherit;
}

.acetec-index-hero__links a.has-chevron::after {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 0 3px 9px;
  transform: rotate(45deg);
  width: 7px;
}

.acetec-index-page__main {
  background: #fff;
  margin: 0;
  width: 100%;
}

.acetec-index-page__content {
  padding: 40px 30px 54px;
}

.acetec-index-page__content > :first-child {
  margin-top: 0 !important;
}

.acetec-index-page__content > :last-child {
  margin-bottom: 0 !important;
}

.acetec-index-page__content .acetec-user-manual-index,
.acetec-index-page__content .acetec-technical-manual-index,
.acetec-index-page__content .acetec-support-index {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.acetec-index-page--pdf-archive .acetec-pdf-library {
  --acetec-pdf-accent: #007db1;
  --acetec-pdf-dark: #001d31;
  --acetec-pdf-text: #212529;
  --acetec-pdf-muted: #52606b;
  --acetec-pdf-border: #d9e1e7;
  display: grid;
  gap: 36px;
}

.acetec-index-page--pdf-archive {
  --acetec-pdf-accent: #007db1;
  --acetec-pdf-dark: #001d31;
  --acetec-pdf-text: #212529;
  --acetec-pdf-muted: #52606b;
  --acetec-pdf-border: #d9e1e7;
}

.acetec-index-page--pdf-archive .pdf-library-tools {
  background: #fff;
  margin: 0;
  padding: 20px;
}

.acetec-index-page--pdf-archive .pdf-searchbar {
  margin: 0;
  max-width: 800px;
}

@media (max-width: 780px) {
  .acetec-index-hero__inner {
    padding: 15px 18px 34px;
  }

  .acetec-index-hero__breadcrumbs {
    margin-bottom: 14px;
  }

  .acetec-index-hero__body h1 {
    font-size: 2rem;
  }

  .acetec-index-hero__body > p {
    margin-top: 12px;
  }

  .acetec-index-hero__controls {
    margin-top: 20px;
  }

  .acetec-index-page__content {
    padding: 30px 18px 42px;
  }

  .acetec-index-page--pdf-archive .pdf-library-tools {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .acetec-index-hero__body h1 {
    font-size: 1.75rem;
  }

  .acetec-index-hero__links {
    gap: 8px 18px;
  }
}
