.gc-header-20250324 {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
}

.home .gc-header-20250324 {
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  left: 0;
  position: absolute;
  right: 0;
}

.elementor-34 .elementor-element.elementor-element-gc24heada > .elementor-container,
.elementor-35 .elementor-element.elementor-element-gc24foota > .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-34 .elementor-element.elementor-element-gc24headb > .elementor-element-populated,
.elementor-35 .elementor-element.elementor-element-gc24footb > .elementor-element-populated {
  padding: 0 !important;
}

.gc-header-20250324__inner,
.gc-footer-20250324__inner {
  margin: 0 auto;
  max-width: var(--gc-container);
  padding-left: 32px;
  padding-right: 32px;
}

.gc-header-20250324__inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 15fr 65.321fr 19.012fr;
  min-height: 88px;
}

.gc-header-20250324__brand,
.gc-footer-20250324__brand {
  display: block;
}

.gc-header-20250324__brand img,
.gc-footer-20250324__brand img {
  display: block;
  height: auto;
  width: 100%;
}

.gc-header-20250324__brand img {
  max-width: 148px;
  width: 70%;
}

.gc-footer-20250324__brand img {
  margin-left: 0;
  max-width: 190px;
  width: 90%;
}

.gc-header-20250324__toggle {
  display: none;
}

.gc-header-20250324__burger {
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  justify-self: end;
}

.gc-header-20250324__burger span {
  background: #101010;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 24px;
}

.gc-header-20250324__nav {
  justify-self: center;
  width: 100%;
}

.gc-menu__list,
.gc-menu__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-menu__list {
  align-items: center;
  display: flex;
  gap: 35px;
  justify-content: center;
}

.gc-menu__item {
  position: relative;
}

.gc-menu__link {
  color: #101010;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 16px 0;
  text-decoration: none;
}

.gc-menu__link:hover,
.gc-menu__link:focus {
  color: var(--gc-charcoal);
}

.gc-menu__item--has-children > .gc-menu__submenu {
  background: #ffffff;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(16, 16, 16, 0.08);
  display: none;
  left: 0;
  min-width: 120px;
  padding: 12px;
  position: absolute;
  top: calc(100% + 8px);
}

.gc-menu__item--has-children:hover > .gc-menu__submenu,
.gc-menu__item--has-children:focus-within > .gc-menu__submenu {
  display: block;
}

.gc-menu__submenu .gc-menu__link {
  padding: 6px 0;
}

.gc-header-20250324__cta {
  align-items: center;
  background: #101010;
  border: 1px solid #101010;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  text-decoration: none;
  transition: 0.2s ease;
  justify-self: end;
}

.gc-header-20250324__cta:hover,
.gc-header-20250324__cta:focus {
  background: #ffffff;
  color: #101010;
}

.gc-footer-20250324 {
  background: #101010;
  color: #ffffff;
  padding: 48px 0 32px;
}

.gc-footer-20250324 a,
.gc-footer-20250324 h2,
.gc-footer-20250324 p {
  color: inherit;
}

.gc-footer-20250324__content {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
}

.gc-footer-20250324__panel {
  display: grid;
  gap: 28px;
}

.gc-footer-20250324__main {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 7fr) minmax(140px, 3fr);
}

.gc-footer-20250324__meta {
  display: grid;
  gap: 12px;
}

.gc-footer-20250324__download {
  display: grid;
  gap: 18px;
  justify-items: end;
  text-align: right;
}

.gc-footer-20250324__download-copy h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}

.gc-footer-20250324__badges {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(120px, 144px));
  justify-content: end;
}

.gc-footer-20250324__badges img,
.gc-footer-20250324__support img {
  display: block;
  height: auto;
  width: 100%;
}

.gc-footer-20250324__links,
.gc-footer-20250324__legal {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 18px;
  line-height: 1.6;
}

.gc-footer-20250324__links a,
.gc-footer-20250324__legal a {
  text-decoration: none;
}

.gc-footer-20250324__links a:hover,
.gc-footer-20250324__links a:focus,
.gc-footer-20250324__legal a:hover,
.gc-footer-20250324__legal a:focus {
  color: var(--gc-cyan);
}

.gc-footer-20250324__meta p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.gc-footer-20250324__support {
  max-width: 800px;
}

.gc-footer-20250324__brand {
  justify-self: center;
}

@media (max-width: 1024px) {
  .gc-header-20250324__inner {
    grid-template-columns: 1fr auto;
  }

  .gc-header-20250324__burger {
    display: flex;
  }

  .gc-header-20250324__nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .gc-header-20250324__toggle:checked ~ .gc-header-20250324__nav {
    display: block;
  }

  .gc-header-20250324__toggle:checked ~ .gc-header-20250324__cta {
    display: inline-flex;
  }

  .gc-menu__list {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
  }

  .gc-menu__item--has-children > .gc-menu__submenu {
    border: 0;
    box-shadow: none;
    display: block;
    padding: 0 0 0 12px;
    position: static;
  }

  .gc-header-20250324__cta {
    display: none;
    grid-column: 1 / -1;
    justify-self: start;
  }

  .gc-footer-20250324__content,
  .gc-footer-20250324__main {
    grid-template-columns: 1fr;
  }

  .gc-footer-20250324__download {
    justify-items: start;
    text-align: left;
  }

  .gc-footer-20250324__badges {
    justify-content: start;
  }

  .gc-footer-20250324__brand {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .gc-header-20250324__inner,
  .gc-footer-20250324__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gc-footer-20250324__badges {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .gc-footer-20250324__download {
    justify-items: stretch;
  }
}
