@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body.w2w-global-shell {
  --w2w-canvas: #050403;
  --w2w-surface: #171615;
  --w2w-text: #f5f5f0;
  --w2w-muted: #a8a69f;
  --w2w-border: #302f2c;
  --w2w-font: "General Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --w2w-page-pad: clamp(20px, 4vw, 64px);
  --w2w-space-sm: 16px;
  --w2w-space-md: 24px;
  --w2w-space-lg: clamp(32px, 4vw, 48px);
  --w2w-space-xl: clamp(72px, 9vw, 120px);
  --w2w-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

body.w2w-global-shell [data-w2w-shell],
body.w2w-global-shell [data-w2w-shell] *,
body.w2w-global-shell [data-w2w-shell] *::before,
body.w2w-global-shell [data-w2w-shell] *::after {
  box-sizing: border-box;
}

body.w2w-global-shell [data-w2w-shell] {
  font-family: var(--w2w-font);
  font-size: 16px;
  line-height: 1.5;
}

body.w2w-global-shell [data-w2w-shell] a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

body.w2w-global-shell [data-w2w-shell] a:focus-visible,
body.w2w-global-shell [data-w2w-shell] button:focus-visible {
  outline: 2px solid var(--w2w-text);
  outline-offset: 4px;
}

body.w2w-global-shell .w2w-shell-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
}

body.w2w-global-shell [data-w2w-shell] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.w2w-global-shell .site-nav[data-w2w-nav] {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--w2w-space-sm) var(--w2w-page-pad);
  color: var(--w2w-text);
  pointer-events: none;
  transition: transform 350ms var(--w2w-ease-out), opacity 300ms ease;
}

body.w2w-global-shell .site-nav[data-w2w-nav].is-hidden {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}

body.w2w-global-shell .site-nav__pill {
  width: 100%;
  max-width: 1400px;
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 7vw, 112px);
  padding: 7.2px 8px 7.2px 21.6px;
  border: 1px solid color-mix(in srgb, var(--w2w-text) 12%, transparent);
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--w2w-surface) 35%, transparent) 0%,
    color-mix(in srgb, var(--w2w-surface) 12%, transparent) 100%
  );
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--w2w-text) 10%, transparent),
    0 8px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  pointer-events: auto;
}

body.w2w-global-shell .site-nav__identity,
body.w2w-global-shell .site-nav__controls,
body.w2w-global-shell .site-nav__links,
body.w2w-global-shell .site-nav__brand {
  display: flex;
  align-items: center;
}

body.w2w-global-shell .site-nav__identity {
  min-width: 0;
}

body.w2w-global-shell .site-nav__controls {
  gap: clamp(20px, 2.5vw, 36px);
}

body.w2w-global-shell .site-nav__brand {
  min-height: 44px;
  gap: 8px;
  color: var(--w2w-text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: opacity 160ms ease-out;
}

body.w2w-global-shell .site-nav__logo {
  width: auto;
  max-width: none;
  height: 1.15em;
  object-fit: contain;
  transform: translateY(-2px);
}

body.w2w-global-shell .site-nav__descriptor {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-left: 17.6px;
  border-left: 1px solid color-mix(in srgb, var(--w2w-text) 18%, transparent);
  padding-left: 17.6px;
  color: color-mix(in srgb, var(--w2w-text) 58%, transparent);
  font-size: 12.16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

body.w2w-global-shell .site-nav__links {
  gap: clamp(21.6px, 2.4vw, 40px);
}

body.w2w-global-shell .site-nav__links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(245, 245, 240, 0.84);
  font-size: 14.72px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  transition: color 160ms ease-out;
}

body.w2w-global-shell .site-nav__links a::after {
  position: absolute;
  right: 0;
  bottom: 8.8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--w2w-ease-out);
}

body.w2w-global-shell .site-nav__links a:focus-visible::after,
body.w2w-global-shell .site-nav__links a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.w2w-global-shell .site-nav .button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10.4px 21.6px;
  background: var(--w2w-text);
  color: var(--w2w-canvas);
  font-family: var(--w2w-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  transition: opacity 160ms ease-out, transform 140ms ease-out, background-color 160ms ease-out;
}

body.w2w-global-shell .site-nav__cta {
  margin-left: clamp(24px, 3vw, 48px);
  white-space: nowrap;
}

body.w2w-global-shell .site-nav__cta:active {
  transform: translateY(1px) scale(0.98);
}

body.w2w-global-shell .site-nav__mobile-rail,
body.w2w-global-shell .site-nav__mobile-brand,
body.w2w-global-shell .site-nav__mobile-toggle-wrap,
body.w2w-global-shell .site-nav__mobile {
  display: none;
}

body.w2w-global-shell .site-footer[data-w2w-footer] {
  position: relative;
  z-index: 10;
  display: block !important;
  width: 100%;
  margin: 0;
  border-top: 1px solid var(--w2w-border);
  padding: clamp(56px, 6vw, 88px) var(--w2w-page-pad) var(--w2w-space-lg);
  background: var(--w2w-canvas);
  color: var(--w2w-text);
  font-family: var(--w2w-font);
}

body.w2w-global-shell .site-footer__details,
body.w2w-global-shell .site-footer__meta {
  width: min(100%, 1600px);
  margin-inline: auto;
}

body.w2w-global-shell .site-footer__details {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(144px, 0.38fr) minmax(144px, 0.37fr);
  gap: clamp(48px, 8vw, 144px);
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

body.w2w-global-shell .site-footer__locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 80px);
}

body.w2w-global-shell .site-footer address {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  color: var(--w2w-muted);
  font-family: var(--w2w-font);
  font-size: 14.4px;
  font-style: normal;
  line-height: 1.65;
}

body.w2w-global-shell .site-footer address strong,
body.w2w-global-shell .site-footer__label {
  color: var(--w2w-text);
  font-size: 11.52px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

body.w2w-global-shell .site-footer__link-group,
body.w2w-global-shell .site-footer__social,
body.w2w-global-shell .site-footer__nav,
body.w2w-global-shell .site-footer__social-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.w2w-global-shell .site-footer__nav,
body.w2w-global-shell .site-footer__social-list {
  margin-top: var(--w2w-space-sm);
}

body.w2w-global-shell .site-footer__nav a,
body.w2w-global-shell .site-footer__social-list a,
body.w2w-global-shell .site-footer__meta a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--w2w-muted);
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  transition: color 180ms ease-out, transform 180ms var(--w2w-ease-out);
}

body.w2w-global-shell .site-footer__meta {
  display: flex;
  align-items: center;
  gap: var(--w2w-space-lg);
  margin-top: clamp(64px, 8vw, 112px);
  border-top: 1px solid var(--w2w-border);
  padding-top: var(--w2w-space-md);
  color: var(--w2w-muted);
  font-size: 12.8px;
  line-height: 1.5;
}

body.w2w-global-shell .site-footer__meta a:last-child {
  margin-left: auto;
}

body.w2w-global-shell .site-footer__nav a:active,
body.w2w-global-shell .site-footer__social-list a:active,
body.w2w-global-shell .site-footer__meta a:active {
  transform: translateY(1px);
}

body.w2w-global-shell [data-w2w-whatsapp] {
  position: relative;
  z-index: 900;
}

body.w2w-global-shell .floating-whatsapp {
  position: fixed;
  right: clamp(20px, 3vw, 32px);
  bottom: clamp(20px, 3vw, 32px);
  z-index: 900;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9.6px;
  border: 1px solid color-mix(in srgb, var(--w2w-text) 22%, transparent);
  border-radius: 999px;
  padding: 0 21.6px 0 17.6px;
  background: var(--w2w-canvas);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36);
  color: var(--w2w-text);
  font-size: 14.4px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: none;
  transition: transform 350ms var(--w2w-ease-out), opacity 300ms ease, background-color 200ms ease, color 200ms ease;
}

body.w2w-global-shell .floating-whatsapp.is-hidden {
  transform: translateY(140%) scale(0.85);
  opacity: 0;
  pointer-events: none;
}

body.w2w-global-shell .floating-whatsapp__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

@media (max-width: 899px) {
  body.w2w-global-shell .site-nav[data-w2w-nav] {
    padding-inline: var(--w2w-space-md);
  }

  body.w2w-global-shell .site-nav__pill {
    gap: var(--w2w-space-md);
    padding-left: 17.6px;
  }

  body.w2w-global-shell .site-nav__links {
    gap: 20px;
  }

  body.w2w-global-shell .site-nav__cta {
    margin-left: 20px;
    padding-inline: 18.4px;
  }

  body.w2w-global-shell .site-footer__details {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(112px, 0.4fr));
    gap: clamp(32px, 6vw, 64px);
  }

  body.w2w-global-shell .site-footer__locations {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.w2w-global-shell .site-nav[data-w2w-nav] {
    min-height: 0;
    padding: 12px var(--w2w-page-pad);
  }

  body.w2w-global-shell .site-nav__pill {
    display: none;
  }

  body.w2w-global-shell .site-nav__mobile-rail {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 54px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border: 1px solid color-mix(in srgb, var(--w2w-text) 12%, transparent);
    border-radius: 10px;
    padding: 5.6px 5.6px 5.6px 17.6px;
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--w2w-surface) 35%, transparent) 0%,
      color-mix(in srgb, var(--w2w-surface) 12%, transparent) 100%
    );
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--w2w-text) 10%, transparent),
      0 8px 30px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    pointer-events: auto;
  }

  body.w2w-global-shell .site-nav__mobile-brand {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--w2w-text);
  }

  body.w2w-global-shell .site-nav__mobile-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid color-mix(in srgb, var(--w2w-text) 14%, transparent);
    padding-left: 5.6px;
  }

  body.w2w-global-shell .site-nav__toggle {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--w2w-text);
    cursor: pointer;
  }

  body.w2w-global-shell .site-nav__toggle::before {
    position: absolute;
    inset: -8px;
    content: "";
  }

  body.w2w-global-shell .site-nav__mobile {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 100px var(--w2w-space-md) max(var(--w2w-space-lg), env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--w2w-canvas) 98%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    transform: translate3d(0, -12px, 0);
    transition: opacity 260ms var(--w2w-ease-out), transform 300ms var(--w2w-ease-out);
    pointer-events: auto;
  }

  body.w2w-global-shell .site-nav__mobile.is-open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.w2w-global-shell .site-nav__toggle [data-line] {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 220ms var(--w2w-ease-out), opacity 160ms ease-out;
  }

  body.w2w-global-shell .site-nav.is-menu-open .site-nav__toggle [data-line="top"] {
    transform: translateY(6px) rotate(45deg);
  }

  body.w2w-global-shell .site-nav.is-menu-open .site-nav__toggle [data-line="mid"] {
    opacity: 0;
    transform: scaleX(0);
  }

  body.w2w-global-shell .site-nav.is-menu-open .site-nav__toggle [data-line="bot"] {
    transform: translateY(-6px) rotate(-45deg);
  }

  body.w2w-global-shell .site-nav__mobile-links,
  body.w2w-global-shell .site-nav__mobile-footer {
    width: 100%;
    max-width: 480px;
  }

  body.w2w-global-shell .site-nav__mobile-links {
    display: flex;
    flex-direction: column;
  }

  body.w2w-global-shell .site-nav__mobile-link {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--w2w-space-sm);
    border-bottom: 1px solid var(--w2w-border);
    color: var(--w2w-text);
    font-size: 22.4px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-transform: none;
  }

  body.w2w-global-shell .site-nav__mobile-link:last-child {
    border-bottom: 0;
  }

  body.w2w-global-shell .site-nav__mobile-arrow {
    flex: 0 0 auto;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 180ms ease-out, transform 220ms var(--w2w-ease-out);
  }

  body.w2w-global-shell .site-nav__mobile-link:focus-visible .site-nav__mobile-arrow,
  body.w2w-global-shell .site-nav__mobile-link[aria-current="page"] .site-nav__mobile-arrow {
    opacity: 1;
    transform: translateX(0);
  }

  body.w2w-global-shell .site-nav__mobile-footer {
    display: flex;
    flex-direction: column;
    gap: var(--w2w-space-sm);
    border-top: 1px solid var(--w2w-border);
    padding-top: var(--w2w-space-md);
  }

  body.w2w-global-shell .site-nav__mobile-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--w2w-space-sm);
    color: var(--w2w-muted);
    font-size: 12.8px;
  }

  body.w2w-global-shell .site-nav__mobile-cta {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }

  body.w2w-global-shell .site-footer[data-w2w-footer] {
    padding-top: clamp(80px, 19vw, 112px);
  }

  body.w2w-global-shell .site-footer__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(48px, 12vw, 64px) var(--w2w-space-xl);
  }

  body.w2w-global-shell .site-footer__locations {
    grid-column: 1 / -1;
    gap: var(--w2w-space-xl);
  }

  body.w2w-global-shell .site-footer__nav a {
    padding-block: 4px;
    font-size: 16.8px;
  }

  body.w2w-global-shell .site-footer__meta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--w2w-space-md) var(--w2w-space-lg);
  }

  body.w2w-global-shell .site-footer__meta > span {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 12px;
  }

  body.w2w-global-shell .site-footer__meta > a:first-of-type {
    grid-column: 1;
    grid-row: 1;
  }

  body.w2w-global-shell .site-footer__meta > a:last-child {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
  }

  body.w2w-global-shell .floating-whatsapp {
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 0;
  }

  body.w2w-global-shell .floating-whatsapp__label {
    display: none;
  }

  body.w2w-global-shell .floating-whatsapp__icon {
    width: 26px;
    height: 26px;
  }
}

@media (hover: hover) and (pointer: fine) {
  body.w2w-global-shell .site-nav__brand:hover {
    opacity: 0.74;
  }

  body.w2w-global-shell .site-nav__links a:hover {
    color: var(--w2w-text);
  }

  body.w2w-global-shell .site-nav__links a:hover::after,
  body.w2w-global-shell .site-nav__mobile-link:hover .site-nav__mobile-arrow {
    transform: scaleX(1);
    transform-origin: left;
  }

  body.w2w-global-shell .site-nav__mobile-link:hover .site-nav__mobile-arrow {
    opacity: 1;
    transform: translateX(0);
  }

  body.w2w-global-shell .site-footer__nav a:hover,
  body.w2w-global-shell .site-footer__social-list a:hover,
  body.w2w-global-shell .site-footer__meta a:hover {
    color: var(--w2w-text);
  }

  body.w2w-global-shell .floating-whatsapp:hover {
    background: var(--w2w-text);
    color: var(--w2w-canvas);
    transform: translateY(-3px) scale(1.02);
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.w2w-global-shell .site-nav__pill,
  body.w2w-global-shell .site-nav__mobile-rail,
  body.w2w-global-shell .site-nav__mobile {
    background: rgba(23, 22, 21, 0.97);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.w2w-global-shell .site-nav[data-w2w-nav],
  body.w2w-global-shell .site-nav__mobile,
  body.w2w-global-shell .site-nav__mobile-arrow,
  body.w2w-global-shell .site-nav__toggle [data-line],
  body.w2w-global-shell .floating-whatsapp {
    transition: none !important;
  }
}
