html.fclg-locked,
body.fclg-locked {
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

#fclg-gate,
#fclg-gate * {
  box-sizing: border-box;
}

#fclg-gate [hidden] {
  display: none !important;
}

#fclg-gate.fclg-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  opacity: 1;
  transition: opacity .22s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: left;
  line-height: 1.45;
}

#fclg-gate.fclg-gate--hidden {
  opacity: 0;
  pointer-events: none;
}

#fclg-gate .fclg-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 20, .72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#fclg-gate .fclg-card {
  position: relative;
  width: min(720px, 100%);
  max-height: min(860px, calc(100dvh - 36px));
  overflow: auto;
  overscroll-behavior: contain;
  background: #ffffff;
  border: 1px solid rgba(29, 83, 62, .12);
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .30);
  padding: clamp(24px, 4.2vw, 42px);
  color: #17231f;
  scrollbar-width: thin;
}

#fclg-gate .fclg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 66px;
  margin-bottom: 30px;
}

#fclg-gate .fclg-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

#fclg-gate .fclg-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: min(300px, 52vw) !important;
  max-height: 78px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
  object-position: left center;
}

#fclg-gate .fclg-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#fclg-gate .fclg-lang-wrap {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
}

#fclg-gate .fclg-lang-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 154px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 10px 13px !important;
  border: 1px solid #cbd9d3 !important;
  border-radius: 13px !important;
  background: #f7faf8 !important;
  color: #17231f !important;
  box-shadow: 0 1px 2px rgba(17, 50, 38, .04) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease !important;
}

#fclg-gate .fclg-lang-button:hover {
  border-color: #8fa99e !important;
  background: #ffffff !important;
}

#fclg-gate .fclg-lang-button:focus-visible,
#fclg-gate .fclg-lang-button[aria-expanded="true"] {
  outline: none !important;
  border-color: #1d694f !important;
  box-shadow: 0 0 0 3px rgba(29, 105, 79, .14) !important;
  background: #ffffff !important;
}

#fclg-gate .fclg-globe,
#fclg-gate .fclg-chevron {
  display: block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #315f50;
  pointer-events: none;
}

#fclg-gate .fclg-globe {
  width: 20px;
  height: 20px;
}

#fclg-gate .fclg-chevron {
  width: 17px;
  height: 17px;
  margin-left: auto;
  transition: transform .15s ease;
}

#fclg-gate .fclg-lang-button[aria-expanded="true"] .fclg-chevron {
  transform: rotate(180deg);
}

#fclg-gate .fclg-lang-current {
  display: block;
  min-width: 0;
  max-width: 160px;
  overflow: hidden;
  color: #17231f !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#fclg-gate .fclg-lang-menu {
  position: absolute;
  z-index: 50;
  top: calc(100% + 8px);
  right: 0;
  width: min(260px, 78vw);
  max-height: min(350px, 52dvh);
  overflow: auto;
  overscroll-behavior: contain;
  padding: 6px;
  border: 1px solid #cbd9d3;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
  scrollbar-width: thin;
}

#fclg-gate .fclg-lang-option {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 9px 11px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  color: #24312c !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
}

#fclg-gate .fclg-lang-option:hover,
#fclg-gate .fclg-lang-option:focus-visible {
  outline: none !important;
  background: #f1f7f4 !important;
  color: #174f3b !important;
}

#fclg-gate .fclg-lang-option.is-selected,
#fclg-gate .fclg-lang-option[aria-selected="true"] {
  background: #e9f3ef !important;
  color: #174f3b !important;
  font-weight: 750 !important;
}

#fclg-gate .fclg-lang-option.is-selected::after,
#fclg-gate .fclg-lang-option[aria-selected="true"]::after {
  content: "\2713";
  margin-left: auto;
  padding-left: 14px;
  font-weight: 800;
}

#fclg-gate .fclg-heading-block {
  margin: 0 0 26px;
}

#fclg-gate .fclg-accent {
  display: block;
  width: 52px;
  height: 4px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #f5a400;
}

#fclg-gate .fclg-card h2 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #17231f !important;
  font-size: clamp(28px, 4vw, 38px) !important;
  font-weight: 760 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em;
  text-transform: none !important;
}

#fclg-gate .fclg-intro {
  margin: 0 !important;
  color: #56645f !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.55;
}

#fclg-gate .fclg-check {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 18px;
  margin: 13px 0;
  border: 1px solid #d9e5e0;
  border-radius: 16px;
  background: #f8fbf9;
  color: #17231f;
  cursor: pointer;
  line-height: 1.45;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

#fclg-gate .fclg-check:hover {
  border-color: #b9cec5;
  background: #fbfdfc;
}

#fclg-gate .fclg-check:focus-within {
  border-color: #3b8068;
  box-shadow: 0 0 0 3px rgba(33, 102, 76, .12);
}

#fclg-gate .fclg-check input[type="checkbox"] {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: #21664c;
  cursor: pointer;
}

#fclg-gate .fclg-check-copy {
  display: block;
  min-width: 0;
}

#fclg-gate .fclg-check strong {
  display: block;
  margin: 0;
  color: #17231f;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.45;
}

#fclg-gate .fclg-check a {
  display: inline-block;
  max-width: 100%;
  margin-top: 7px;
  color: #17634b !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

#fclg-gate .fclg-check a:hover {
  color: #0d4d39 !important;
}

#fclg-gate .fclg-primary,
#fclg-gate .fclg-secondary {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  min-height: 54px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 12px 18px !important;
  border-radius: 14px !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
}

#fclg-gate .fclg-primary {
  margin-top: 22px !important;
  border: 1px solid #174f3b !important;
  background: #174f3b !important;
  color: #ffffff !important;
  box-shadow: 0 9px 20px rgba(23, 79, 59, .18);
}

#fclg-gate .fclg-primary:hover:not(:disabled) {
  background: #113f30 !important;
  border-color: #113f30 !important;
}

#fclg-gate .fclg-primary:focus-visible,
#fclg-gate .fclg-secondary:focus-visible {
  outline: 3px solid rgba(29, 105, 79, .22) !important;
  outline-offset: 2px;
}

#fclg-gate .fclg-primary:disabled {
  border-color: #abc0b8 !important;
  background: #abc0b8 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  cursor: not-allowed;
  box-shadow: none;
}

#fclg-gate .fclg-secondary {
  margin-top: 8px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #5a6862 !important;
  box-shadow: none !important;
}

#fclg-gate .fclg-secondary:hover {
  background: #f2f6f4 !important;
  color: #35433e !important;
}

#fclg-gate .fclg-decline-text {
  margin: 8px 0 0;
  padding: 13px 15px;
  border: 1px solid #ead8ad;
  border-radius: 12px;
  background: #fff8e8;
  color: #674d22;
  font-size: 13px;
  line-height: 1.5;
}

#fclg-gate .fclg-security-note {
  margin: 18px 0 0 !important;
  color: #8a958f !important;
  font-size: 11px !important;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

#fclg-gate .fclg-loading {
  min-height: 90px;
  display: flex;
  align-items: center;
  color: #53605b;
  font-size: 14px;
}

.fclg-noscript {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 30px;
  background: #fff;
  color: #222;
  font: 16px/1.5 sans-serif;
  text-align: center;
}

.fclg-translation-notice {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid #d7e3de;
  border-radius: 12px;
  background: #f7faf8;
  font-size: 13px;
  line-height: 1.5;
}

.fclg-translation-notice--warning {
  border-color: #ead8ad;
  background: #fff8e8;
}

.fclg-translation-notice a {
  white-space: normal;
}

#fclg-gate[dir="rtl"] {
  text-align: right;
}

#fclg-gate[dir="rtl"] .fclg-logo {
  object-position: right center;
}

#fclg-gate[dir="rtl"] .fclg-lang-menu {
  right: auto;
  left: 0;
}

#fclg-gate[dir="rtl"] .fclg-chevron {
  margin-left: 0;
  margin-right: auto;
}

#fclg-gate[dir="rtl"] .fclg-lang-option {
  text-align: right !important;
}

#fclg-gate[dir="rtl"] .fclg-lang-option.is-selected::after,
#fclg-gate[dir="rtl"] .fclg-lang-option[aria-selected="true"]::after {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 14px;
}

@media (max-width: 700px) {
  #fclg-gate.fclg-gate {
    align-items: end;
    padding: 0;
  }

  #fclg-gate .fclg-card {
    width: 100%;
    max-height: 96dvh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
    padding: 22px 18px calc(20px + env(safe-area-inset-bottom));
    box-shadow: 0 -12px 50px rgba(0, 0, 0, .28);
  }

  #fclg-gate .fclg-header {
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
  }

  #fclg-gate .fclg-logo {
    max-width: min(205px, 50vw) !important;
    max-height: 62px !important;
  }

  #fclg-gate .fclg-lang-wrap {
    min-width: 0;
  }

  #fclg-gate .fclg-lang-button {
    min-width: 0 !important;
    width: min(165px, 42vw) !important;
    min-height: 44px !important;
    padding: 9px 11px !important;
    gap: 8px !important;
    font-size: 13px !important;
  }

  #fclg-gate .fclg-lang-current {
    max-width: 100px;
  }

  #fclg-gate .fclg-lang-menu {
    width: min(250px, 82vw);
    max-height: min(330px, 48dvh);
  }

  #fclg-gate .fclg-card h2 {
    font-size: clamp(26px, 7.7vw, 34px) !important;
  }

  #fclg-gate .fclg-intro {
    font-size: 15px !important;
  }

  #fclg-gate .fclg-heading-block {
    margin-bottom: 21px;
  }

  #fclg-gate .fclg-accent {
    margin-bottom: 15px;
  }

  #fclg-gate .fclg-check {
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 10px;
    padding: 15px 13px;
    border-radius: 14px;
  }

  #fclg-gate .fclg-check strong {
    font-size: 14px;
  }

  #fclg-gate .fclg-check a {
    font-size: 13px;
  }

  #fclg-gate .fclg-primary,
  #fclg-gate .fclg-secondary {
    min-height: 55px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 420px) {
  #fclg-gate .fclg-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  #fclg-gate .fclg-header {
    gap: 10px;
  }

  #fclg-gate .fclg-logo {
    max-width: min(180px, 48vw) !important;
  }

  #fclg-gate .fclg-lang-button {
    width: min(148px, 42vw) !important;
  }

  #fclg-gate .fclg-globe {
    width: 18px;
    height: 18px;
  }

  #fclg-gate .fclg-lang-current {
    max-width: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #fclg-gate.fclg-gate,
  #fclg-gate .fclg-lang-button,
  #fclg-gate .fclg-check {
    transition: none;
  }
}
