/* KC_MOBILE_GLOBAL_POLISH_V44A */
@media (max-width: 768px) {
  :root {
    --kc-mobile-green: #009f4d;
    --kc-mobile-dark: #064b2b;
    --kc-mobile-soft: #eefaf2;
    --kc-mobile-card: #ffffff;
    --kc-mobile-border: rgba(0, 120, 60, .10);
    --kc-mobile-shadow: 0 10px 26px rgba(0, 70, 35, .08);
    --kc-mobile-radius: 20px;
    --kc-mobile-bottom-space: 96px;
  }

  html {
    width: 100% !important;
    overflow-x: hidden !important;
    background: #eefaf2 !important;
    -webkit-text-size-adjust: 100% !important;
  }

  body {
    width: 100% !important;
    overflow-x: hidden !important;
    background: #eefaf2 !important;
    color: #073f28 !important;
    padding-bottom: calc(var(--kc-mobile-bottom-space) + env(safe-area-inset-bottom, 0px)) !important;
    margin-bottom: 0 !important;
  }

  body::after {
    content: "";
    display: block;
    height: 8px;
  }

  *, *::before, *::after {
    box-sizing: border-box !important;
  }

  img, video, iframe, canvas, svg {
    max-width: 100% !important;
  }

  img {
    object-fit: cover;
  }

  a, button, input, select, textarea {
    -webkit-tap-highlight-color: transparent !important;
  }

  input,
  select,
  textarea {
    width: 100%;
    min-height: 44px;
    border-radius: 14px;
    font-size: 16px !important;
    max-width: 100%;
  }

  button,
  .btn,
  a.btn,
  [role="button"] {
    min-height: 38px;
    touch-action: manipulation;
  }

  table {
    max-width: 100% !important;
  }

  .kc-table-scroll-v44a {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .kc-mobile-offscreen-fixed-v44a {
    max-width: 100vw !important;
    overflow-x: auto !important;
  }

  .kc-v44a-bottom-nav,
  .kc-mobile-bottom-nav,
  .mobile-bottom-nav,
  .bottom-nav,
  .bottom-navigation,
  .kc-bottom-nav,
  nav[aria-label*="Alt"],
  nav[aria-label*="alt"] {
    position: fixed !important;
    left: 8px !important;
    right: 8px !important;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    max-width: calc(100vw - 16px) !important;
    margin: 0 auto !important;
    z-index: 9998 !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 34px rgba(0, 45, 25, .16) !important;
    border: 1px solid rgba(0, 120, 60, .10) !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: blur(10px) !important;
  }

  .kc-v44a-bottom-nav a,
  .kc-v44a-bottom-nav button {
    min-width: 0 !important;
  }

  .kc-mobile-card-polish-v44a {
    border-radius: var(--kc-mobile-radius) !important;
    box-shadow: var(--kc-mobile-shadow) !important;
    border: 1px solid var(--kc-mobile-border) !important;
    background: var(--kc-mobile-card) !important;
    overflow: hidden !important;
  }

  .kc-mobile-img-polish-v44a {
    width: 100% !important;
    aspect-ratio: 1.18 / 1 !important;
    object-fit: cover !important;
    display: block !important;
    background: #e8f5ec !important;
  }

  .kc-mobile-section-polish-v44a {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .kc-mobile-section-polish-v44a > h1,
  .kc-mobile-section-polish-v44a > h2,
  .kc-mobile-section-polish-v44a > h3 {
    letter-spacing: -.02em !important;
    line-height: 1.12 !important;
  }

  .kc-mobile-form-polish-v44a input,
  .kc-mobile-form-polish-v44a select,
  .kc-mobile-form-polish-v44a textarea {
    border: 1px solid rgba(0, 90, 45, .12) !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .kc-mobile-form-polish-v44a label {
    font-weight: 800 !important;
    color: #073f28 !important;
  }

  .kc-mobile-form-polish-v44a button,
  .kc-mobile-form-polish-v44a input[type="submit"] {
    border-radius: 999px !important;
    font-weight: 900 !important;
  }

  .kc-mobile-horizontal-v44a {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x proximity !important;
  }

  .kc-mobile-horizontal-v44a > * {
    scroll-snap-align: start;
  }

  .kc-mobile-clean-empty-v44a {
    min-height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .kc-mobile-hidden-debug-v44a {
    display: none !important;
  }

  .kc-mobile-map-polish-v44a {
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 120, 60, .12) !important;
    box-shadow: var(--kc-mobile-shadow) !important;
  }

  .kc-mobile-sticky-safe-v44a {
    bottom: calc(var(--kc-mobile-bottom-space) + env(safe-area-inset-bottom, 0px)) !important;
  }
}
