@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --shell-ivory: #F9F0EC;
  --shell-navy: #1E1558;
  --shell-sky: #7497A3;
  --shell-berry: #B02A6C;
  --shell-blush: #EFC5D2;
  --shell-green: #268C60;
}

.button,
.button-primary,
.button-secondary,
button.submit {
  display: inline-flex !important;
  min-height: 44px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 13px 20px !important;
  font: 600 10px/1.2 'DM Sans', sans-serif !important;
  letter-spacing: .09em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.button,
.button-primary,
button.submit {
  color: #fff !important;
  background: var(--shell-berry) !important;
  border-color: var(--shell-berry) !important;
}

.button-secondary {
  color: var(--shell-navy) !important;
  background: var(--shell-ivory) !important;
  border-color: var(--shell-navy) !important;
}

.button:hover,
.button-primary:hover,
button.submit:hover {
  background: var(--shell-navy) !important;
  border-color: var(--shell-navy) !important;
}

.button-secondary:hover {
  color: #fff !important;
  background: var(--shell-navy) !important;
}

.button:focus-visible,
.button-primary:focus-visible,
.button-secondary:focus-visible,
button.submit:focus-visible {
  outline: 3px solid var(--shell-sky);
  outline-offset: 3px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  background: var(--shell-ivory) !important;
}

.browser {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.browserbar,
.intro,
.notes,
.mobile-wrap,
.mobile-preview,
.mobile-title {
  display: none !important;
}

.site {
  min-height: 100vh;
}

.global-nav {
  position: relative;
  z-index: 20;
  height: 72px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(30, 21, 88, .12);
  background: var(--shell-ivory);
  font-family: 'DM Sans', sans-serif;
}

.global-logo {
  color: var(--shell-navy);
  font: 400 31px 'Instrument Serif', serif;
  text-decoration: none;
  white-space: nowrap;
}

.global-logo i {
  color: var(--shell-sky);
  font-size: 19px;
}

.global-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.global-nav-links a,
.global-menu-button {
  color: var(--shell-navy);
  font: 500 9px 'DM Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.global-nav-links a[aria-current="page"] {
  color: var(--shell-berry);
}

.global-contact {
  padding: 11px 14px;
  background: var(--shell-berry);
  color: #fff !important;
}

.global-menu-button {
  display: none;
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid var(--shell-navy);
  background: transparent;
  cursor: pointer;
}

.global-footer {
  padding: 66px 54px 24px;
  background: var(--shell-navy);
  color: var(--shell-ivory);
  font-family: 'DM Sans', sans-serif;
}

.global-footer-main {
  display: grid;
  grid-template-columns: 34% 18% 18% 1fr;
  gap: 32px;
  padding-bottom: 48px;
}

.global-footer-logo {
  color: var(--shell-ivory);
  font: 400 36px/.95 'Instrument Serif', serif;
  text-decoration: none;
}

.global-footer-logo i {
  color: var(--shell-sky);
  font-size: 20px;
}

.global-footer-column small {
  display: block;
  margin-bottom: 17px;
  color: var(--shell-sky);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.global-footer-column a {
  display: flex;
  min-height: 30px;
  margin-bottom: 2px;
  align-items: center;
  color: var(--shell-ivory);
  font-size: 10px;
  line-height: 1.5;
  text-decoration: none;
  opacity: .84;
}

.global-footer-column a:hover {
  opacity: 1;
}

.global-footer-contact a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.global-footer-contact img {
  width: 15px;
  height: 15px;
}

.global-location {
  margin-top: 18px;
  color: #B9B3C5;
  font-size: 10px;
}

.global-claims-title {
  margin-top: 25px !important;
}

.global-claims {
  display: flex !important;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  width: max-content;
  opacity: 1 !important;
}

.global-claims.is-disabled {
  cursor: default;
  opacity: .55 !important;
}

.global-claims svg {
  width: 37px;
  height: 37px;
  color: var(--shell-blush);
}

.global-claims strong {
  color: var(--shell-ivory);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.global-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(249, 240, 236, .18);
  color: #B9B3C5;
  font-size: 8px;
  letter-spacing: .04em;
}

.global-legal {
  display: flex;
  gap: 20px;
}

.global-legal a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.global-legal a:hover {
  color: var(--shell-ivory);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.global-legal a:focus-visible {
  outline: 2px solid var(--shell-sky);
  outline-offset: 4px;
}

.global-whatsapp {
  position: fixed;
  right: 27px;
  bottom: 24px;
  z-index: 30;
  display: flex;
  width: 51px;
  height: 51px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--shell-green);
  box-shadow: 0 8px 20px rgba(30, 21, 88, .18);
}

.global-whatsapp img {
  width: 23px;
  height: 23px;
}

.page-reconexion .deliver-head,
.page-evolucion .deliver-head,
.page-presencia .deliver-head {
  display: block;
}

.page-reconexion .deliver-head p,
.page-evolucion .deliver-head p,
.page-presencia .deliver-head p {
  max-width: 470px;
  margin: 18px 0 0;
}

.page-reconexion .actions a.button,
.page-evolucion .actions a.button,
.page-presencia .actions a.button {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.page-reconexion .diagnostic-note,
.page-evolucion .diagnostic-note,
.page-presencia .diagnostic-note {
  max-width: 420px;
  margin: 20px 0 0;
  color: var(--muted);
  font: 400 11px/1.5 'DM Sans', sans-serif;
}

.page-reconexion .diagnostic-note a,
.page-evolucion .diagnostic-note a,
.page-presencia .diagnostic-note a {
  color: var(--shell-navy);
  text-decoration: none;
  border-bottom: 1px solid var(--shell-navy);
}

.page-reconexion .recognize {
  grid-template-columns: 50% 50%;
  gap: 0;
  padding-right: 0;
  padding-left: 0;
}

.page-reconexion .recognize h2 {
  padding-right: 52px;
  padding-left: 52px;
}

.page-reconexion .recognize .questions {
  padding-right: 52px;
  padding-left: 7vw;
}

.page-reconexion .reframe-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-index .route-node {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index .route-node a {
  margin-top: auto;
  padding-top: 9px;
}

.page-index .manifesto-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences {
  padding: 74px 52px 78px;
  border-top: 1px solid rgba(30, 21, 88, .14);
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences-head small,
:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experience small {
  color: var(--shell-berry);
  font: 600 9px 'DM Sans', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences h2 {
  margin: 10px 0 0;
  font: 400 48px/.94 'Instrument Serif', serif;
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences h2 em {
  color: var(--shell-berry);
  font-weight: 400;
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences-all {
  color: var(--shell-navy);
  font: 600 9px 'DM Sans', sans-serif;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid var(--shell-navy);
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 48px;
  border-top: 1px solid var(--shell-navy);
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experience {
  padding: 34px 36px 16px 0;
  color: var(--shell-navy);
  text-decoration: none;
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experience + .other-experience {
  padding-right: 0;
  padding-left: 36px;
  border-left: 1px solid rgba(30, 21, 88, .18);
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experience h3 {
  margin: 8px 0 9px;
  font: 400 32px 'Instrument Serif', serif;
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experience p {
  max-width: 340px;
  margin: 0 0 24px;
  color: var(--muted);
  font: 400 12px/1.55 'DM Sans', sans-serif;
}

:is(.page-reconexion, .page-evolucion, .page-presencia) .other-experience span {
  color: var(--shell-navy);
  font: 600 9px 'DM Sans', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .site {
    min-width: 0 !important;
  }

  .global-nav {
    height: 62px;
    padding: 0 20px;
  }

  .global-logo {
    font-size: 24px;
  }

  .global-logo i {
    font-size: 15px;
  }

  .global-menu-button {
    display: block;
    margin-left: auto;
    margin-right: 18px;
  }

  .global-nav-links {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    display: none;
    padding: 26px 24px 30px;
    align-items: stretch;
    gap: 0;
    background: var(--shell-navy);
    box-shadow: 0 14px 25px rgba(30, 21, 88, .15);
  }

  .global-nav-links.is-open {
    display: flex;
    flex-direction: column;
  }

  .global-nav-links a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(249, 240, 236, .16);
    color: var(--shell-ivory);
    font-size: 10px;
  }

  .global-nav-links .global-contact {
    margin-top: 18px;
    padding: 13px 15px;
    border: 0;
    text-align: center;
  }

  .global-footer {
    padding: 48px 24px 22px;
  }

  .global-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 37px 20px;
  }

  .global-footer-brand {
    grid-column: 1 / -1;
  }

  .global-footer-contact {
    grid-column: 1 / -1;
  }

  .global-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .global-legal {
    flex-wrap: wrap;
  }

  .global-whatsapp {
    right: 18px;
    bottom: 18px;
  }

  .page-sobre-vane .hero,
  .page-sobre-vane .origin,
  .page-sobre-vane .insight,
  .page-sobre-vane .perspectives,
  .page-sobre-vane .mentor,
  .page-sobre-vane .final {
    grid-template-columns: 1fr;
  }

  .page-sobre-vane .hero {
    min-height: 0;
  }

  .page-sobre-vane .hero-photo {
    order: 1;
    height: 340px;
  }

  .page-sobre-vane .hero-photo::after {
    padding: 12px 16px;
    font-size: 16px;
  }

  .page-sobre-vane .hero-copy {
    order: 2;
    padding: 48px 24px 56px;
  }

  .page-sobre-vane .hero h1 {
    margin: 15px 0 24px;
    font-size: clamp(44px, 13vw, 52px);
    line-height: .94;
    letter-spacing: -.03em;
  }

  .page-sobre-vane .hero h1 em,
  .page-sobre-vane .hero p {
    margin-left: 0;
  }

  .page-sobre-vane .hero p {
    max-width: none;
    font-size: 15px;
  }

  .page-sobre-vane .origin {
    padding: 58px 24px;
    gap: 30px;
  }

  .page-sobre-vane .origin h2,
  .page-sobre-vane .perspectives h2,
  .page-sobre-vane .mentor h2,
  .page-sobre-vane .final h2 {
    font-size: 42px;
  }

  .page-sobre-vane .origin-copy {
    padding-left: 18px;
  }

  .page-sobre-vane .origin-copy p,
  .page-sobre-vane .mentor-copy p {
    font-size: 14px;
  }

  .page-sobre-vane .origin-photo {
    width: 100%;
    height: 320px;
  }

  .page-sobre-vane .insight {
    min-height: 0;
    padding: 56px 24px 60px;
    gap: 24px;
  }

  .page-sobre-vane .insight blockquote {
    font-size: 40px;
  }

  .page-sobre-vane .insight p {
    font-size: 14px;
  }

  .page-sobre-vane .perspectives {
    padding: 60px 24px 64px;
    gap: 38px;
  }

  .page-sobre-vane .perspective-list {
    padding-left: 45px;
  }

  .page-sobre-vane .perspective-list::before {
    left: 12px;
    bottom: 30px;
  }

  .page-sobre-vane .perspective {
    padding-bottom: 38px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-sobre-vane .perspective::before {
    left: -45px;
    width: 24px;
    height: 24px;
    border-width: 5px;
    box-shadow: 0 0 0 6px var(--shell-ivory);
  }

  .page-sobre-vane .perspective p {
    margin-top: 0;
    font-size: 14px;
  }

  .page-sobre-vane .caption {
    margin-left: 0;
  }

  .page-sobre-vane .mentor {
    min-height: 0;
  }

  .page-sobre-vane .mentor-photo {
    order: 1;
    height: 340px;
  }

  .page-sobre-vane .mentor-copy {
    order: 2;
    padding: 54px 24px 60px;
  }

  .page-sobre-vane .mentor-copy .button {
    width: 100%;
  }

  .page-sobre-vane .final {
    min-height: 0;
    padding: 54px 24px 60px;
    gap: 28px;
  }

  .page-sobre-vane .final-actions {
    text-align: left;
  }

  .page-sobre-vane .final-actions p {
    max-width: none;
    margin: 0 0 22px;
  }

  .page-sobre-vane .final-actions .button {
    width: 100%;
  }

  .page-empresas .hero {
    min-height: 0;
    padding: 64px 24px 72px;
    align-items: flex-start;
  }

  .page-empresas .copy {
    width: 100%;
    max-width: none;
  }

  .page-empresas .hero h1 {
    margin: 17px 0 26px;
    font-size: clamp(48px, 15vw, 60px);
    line-height: .92;
    letter-spacing: -.03em;
  }

  .page-empresas .hero h1 em,
  .page-empresas .hero p,
  .page-empresas .formats,
  .page-empresas .button,
  .page-empresas .small {
    margin-left: 0;
  }

  .page-empresas .hero p {
    max-width: none;
    font-size: 15px;
  }

  .page-empresas .formats {
    margin-top: 30px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    row-gap: 14px;
  }

  .page-empresas .formats span {
    padding: 0 12px;
  }

  .page-empresas .formats span:first-child {
    padding-left: 0;
  }

  .page-empresas .button {
    width: 100%;
    min-height: 44px;
  }

  .page-empresas .small {
    font-size: 11px;
  }

  .page-reconexion .hero,
  .page-evolucion .hero,
  .page-presencia .hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .page-reconexion .hero-copy,
  .page-evolucion .hero-copy,
  .page-presencia .hero-copy {
    padding: 52px 24px 46px;
  }

  .page-reconexion .hero h1,
  .page-evolucion .hero h1,
  .page-presencia .hero h1 {
    margin: 15px 0 22px;
    font-size: 49px;
  }

  .page-reconexion .hero h1 em,
  .page-evolucion .hero h1 em,
  .page-presencia .hero h1 em,
  .page-reconexion .hero p,
  .page-evolucion .hero p,
  .page-presencia .hero p,
  .page-reconexion .hero .text-link,
  .page-evolucion .hero .text-link,
  .page-presencia .hero .text-link {
    margin-left: 0;
  }

  .page-reconexion .hero-photo,
  .page-presencia .hero-art,
  .page-evolucion .hero-collage {
    min-height: 410px;
  }

  .page-reconexion .recognize,
  .page-evolucion .recognize,
  .page-presencia .recognize {
    padding: 56px 24px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-reconexion .recognize h2,
  .page-evolucion .recognize h2,
  .page-presencia .recognize h2,
  .page-reconexion .vertical-intro h2,
  .page-evolucion .vertical-intro h2,
  .page-presencia .vertical-intro h2 {
    font-size: 40px;
  }

  .page-reconexion .recognize h2 {
    padding-right: 0;
    padding-left: 0;
  }

  .page-reconexion .recognize .questions {
    padding-right: 0;
    padding-left: 0;
  }

  .page-index .route-node {
    align-items: flex-start;
  }

  .page-index .route-node a {
    margin-top: 11px;
    padding-top: 0;
  }

  :is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences {
    padding: 54px 24px 60px;
  }

  :is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences-head {
    align-items: flex-start;
    flex-direction: column;
  }

  :is(.page-reconexion, .page-evolucion, .page-presencia) .other-experiences-list {
    grid-template-columns: 1fr;
  }

  :is(.page-reconexion, .page-evolucion, .page-presencia) .other-experience {
    padding: 30px 0;
  }

  :is(.page-reconexion, .page-evolucion, .page-presencia) .other-experience + .other-experience {
    padding-left: 0;
    border-top: 1px solid rgba(30, 21, 88, .18);
    border-left: 0;
  }

  .page-reconexion .reframe,
  .page-evolucion .reframe,
  .page-presencia .reframe,
  .page-evolucion .outcome,
  .page-presencia .outcome {
    grid-template-columns: 1fr;
  }

  .page-reconexion .reframe-photo,
  .page-evolucion .reframe-photo,
  .page-presencia .reframe-photo,
  .page-evolucion .outcome-art,
  .page-presencia .outcome-photo {
    order: 1;
    min-height: 300px;
  }

  .page-reconexion .reframe-copy,
  .page-evolucion .reframe-copy,
  .page-presencia .reframe-copy,
  .page-evolucion .outcome-copy,
  .page-presencia .outcome-copy {
    order: 2;
    padding: 48px 24px;
  }

  .page-reconexion .reframe-copy blockquote,
  .page-evolucion .reframe-copy blockquote,
  .page-presencia .reframe-copy blockquote,
  .page-evolucion .outcome h2,
  .page-presencia .outcome h2 {
    font-size: 34px;
  }

  .page-reconexion .vertical-process,
  .page-evolucion .vertical-process,
  .page-presencia .vertical-process {
    padding: 56px 24px 60px;
  }

  .page-reconexion .vertical-layout,
  .page-evolucion .vertical-layout,
  .page-presencia .vertical-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .page-reconexion .vroute,
  .page-evolucion .vroute,
  .page-presencia .vroute {
    padding-left: 48px;
  }

  .page-reconexion .vnode,
  .page-evolucion .vnode,
  .page-presencia .vnode {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .page-reconexion .vnode::before,
  .page-evolucion .vnode::before,
  .page-presencia .vnode::before {
    left: -43px;
  }

  .page-reconexion .vroute::before,
  .page-evolucion .vroute::before,
  .page-presencia .vroute::before {
    left: 15px;
  }

  .page-reconexion .vcaption,
  .page-evolucion .vcaption,
  .page-presencia .vcaption {
    margin-left: 0;
  }

  .page-reconexion .outcome {
    min-height: 470px;
  }

  .page-reconexion .outcome img {
    height: 470px;
  }

  .page-reconexion .outcome-copy {
    top: auto;
    right: 24px;
    bottom: 44px;
    left: 24px;
  }

  .page-reconexion .outcome-copy h2 {
    font-size: 34px;
  }

  .page-reconexion .deliver,
  .page-evolucion .deliver,
  .page-presencia .deliver {
    padding: 56px 24px 60px;
  }

  .page-reconexion .deliver-head,
  .page-evolucion .deliver-head,
  .page-presencia .deliver-head,
  .page-reconexion .process-head,
  .page-evolucion .process-head,
  .page-presencia .process-head {
    display: block;
  }

  .page-reconexion .deliver-head p,
  .page-evolucion .deliver-head p,
  .page-presencia .deliver-head p,
  .page-reconexion .process-head p,
  .page-evolucion .process-head p,
  .page-presencia .process-head p {
    margin-top: 20px;
  }

  .page-reconexion .objects,
  .page-evolucion .objects,
  .page-presencia .objects {
    grid-template-columns: 1fr 1fr;
    gap: 36px 18px;
  }

  .page-reconexion .practical,
  .page-evolucion .practical,
  .page-presencia .practical {
    padding: 36px 24px;
    grid-template-columns: 1fr 1fr;
    gap: 26px 0;
  }

  .page-reconexion .fact:nth-child(2),
  .page-evolucion .fact:nth-child(2),
  .page-presencia .fact:nth-child(2) {
    border-right: 0;
  }

  .page-reconexion .final,
  .page-evolucion .final,
  .page-presencia .final {
    min-height: 0;
    padding: 52px 24px 58px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-reconexion .final h2,
  .page-evolucion .final h2,
  .page-presencia .final h2 {
    font-size: 40px;
  }

  .page-reconexion .actions,
  .page-evolucion .actions,
  .page-presencia .actions {
    text-align: left;
  }

  .page-reconexion .actions p,
  .page-evolucion .actions p,
  .page-presencia .actions p {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.measurement-settings {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.measurement-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  width: min(680px, calc(100vw - 48px));
  padding: 28px;
  border: 1px solid rgba(239, 197, 210, .7);
  background: #2b0066;
  color: #fff;
  box-shadow: 0 18px 55px rgba(30, 21, 88, .24);
}

.measurement-consent__eyebrow {
  margin: 0 0 8px;
  color: #efc5d2;
  font: 600 10px/1.2 'DM Sans', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.measurement-consent h2 {
  margin: 0 0 10px;
  color: #fff;
  font: 400 30px/1 'Instrument Serif', serif;
}

.measurement-consent__copy > p:not(.measurement-consent__eyebrow) {
  max-width: 490px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font: 400 12px/1.55 'DM Sans', sans-serif;
}

.measurement-consent__copy a {
  display: inline-block;
  margin-top: 12px;
  color: #efc5d2;
  font: 600 10px/1.2 'DM Sans', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.measurement-consent__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 124px;
}

.measurement-consent__actions button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #efc5d2;
  font: 600 10px/1 'DM Sans', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.measurement-consent__accept {
  background: #cf0069;
  color: #fff;
}

.measurement-consent__reject {
  background: transparent;
  color: #fff;
}

.measurement-consent__actions button:focus-visible,
.measurement-settings:focus-visible {
  outline: 3px solid #6da4b0;
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .measurement-consent {
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    gap: 20px;
    width: calc(100vw - 28px);
    padding: 22px;
  }

  .measurement-consent h2 {
    font-size: 27px;
  }

  .measurement-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.global-claims img.global-claims-official{display:block;width:180px;height:auto;max-width:none}
