body.escortify-global-discovery {
  --escortify-discovery-header-shell-height: 74px;
  --escortify-discovery-header-current-offset: var(--escortify-discovery-header-shell-height);
  --escortify-discovery-header-ribbon-height: 54px;
  --escortify-discovery-subnav-height: 56px;
  --escortify-discovery-stack-height: calc(var(--escortify-discovery-header-shell-height) + var(--escortify-discovery-subnav-height));
}

body.escortify-global-discovery #header.escortify-discovery-header {
  background: #050505 !important;
  border-bottom: none;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  height: auto !important;
  z-index: 1000;
}

body.escortify-global-discovery #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.escortify-global-discovery #header.escortify-discovery-header .hamburger {
  display: none;
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

body.escortify-global-discovery #header.escortify-discovery-header .hamburger a {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

body.escortify-global-discovery .escortify-discovery-header__left {
  display: flex;
  align-items: center;
  gap: 44px;
  min-width: 0;
  flex: 1 1 auto;
}

body.escortify-global-discovery #header.escortify-discovery-header #logo.escortify-discovery-header__logo {
  float: none;
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.escortify-global-discovery #header.escortify-discovery-header #logo.escortify-discovery-header__logo a {
  display: inline-flex;
  align-items: center;
}

body.escortify-global-discovery #header.escortify-discovery-header #logo.escortify-discovery-header__logo img {
  width: auto;
  height: 38px;
}

body.escortify-global-discovery .escortify-discovery-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

body.escortify-global-discovery .escortify-discovery-header__nav a,
body.escortify-global-discovery .escortify-discovery-header__link,
body.escortify-global-discovery .escortify-discovery-header__account {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.escortify-global-discovery .escortify-discovery-header__nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  white-space: nowrap;
  font-family: "S\00F6hne", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

body.escortify-global-discovery .escortify-discovery-header__nav a:hover,
body.escortify-global-discovery .escortify-discovery-header__link:hover,
body.escortify-global-discovery .escortify-discovery-header__account:hover {
  color: #fff;
}

body.escortify-global-discovery .escortify-discovery-header__nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 51, 102, 0.14);
  color: #ff3366;
  font-family: "S\00F6hne", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.escortify-global-discovery .escortify-discovery-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 0 auto;
}

body.escortify-global-discovery .escortify-discovery-header__utility {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 6px;
}

body.escortify-global-discovery .escortify-discovery-header__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff !important;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.escortify-global-discovery .escortify-discovery-header__icon-link svg {
  width: 18px;
  height: 18px;
}

body.escortify-global-discovery .escortify-discovery-header__icon-link:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

body.escortify-global-discovery .escortify-discovery-header__link,
body.escortify-global-discovery .escortify-discovery-header__account,
body.escortify-global-discovery .escortify-discovery-header__cta {
  font-family: "S\00F6hne", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

body.escortify-global-discovery .escortify-discovery-header__account {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.escortify-global-discovery .escortify-discovery-header__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3366 0%, #7c3aed 100%);
  color: #fff;
  font-family: "CircularXXWeb-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.25);
}

@media (min-width: 769px) {
  body.escortify-global-discovery.escortify-companies-discovery #header.escortify-discovery-header #logo.escortify-discovery-header__logo img {
    height: 34px;
  }

  body.escortify-global-discovery.escortify-companies-discovery .escortify-discovery-header__nav a {
    font-family: "CircularXXWeb-Medium", sans-serif;
    font-size: 14px;
    line-height: 1;
  }

  body.escortify-global-discovery.escortify-companies-discovery .escortify-discovery-header__nav a > span:last-child {
    font-family: "S\00F6hne", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
  }

  body.escortify-global-discovery.escortify-companies-discovery .escortify-discovery-header__link,
  body.escortify-global-discovery.escortify-companies-discovery .escortify-discovery-header__account,
  body.escortify-global-discovery.escortify-companies-discovery .escortify-discovery-header__cta {
    font-size: 14px;
  }
}

body.escortify-global-discovery .escortify-discovery-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 999px;
  background: linear-gradient(to right, #e61e4d 0%, #e31c5f 50%, #d70466 100%);
  box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
  transition: none;
}

body.escortify-global-discovery .escortify-discovery-header__cta:hover {
  background: linear-gradient(to right, #e61e4d 0%, #e31c5f 50%, #d70466 100%);
  transform: none;
  box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
}

body.escortify-global-discovery .escortify-discovery-header__cta:active {
  transform: none;
}

body.escortify-global-discovery .escortify-discovery-header__cta:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

body.escortify-global-discovery .escortify-discovery-header__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
}

body.escortify-global-discovery .escortify-discovery-subnav {
  position: fixed;
  top: var(--escortify-discovery-header-current-offset, var(--escortify-discovery-header-shell-height)) !important;
  left: 0;
  right: 0;
  min-height: var(--escortify-discovery-subnav-height);
  margin: 0 !important;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  overflow: visible;
  z-index: 1100;
}

body.escortify-global-discovery .escortify-discovery-subnav::after {
  display: none;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc(100% - 32px);
  max-width: 1232px;
  margin: 6px auto 0;
  min-height: var(--escortify-discovery-subnav-height);
  padding: 12px 28px;
  background-color: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

body.escortify-global-discovery .escortify-discovery-subnav__inner fieldset,
body.escortify-global-discovery .escortify-discovery-subnav__inner nav {
  margin: 0;
  padding: 0;
  border: 0;
  flex: 1;
  min-width: 0;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: clip;
  white-space: nowrap;
  scrollbar-width: none;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner ul::-webkit-scrollbar {
  display: none;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner li {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}

body.escortify-global-discovery .escortify-discovery-subnav__inner li::before {
  display: none;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.62) !important;
  text-decoration: none;
  font-family: "S\00F6hne", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  transition: color 0.2s ease;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner a:hover {
  color: rgba(255, 255, 255, 0.86) !important;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner a.pinkactive {
  color: #fff !important;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner a.pinkactive::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #e8637a;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner li:first-child a {
  color: rgba(255, 255, 255, 0.62) !important;
  font-family: "S\00F6hne", sans-serif;
}

body.escortify-global-discovery .escortify-discovery-subnav__inner em,
body.escortify-global-discovery .fix_col {
  display: none !important;
}

body.escortify-global-discovery #page > .fix_col,
body.escortify-global-discovery #page > .fix_col2,
body.escortify-global-discovery #page > .fix_col3,
body.escortify-global-discovery #page > .fix_col4,
body.escortify-global-discovery #page > .fix_col5,
body.escortify-global-discovery #page > .fix_col9,
body.escortify-global-discovery #page > .esc-header-spacer,
body.escortify-global-discovery #page > .esc-header-spacer-2 {
  display: none !important;
}

body.escortify-global-discovery .escortify-global-discovery-spacer {
  height: calc(var(--escortify-discovery-stack-height) + 24px);
  background: #050505;
}

body.escortify-global-discovery.page #page > #app > main .title-intro {
  align-items: flex-start !important;
  padding-top: 34px !important;
}

@media (min-width: 769px) {
  body.escortify-global-discovery #header.escortify-discovery-header {
    box-sizing: border-box;
    height: var(--escortify-discovery-header-shell-height) !important;
    padding: 10px 0;
  }

  body.escortify-global-discovery #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
    min-height: var(--escortify-discovery-header-ribbon-height);
    height: var(--escortify-discovery-header-ribbon-height);
  }

  body.escortify-global-discovery .escortify-discovery-header__icon-link,
  body.escortify-global-discovery .escortify-discovery-header__avatar {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 1100px) {
  body.escortify-global-discovery.page #page > #app > main .title-intro {
    padding-top: 28px !important;
  }

  body.escortify-global-discovery #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
    gap: 16px;
  }

  body.escortify-global-discovery .escortify-discovery-header__left {
    gap: 24px;
  }

  body.escortify-global-discovery .escortify-discovery-header__nav {
    gap: 18px;
  }
}

@media (max-width: 920px) {
  body.escortify-global-discovery .escortify-discovery-header__nav {
    display: none;
  }

  body.escortify-global-discovery .escortify-discovery-header__account-text {
    display: none;
  }
}

@media (max-width: 768px) {
  body.escortify-global-discovery.page #page > #app > main .title-intro {
    padding-top: 22px !important;
  }

  body.escortify-global-discovery {
    --escortify-discovery-header-shell-height: 60px;
    --escortify-discovery-header-current-offset: var(--escortify-discovery-header-shell-height);
    --escortify-discovery-subnav-height: 0px;
    --escortify-discovery-stack-height: 60px;
  }

  body.escortify-global-discovery #header.escortify-discovery-header {
    box-sizing: border-box;
    height: var(--escortify-discovery-header-shell-height) !important;
    padding: 0;
    transform: translateY(0);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  body.escortify-global-discovery #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    column-gap: 8px;
    min-height: 100%;
    height: 100%;
    padding: 0 14px;
  }

  body.escortify-global-discovery #header.escortify-discovery-header .hamburger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 2;
  }

  body.escortify-global-discovery #header.escortify-discovery-header .hamburger a {
    position: static;
    width: 30px;
    height: 30px;
    background-size: 26px 26px;
  }

  body.escortify-global-discovery .escortify-discovery-header__left {
    justify-self: center;
    align-items: center;
    gap: 0;
  }

  body.escortify-global-discovery #header.escortify-discovery-header #logo.escortify-discovery-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.escortify-global-discovery #header.escortify-discovery-header #logo.escortify-discovery-header__logo img {
    height: 40px;
    width: auto;
    max-width: none;
  }

  body.escortify-global-discovery .escortify-discovery-header__actions {
    justify-self: end;
    align-items: center;
    gap: 6px;
  }

  body.escortify-global-discovery .escortify-discovery-header__utility {
    margin-right: 0;
    gap: 6px;
  }

  body.escortify-global-discovery .escortify-discovery-header__link,
  body.escortify-global-discovery .escortify-discovery-header__account,
  body.escortify-global-discovery .escortify-discovery-header__cta {
    display: none !important;
  }

  body.escortify-global-discovery .escortify-discovery-header__icon-link {
    width: 38px;
    height: 38px;
  }

  body.escortify-global-discovery .escortify-discovery-subnav {
    display: none !important;
  }

  body.escortify-global-discovery .escortify-global-discovery-spacer {
    height: var(--escortify-discovery-header-current-offset, var(--escortify-discovery-stack-height));
    background: #050505;
    transition: height 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.escortify-global-discovery.escortify-mobile-header-hidden {
    --escortify-discovery-header-current-offset: 0px;
  }

  body.escortify-global-discovery.escortify-mobile-header-hidden #header.escortify-discovery-header {
    transform: translateY(calc(-1 * var(--escortify-discovery-header-shell-height)));
    pointer-events: none;
  }
}
