/*
 * AguaTopone Header 1.1.5
 * Approved authority-page entrances merged into the existing navigation
 * groups without adding another top-level item.
 */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url("/wp-content/uploads/elementor/google-fonts/fonts/roboto-e9c93e18.woff2") format("woff2");
}

html.atsh-rendered .elementor-location-header,
html.atsh-rendered body > header.site-header:not(.atsh-header),
html:has(#atsh-site-header.atsh-header) .elementor-location-header,
html:has(#atsh-site-header.atsh-header) body > header.site-header:not(.atsh-header) {
  display: none !important;
}

.atsh-header,
.atsh-header *,
.atsh-header *::before,
.atsh-header *::after {
  box-sizing: border-box;
}

.atsh-header :where(ul) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.atsh-header :where(a) {
  text-decoration: none;
}

.atsh-header :where(img) {
  max-width: 100%;
  height: auto;
  border: 0;
}

.atsh-header.ch {
  --ch-blue: #3062a9;
  --ch-blue-deep: #1e4f9e;
  --ch-w: 1400px;

  position: sticky;
  top: 0;
  z-index: 1200;
  width: 100%;
  color: #fff;
  border: 0;
  background: var(--ch-blue);
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.admin-bar .atsh-header.ch {
  top: 32px;
}

.atsh-header .ch__bar {
  width: 100%;
  max-width: var(--ch-w);
  min-height: 79px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.atsh-header .ch__logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.atsh-header .ch__logo img {
  width: 280px;
  height: auto;
  display: block;
}

.atsh-header .ch__nav {
  position: static;
  margin-left: auto;
  display: block;
  color: #fff;
}

.atsh-header .ch__menu {
  display: flex;
  align-items: center;
}

.atsh-header .ch__item {
  position: relative;
}

.atsh-header .ch__link {
  padding: 26px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .17px;
  white-space: nowrap;
}

.atsh-header .ch__link:hover,
.atsh-header .ch__link:focus-visible {
  color: #fff !important;
  opacity: .85;
}

.atsh-header .ch__link::after {
  content: none;
  display: none;
}

.atsh-header .ch__caret {
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: transform .25s;
}

.atsh-header .ch__item--dd:hover .ch__caret,
.atsh-header .ch__item--dd:focus-within .ch__caret {
  transform: rotate(180deg);
}

.atsh-header .ch__subtoggle {
  display: none;
}

.atsh-header .ch__cta {
  padding: 13px 20px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: #fff !important;
  border: 2px solid #fff;
  border-radius: 5px;
  background: var(--ch-blue);
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: none;
  transition: background .25s, color .25s;
}

.atsh-header .ch__cta:hover,
.atsh-header .ch__cta:focus-visible {
  color: var(--ch-blue) !important;
  background: #fff;
}

.atsh-header .ch__cta--m,
.atsh-header .ch__burger {
  display: none;
}

.atsh-header .ch__link:focus-visible,
.atsh-header .ch__cta:focus-visible,
.atsh-header .ch__subtoggle:focus-visible,
.atsh-header .ch__tab:focus-visible,
.atsh-header .ch__prodcard:focus-visible,
.atsh-header .ch__appcard:focus-visible,
.atsh-header .ch__app-extra:focus-visible,
.atsh-header .ch__techlink:focus-visible,
.atsh-header .ch__newslink:focus-visible,
.atsh-header .ch__supcard:focus-visible,
.atsh-header .ch__prodactions a:focus-visible {
  outline: 3px solid rgb(255 255 255 / 75%);
  outline-offset: 2px;
}

.atsh-header .ch__panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--ch-blue);
  box-shadow: 0 18px 28px rgb(8 20 40 / 25%);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s, transform .25s, visibility .25s;
}

@media (min-width: 1025px) {
  .atsh-header .ch__item--dd {
    position: static;
  }

  .atsh-header .ch__item--dd:hover .ch__panel,
  .atsh-header .ch__item--dd:focus-within .ch__panel {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .atsh-header .ch__bar {
    padding: 0 12px;
    gap: 8px;
  }

  .atsh-header .ch__logo img {
    width: 190px;
  }

  .atsh-header .ch__link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
  }

  .atsh-header .ch__cta {
    padding: 11px 12px;
    font-size: 12px;
  }
}

.atsh-header .ch__panel-in {
  width: auto;
  max-width: var(--ch-w);
  margin: 0 auto;
  padding: 30px 15px 38px;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.atsh-header .ch__app {
  display: flex;
  gap: 40px;
}

.atsh-header .ch__appcard {
  padding: 6px 28px;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
  transform: none;
}

.atsh-header .ch__appcard:hover,
.atsh-header .ch__appcard:focus-visible {
  color: #fff !important;
  border: 0;
  background: transparent;
  transform: none;
}

.atsh-header .ch__appcard:hover .ch__apptitle {
  text-decoration: underline;
}

.atsh-header .ch__apptitle {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 500;
}

.atsh-header .ch__appsub {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.atsh-header .ch__appdesc {
  max-width: 660px;
  margin: 0 0 26px;
  color: #fff;
  font-size: 16px;
  line-height: 1.62;
}

.atsh-header .ch__appicons {
  display: flex;
  justify-content: center;
  gap: 44px;
}

.atsh-header .ch__appicons img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.atsh-header .ch__app-extra {
  max-width: 980px;
  margin: 24px auto 0;
  padding: 15px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  color: #fff !important;
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: 5px;
}

.atsh-header .ch__app-extra:hover {
  background: rgb(255 255 255 / 8%);
}

.atsh-header .ch__app-extra strong {
  font-size: 17px;
}

.atsh-header .ch__app-extra span {
  font-size: 15px;
}

.atsh-header .ch__prod {
  padding-left: 25px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0 24px;
}

.atsh-header .ch__tabs {
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.atsh-header .ch__tab {
  margin: 0;
  padding: 14px 10px;
  color: #fff !important;
  border: 1px solid transparent !important;
  border-radius: 0;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  font: 400 17px/1.4 "Roboto", Arial, sans-serif;
  letter-spacing: .17px;
  text-align: center;
  text-transform: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.atsh-header .ch__tab:hover,
.atsh-header .ch__tab:focus {
  color: #fff !important;
  background: transparent !important;
}

.atsh-header .ch__tab[aria-selected="true"] {
  color: #fff !important;
  border-color: #fff !important;
  border-radius: 2px;
  background: transparent !important;
}

.atsh-header .ch__tabpanel {
  display: grid;
  grid-template-columns: 1fr 285px;
  align-items: center;
  gap: 28px;
}

.atsh-header .ch__tabpanel[hidden] {
  display: none;
}

.atsh-header .ch__prodgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.atsh-header .ch__prodcard {
  min-width: 0;
  padding: 0;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
  transform: none;
}

.atsh-header .ch__prodcard:hover,
.atsh-header .ch__prodcard:focus-visible {
  color: #fff !important;
  border: 0;
  background: transparent;
  transform: none;
}

.atsh-header .ch__prodcard img {
  width: auto;
  max-width: 100%;
  height: 150px;
  margin: 0 auto 16px;
  display: block;
  object-fit: contain;
}

.atsh-header .ch__prodflow {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.atsh-header .ch__prodname {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.atsh-header .ch__prodcard:hover .ch__prodname {
  text-decoration: underline;
}

.atsh-header .ch__prodside {
  display: grid;
  gap: 12px;
}

.atsh-header .ch__proddesc {
  margin: 0;
  padding: 24px 20px;
  color: #fff;
  border: 2px solid #9fd8ef;
  border-radius: 14px;
  box-shadow: 0 0 14px rgb(159 216 239 / 55%);
  font-size: 16px;
  line-height: 1.55;
}

.atsh-header .ch__prodactions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.atsh-header .ch__prodactions a {
  padding: 8px 10px;
  color: #fff !important;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.atsh-header .ch__prodactions a:hover {
  color: var(--ch-blue) !important;
  background: #fff;
}

.atsh-header .ch__tech {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.atsh-header .ch__techlink {
  min-height: 124px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 7px 12px;
  color: #fff !important;
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 5px;
}

.atsh-header .ch__techlink strong {
  font-size: 18px;
}

.atsh-header .ch__techlink span:nth-child(2) {
  grid-column: 1 / -1;
  font-size: 14px;
  line-height: 1.45;
  opacity: .92;
}

.atsh-header .ch__techlink:hover {
  background: rgb(255 255 255 / 8%);
}

.atsh-header .ch__news {
  padding-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 20px;
}

.atsh-header .ch__newslink {
  min-height: 0;
  padding-bottom: 14px;
  display: block;
  color: #fff !important;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  font-size: 17px;
  text-align: center;
}

.atsh-header .ch__newslink:hover {
  color: #fff !important;
  background: transparent;
  opacity: .8;
  transform: none;
}

.atsh-header .ch__sup {
  padding: 18px 15px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.atsh-header .ch__supcard {
  width: 300px;
  min-height: 92px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 16px;
  color: #fff !important;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 5px;
  background: rgb(8 32 74 / 24%);
  text-align: left;
  transform: none;
}

.atsh-header .ch__supcard strong {
  grid-column: 1;
  font-size: 18px;
  font-weight: 700;
}

.atsh-header .ch__supdesc {
  grid-column: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  opacity: .92;
}

.atsh-header .ch__suparrow {
  grid-column: 2;
  grid-row: 1 / 3;
  font-size: 20px;
}

.atsh-header .ch__supcard:hover {
  border-color: #9fd8ef;
  outline: 0;
  background: rgb(255 255 255 / 8%);
  transform: none;
}

@media (max-width: 1024px) {
  html.ch-menu-open {
    overflow: hidden;
  }

  .atsh-header .ch__bar {
    width: 100%;
    max-width: none;
    min-height: 64px;
    margin: 0;
    padding: 0 15px;
  }

  .atsh-header .ch__logo img {
    width: 182px;
  }

  .atsh-header .ch__cta--d {
    display: none;
  }

  .atsh-header .ch__burger {
    width: 26px;
    margin-left: auto;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #111;
    border: 0;
    background: none;
    cursor: pointer;
  }

  .atsh-header .ch__burger span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #111;
    transition: transform .25s, opacity .25s;
  }

  .atsh-header .ch__burger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .atsh-header .ch__burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .atsh-header .ch__burger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .atsh-header .ch__nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 64px);
    max-height: calc(100dvh - 64px);
    margin: 0;
    padding: 10px 0 28px;
    display: none;
    overflow-y: auto;
    color: #fff;
    background: var(--ch-blue);
    box-shadow: 0 18px 28px rgb(8 20 40 / 30%);
  }

  .atsh-header .ch__nav.is-open {
    display: block;
  }

  .atsh-header .ch__menu {
    display: block;
  }

  .atsh-header .ch__item {
    text-align: center;
  }

  .atsh-header .ch__item--dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .atsh-header .ch__link {
    padding: 14px 6px 14px 16px;
    display: inline-flex;
    justify-content: center;
    font-size: 17px;
  }

  .atsh-header .ch__caret {
    display: none;
  }

  .atsh-header .ch__subtoggle {
    padding: 12px;
    display: inline-block;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }

  .atsh-header .ch__subtoggle::before {
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-top: 6px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: transform .25s;
  }

  .atsh-header .ch__subtoggle[aria-expanded="true"]::before {
    transform: rotate(180deg);
  }

  .atsh-header .ch__panel {
    position: static;
    flex: 1 0 100%;
    margin: 0;
    padding: 0;
    display: none;
    visibility: visible;
    border: 0;
    border-radius: 0;
    background: rgb(8 20 40 / 18%);
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .atsh-header .ch__panel.is-open {
    display: block;
  }

  .atsh-header .ch__panel-in {
    width: auto;
    max-width: none;
    padding: 18px 16px 22px;
    color: #fff;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .atsh-header .ch__app {
    flex-direction: column;
    gap: 26px;
  }

  .atsh-header .ch__appcard {
    padding: 0;
  }

  .atsh-header .ch__apptitle {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .atsh-header .ch__appsub {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .atsh-header .ch__appdesc {
    display: none;
  }

  .atsh-header .ch__appicons {
    gap: 26px;
  }

  .atsh-header .ch__appicons img {
    width: 40px;
    height: 40px;
  }

  .atsh-header .ch__app-extra {
    margin-top: 20px;
    padding: 14px;
    grid-template-columns: 1fr auto;
    text-align: left;
  }

  .atsh-header .ch__app-extra span:nth-child(2) {
    display: none;
  }

  .atsh-header .ch__prod {
    padding-left: 0;
    display: block;
  }

  .atsh-header .ch__tabs {
    padding: 0 0 16px;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }

  .atsh-header .ch__tab {
    padding: 9px 12px;
    border: 1px solid rgb(255 255 255 / 45%);
    border-radius: 2px;
    font-size: 15px;
  }

  .atsh-header .ch__tabpanel {
    display: block;
  }

  .atsh-header .ch__prodgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
  }

  .atsh-header .ch__prodcard img {
    height: 92px;
    margin-bottom: 8px;
  }

  .atsh-header .ch__prodflow {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .atsh-header .ch__prodname {
    font-size: 16px;
  }

  .atsh-header .ch__prodside {
    margin-top: 18px;
  }

  .atsh-header .ch__proddesc {
    display: none;
  }

  .atsh-header .ch__prodactions {
    max-width: 460px;
    margin: 0 auto;
  }

  .atsh-header .ch__prodactions a {
    font-size: 14px;
  }

  .atsh-header .ch__tech {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .atsh-header .ch__techlink {
    min-height: 0;
    padding: 15px 16px;
    text-align: left;
  }

  .atsh-header .ch__news {
    padding-top: 6px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .atsh-header .ch__newslink {
    padding-bottom: 10px;
  }

  .atsh-header .ch__sup {
    padding: 8px 0;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .atsh-header .ch__supcard {
    width: 100%;
    min-height: 0;
    padding: 14px 16px;
  }

  .atsh-header .ch__cta--m {
    position: relative;
    left: 50%;
    margin: 22px auto 0;
    display: inline-flex;
    transform: translateX(-50%);
  }

  .atsh-header .ch__cta--m:hover,
  .atsh-header .ch__cta--m:focus-visible {
    transform: translateX(-50%);
  }
}

@media (max-width: 782px) {
  .admin-bar .atsh-header.ch {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atsh-header *,
  .atsh-header *::before,
  .atsh-header *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
