.wam-ai-language-switcher {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid rgba(20, 34, 60, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(20, 34, 60, 0.14);
  z-index: 99999;
}

#head-leed {
  display: none !important;
}

.wam-ai-en-active .wam-ai-campaign-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.wam-ai-en-active .wam-ai-campaign-banner .campaign-text {
  display: inline-block;
  line-height: 1.05;
}

.wam-ai-en-active .wam-ai-campaign-banner .other-text {
  display: inline-block;
  line-height: 1;
}

.wam-ai-language-buttons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.wam-ai-language-switcher--bottom-right,
.wam-ai-language-switcher--bottom-left,
.wam-ai-language-switcher--top-right,
.wam-ai-language-switcher--top-left {
  position: fixed;
}

.wam-ai-language-switcher--top-right-static {
  position: absolute;
  top: 34px;
  right: 8px;
}

.wam-ai-language-switcher--bottom-right {
  right: 18px;
  bottom: 18px;
}

.wam-ai-language-switcher--bottom-left {
  left: 18px;
  bottom: 18px;
}

.wam-ai-language-switcher--top-right {
  right: 18px;
  top: 18px;
}

.wam-ai-language-switcher--top-left {
  left: 18px;
  top: 18px;
}

.wam-ai-language-switcher button {
  min-width: 64px;
  min-height: 20px;
  padding: 3px 9px;
  color: #1d3557;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.wam-ai-language-switcher button:hover,
.wam-ai-language-switcher button:focus-visible {
  background: rgba(0, 96, 170, 0.08);
  outline: none;
}

.wam-ai-language-switcher button.is-active {
  color: #ffffff;
  background: #0060aa;
}

.wam-ai-translation-note {
  display: none;
  margin-top: 2px;
  margin-right: 0;
  padding: 2px 6px;
  color: #5f6f83;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 34, 60, 0.12);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  max-height: 18px;
  overflow: hidden;
}

.wam-ai-en-active .wam-ai-translation-note {
  display: inline-flex;
  animation: wamAiNotice 3.2s ease forwards;
}

@keyframes wamAiNotice {
  0% {
    opacity: 0;
    transform: translateY(-3px);
  }
  12% {
    opacity: 1;
    transform: translateY(0);
  }
  72% {
    opacity: 1;
    max-height: 18px;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.wam-ai-en-active input::placeholder,
.wam-ai-en-active textarea::placeholder {
  color: currentColor;
  opacity: 0.72;
}

.wam-ai-en-active .mincomplete,
.wam-ai-en-active [class*="mincomplete"],
.wam-ai-en-active [class*="incomplete"],
.wam-ai-en-active .wam-ai-fixed-form-label {
  max-width: 74px;
  overflow: hidden;
  font-size: 10px !important;
  line-height: 1.1 !important;
  white-space: normal !important;
  word-break: keep-all;
}

.wam-ai-en-active .mincomplete::before,
.wam-ai-en-active [class*="mincomplete"]::before,
.wam-ai-en-active [class*="incomplete"]::before,
.wam-ai-en-active .wam-ai-fixed-form-label::before {
  content: "Form";
}

.wam-ai-en-active .mincomplete,
.wam-ai-en-active [class*="mincomplete"],
.wam-ai-en-active [class*="incomplete"],
.wam-ai-en-active .wam-ai-fixed-form-label {
  color: transparent !important;
}

.wam-ai-en-active .mincomplete::before,
.wam-ai-en-active [class*="mincomplete"]::before,
.wam-ai-en-active [class*="incomplete"]::before,
.wam-ai-en-active .wam-ai-fixed-form-label::before {
  color: #e60022;
}

@media (max-width: 640px) {
  html[lang="en"],
  html[lang="en"] body {
    overflow-x: hidden;
  }

  .wam-ai-en-active nav,
  .wam-ai-en-active header,
  .wam-ai-en-active .gnav,
  .wam-ai-en-active .global-menu,
  .wam-ai-en-active .menu,
  .wam-ai-en-active [class*="menu"] {
    max-width: 100vw;
  }

  .wam-ai-en-active nav a,
  .wam-ai-en-active header a,
  .wam-ai-en-active .gnav a,
  .wam-ai-en-active .global-menu a,
  .wam-ai-en-active .menu a,
  .wam-ai-en-active [class*="menu"] a {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    line-height: 1.12 !important;
    font-size: 9.5px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden !important;
  }

  .wam-ai-en-active nav li,
  .wam-ai-en-active header li,
  .wam-ai-en-active .gnav li,
  .wam-ai-en-active .global-menu li,
  .wam-ai-en-active .menu li,
  .wam-ai-en-active [class*="menu"] li {
    min-width: 0 !important;
    overflow: hidden;
  }

  .wam-ai-en-active nav span,
  .wam-ai-en-active header span,
  .wam-ai-en-active .gnav span,
  .wam-ai-en-active .global-menu span,
  .wam-ai-en-active .menu span,
  .wam-ai-en-active [class*="menu"] span {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word !important;
    display: inline !important;
    max-width: 100% !important;
  }

  .wam-ai-en-active h1,
  .wam-ai-en-active h2,
  .wam-ai-en-active h3,
  .wam-ai-en-active .ttl,
  .wam-ai-en-active [class*="title"],
  .wam-ai-en-active [class*="catch"],
  .wam-ai-en-active [class*="campaign"] {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .wam-ai-en-active [class*="campaign"] {
    line-height: 1.08 !important;
  }

  .wam-ai-en-active [class*="campaign"] br {
    display: none;
  }

  .wam-ai-en-active .wam-ai-campaign-banner {
    gap: 4px 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wam-ai-en-active .wam-ai-campaign-banner .campaign-text {
    max-width: 100%;
    font-size: clamp(34px, 12vw, 54px) !important;
    line-height: 0.98 !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .wam-ai-en-active .wam-ai-campaign-banner .other-text {
    width: 100%;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .wam-ai-en-active [class*="campaign"] img {
    max-width: 100%;
    height: auto;
  }

  .wam-ai-en-active [class*="fixed"],
  .wam-ai-en-active [class*="floating"],
  .wam-ai-en-active [class*="contact"],
  .wam-ai-en-active [class*="cta"] {
    max-width: 100vw;
  }

  .wam-ai-en-active [class*="fixed"] a,
  .wam-ai-en-active [class*="floating"] a,
  .wam-ai-en-active [class*="contact"] a,
  .wam-ai-en-active [class*="cta"] a {
    min-width: 0 !important;
    max-width: 46vw !important;
    min-height: 48px !important;
    height: 56px !important;
    padding: 5px 6px !important;
    font-size: 11px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .wam-ai-en-active .bottomArea-en {
    display: flex !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100vw !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
  }

  .wam-ai-en-active .bottomArea-en .cv-btn {
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
  }

  .wam-ai-en-active .bottomArea-en .cv-btn-fixed {
    flex: 1 1 65% !important;
    width: 65% !important;
    max-width: 65% !important;
  }

  .wam-ai-en-active .bottomArea-en .WhatsAPP-btn {
    flex: 0 0 35% !important;
    width: 35% !important;
    max-width: 35% !important;
  }

  .wam-ai-en-active .bottomArea-en .cv-btn-fixed-link,
  .wam-ai-en-active .bottomArea-en .WhatsAPP-btn > a {
    width: 100% !important;
    max-width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 4px 6px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  .wam-ai-en-active .bottomArea-en .cv-btn-fixed-area {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    gap: 6px !important;
  }

  .wam-ai-en-active .bottomArea-en .cv-btn-fixed-area01 {
    flex: 0 0 42px !important;
    width: 42px !important;
    max-width: 42px !important;
  }

  .wam-ai-en-active .bottomArea-en .cv-btn-fixed-area01 p {
    margin: 0 !important;
    font-size: 8px !important;
    line-height: 1.05 !important;
  }

  .wam-ai-en-active .bottomArea-en .cv-btn-fixed-area02 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-size: 11px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .wam-ai-en-active .bottomArea-en .WhatsAPP-btn > a {
    font-size: 9px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .wam-ai-en-active [class*="fixed"] img,
  .wam-ai-en-active [class*="floating"] img,
  .wam-ai-en-active [class*="contact"] img,
  .wam-ai-en-active [class*="cta"] img {
    max-height: 48px !important;
    width: auto !important;
  }

  .wam-ai-en-active .mincomplete,
  .wam-ai-en-active [class*="mincomplete"],
  .wam-ai-en-active [class*="incomplete"],
  .wam-ai-en-active .wam-ai-fixed-form-label {
    width: 40px !important;
    max-width: 40px !important;
    min-width: 0 !important;
    font-size: 7px !important;
    line-height: 1.05 !important;
  }

  .wam-ai-language-switcher--bottom-right,
  .wam-ai-language-switcher--bottom-left {
    right: 12px;
    left: auto;
    bottom: 12px;
  }

  .wam-ai-language-switcher--top-right,
  .wam-ai-language-switcher--top-left,
  .wam-ai-language-switcher--top-right-static {
    right: 4px;
    left: auto;
    top: 4px;
  }

  .wam-ai-language-switcher button {
    min-width: 38px;
    min-height: 17px;
    padding: 2px 4px;
    font-size: 8px;
  }

  .wam-ai-translation-note {
    max-width: 72px;
    padding: 1px 4px;
    font-size: 7px;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .wam-ai-language-switcher {
    transform: scale(0.86);
    transform-origin: top right;
    max-width: 158px;
  }

  .wam-ai-language-buttons button {
    min-width: 38px;
  }

  .wam-ai-translation-note {
    max-width: 70px;
  }
}

@media (max-width: 420px) {
  .wam-ai-en-active [class*="fixed"],
  .wam-ai-en-active [class*="floating"],
  .wam-ai-en-active [class*="contact"],
  .wam-ai-en-active [class*="cta"] {
    gap: 6px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .wam-ai-en-active [class*="fixed"] a,
  .wam-ai-en-active [class*="floating"] a,
  .wam-ai-en-active [class*="contact"] a,
  .wam-ai-en-active [class*="cta"] a {
    max-width: 44vw !important;
    min-height: 44px !important;
    height: 50px !important;
    padding: 4px 5px !important;
    font-size: 10px !important;
  }
}
