/* Source: inline#0 */
@font-face { font-family: Roboto; font-style: normal; font-weight: 400; font-display: swap; src: url("/media/fonts/roboto-400.woff2") format("woff2"), url("/media/fonts/roboto-400.woff") format("woff"); }
@font-face { font-family: Roboto; font-style: normal; font-weight: 700; font-display: swap; src: url("/media/fonts/roboto-700.woff2") format("woff2"), url("/media/fonts/roboto-700.woff") format("woff"); }

/* Source: inline#1 */
@font-face { font-family: GalanoGrotesqueAltBold; src: url("/media/fonts/galano-grotesque-alt-bold.woff2") format("woff2"), url("/media/fonts/galano-grotesque-alt-bold.woff") format("woff"); font-display: swap; }
@font-face { font-family: GalanoGrotesque; src: url("/media/fonts/galano-grotesque-alt-regular.woff2") format("woff2"), url("/media/fonts/galano-grotesque-alt-regular.woff") format("woff"); font-display: swap; }

/* Source: https://sell.realtor.com/assets/island-rcs-consumer/prod/a1d3e7b0/_next/static/css/e938816902c4b66e.css */
@layer reset, base, tokens, recipes, utilities;
@layer reset {
  :host, html { --font-fallback: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; line-height: 1.5; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; tab-size: 4; font-family: var(--global-font-body,var(--font-fallback)); -webkit-tap-highlight-color: transparent; }
  *, ::backdrop, ::file-selector-button, ::after, ::before { margin: 0px; padding: 0px; border-width: 0px; border-style: solid; border-color: var(--global-color-border,currentcolor); box-sizing: border-box; }
  hr { color: inherit; height: 0px; border-top-width: 1px; }
  body { line-height: inherit; height: 100%; }
  img { border-style: none; }
  audio, canvas, embed, iframe, img, object, svg, video { display: block; vertical-align: middle; }
  img, video { max-width: 100%; height: auto; }
  h1, h2, h3, h4, h5, h6 { text-wrap: balance; font-size: inherit; font-weight: inherit; }
  h1, h2, h3, h4, h5, h6, p { overflow-wrap: break-word; }
  menu, ol, ul { list-style: none; }
  ::file-selector-button, button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button, button, input, optgroup, select, textarea { font: inherit; background: var(--colors-transparent); letter-spacing: inherit; color: inherit; }
  ::placeholder { --placeholder-fallback: rgba(0,0,0,.5); opacity: 1; color: var(--global-color-placeholder,var(--placeholder-fallback)); }
  @supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px) {
  ::placeholder { --placeholder-fallback: color-mix(in oklab,currentcolor 50%,transparent); }
}
  ::selection { background-color: var(--global-color-selection,rgba(0,115,255,.3)); }
  textarea { resize: vertical; }
  table { border-color: inherit; text-indent: 0px; border-collapse: collapse; }
  summary { display: list-item; }
  small { font-size: 80%; }
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  dialog { padding: 0px; }
  a { text-decoration: inherit; color: inherit; }
  abbr:where([title]) { text-decoration: underline dotted; }
  b, strong { font-weight: bolder; }
  code, kbd, pre, samp { --font-mono-fallback: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New"; font-family: var(--global-font-mono,var(--font-mono-fallback)); font-size: 1em; font-feature-settings: normal; font-variation-settings: normal; }
  progress { vertical-align: baseline; }
  ::-webkit-search-cancel-button, ::-webkit-search-decoration { appearance: none; }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer base {
  :root { --made-with-panda: "🐼"; --global-font-body: Roboto,sans-serif; }
  body, html { font-family: var(--global-font-body); -webkit-font-smoothing: auto; color: rgb(43, 43, 43); }
  header { display: block !important; position: relative !important; }
  *, ::backdrop, ::after, ::before { --blur: ; --brightness: ; --contrast: ; --grayscale: ; --hue-rotate: ; --invert: ; --saturate: ; --sepia: ; --drop-shadow: ; --backdrop-blur: ; --backdrop-brightness: ; --backdrop-contrast: ; --backdrop-grayscale: ; --backdrop-hue-rotate: ; --backdrop-invert: ; --backdrop-opacity: ; --backdrop-saturate: ; --backdrop-sepia: ; --gradient-from-position: ; --gradient-to-position: ; --gradient-via-position: ; --scroll-snap-strictness: proximity; --border-spacing-x: 0; --border-spacing-y: 0; --translate-x: 0; --translate-y: 0; --rotate: 0; --rotate-x: 0; --rotate-y: 0; --skew-x: 0; --skew-y: 0; --scale-x: 1; --scale-y: 1; }
}
@layer tokens {
  :where(:root, :host) { --aspect-ratios-square: 1/1; --aspect-ratios-landscape: 4/3; --aspect-ratios-portrait: 3/4; --aspect-ratios-wide: 16/9; --aspect-ratios-ultrawide: 18/5; --aspect-ratios-golden: 1.618/1; --borders-none: none; --easings-default: cubic-bezier(0.4,0,0.2,1); --easings-linear: linear; --easings-in: cubic-bezier(0.4,0,1,1); --easings-out: cubic-bezier(0,0,0.2,1); --easings-in-out: cubic-bezier(0.4,0,0.2,1); --durations-fastest: 50ms; --durations-faster: 100ms; --durations-fast: 150ms; --durations-normal: 200ms; --durations-slow: 300ms; --durations-slower: 400ms; --durations-slowest: 500ms; --radii-xs: 0.125rem; --radii-sm: 0.25rem; --radii-md: 0.375rem; --radii-lg: 0.5rem; --radii-xl: 0.75rem; --radii-2xl: 1rem; --radii-3xl: 1.5rem; --radii-4xl: 2rem; --radii-full: 9999px; --font-weights-thin: 100; --font-weights-extralight: 200; --font-weights-light: 300; --font-weights-normal: 400; --font-weights-medium: 500; --font-weights-semibold: 600; --font-weights-bold: 700; --font-weights-extrabold: 800; --font-weights-black: 900; --line-heights-none: 1; --line-heights-tight: 1.25; --line-heights-snug: 1.375; --line-heights-normal: 1.5; --line-heights-relaxed: 1.625; --line-heights-loose: 2; --letter-spacings-tighter: -0.05em; --letter-spacings-tight: -0.025em; --letter-spacings-normal: 0em; --letter-spacings-wide: 0.025em; --letter-spacings-wider: 0.05em; --letter-spacings-widest: 0.1em; --font-sizes-2xs: 0.5rem; --font-sizes-xs: 0.75rem; --font-sizes-sm: 0.875rem; --font-sizes-md: 1rem; --font-sizes-lg: 1.125rem; --font-sizes-xl: 1.25rem; --font-sizes-2xl: 1.5rem; --font-sizes-3xl: 1.875rem; --font-sizes-4xl: 2.25rem; --font-sizes-5xl: 3rem; --font-sizes-6xl: 3.75rem; --font-sizes-7xl: 4.5rem; --font-sizes-8xl: 6rem; --font-sizes-9xl: 8rem; --shadows-2xs: 0 1px rgba(0,0,0,.05); --shadows-xs: 0 1px 2px 0 rgba(0,0,0,.05); --shadows-sm: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1); --shadows-md: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1); --shadows-lg: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1); --shadows-xl: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1); --shadows-2xl: 0 25px 50px -12px rgba(0,0,0,.25); --shadows-inset-2xs: inset 0 1px rgba(0,0,0,.05); --shadows-inset-xs: inset 0 1px 1px rgba(0,0,0,.05); --shadows-inset-sm: inset 0 2px 4px rgba(0,0,0,.05); --colors-current: currentColor; --colors-black: #000; --colors-white: #fff; --colors-transparent: transparent; --colors-rose-50: #fff1f2; --colors-rose-100: #ffe4e6; --colors-rose-200: #fecdd3; --colors-rose-300: #fda4af; --colors-rose-400: #fb7185; --colors-rose-500: #f43f5e; --colors-rose-600: #e11d48; --colors-rose-700: #be123c; --colors-rose-800: #9f1239; --colors-rose-900: #881337; --colors-rose-950: #4c0519; --colors-pink-50: #fdf2f8; --colors-pink-100: #fce7f3; --colors-pink-200: #fbcfe8; --colors-pink-300: #f9a8d4; --colors-pink-400: #f472b6; --colors-pink-500: #ec4899; --colors-pink-600: #db2777; --colors-pink-700: #be185d; --colors-pink-800: #9d174d; --colors-pink-900: #831843; --colors-pink-950: #500724; --colors-fuchsia-50: #fdf4ff; --colors-fuchsia-100: #fae8ff; --colors-fuchsia-200: #f5d0fe; --colors-fuchsia-300: #f0abfc; --colors-fuchsia-400: #e879f9; --colors-fuchsia-500: #d946ef; --colors-fuchsia-600: #c026d3; --colors-fuchsia-700: #a21caf; --colors-fuchsia-800: #86198f; --colors-fuchsia-900: #701a75; --colors-fuchsia-950: #4a044e; --colors-purple-50: #faf5ff; --colors-purple-100: #f3e8ff; --colors-purple-200: #e9d5ff; --colors-purple-300: #d8b4fe; --colors-purple-400: #c084fc; --colors-purple-500: #a855f7; --colors-purple-600: #9333ea; --colors-purple-700: #7e22ce; --colors-purple-800: #6b21a8; --colors-purple-900: #581c87; --colors-purple-950: #3b0764; --colors-violet-50: #f5f3ff; --colors-violet-100: #ede9fe; --colors-violet-200: #ddd6fe; --colors-violet-300: #c4b5fd; --colors-violet-400: #a78bfa; --colors-violet-500: #8b5cf6; --colors-violet-600: #7c3aed; --colors-violet-700: #6d28d9; --colors-violet-800: #5b21b6; --colors-violet-900: #4c1d95; --colors-violet-950: #2e1065; --colors-indigo-50: #eef2ff; --colors-indigo-100: #e0e7ff; --colors-indigo-200: #c7d2fe; --colors-indigo-300: #a5b4fc; --colors-indigo-400: #818cf8; --colors-indigo-500: #6366f1; --colors-indigo-600: #4f46e5; --colors-indigo-700: #4338ca; --colors-indigo-800: #3730a3; --colors-indigo-900: #312e81; --colors-indigo-950: #1e1b4b; --colors-blue-50: #eff6ff; --colors-blue-100: #dbeafe; --colors-blue-200: #bfdbfe; --colors-blue-300: #93c5fd; --colors-blue-400: #60a5fa; --colors-blue-500: #3b82f6; --colors-blue-600: #2563eb; --colors-blue-700: #1d4ed8; --colors-blue-800: #1e40af; --colors-blue-900: #1e3a8a; --colors-blue-950: #172554; --colors-sky-50: #f0f9ff; --colors-sky-100: #e0f2fe; --colors-sky-200: #bae6fd; --colors-sky-300: #7dd3fc; --colors-sky-400: #38bdf8; --colors-sky-500: #0ea5e9; --colors-sky-600: #0284c7; --colors-sky-700: #0369a1; --colors-sky-800: #075985; --colors-sky-900: #0c4a6e; --colors-sky-950: #082f49; --colors-cyan-50: #ecfeff; --colors-cyan-100: #cffafe; --colors-cyan-200: #a5f3fc; --colors-cyan-300: #67e8f9; --colors-cyan-400: #22d3ee; --colors-cyan-500: #06b6d4; --colors-cyan-600: #0891b2; --colors-cyan-700: #0e7490; --colors-cyan-800: #155e75; --colors-cyan-900: #164e63; --colors-cyan-950: #083344; --colors-teal-50: #f0fdfa; --colors-teal-100: #ccfbf1; --colors-teal-200: #99f6e4; --colors-teal-300: #5eead4; --colors-teal-400: #2dd4bf; --colors-teal-500: #14b8a6; --colors-teal-600: #0d9488; --colors-teal-700: #0f766e; --colors-teal-800: #115e59; --colors-teal-900: #134e4a; --colors-teal-950: #042f2e; --colors-emerald-50: #ecfdf5; --colors-emerald-100: #d1fae5; --colors-emerald-200: #a7f3d0; --colors-emerald-300: #6ee7b7; --colors-emerald-400: #34d399; --colors-emerald-500: #10b981; --colors-emerald-600: #059669; --colors-emerald-700: #047857; --colors-emerald-800: #065f46; --colors-emerald-900: #064e3b; --colors-emerald-950: #022c22; --colors-green-50: #f0fdf4; --colors-green-100: #dcfce7; --colors-green-200: #bbf7d0; --colors-green-300: #86efac; --colors-green-400: #4ade80; --colors-green-500: #22c55e; --colors-green-600: #16a34a; --colors-green-700: #15803d; --colors-green-800: #166534; --colors-green-900: #14532d; --colors-green-950: #052e16; --colors-lime-50: #f7fee7; --colors-lime-100: #ecfccb; --colors-lime-200: #d9f99d; --colors-lime-300: #bef264; --colors-lime-400: #a3e635; --colors-lime-500: #84cc16; --colors-lime-600: #65a30d; --colors-lime-700: #4d7c0f; --colors-lime-800: #3f6212; --colors-lime-900: #365314; --colors-lime-950: #1a2e05; --colors-yellow-50: #fefce8; --colors-yellow-100: #fef9c3; --colors-yellow-200: #fef08a; --colors-yellow-300: #fde047; --colors-yellow-400: #facc15; --colors-yellow-500: #eab308; --colors-yellow-600: #ca8a04; --colors-yellow-700: #a16207; --colors-yellow-800: #854d0e; --colors-yellow-900: #713f12; --colors-yellow-950: #422006; --colors-amber-50: #fffbeb; --colors-amber-100: #fef3c7; --colors-amber-200: #fde68a; --colors-amber-300: #fcd34d; --colors-amber-400: #fbbf24; --colors-amber-500: #f59e0b; --colors-amber-600: #d97706; --colors-amber-700: #b45309; --colors-amber-800: #92400e; --colors-amber-900: #78350f; --colors-amber-950: #451a03; --colors-orange-50: #fff7ed; --colors-orange-100: #ffedd5; --colors-orange-200: #fed7aa; --colors-orange-300: #fdba74; --colors-orange-400: #fb923c; --colors-orange-500: #f97316; --colors-orange-600: #ea580c; --colors-orange-700: #c2410c; --colors-orange-800: #9a3412; --colors-orange-900: #7c2d12; --colors-orange-950: #431407; --colors-red-50: #fef2f2; --colors-red-100: #fee2e2; --colors-red-200: #fecaca; --colors-red-300: #fca5a5; --colors-red-400: #f87171; --colors-red-500: #ef4444; --colors-red-600: #dc2626; --colors-red-700: #b91c1c; --colors-red-800: #991b1b; --colors-red-900: #7f1d1d; --colors-red-950: #450a0a; --colors-neutral-50: #fafafa; --colors-neutral-100: #f5f5f5; --colors-neutral-200: #e5e5e5; --colors-neutral-300: #d4d4d4; --colors-neutral-400: #a3a3a3; --colors-neutral-500: #737373; --colors-neutral-600: #525252; --colors-neutral-700: #404040; --colors-neutral-800: #262626; --colors-neutral-900: #171717; --colors-neutral-950: #0a0a0a; --colors-stone-50: #fafaf9; --colors-stone-100: #f5f5f4; --colors-stone-200: #e7e5e4; --colors-stone-300: #d6d3d1; --colors-stone-400: #a8a29e; --colors-stone-500: #78716c; --colors-stone-600: #57534e; --colors-stone-700: #44403c; --colors-stone-800: #292524; --colors-stone-900: #1c1917; --colors-stone-950: #0c0a09; --colors-zinc-50: #fafafa; --colors-zinc-100: #f4f4f5; --colors-zinc-200: #e4e4e7; --colors-zinc-300: #d4d4d8; --colors-zinc-400: #a1a1aa; --colors-zinc-500: #71717a; --colors-zinc-600: #52525b; --colors-zinc-700: #3f3f46; --colors-zinc-800: #27272a; --colors-zinc-900: #18181b; --colors-zinc-950: #09090b; --colors-gray-50: #f9fafb; --colors-gray-100: #f3f4f6; --colors-gray-200: #e5e7eb; --colors-gray-300: #d1d5db; --colors-gray-400: #9ca3af; --colors-gray-500: #6b7280; --colors-gray-600: #4b5563; --colors-gray-700: #374151; --colors-gray-800: #1f2937; --colors-gray-900: #111827; --colors-gray-950: #030712; --colors-slate-50: #f8fafc; --colors-slate-100: #f1f5f9; --colors-slate-200: #e2e8f0; --colors-slate-300: #cbd5e1; --colors-slate-400: #94a3b8; --colors-slate-500: #64748b; --colors-slate-600: #475569; --colors-slate-700: #334155; --colors-slate-800: #1e293b; --colors-slate-900: #0f172a; --colors-slate-950: #020617; --blurs-xs: 4px; --blurs-sm: 8px; --blurs-md: 12px; --blurs-lg: 16px; --blurs-xl: 24px; --blurs-2xl: 40px; --blurs-3xl: 64px; --spacing-0: 0rem; --spacing-1: 0.25rem; --spacing-2: 0.5rem; --spacing-3: 0.75rem; --spacing-4: 1rem; --spacing-5: 1.25rem; --spacing-6: 1.5rem; --spacing-7: 1.75rem; --spacing-8: 2rem; --spacing-9: 2.25rem; --spacing-10: 2.5rem; --spacing-11: 2.75rem; --spacing-12: 3rem; --spacing-14: 3.5rem; --spacing-16: 4rem; --spacing-20: 5rem; --spacing-24: 6rem; --spacing-28: 7rem; --spacing-32: 8rem; --spacing-36: 9rem; --spacing-40: 10rem; --spacing-44: 11rem; --spacing-48: 12rem; --spacing-52: 13rem; --spacing-56: 14rem; --spacing-60: 15rem; --spacing-64: 16rem; --spacing-72: 18rem; --spacing-80: 20rem; --spacing-96: 24rem; --spacing-0\.5: 0.125rem; --spacing-1\.5: 0.375rem; --spacing-2\.5: 0.625rem; --spacing-3\.5: 0.875rem; --spacing-4\.5: 1.125rem; --spacing-5\.5: 1.375rem; --sizes-0: 0rem; --sizes-1: 0.25rem; --sizes-2: 0.5rem; --sizes-3: 0.75rem; --sizes-4: 1rem; --sizes-5: 1.25rem; --sizes-6: 1.5rem; --sizes-7: 1.75rem; --sizes-8: 2rem; --sizes-9: 2.25rem; --sizes-10: 2.5rem; --sizes-11: 2.75rem; --sizes-12: 3rem; --sizes-14: 3.5rem; --sizes-16: 4rem; --sizes-20: 5rem; --sizes-24: 6rem; --sizes-28: 7rem; --sizes-32: 8rem; --sizes-36: 9rem; --sizes-40: 10rem; --sizes-44: 11rem; --sizes-48: 12rem; --sizes-52: 13rem; --sizes-56: 14rem; --sizes-60: 15rem; --sizes-64: 16rem; --sizes-72: 18rem; --sizes-80: 20rem; --sizes-96: 24rem; --sizes-0\.5: 0.125rem; --sizes-1\.5: 0.375rem; --sizes-2\.5: 0.625rem; --sizes-3\.5: 0.875rem; --sizes-4\.5: 1.125rem; --sizes-5\.5: 1.375rem; --sizes-xs: 20rem; --sizes-sm: 24rem; --sizes-md: 28rem; --sizes-lg: 32rem; --sizes-xl: 36rem; --sizes-2xl: 42rem; --sizes-3xl: 48rem; --sizes-4xl: 56rem; --sizes-5xl: 64rem; --sizes-6xl: 72rem; --sizes-7xl: 80rem; --sizes-8xl: 90rem; --sizes-prose: 65ch; --sizes-full: 100%; --sizes-min: min-content; --sizes-max: max-content; --sizes-fit: fit-content; --sizes-breakpoint-xs: 480px; --sizes-breakpoint-sm: 640px; --sizes-breakpoint-md: 768px; --sizes-breakpoint-lg: 992px; --sizes-breakpoint-xl: 1200px; --sizes-breakpoint-2xl: 1536px; --animations-spin: spin 1s linear infinite; --animations-ping: ping 1s cubic-bezier(0,0,0.2,1) infinite; --animations-pulse: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; --animations-bounce: bounce 1s infinite; --fonts-serif: ui-serif,Georgia,Cambria,"Times New Roman",Times,serif; --fonts-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --fonts-sans: Roboto,sans-serif; --fonts-proxima-nova: ProximaNova,"Helvetica Neue",Helvetica,Arial,sans-serif; --fonts-proxima-regular: ProximaNova,"Helvetica Neue",Helvetica,Arial,sans-serif; --fonts-proxima-bold: ProximaNova,"Helvetica Neue",Helvetica,Arial,sans-serif; --fonts-proxima-extrabold: ProximaNova,"Helvetica Neue",Helvetica,Arial,sans-serif; --fonts-galano-regular: GalanoGrotesque,"Helvetica Neue",Helvetica,Arial,sans-serif; --fonts-galano-bold: GalanoGrotesqueAltBold,"Helvetica Neue",Helvetica,Arial,sans-serif; --breakpoints-xs: 480px; --breakpoints-sm: 640px; --breakpoints-md: 768px; --breakpoints-lg: 992px; --breakpoints-xl: 1200px; --breakpoints-2xl: 1536px; --colors-background-light-gray: #f2f2f2; --colors-background-lighter-gray: #f0f0f0; --colors-background-lightest-gray: #f7f7f7; --colors-background-create-draft-request: #f6f6f6; --colors-border-light: #e5e5e5; --colors-footer-bg: #141f2a; --colors-overlay-color: rgba(0,0,0,.5); --colors-primary: #d92228; --colors-primary-hover: #a92e2a; --colors-secondary: #d41f24; --colors-light-primary: #f7d3d4; --colors-suggestion-hover: #d0d0d0; --colors-text-body: #2b2b2b; --colors-text-dark: #333; --colors-text-secondary: #3f4650; --colors-text-secondary-light: #757575; --colors-background-tag-positive: #e7f5e9; --colors-background-tag-negative: #fbe9ea; --colors-color-tag-positive: #0a801f; --colors-color-tag-negative: #b81d22; --colors-balanced-market-trends: #beb8b0; --colors-buyer-market-trends: #5184e1; --colors-seller-market-trends: #e04a4f; --colors-text-primary: #1a1816; --colors-secondary-box-shadow: 0px 1px 5px rgba(0,0,0,.11); }
  @keyframes spin { 
  100% { transform: rotate(1turn); }
}
  @keyframes ping { 
  75%, 100% { transform: scale(2); opacity: 0; }
}
  @keyframes pulse { 
  50% { opacity: 0.5; }
}
  @keyframes bounce { 
  0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% { transform: none; animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}
  @keyframes shimmer { 
  0% { transform: translateX(-468px); }
  100% { transform: translateX(468px); }
}
  @keyframes highlightedProposalGrowDown {
  0% { height: 0%; }
  100% { height: 100%; }
}
}
@layer utilities {
  .--thickness_1px { --thickness: 1px; }
  .m_0_auto { margin: 0px auto; }
  .bd_none { border: var(--borders-none); }
  .m_auto { margin: auto; }
  .p_0px_25px { padding: 0px 25px; }
  .m_0 { margin: var(--spacing-0); }
  .p_10px_40px_16px_0 { padding: 10px 40px 16px 0px; }
  .p_16px_40px_16px_0 { padding: 16px 40px 16px 0px; }
  .p_0_24px_10px_0 { padding: 0px 24px 10px 0px; }
  .bd_2px_solid_\#ffffff { border: 2px solid rgb(255, 255, 255); }
  .bg_white { background: var(--colors-white); }
  .bg_transparent { background: var(--colors-transparent); }
  .p_8px_16px_0px { padding: 8px 16px 0px; }
  .bg_linear-gradient\(270deg\,_rgba\(255\,_255\,_255\,_0\)_0\%\,_\#ffffff_100\%\) { background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgb(255, 255, 255)); }
  .bg_linear-gradient\(90deg\,_rgba\(255\,_255\,_255\,_0\)_0\%\,_\#ffffff_100\%\) { background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255)); }
  .p_5px { padding: 5px; }
  .p_0px_6px { padding: 0px 6px; }
  .bg_primary { background: var(--colors-primary); }
  .bd_1\.5px_solid_rgba\(212\,_31\,_36\,_0\.3\) { border: 1.5px solid rgba(212, 31, 36, 0.3); }
  .bd_1px_solid_rgba\(75\,_92\,_117\,_0\.16\) { border: 1px solid rgba(75, 92, 117, 0.16); }
  .p_0_14px { padding: 0px 14px; }
  .bd_2px_solid_\#c0cede { border: 2px solid rgb(192, 206, 222); }
  .bd_0 { border: 0px; }
  .m_16px_0 { margin: 16px 0px; }
  .bg_gray\.400 { background: var(--colors-gray-400); }
  .bd_1px_solid_rgba\(63\,_70\,_80\,_0\.16\) { border: 1px solid rgba(63, 70, 80, 0.16); }
  .bd_2px_solid_\#eb5757 { border: 2px solid rgb(235, 87, 87); }
  .bg_\#eb5757 { background: rgb(235, 87, 87); }
  .p_8px_12px { padding: 8px 12px; }
  .bg_rgba\(0\,_0\,_0\,_0\.7\) { background: rgba(0, 0, 0, 0.7); }
  .p_48px_0 { padding: 48px 0px; }
  .m_auto_15px { margin: auto 15px; }
  .bd_1px_solid_rgba\(0\,_0\,_0\,_0\.2\) { border: 1px solid rgba(0, 0, 0, 0.2); }
  .p_15px { padding: 15px; }
  .p_0 { padding: var(--spacing-0); }
  .p_32px_24px { padding: 32px 24px; }
  .bg_\#fff { background: rgb(255, 255, 255); }
  .p_48px { padding: 48px; }
  .p_20px { padding: 20px; }
  .p_4px_8px { padding: 4px 8px; }
  .p_0_4px_0px_8px { padding: 0px 4px 0px 8px; }
  .bg_\#f7faff { background: rgb(247, 250, 255); }
  .bd_1px_solid_rgba\(56\,_137\,_235\,_0\.16\) { border: 1px solid rgba(56, 137, 235, 0.16); }
  .bg_\#4b5c75 { background: rgb(75, 92, 117); }
  .bg_rgba\(75\,_92\,_117\,_0\.16\) { background: rgba(75, 92, 117, 0.16); }
  .p_4px_0 { padding: 4px 0px; }
  .p_8px_14px { padding: 8px 14px; }
  .p_2px { padding: 2px; }
  .p_9px { padding: 9px; }
  .bg_\#111 { background: rgb(17, 17, 17); }
  .p_10px_12px { padding: 10px 12px; }
  .bd_1px_solid_\#ddd { border: 1px solid rgb(221, 221, 221); }
  .anim_fadeIn_100ms_ease { animation: 0.1s ease 0s 1 normal none running fadeIn; }
  .p_8px_16px { padding: 8px 16px; }
  .bg_\#d92228 { background: rgb(217, 34, 40); }
  .p_12px_16px { padding: 12px 16px; }
  .bg_backgroundTagPositive { background: var(--colors-background-tag-positive); }
  .bg_backgroundTagNegative { background: var(--colors-background-tag-negative); }
  .p_24px { padding: 24px; }
  .bg_rgba\(226\,_233\,_240\,_0\.8\) { background: rgba(226, 233, 240, 0.8); }
  .inset_0 { inset: var(--spacing-0); }
  .bg_rgba\(0\,0\,0\,0\.8\) { background: rgba(0, 0, 0, 0.8); }
  .p_16px { padding: 16px; }
  .bg_\#FFF { background: rgb(255, 255, 255); }
  .bg_footerBg { background: var(--colors-footer-bg); }
  .m_16px_0_24px_0 { margin: 16px 0px 24px; }
  .m_16px_-12px_-8px_0 { margin: 16px -12px -8px 0px; }
  .p_0_0_1px_1px { padding: 0px 0px 1px 1px; }
  .p_48px_20px { padding: 48px 20px; }
  .m_0_0_24px_0 { margin: 0px 0px 24px; }
  .p_48px_32px { padding: 48px 32px; }
  .p_24px_32px_48px { padding: 24px 32px 48px; }
  .bd_1px_solid_\#d1d1d1 { border: 1px solid rgb(209, 209, 209); }
  .m_28px_0 { margin: 28px 0px; }
  .bd_1px_solid_\#dadce0 { border: 1px solid rgb(218, 220, 224); }
  .bd_1px_solid { border: 1px solid; }
  .bg_backgroundLightGray { background: var(--colors-background-light-gray); }
  .m_20px_0_16px { margin: 20px 0px 16px; }
  .p_0_24px { padding: 0px 24px; }
  .bg_secondary { background: var(--colors-secondary); }
  .bd_2px_solid { border: 2px solid; }
  .bd_4px_solid_white { border: 4px solid rgb(255, 255, 255); }
  .bd_1px_solid_rgba\(44\,_73\,_118\,_0\.08\) { border: 1px solid rgba(44, 73, 118, 0.08); }
  .bg_rgba\(44\,_73\,_118\,_0\.24\) { background: rgba(44, 73, 118, 0.24); }
  .m_0_12px { margin: 0px 12px; }
  .bd_1px_solid_\#dfdfdf { border: 1px solid rgb(223, 223, 223); }
  .m_20px_0 { margin: 20px 0px; }
  .bg_linear-gradient\(180deg\,_rgba\(33\,_49\,_72\,_0\)_47\.5\%\,_rgba\(33\,_49\,_72\,_0\.8\)_70\%\,_\#213148_100\%\) { background: linear-gradient(rgba(33, 49, 72, 0) 47.5%, rgba(33, 49, 72, 0.8) 70%, rgb(33, 49, 72)); }
  .p_0_20px { padding: 0px 20px; }
  .p_4px_12px { padding: 4px 12px; }
  .bd_1px_solid_\#e0e0e0 { border: 1px solid rgb(224, 224, 224); }
  .m_0_0_8px { margin: 0px 0px 8px; }
  .bd_1px_solid_\#e8e8e8 { border: 1px solid rgb(232, 232, 232); }
  .p_16px_20px_20px { padding: 16px 20px 20px; }
  .p_2px_12px_0 { padding: 2px 12px 0px; }
  .bg_linear-gradient\(348\.08deg\,_\#0a801f_4\.7\%\,_\#1da342_100\%\) { background: linear-gradient(348.08deg, rgb(10, 128, 31) 4.7%, rgb(29, 163, 66)); }
  .bg_\#e9effb { background: rgb(233, 239, 251); }
  .p_1px_16px { padding: 1px 16px; }
  .bg_\#DBDBDB { background: rgb(219, 219, 219); }
  .bd_2\.4px_solid_\#ffffff { border: 2.4px solid rgb(255, 255, 255); }
  .p_0_32px { padding: 0px 32px; }
  .bd_1px_solid_rgba\(56\,_137\,_235\,_0\.5\) { border: 1px solid rgba(56, 137, 235, 0.5); }
  .bg_\#3889eb { background: rgb(56, 137, 235); }
  .bd_1px_solid_\#5cbe85 { border: 1px solid rgb(92, 190, 133); }
  .p_0_16px { padding: 0px 16px; }
  .bg_\#3f84e2 { background: rgb(63, 132, 226); }
  .bg_\#5cbe85 { background: rgb(92, 190, 133); }
  .m_20px_0_20px_0 { margin: 20px 0px; }
  .p_8px_16px_16px_16px { padding: 8px 16px 16px; }
  .bd_solid_1px_\#dfdfdf { border: 1px solid rgb(223, 223, 223); }
  .m_0_0_16px_0 { margin: 0px 0px 16px; }
  .p_32px { padding: 32px; }
  .p_28px_24px_24px { padding: 28px 24px 24px; }
  .p_0_2px { padding: 0px 2px; }
  .bg_backgroundLightestGray { background: var(--colors-background-lightest-gray); }
  .p_0_15px { padding: 0px 15px; }
  .p_8px { padding: 8px; }
  .bg_\#4A95F2 { background: rgb(74, 149, 242); }
  .bd_2px_solid_\#fff { border: 2px solid rgb(255, 255, 255); }
  .p_0_10px { padding: 0px 10px; }
  .p_3px_8px { padding: 3px 8px; }
  .p_40px_20px { padding: 40px 20px; }
  .p_12px_24px { padding: 12px 24px; }
  .bd_1px_solid_\#f0f0f0 { border: 1px solid rgb(240, 240, 240); }
  .p_15px_20px { padding: 15px 20px; }
  .p_15px_16px { padding: 15px 16px; }
  .bg_\#e6eefb { background: rgb(230, 238, 251); }
  .bg_\#d41f24 { background: rgb(212, 31, 36); }
  .bd_1px_solid_\#d3cfca { border: 1px solid rgb(211, 207, 202); }
  .bg_\#fbe8ed { background: rgb(251, 232, 237); }
  .bg_\#f7f7f7 { background: rgb(247, 247, 247); }
  .p_16px_0 { padding: 16px 0px; }
  .m_0_auto_24px_auto { margin: 0px auto 24px; }
  .m_0_12px_0_0 { margin: 0px 12px 0px 0px; }
  .bg_backgroundCreateDraftRequest { background: var(--colors-background-create-draft-request); }
  .bg_linear-gradient\(180deg\,_rgba\(26\,24\,22\,0\.08\)_0\%\,_rgba\(26\,24\,22\,0\.02\)_100\%\) { background: linear-gradient(rgba(26, 24, 22, 0.08), rgba(26, 24, 22, 0.02)); }
  .m_40px_auto { margin: 40px auto; }
  .p_28px { padding: 28px; }
  .p_18px_16px { padding: 18px 16px; }
  .p_32px_16px { padding: 32px 16px; }
  .p_40px_16px { padding: 40px 16px; }
  .bg_\#f2f0ef { background: rgb(242, 240, 239); }
  .bg_no-repeat { background: no-repeat; }
  .bg_\#ffffff { background: rgb(255, 255, 255); }
  .anim_highlightedProposalGrowDown_5s_linear_forwards { animation: 5s linear 0s 1 normal forwards running highlightedProposalGrowDown; }
  .bg_\#d3cfca { background: rgb(211, 207, 202); }
  .bg_\#2b2b2b { background: rgb(43, 43, 43); }
  .bg_rgba\(26\,_24\,_22\,_0\.62\) { background: rgba(26, 24, 22, 0.62); }
  .p_32px_0_0 { padding: 32px 0px 0px; }
  .p_0_8px { padding: 0px 8px; }
  .p_16px_40px_16px_16px { padding: 16px 40px 16px 16px; }
  .bd_1px_solid_\#2b2b2b { border: 1px solid rgb(43, 43, 43); }
  .m_64px_auto { margin: 64px auto; }
  .m_35px_auto { margin: 35px auto; }
  .p_10px_16px { padding: 10px 16px; }
  .m_3px_3px_0 { margin: 3px 3px 0px; }
  .p_25px_29px { padding: 25px 29px; }
  .p_24px_32px { padding: 24px 32px; }
  .p_20px_0 { padding: 20px 0px; }
  .p_0_0_16px_0 { padding: 0px 0px 16px; }
  .p_32px_0_24px_0 { padding: 32px 0px 24px; }
  .m_0px_auto_37px_0 { margin: 0px auto 37px 0px; }
  .p_16px_11px { padding: 16px 11px; }
  .p_8px_0_8px { padding: 8px 0px; }
  .m_-4px { margin: -4px; }
  .bd_1px_solid_rgba\(75\,_92\,_117\,_0\.24\) { border: 1px solid rgba(75, 92, 117, 0.24); }
  .m_4px { margin: 4px; }
  .bg_rgba\(255\,_255\,_255\,_0\.5\) { background: rgba(255, 255, 255, 0.5); }
  .bd_solid_3px_\#d41f24 { border: 3px solid rgb(212, 31, 36); }
  .m_0_auto_8px { margin: 0px auto 8px; }
  .p_12px { padding: 12px; }
  .bg_\#f6f6f6 { background: rgb(246, 246, 246); }
  .m_16px_auto_24px { margin: 16px auto 24px; }
  .bg_\#f1f1f1 { background: rgb(241, 241, 241); }
  .bg_\#e8e8e8 { background: rgb(232, 232, 232); }
  .p_8px_0 { padding: 8px 0px; }
  .m_20px_auto_16px { margin: 20px auto 16px; }
  .m_8px_30px_16px_30px { margin: 8px 30px 16px; }
  .m_8px_0_10px { margin: 8px 0px 10px; }
  .bd_1px_solid_\#ffffff { border: 1px solid rgb(255, 255, 255); }
  .m_0_0_0_12px { margin: 0px 0px 0px 12px; }
  .p_25px_14px { padding: 25px 14px; }
  .p_48px_16px_0 { padding: 48px 16px 0px; }
  .p_48px_16px { padding: 48px 16px; }
  .bg_default { }
  .bg_\#f2f2f2 { background: rgb(242, 242, 242); }
  .bg_light { }
  .bg_\#1a1816 { background: rgb(26, 24, 22); }
  .p_11px_24px { padding: 11px 24px; }
  .bd_solid_1px_\#fff { border: 1px solid rgb(255, 255, 255); }
  .bg_transparent_none { background: none transparent; }
  .bd_1px_solid_var\(--colors-text-body\) { border: 1px solid var(--colors-text-body); }
  .p_6px_14px { padding: 6px 14px; }
  .bg_rgba\(0\,_0\,_0\,_0\.5\) { background: rgba(0, 0, 0, 0.5); }
  .p_24px_0 { padding: 24px 0px; }
  .p_8px_0_0 { padding: 8px 0px 0px; }
  .p_32px_14px { padding: 32px 14px; }
  .m_32px_0_0_0 { margin: 32px 0px 0px; }
  .p_32px_0px { padding: 32px 0px; }
  .p_14px_15px { padding: 14px 15px; }
  .p_10px_15px { padding: 10px 15px; }
  .p_28px_0 { padding: 28px 0px; }
  .p_0_20px_40px { padding: 0px 20px 40px; }
  .m_80px_auto { margin: 80px auto; }
  .bg_lightGray { background: rgb(211, 211, 211); }
  .bd-b_1px_solid_rgba\(75\,_92\,_117\,_0\.1019607843\) { border-bottom: 1px solid rgba(75, 92, 117, 0.1); }
  .bd-b_none { border-bottom: var(--borders-none); }
  .ov_hidden { overflow: hidden; }
  .trs_max-height_0\.2s_ease-out { transition: max-height 0.2s ease-out; }
  .flex_1 { flex: 1 1 0%; }
  .flex_0_0_auto { flex: 0 0 auto; }
  .bdr_50\% { border-radius: 50%; }
  .gap_8px { gap: 8px; }
  .bd-r_1px_solid { border-right: 1px solid; }
  .trs_filter_0\.2s_ease { transition: filter 0.2s; }
  .bd-l_1px_solid { border-left: 1px solid; }
  .trs_color_0\.2s_ease { transition: color 0.2s; }
  .trs_opacity_0\.3s_ease { transition: opacity 0.3s; }
  .mx_auto { margin-inline: auto; }
  .px_4 { padding-inline: var(--spacing-4); }
  .bdr_full { border-radius: var(--radii-full); }
  .px_0px { padding-inline: 0px; }
  .gap_0px { gap: 0px; }
  .px_16px { padding-inline: 16px; }
  .gap_16px { gap: 16px; }
  .bdr_8px { border-radius: 8px; }
  .bd-c_\#d92228 { border-color: rgb(217, 34, 40); }
  .bdr_100px { border-radius: 100px; }
  .trs_border_0\.2s_ease { transition: border 0.2s; }
  .bd-t_1px_solid_\#e6e9ef { border-top: 1px solid rgb(230, 233, 239); }
  .gap_4 { gap: var(--spacing-4); }
  .py_4 { padding-block: var(--spacing-4); }
  .gap_6 { gap: var(--spacing-6); }
  .ring_none { outline: var(--borders-none); }
  .trs_0\.2s { transition: 0.2s; }
  .bdr_10px { border-radius: 10px; }
  .bdr_0_0_8px_8px { border-radius: 0px 0px 8px 8px; }
  .trs_opacity_0\.3s_ease-in-out { transition: opacity 0.3s ease-in-out; }
  .ring_0 { outline: 0px; }
  .bdr_12px { border-radius: 12px; }
  .trs_transform_0\.3s_ease-in-out\,_visibility_0\.2s_ease-in-out { transition: transform 0.3s ease-in-out, visibility 0.2s ease-in-out; }
  .bd-b_1px_solid_\#e5e5e5 { border-bottom: 1px solid rgb(229, 229, 229); }
  .bd-t_1px_solid_\#e5e5e5 { border-top: 1px solid rgb(229, 229, 229); }
  .gap_10px { gap: 10px; }
  .trs_default { }
  .trs_border-color_0\.15s_ease\,_box-shadow_0\.15s_ease { transition: border-color 0.15s, box-shadow 0.15s; }
  .bd-c_\#639bc0 { border-color: rgb(99, 155, 192); }
  .gap_4px { gap: 4px; }
  .gap_0 { gap: var(--spacing-0); }
  .li-s_none { list-style: none; }
  .bdr_50px { border-radius: 50px; }
  .trs_all_0\.1s_ease { transition: 0.1s; }
  .ov_visible { overflow: visible; }
  .gap_3px { gap: 3px; }
  .gap_20px { gap: 20px; }
  .gap_5px { gap: 5px; }
  .flex_none { flex: 0 0 auto; }
  .bd-l_2px_solid_\#dfdfdf { border-left: 2px solid rgb(223, 223, 223); }
  .gap_2px { gap: 2px; }
  .gap_6px { gap: 6px; }
  .bdr_8px_8px_0_0 { border-radius: 8px 8px 0px 0px; }
  .bdr_30px { border-radius: 30px; }
  .px_8px { padding-inline: 8px; }
  .py_4px { padding-block: 4px; }
  .bdr_3px { border-radius: 3px; }
  .trs_opacity_150ms_ease\,_visibility_150ms_ease\,_transform_150ms_ease { transition: opacity 0.15s, visibility 0.15s, transform 0.15s; }
  .bdr_0 { border-radius: 0px; }
  .gap_12px { gap: 12px; }
  .bdr_16px { border-radius: 16px; }
  .bdr_32px { border-radius: 32px; }
  .trs_all_0\.2s_ease { transition: 0.2s; }
  .trs_none { transition: none; }
  .px_28px { padding-inline: 28px; }
  .bd-c_primary { border-color: var(--colors-primary); }
  .bdr_23px { border-radius: 23px; }
  .td_none { text-decoration: none; }
  .flex_1_1_auto { flex: 1 1 auto; }
  .bdr_24px { border-radius: 24px; }
  .trs_background_0\.2s_ease { transition: background 0.2s; }
  .bd-c_secondary { border-color: var(--colors-secondary); }
  .bdr_999px { border-radius: 999px; }
  .gap_14px { gap: 14px; }
  .bd-t_1px_solid_\#e8e8e8 { border-top: 1px solid rgb(232, 232, 232); }
  .bdr_6px_6px_0_0 { border-radius: 6px 6px 0px 0px; }
  .bdr_20px { border-radius: 20px; }
  .bdr_6px { border-radius: 6px; }
  .bdr_2px_7px { border-radius: 2px 7px; }
  .td_underline { text-decoration: underline; }
  .bd-t_1px_solid { border-top: 1px solid; }
  .bd-c_gray\.200 { border-color: var(--colors-gray-200); }
  .trs_opacity_0\.2s_ease { transition: opacity 0.2s; }
  .px_12px { padding-inline: 12px; }
  .py_3px { padding-block: 3px; }
  .gap_24px { gap: 24px; }
  .tw_auto { text-wrap: wrap; }
  .gap_36px { gap: 36px; }
  .bdr_4px { border-radius: 4px; }
  .trs_opacity_0\.1s_ease-in { transition: opacity 0.1s ease-in; }
  .trs_filter_120ms_ease { transition: filter 0.12s; }
  .bd-l_6px_solid_transparent { border-left: 6px solid transparent; }
  .bd-r_6px_solid_transparent { border-right: 6px solid transparent; }
  .bd-t_6px_solid_\#4b5c75 { border-top: 6px solid rgb(75, 92, 117); }
  .tw_inherit { text-wrap: inherit; }
  .bdr_28px { border-radius: 28px; }
  .trs_all_0\.3s_ease { transition: 0.3s; }
  .gap_35px { gap: 35px; }
  .bdr_0px_8px_8px_0px { border-radius: 0px 8px 8px 0px; }
  .gap_30px { gap: 30px; }
  .bd-b_1px_solid_rgba\(44\,_73\,_118\,_0\.08\) { border-bottom: 1px solid rgba(44, 73, 118, 0.08); }
  .my_24px { margin-block: 24px; }
  .my_16px { margin-block: 16px; }
  .flex_0_1_30\% { flex: 0 1 30%; }
  .mx_0 { margin-inline: var(--spacing-0); }
  .trs_background-color_0\.2s_ease { transition: background-color 0.2s; }
  .trs_transform_0\.2s_ease { transition: transform 0.2s; }
  .bdr_200px { border-radius: 200px; }
  .bdr_100\% { border-radius: 100%; }
  .py_32px { padding-block: 32px; }
  .px_30px { padding-inline: 30px; }
  .bd-l_0 { border-left: 0px; }
  .py_40px { padding-block: 40px; }
  .px_32px { padding-inline: 32px; }
  .bd-b_1px_solid_\#d3cfca { border-bottom: 1px solid rgb(211, 207, 202); }
  .bd-l_none { border-left: var(--borders-none); }
  .gap_32px { gap: 32px; }
  .py_8px { padding-block: 8px; }
  .px_10px { padding-inline: 10px; }
  .py_6px { padding-block: 6px; }
  .bd-r_1px_solid_\#2b2b2b { border-right: 1px solid rgb(43, 43, 43); }
  .gap_8 { gap: var(--spacing-8); }
  .grid-c_1 { grid-column: 1; }
  .grid-c_2 { grid-column: 2; }
  .grid-c_3 { grid-column: 3; }
  .bd-b_1px_solid_\#e5e7eb { border-bottom: 1px solid rgb(229, 231, 235); }
  .py_11px { padding-block: 11px; }
  .gap_110px { gap: 110px; }
  .bd-b_1px_solid_rgba\(0\,_0\,_0\,_\.1\) { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .bg-p_center { background-position: 50% center; }
  .py_12 { padding-block: var(--spacing-12); }
  .px_8 { padding-inline: var(--spacing-8); }
  .flex_1_1_0 { flex: 1 1 0px; }
  .px_0 { padding-inline: var(--spacing-0); }
  .bdr_40\%_40\%_40\%_40\%_\/_45\%_45\%_45\%_45\% { border-radius: 40% / 45%; }
  .trs_opacity_2\.5s_ease-in-out { transition: opacity 2.5s ease-in-out; }
  .trs_width_1s_linear { transition: width 1s linear; }
  .bdr_25\% { border-radius: 25%; }
  .bd-l_1px_solid_rgba\(44\,_73\,_118\,_0\.08\) { border-left: 1px solid rgba(44, 73, 118, 0.08); }
  .gap_40px { gap: 40px; }
  .py_48px { padding-block: 48px; }
  .inset-x_0 { inset-inline: var(--spacing-0); }
  .bdr_40px { border-radius: 40px; }
  .mx_-16px { margin-inline: -16px; }
  .py_32px_0 { padding-block: 32px 0px; }
  .bdr_9999px { border-radius: 9999px; }
  .gap_3 { gap: var(--spacing-3); }
  .bd-t_4px_dashed { border-top: 4px dashed; }
  .bd-r_4px_solid_transparent { border-right: 4px solid transparent; }
  .bd-l_4px_solid_transparent { border-left: 4px solid transparent; }
  .trs_opacity_\.1s { transition: opacity 0.1s; }
  .trs_transform_0\.2s_ease-out { transition: transform 0.2s ease-out; }
  .trs_opacity { transition-property: var(--transition-prop,opacity); transition-timing-function: var(--transition-easing,cubic-bezier(.4,0,.2,1)); transition-duration: var(--transition-duration,.15s); }
  .px_24px { padding-inline: 24px; }
  .py_80px { padding-block: 80px; }
  .gap_9px { gap: 9px; }
  .bd-c_textSecondary { border-color: var(--colors-text-secondary); }
  .bdr_26px { border-radius: 26px; }
  .py_24px { padding-block: 24px; }
  .d_block { display: block; }
  .c_textBody { color: var(--colors-text-body); }
  .d_flex { display: flex; }
  .ai_center { align-items: center; }
  .jc_space-between { justify-content: space-between; }
  .bg-c_transparent { background-color: var(--colors-transparent); }
  .cursor_pointer { cursor: pointer; }
  .fs_14px { font-size: 14px; }
  .lh_24px { line-height: 24px; }
  .ta_left { text-align: left; }
  .pos_relative { position: relative; }
  .fs_24px { font-size: 24px; }
  .lh_32px { line-height: 32px; }
  .fw_400 { font-weight: 400; }
  .fs_16px { font-size: 16px; }
  .fw_600 { font-weight: 600; }
  .ls_0\.5px { letter-spacing: 0.5px; }
  .fw_800 { font-weight: 800; }
  .ls_0 { letter-spacing: 0px; }
  .c_\#4b5c75 { color: rgb(75, 92, 117); }
  .pos_absolute { position: absolute; }
  .jc_center { justify-content: center; }
  .bg-c_\#d8d8d8 { background-color: rgb(216, 216, 216); }
  .bx-sh_0px_4px_16px_rgba\(84\,_130\,_197\,_0\.1\)\,_0px_2px_4px_rgba\(84\,_130\,_197\,_0\.15\) { box-shadow: rgba(84, 130, 197, 0.1) 0px 4px 16px, rgba(84, 130, 197, 0.15) 0px 2px 4px; }
  .obj-f_cover { object-fit: cover; }
  .bx-sh_0_2px_8px_rgba\(0\,_0\,_0\,_0\.1\) { box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; }
  .z_99 { z-index: 99; }
  .lh_70px { line-height: 70px; }
  .c_primary { color: var(--colors-primary); }
  .scr-bhv_smooth { scroll-behavior: smooth; }
  .scr-bar-w_none { scrollbar-width: none; }
  .flex-d_row { flex-direction: row; }
  .ta_center { text-align: center; }
  .lh_18px { line-height: 18px; }
  .c_inherit { color: inherit; }
  .bx-sh_0px_2px_4px_rgba\(0\,_0\,_0\,_0\.1\) { box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; }
  .flex-d_column { flex-direction: column; }
  .fs_11px { font-size: 11px; }
  .fw_bold { font-weight: var(--font-weights-bold); }
  .tov_ellipsis { text-overflow: ellipsis; }
  .white-space_nowrap { white-space: nowrap; }
  .fs_13px { font-size: 13px; }
  .c_textSecondary { color: var(--colors-text-secondary); }
  .pos_sticky { position: sticky; }
  .z_1 { z-index: 1; }
  .d_none { display: none; }
  .c_\#3889eb { color: rgb(56, 137, 235); }
  .direction_left { }
  .direction_right { }
  .ls_1px { letter-spacing: 1px; }
  .op_1 { opacity: 1; }
  .c_\#2b2b2b { color: rgb(43, 43, 43); }
  .flex-wrap_wrap { flex-wrap: wrap; }
  .c_white { color: var(--colors-white); }
  .fs_21px { font-size: 21px; }
  .d_inline-flex { display: inline-flex; }
  .fs_0px { font-size: 0px; }
  .lh_20px { line-height: 20px; }
  .lh_2 { line-height: 2; }
  .c_\#1e61d9 { color: rgb(30, 97, 217); }
  .fw_normal { font-weight: var(--font-weights-normal); }
  .column-count_2 { column-count: 2; }
  .cg_32px { column-gap: 32px; }
  .d_grid { display: grid; }
  .grid-tc_repeat\(2\,_1fr\) { grid-template-columns: repeat(2, 1fr); }
  .column-count_auto { column-count: auto; }
  .white-space_normal { white-space: normal; }
  .bd-be-w_var\(--thickness\) { border-block-end-width: var(--thickness); }
  .grid-tc_1fr { grid-template-columns: 1fr; }
  .c_\#d92228 { color: rgb(217, 34, 40); }
  .bg-c_white { background-color: var(--colors-white); }
  .op_0 { opacity: 0; }
  .ff_proximaBold { font-family: var(--fonts-proxima-bold); }
  .c_\#ff0000 { color: red; }
  .jc_flex-end { justify-content: flex-end; }
  .flex-wrap_nowrap { flex-wrap: nowrap; }
  .bx-s_border-box { box-sizing: border-box; }
  .d_contents { display: contents; }
  .d_inline { display: inline; }
  .grid-tc_repeat\(1\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(1, minmax(0px, 1fr)); }
  .c_\#9999a8 { color: rgb(153, 153, 168); }
  .us_none { user-select: none; }
  .pointer-events_none { pointer-events: none; }
  .fs_12px { font-size: 12px; }
  .bg-c_\#fff { background-color: rgb(255, 255, 255); }
  .bg-c_\#3889eb { background-color: rgb(56, 137, 235); }
  .c_\#fff { color: rgb(255, 255, 255); }
  .lh_1\.4 { line-height: 1.4; }
  .trf_translateY\(-50\%\) { transform: translateY(-50%); }
  .op_0\.7 { opacity: 0.7; }
  .z_0 { z-index: 0; }
  .pos_fixed { position: fixed; }
  .z_1100 { z-index: 1100; }
  .vis_hidden { visibility: hidden; }
  .op_0\.8 { opacity: 0.8; }
  .vis_visible { visibility: visible; }
  .z_1102 { z-index: 1102; }
  .pointer-events_auto { pointer-events: auto; }
  .ai_flex-start { align-items: flex-start; }
  .bx-sh_0_2px_4px_rgba\(84\,_130\,_197\,_0\.15\)\,_0px_4px_16px_rgba\(84\,_130\,_197\,_0\.1\) { box-shadow: rgba(84, 130, 197, 0.15) 0px 2px 4px, rgba(84, 130, 197, 0.1) 0px 4px 16px; }
  .trf_scale\(1\) { transform: scale(1); }
  .trf_scale\(0\.7\) { transform: scale(0.7); }
  .bg-cp_padding-box { background-clip: padding-box; }
  .fs_18px { font-size: 18px; }
  .lh_1\.5 { line-height: 1.5; }
  .float_right { float: right; }
  .lh_1 { line-height: 1; }
  .c_\#000 { color: rgb(0, 0, 0); }
  .tsh_0_1px_0_\#fff { text-shadow: rgb(255, 255, 255) 0px 1px 0px; }
  .op_0\.2 { opacity: 0.2; }
  .ta_right { text-align: right; }
  .bx-sh_inset_0_1px_1px_rgba\(0\,_0\,_0\,_0\.075\)\,_0_0_8px_rgba\(99\,_155\,_192\,_0\.6\) { box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(99, 155, 192, 0.6) 0px 0px 8px; }
  .bg-c_\#f5f6f8 { background-color: rgb(245, 246, 248); }
  .cursor_not-allowed { cursor: not-allowed; }
  .c_rgba\(75\,_92\,_117\,_0\.87\) { color: rgba(75, 92, 117, 0.87); }
  .mix-bm_normal { mix-blend-mode: normal; }
  .fw_100 { font-weight: 100; }
  .lh_15px { line-height: 15px; }
  .tsh_none { text-shadow: none; }
  .flex-sh_0 { flex-shrink: 0; }
  .c_rgba\(204\,_204\,_204\,_1\) { color: rgb(204, 204, 204); }
  .z_10 { z-index: 10; }
  .bx-sh_0_4px_12px_rgba\(0\,_0\,_0\,_0\.1\) { box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
  .c_\#8c93a1 { color: rgb(140, 147, 161); }
  .font-style_italic { font-style: italic; }
  .ff_sans-serif { font-family: sans-serif; }
  .bx-sh_0_1px_5px_rgba\(0\,_0\,_0\,_\.11\) { box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 5px; }
  .bg-c_rgba\(255\,255\,255\,\.1\) { background-color: rgba(255, 255, 255, 0.1); }
  .bg-c_\#2b2b2b { background-color: rgb(43, 43, 43); }
  .lh_16px { line-height: 16px; }
  .fw_700 { font-weight: 700; }
  .d_inline-block { display: inline-block; }
  .bx-s_content-box { box-sizing: content-box; }
  .z_1000 { z-index: 1000; }
  .z_-1 { z-index: -1; }
  .va_middle { vertical-align: middle; }
  .c_\#3f4650 { color: rgb(63, 70, 80); }
  .c_\#757575 { color: rgb(117, 117, 117); }
  .lh_27px { line-height: 27px; }
  .fs_32px { font-size: 32px; }
  .lh_40px { line-height: 40px; }
  .lh_21px { line-height: 21px; }
  .ap_none { appearance: none; }
  .counter-increment_item { counter-increment: item 1; }
  .bg-c_\#ce2c31 { background-color: rgb(206, 44, 49); }
  .as_flex-end { align-self: flex-end; }
  .ff_galanoRegular { font-family: var(--fonts-galano-regular); }
  .fw_500 { font-weight: 500; }
  .justify-self_center { justify-self: center; }
  .c_colorTagPositive { color: var(--colors-color-tag-positive); }
  .c_colorTagNegative { color: var(--colors-color-tag-negative); }
  .fs_10px { font-size: 10px; }
  .lh_12px { line-height: 12px; }
  .trf_none { transform: none; }
  .bx-sh_none { box-shadow: none; }
  .bx-sh_0_4px_8px_rgba\(0\,0\,0\,0\.15\) { box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px; }
  .va_sub { vertical-align: sub; }
  .content_More_info_here { }
  .content_unused_when_popperContent_is_provided { }
  .lh_normal { line-height: var(--line-heights-normal); }
  .fw_extrabold { font-weight: var(--font-weights-extrabold); }
  .lh_loose { line-height: var(--line-heights-loose); }
  .lh_2em { line-height: 2em; }
  .lh_30px { line-height: 30px; }
  .op_0\.75 { opacity: 0.75; }
  .grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .flex-g_1 { flex-grow: 1; }
  .z_100 { z-index: 100; }
  .jc_flex-start { justify-content: flex-start; }
  .c_\#41464f { color: rgb(65, 70, 79); }
  .c_\#6b7280 { color: rgb(107, 114, 128); }
  .fs_28px { font-size: 28px; }
  .bg-c_primary { background-color: var(--colors-primary); }
  .fs_20px { font-size: 20px; }
  .translate-y_-50\% { --translate-y: -50%; }
  .ac_start { align-content: start; }
  .c_\#5f6368 { color: rgb(95, 99, 104); }
  .bg-c_\#4267b2 { background-color: rgb(66, 103, 178); }
  .bg-c_\#000 { background-color: rgb(0, 0, 0); }
  .bg-c_\#0077b5 { background-color: rgb(0, 119, 181); }
  .obj-f_contain { object-fit: contain; }
  .bx-sh_secondaryBoxShadow { }
  .lh_28px { line-height: 28px; }
  .ff_proximaExtrabold { font-family: var(--fonts-proxima-extrabold); }
  .ff_proximaRegular { font-family: var(--fonts-proxima-regular); }
  .c_text { }
  .lh_1\.6 { line-height: 1.6; }
  .grid-tc_repeat\(min\(var\(--agent-count\)\,_5\)\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(min(var(--agent-count),5),minmax(0,1fr)); }
  .c_\#726a60 { color: rgb(114, 106, 96); }
  .lh_1\.25 { line-height: 1.25; }
  .c_textPrimary { color: var(--colors-text-primary); }
  .bg-c_textSecondary { background-color: var(--colors-text-secondary); }
  .bx-sh_0px_4px_8px_rgba\(0\,_0\,_0\,_0\.15\) { box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px; }
  .c_\#333333 { color: rgb(51, 51, 51); }
  .bx-sh_0px_1px_5px_rgba\(0\,_0\,_0\,_0\.11\) { box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 5px; }
  .lh_0 { line-height: 0; }
  .ai_baseline { align-items: baseline; }
  .c_\#6b6b6b { color: rgb(107, 107, 107); }
  .c_\#2768C9 { color: rgb(39, 104, 201); }
  .asp_1_\/_1 { aspect-ratio: 1 / 1; }
  .z_2 { z-index: 2; }
  .fs_22px { font-size: 22px; }
  .tsh_0_1px_2px_rgba\(0\,_0\,_0\,_0\.35\) { text-shadow: rgba(0, 0, 0, 0.35) 0px 1px 2px; }
  .fs_15px { font-size: 15px; }
  .lh_22px { line-height: 22px; }
  .c_rgba\(255\,_255\,_255\,_0\.95\) { color: rgba(255, 255, 255, 0.95); }
  .c_rgba\(255\,_255\,_255\,_0\.92\) { color: rgba(255, 255, 255, 0.92); }
  .fs_17px { font-size: 17px; }
  .c_rgba\(255\,_255\,_255\,_0\.9\) { color: rgba(255, 255, 255, 0.9); }
  .filter_brightness\(0\.6\)_saturate\(0\.4\) { filter: brightness(0.6) saturate(0.4); }
  .op_0\.9 { opacity: 0.9; }
  .bg-c_\#EFEFEF { background-color: rgb(239, 239, 239); }
  .font-style_normal { font-style: normal; }
  .lh_36px { line-height: 36px; }
  .fs_8px { font-size: 8px; }
  .tt_uppercase { text-transform: uppercase; }
  .c_black { color: var(--colors-black); }
  .ls_1\.5px { letter-spacing: 1.5px; }
  .bx-sh_0px_3px_3px_1px_rgba\(84\,_130\,_197\,_0\.15\) { box-shadow: rgba(84, 130, 197, 0.15) 0px 3px 3px 1px; }
  .c_\#F15B5C { color: rgb(241, 91, 92); }
  .flex-sh_1 { flex-shrink: 1; }
  .fs_24 { font-size: 24px; }
  .fs_14 { font-size: 14px; }
  .c_\#3b7c2c { color: rgb(59, 124, 44); }
  .cursor_help { cursor: help; }
  .c_blue\.500 { color: var(--colors-blue-500); }
  .c_\#5cbe85 { color: rgb(92, 190, 133); }
  .bx-sh_0px_2px_4px_rgba\(84\,_130\,_197\,_0\.15\)\,_0px_4px_16px_rgba\(84\,_130\,_197\,_0\.1\) { box-shadow: rgba(84, 130, 197, 0.15) 0px 2px 4px, rgba(84, 130, 197, 0.1) 0px 4px 16px; }
  .ls_0\.25px { letter-spacing: 0.25px; }
  .bg-c_\#f5f5f5 { background-color: rgb(245, 245, 245); }
  .ai_stretch { align-items: stretch; }
  .ls_\.25px { letter-spacing: 0.25px; }
  .c_textSecondaryLight { color: var(--colors-text-secondary-light); }
  .bg-c_\#639bc0 { background-color: rgb(99, 155, 192); }
  .trf_translateX\(-50\%\) { transform: translateX(-50%); }
  .bg-c_\#333 { background-color: rgb(51, 51, 51); }
  .z_20 { z-index: 20; }
  .bx-sh_0_2px_8px_rgba\(0\,0\,0\,0\.15\) { box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; }
  .ac-c_\#1a73e8 { accent-color: rgb(26, 115, 232); }
  .ls_2\.5px { letter-spacing: 2.5px; }
  .lh_33px { line-height: 33px; }
  .lh_25px { line-height: 25px; }
  .bg-c_\#888888cc { background-color: rgba(136, 136, 136, 0.8); }
  .bg-c_\#2b557dcc { background-color: rgba(43, 85, 125, 0.8); }
  .z_9999 { z-index: 9999; }
  .bg-s_100\%_100\% { background-size: 100% 100%; }
  .bx-sh_0_4px_32px_rgba\(0\,0\,0\,0\.2\) { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 32px; }
  .bg-c_\#ff0000 { background-color: red; }
  .asp_16_\/_9 { aspect-ratio: 16 / 9; }
  .op_0\.85 { opacity: 0.85; }
  .trf_translate\(-50\%\,_-50\%\) { transform: translate(-50%, -50%); }
  .bx-sh_0px_16px_32px_0px_rgba\(74\,_149\,_242\,_0\.5\) { box-shadow: rgba(74, 149, 242, 0.5) 0px 16px 32px 0px; }
  .bx-sh_0px_16px_32px_0px_rgba\(217\,_34\,_40\,_0\.5\) { box-shadow: rgba(217, 34, 40, 0.5) 0px 16px 32px 0px; }
  .bg-c_\#4A95F2 { background-color: rgb(74, 149, 242); }
  .bg-c_\#d92228 { background-color: rgb(217, 34, 40); }
  .bg-c_rgba\(43\,85\,125\,\.8\) { background-color: rgba(43, 85, 125, 0.8); }
  .ff_proximaNova { font-family: var(--fonts-proxima-nova); }
  .c_\#1A1816 { color: rgb(26, 24, 22); }
  .bg-c_\#f8f8f8 { background-color: rgb(248, 248, 248); }
  .c_\#666 { color: rgb(102, 102, 102); }
  .c_\#333 { color: rgb(51, 51, 51); }
  .lh_14px { line-height: 14px; }
  .bg-c_\#d73502 { background-color: rgb(215, 53, 2); }
  .ff_inherit { font-family: inherit; }
  .c_\#e84a50 { color: rgb(232, 74, 80); }
  .bx-sh_rgba\(12\,0\,51\,\.1\)_0_4px_8px_0 { box-shadow: rgba(12, 0, 51, 0.1) 0px 4px 8px 0px; }
  .trs-prop_width { --transition-prop: width; transition-property: width; }
  .trs-dur_200ms { --transition-duration: 200ms; transition-duration: 0.2s; }
  .trs-tmf_ease-out { --transition-easing: ease-out; transition-timing-function: ease-out; }
  .-webkit-appearance_none { appearance: none; }
  .lh_48px { line-height: 48px; }
  .z_999 { z-index: 999; }
  .bx-sh_0_4px_8px_rgba\(0\,0\,0\,0\.1\) { box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px; }
  .c_\#555 { color: rgb(85, 85, 85); }
  .trunc_true { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .lh_1\.8 { line-height: 1.8; }
  .c_\#df002e { color: rgb(223, 0, 46); }
  .jc_end { justify-content: end; }
  .lh_44px { line-height: 44px; }
  .fs_44px { font-size: 44px; }
  .lh_1\.2 { line-height: 1.2; }
  .ai_start { align-items: start; }
  .lh_31px { line-height: 31px; }
  .ta_justify { text-align: justify; }
  .ff_sans { font-family: var(--fonts-sans); }
  .rg_48px { row-gap: 48px; }
  .cg_0px { column-gap: 0px; }
  .rg_24px { row-gap: 24px; }
  .rg_0px { row-gap: 0px; }
  .lh_19px { line-height: 19px; }
  .c_\#4B5C75 { color: rgb(75, 92, 117); }
  .order_1 { order: 1; }
  .lh_1\.3 { line-height: 1.3; }
  .ls_\.5px { letter-spacing: 0.5px; }
  .c_textDark { color: var(--colors-text-dark); }
  .c_\#666666 { color: rgb(102, 102, 102); }
  .justify-items_center { justify-items: center; }
  .c_\#d41f24 { color: rgb(212, 31, 36); }
  .c_\#1a1816 { color: rgb(26, 24, 22); }
  .lh_26px { line-height: 26px; }
  .lh_42px { line-height: 42px; }
  .c_\#4a586e { color: rgb(74, 88, 110); }
  .content_When_you_work_with_our_network_agent\,_you_may_save_thousands_in_commission_fees\._Estimated_savings_are_calculated_by_comparing_the_average_commission_amount_consumers_pay_when_using_a_network_agent_with_a_commission_amount_based_upon_a_rate_between_5\.5\%_and_6\%\._Actual_commission_amounts_paid_vary_based_on_commission_rates_charged_by_real_estate_professionals_\(which_can_be_subject_to_negotiation\)\,_geographical_area\,_home_price\,_and_other_factors\. { }
  .bx-sh_0px_2px_4px_rgba\(84\,_130\,_197\,_\.15\)\,_0px_4px_16px_rgba\(84\,_130\,_197\,_\.1\) { box-shadow: rgba(84, 130, 197, 0.15) 0px 2px 4px, rgba(84, 130, 197, 0.1) 0px 4px 16px; }
  .fw_300 { font-weight: 300; }
  .trf_rotate\(45deg\) { transform: rotate(45deg); }
  .bg-c_\#eae7e5 { background-color: rgb(234, 231, 229); }
  .as_center { align-self: center; }
  .jc_start { justify-content: start; }
  .bg-c_\#ffffff { background-color: rgb(255, 255, 255); }
  .bx-sh_0px_1px_4px_0px_rgba\(43\,43\,43\,\.16\) { box-shadow: rgba(43, 43, 43, 0.16) 0px 1px 4px 0px; }
  .flex-b_100\% { flex-basis: 100%; }
  .flex-b_auto { flex-basis: auto; }
  .order_2 { order: 2; }
  .c_tagPositive { }
  .bg-c_backgroundTagPositive { background-color: var(--colors-background-tag-positive); }
  .bg-c_\#d3cfca { background-color: rgb(211, 207, 202); }
  .pos_left { }
  .pos_right { }
  .tsh_0_8px_16px_rgba\(63\,_70\,_80\,_\.5\) { text-shadow: rgba(63, 70, 80, 0.5) 0px 8px 16px; }
  .ff_galanoBold { font-family: var(--fonts-galano-bold); }
  .tsh_0_0_8px_\#3f4650 { text-shadow: rgb(63, 70, 80) 0px 0px 8px; }
  .page_campaign { page: campaign; }
  .page_home { page: home; }
  .bg-c_\#FFFFFF { background-color: rgb(255, 255, 255); }
  .d_table { display: table; }
  .d_table-row { display: table-row; }
  .d_table-cell { display: table-cell; }
  .bg-c_balancedMarketTrends { background-color: var(--colors-balanced-market-trends); }
  .bg-c_buyerMarketTrends { background-color: var(--colors-buyer-market-trends); }
  .bg-c_sellerMarketTrends { background-color: var(--colors-seller-market-trends); }
  .tt_capitalize { text-transform: capitalize; }
  .bx-sh_0_0_0_2px_\#c4bbbb { box-shadow: rgb(196, 187, 187) 0px 0px 0px 2px; }
  .ls_0px { letter-spacing: 0px; }
  .jc_normal { justify-content: normal; }
  .c_\#ffffff { color: rgb(255, 255, 255); }
  .bx-sh_0_4px_16px_rgba\(0\,_0\,_0\,_0\.3\) { box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 16px; }
  .scale_buyer { }
  .bx-sh_0_6px_18px_rgba\(0\,_0\,_0\,_0\.1\) { box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 18px; }
  .bg-c_\#2b2b2b\! { background-color: rgb(43, 43, 43) !important; }
  .c_white\! { color: var(--colors-white) !important; }
  .ls_0\.01em { letter-spacing: 0.01em; }
  .bg-c_\#f2f0ef { background-color: rgb(242, 240, 239); }
  .bg-c_backgroundLightestGray { background-color: var(--colors-background-lightest-gray); }
  .bx-sh_0_1px_5px_rgba\(0\,0\,0\,\.11\) { box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 5px; }
  .grid-tc_140px_1fr_1fr { grid-template-columns: 140px 1fr 1fr; }
  .bx-sh_0_0_16px_rgba\(63\,70\,80\,\.1\)\,_0_4px_8px_rgba\(12\,0\,51\,\.05\) { box-shadow: rgba(63, 70, 80, 0.1) 0px 0px 16px, rgba(12, 0, 51, 0.05) 0px 4px 8px; }
  .ai_flex-end { align-items: flex-end; }
  .grid-tc_1fr_1fr { grid-template-columns: 1fr 1fr; }
  .word-spacing_24px { word-spacing: 24px; }
  .bx-sh_0_2px_8px_0_rgba\(0\,_0\,_0\,_\.16\) { box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px 0px; }
  .c_var\(--font-primary\) { color: var(--font-primary); }
  .bg-s_cover { background-size: cover; }
  .bg-r_no-repeat { background-repeat: no-repeat; }
  .word-spacing_normal { word-spacing: normal; }
  .ls_normal { letter-spacing: var(--letter-spacings-normal); }
  .c_\#18242d { color: rgb(24, 36, 45); }
  .z_101 { z-index: 101; }
  .c_\#eb5757 { color: rgb(235, 87, 87); }
  .c_var\(--colors-text-body\) { color: var(--colors-text-body); }
  .ls_2\.6px { letter-spacing: 2.6px; }
  .bx-sh_rgba\(0\,_0\,_0\,_0\.16\)_0px_2px_8px_0px { box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px 0px; }
  .ls_-0\.02em { letter-spacing: -0.02em; }
  .cursor_default { cursor: default; }
  .justify-self_flex-end { justify-self: flex-end; }
  .c_\#3F4650 { color: rgb(63, 70, 80); }
  .content_Custom_content_text { }
  .c_\#2a2a33 { color: rgb(42, 42, 51); }
  .c_\#6b6b78 { color: rgb(107, 107, 120); }
  .float_left { float: left; }
  .float_none { float: none; }
  .bx-sh_0px_2px_4px_rgba\(84\,_130\,_197\,_0\.15\) { box-shadow: rgba(84, 130, 197, 0.15) 0px 2px 4px; }
  .fs_64px { font-size: 64px; }
  .lh_75px { line-height: 75px; }
  .ls_4px { letter-spacing: 4px; }
  .op_0\.64 { opacity: 0.64; }
  .bx-sh_0_2px_8px_rgba\(0\,_0\,_0\,_0\.08\) { box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px; }
  .fw_200 { font-weight: 200; }
  .bg-c_\#f7f7f7 { background-color: rgb(247, 247, 247); }
  .op_0\.87 { opacity: 0.87; }
  .tsh_0_8px_16px_rgba\(63\,70\,80\,\.5\) { text-shadow: rgba(63, 70, 80, 0.5) 0px 8px 16px; }
  .filter_brightness\(0\) { filter: brightness(0); }
  .bx-sh_0_4px_8px_0_rgba\(63\,70\,80\,\.25\)\,0_0_8px_0_rgba\(63\,70\,80\,\.05\) { box-shadow: rgba(63, 70, 80, 0.25) 0px 4px 8px 0px, rgba(63, 70, 80, 0.05) 0px 0px 8px 0px; }
  .z_98 { z-index: 98; }
  .trf_translateX\(0\%\) { transform: translateX(0px); }
  .trf_translateX\(-100\%\) { transform: translateX(-100%); }
  .li-t_disc { list-style-type: disc; }
  .li-pos_outside { list-style-position: outside; }
  .lh_8px { line-height: 8px; }
  .fs_19px { font-size: 19px; }
  .d_block\! { display: block !important; }
  .bg-c_gray\.50 { background-color: var(--colors-gray-50); }
  .page_buysell3 { page: buysell3; }
  .-webkit-overflow-scrolling_touch { }
  .bg-c_\#fff\! { background-color: rgb(255, 255, 255) !important; }
  .bg-c_\#F5F5F5 { background-color: rgb(245, 245, 245); }
  .content_Review_proposals_and_contact_agents_by_selecting_them_for_an_interview_Meet_in_person_to_receive_a_home_evaluation\.\! { }
  .w_100\% { width: 100%; }
  .mb_36px { margin-bottom: 36px; }
  .max-h_0 { max-height: var(--sizes-0); }
  .mb_16px { margin-bottom: 16px; }
  .right_0 { right: var(--spacing-0); }
  .w_20px { width: 20px; }
  .h_20px { height: 20px; }
  .w_40px { width: 40px; }
  .h_40px { height: 40px; }
  .w_48px { width: 48px; }
  .h_48px { height: 48px; }
  .w_64px { width: 64px; }
  .h_64px { height: 64px; }
  .w_80px { width: 80px; }
  .h_80px { height: 80px; }
  .w_96px { width: 96px; }
  .h_96px { height: 96px; }
  .w_152px { width: 152px; }
  .h_152px { height: 152px; }
  .h_100\% { height: 100%; }
  .h_70px { height: 70px; }
  .max-w_950px { max-width: 950px; }
  .pt_0 { padding-top: var(--spacing-0); }
  .pb_0 { padding-bottom: var(--spacing-0); }
  .pl_20px { padding-left: 20px; }
  .pr_20px { padding-right: 20px; }
  .bd-r-c_borderLight { border-right-color: var(--colors-border-light); }
  .w_auto { width: auto; }
  .pl_0 { padding-left: var(--spacing-0); }
  .pr_0 { padding-right: var(--spacing-0); }
  .ov-x_auto { overflow-x: auto; }
  .ov-y_hidden { overflow-y: hidden; }
  .max-w_100px { max-width: 100px; }
  .bd-l-c_borderLight { border-left-color: var(--colors-border-light); }
  .top_-2px { top: -2px; }
  .right_-2px { right: -2px; }
  .w_16px { width: 16px; }
  .h_16px { height: 16px; }
  .max-w_100\% { max-width: 100%; }
  .mt_6px { margin-top: 6px; }
  .w_70px { width: 70px; }
  .left_0 { left: var(--spacing-0); }
  .max-w_1035px { max-width: 1035px; }
  .pt_48px { padding-top: 48px; }
  .pb_48px { padding-bottom: 48px; }
  .pl_32px { padding-left: 32px; }
  .pr_32px { padding-right: 32px; }
  .mb_32px { margin-bottom: 32px; }
  .w_200px { width: 200px; }
  .w_33\% { width: 33%; }
  .mb_24px { margin-bottom: 24px; }
  .max-w_8xl { max-width: var(--sizes-8xl); }
  .h_54px { height: 54px; }
  .min-w_175px { min-width: 175px; }
  .min-w_100\% { min-width: 100%; }
  .mb_8px { margin-bottom: 8px; }
  .mt_4px { margin-top: 4px; }
  .pl_28px { padding-left: 28px; }
  .min-h_20px { min-height: 20px; }
  .h_0 { height: var(--sizes-0); }
  .w_0 { width: var(--sizes-0); }
  .top_0 { top: var(--spacing-0); }
  .mt_10px { margin-top: 10px; }
  .pr_16px { padding-right: 16px; }
  .pl_16px { padding-left: 16px; }
  .pl_0px { padding-left: 0px; }
  .pr_0px { padding-right: 0px; }
  .mt_4 { margin-top: var(--spacing-4); }
  .top_18px { top: 18px; }
  .left_52px { left: 52px; }
  .top_10px { top: 10px; }
  .h_60px { height: 60px; }
  .pl_52px { padding-left: 52px; }
  .pr_15px { padding-right: 15px; }
  .pt_0px { padding-top: 0px; }
  .pr_42px { padding-right: 42px; }
  .pl_48px { padding-left: 48px; }
  .top_21px { top: 21px; }
  .right_8px { right: 8px; }
  .left_16px { left: 16px; }
  .h_24px { height: 24px; }
  .w_24px { width: 24px; }
  .top_50\% { top: 50%; }
  .w_18px { width: 18px; }
  .h_18px { height: 18px; }
  .top_-5px { top: -5px; }
  .bottom_0 { bottom: var(--spacing-0); }
  .min-h_100\% { min-height: 100%; }
  .pt_3\% { padding-top: 3%; }
  .max-h_100vh { max-height: 100vh; }
  .max-w_602px { max-width: 602px; }
  .max-w_500px { max-width: 500px; }
  .min-h_40px { min-height: 40px; }
  .min-h_32px { min-height: 32px; }
  .pr_4px { padding-right: 4px; }
  .w_28px { width: 28px; }
  .h_28px { height: 28px; }
  .w_1px { width: 1px; }
  .top_100\% { top: 100%; }
  .mt_2px { margin-top: 2px; }
  .max-h_200px { max-height: 200px; }
  .ov-y_auto { overflow-y: auto; }
  .max-w_432px { max-width: 432px; }
  .h_240px { height: 240px; }
  .max-w_240px { max-width: 240px; }
  .max-w_280px { max-width: 280px; }
  .mb_6px { margin-bottom: 6px; }
  .w_max-content { width: max-content; }
  .h_var\(--arrow-size\,_10px\) { height: var(--arrow-size,10px); }
  .w_var\(--arrow-size\,_10px\) { width: var(--arrow-size,10px); }
  .max-w_1030px { max-width: 1030px; }
  .w_81\% { width: 81%; }
  .mr_0px { margin-right: 0px; }
  .w_38px { width: 38px; }
  .h_38px { height: 38px; }
  .max-w_none { max-width: none; }
  .ml_6px { margin-left: 6px; }
  .mt_0px { margin-top: 0px; }
  .mt_20px { margin-top: 20px; }
  .w_98\% { width: 98%; }
  .mb_37px { margin-bottom: 37px; }
  .pb_16px { padding-bottom: 16px; }
  .max-w_600px { max-width: 600px; }
  .pr_36px { padding-right: 36px; }
  .right_10px { right: 10px; }
  .w_95\% { width: 95%; }
  .pl_30px { padding-left: 30px; }
  .pb_30px { padding-bottom: 30px; }
  .mb_0px { margin-bottom: 0px; }
  .min-h_60px { min-height: 60px; }
  .w_inherit { width: inherit; }
  .min-h_240px { min-height: 240px; }
  .ml_8px { margin-left: 8px; }
  .w_12px { width: 12px; }
  .h_12px { height: 12px; }
  .w_100vw { width: 100vw; }
  .h_auto { height: auto; }
  .w_calc\(100vw_-_16px\) { width: calc(-16px + 100vw); }
  .max-w_80vw { max-width: 80vw; }
  .ml_2px { margin-left: 2px; }
  .ml_0 { margin-left: var(--spacing-0); }
  .mr_0 { margin-right: var(--spacing-0); }
  .mb_-24px { margin-bottom: -24px; }
  .w_150px { width: 150px; }
  .mr_-8px { margin-right: -8px; }
  .pb_32px { padding-bottom: 32px; }
  .h_2em { height: 2em; }
  .mr_12px { margin-right: 12px; }
  .mr_8px { margin-right: 8px; }
  .w_21px { width: 21px; }
  .h_21px { height: 21px; }
  .mr_0\.3em { margin-right: 0.3em; }
  .min-w_1\.5em { min-width: 1.5em; }
  .left_14px { left: 14px; }
  .top_2px { top: 2px; }
  .w_140px { width: 140px; }
  .ml_auto { margin-left: auto; }
  .mr_auto { margin-right: auto; }
  .max-w_auto { }
  .h_inherit { height: inherit; }
  .max-w_960px { max-width: 960px; }
  .mt_32px { margin-top: 32px; }
  .mt_8px { margin-top: 8px; }
  .h_100vh { height: 100vh; }
  .pt_24px { padding-top: 24px; }
  .mb_0 { margin-bottom: var(--spacing-0); }
  .pt_14px { padding-top: 14px; }
  .pl_56px { padding-left: 56px; }
  .left_56px { left: 56px; }
  .top_8px { top: 8px; }
  .w_calc\(100\%_-_56px\) { width: calc(100% - 56px); }
  .top_calc\(50\%_-_14px\) { top: calc(50% - 14px); }
  .mt_auto { margin-top: auto; }
  .mt_-8px { margin-top: -8px; }
  .h_44px { height: 44px; }
  .max-w_840px { max-width: 840px; }
  .ml_16px { margin-left: 16px; }
  .mt_24px { margin-top: 24px; }
  .max-h_none { max-height: none; }
  .min-h_0 { min-height: var(--sizes-0); }
  .mt_16px { margin-top: 16px; }
  .max-w_140px { max-width: 140px; }
  .pr_3px { padding-right: 3px; }
  .min-w_370px { min-width: 370px; }
  .pl_24px { padding-left: 24px; }
  .w_4px { width: 4px; }
  .h_4px { height: 4px; }
  .min-w_0 { min-width: var(--sizes-0); }
  .ml_4px { margin-left: 4px; }
  .top_4px { top: 4px; }
  .bottom_16px { bottom: 16px; }
  .pt_2px { padding-top: 2px; }
  .max-w_16px { max-width: 16px; }
  .max-h_16px { max-height: 16px; }
  .h_127px { height: 127px; }
  .min-w_80px { min-width: 80px; }
  .mt_0 { margin-top: var(--spacing-0); }
  .mt_-10px { margin-top: -10px; }
  .min-w_77px { min-width: 77px; }
  .min-w_127px { min-width: 127px; }
  .w_56px { width: 56px; }
  .h_56px { height: 56px; }
  .w_16 { width: var(--sizes-16); }
  .h_16 { height: var(--sizes-16); }
  .pt_16px { padding-top: 16px; }
  .mr_4px { margin-right: 4px; }
  .pr_150px { padding-right: 150px; }
  .right_4px { right: 4px; }
  .min-w_120px { min-width: 120px; }
  .min-h_312px { min-height: 312px; }
  .min-h_110px { min-height: 110px; }
  .min-w_73px { min-width: 73px; }
  .pt_12px { padding-top: 12px; }
  .bd-t-c_gray\.200 { border-top-color: var(--colors-gray-200); }
  .min-h_180px { min-height: 180px; }
  .mr_0\! { margin-right: var(--spacing-0) !important; }
  .min-h_212px { min-height: 212px; }
  .mt_18px { margin-top: 18px; }
  .mt_14px { margin-top: 14px; }
  .bottom_100\% { bottom: 100%; }
  .left_50\% { left: 50%; }
  .w_240px { width: 240px; }
  .max-w_1185px { max-width: 1185px; }
  .mb_23px { margin-bottom: 23px; }
  .max-w_535px { max-width: 535px; }
  .mt_88px { margin-top: 88px; }
  .min-h_100vh { min-height: 100vh; }
  .top_3px { top: 3px; }
  .right_3px { right: 3px; }
  .w_25px { width: 25px; }
  .h_25px { height: 25px; }
  .max-h_100\% { max-height: 100%; }
  .max-w_560px { max-width: 560px; }
  .w_223px { width: 223px; }
  .h_125px { height: 125px; }
  .top_47\% { top: 47%; }
  .w_600px { width: 600px; }
  .bottom_20px { bottom: 20px; }
  .bottom_-6px { bottom: -6px; }
  .max-w_992px { max-width: 992px; }
  .h_32px { height: 32px; }
  .w_36px { width: 36px; }
  .h_36px { height: 36px; }
  .mr_16px { margin-right: 16px; }
  .max-w_576px { max-width: 576px; }
  .min-h_50px { min-height: 50px; }
  .max-h_80px { max-height: 80px; }
  .max-w_700px { max-width: 700px; }
  .h_9px { height: 9px; }
  .h_8px { height: 8px; }
  .w_0px { width: 0px; }
  .bdr-bl_0 { border-bottom-left-radius: 0px; }
  .bdr-br_0 { border-bottom-right-radius: 0px; }
  .bdr-tl_30px { border-top-left-radius: 30px; }
  .bdr-bl_30px { border-bottom-left-radius: 30px; }
  .pb_12px { padding-bottom: 12px; }
  .top_60px { top: 60px; }
  .top_48px { top: 48px; }
  .bdr-bl_24px { border-bottom-left-radius: 24px; }
  .bdr-br_24px { border-bottom-right-radius: 24px; }
  .bdr-bl_16px { border-bottom-left-radius: 16px; }
  .bdr-br_16px { border-bottom-right-radius: 16px; }
  .h_30px { height: 30px; }
  .mt_70px { margin-top: 70px; }
  .mt_55px { margin-top: 55px; }
  .mb_4px { margin-bottom: 4px; }
  .max-w_772px { max-width: 772px; }
  .w_326px { width: 326px; }
  .pt_80px { padding-top: 80px; }
  .pb_80px { padding-bottom: 80px; }
  .mt_34px { margin-top: 34px; }
  .mb_64px { margin-bottom: 64px; }
  .max-w_740px { max-width: 740px; }
  .mb_48px { margin-bottom: 48px; }
  .max-w_320px { max-width: 320px; }
  .max-w_972px { max-width: 972px; }
  .mb_12px { margin-bottom: 12px; }
  .max-w_682px { max-width: 682px; }
  .mt_64px { margin-top: 64px; }
  .pb_58px { padding-bottom: 58px; }
  .mb_40px { margin-bottom: 40px; }
  .ml_24px { margin-left: 24px; }
  .mt_3px { margin-top: 3px; }
  .max-w_311px { max-width: 311px; }
  .max-w_408px { max-width: 408px; }
  .max-w_430px { max-width: 430px; }
  .mt_28px { margin-top: 28px; }
  .mt_48px { margin-top: 48px; }
  .min-w_730px { min-width: 730px; }
  .h_536px { height: 536px; }
  .w_219px { width: 219px; }
  .w_511px { width: 511px; }
  .max-w_511px { max-width: 511px; }
  .w_330px { width: 330px; }
  .max-h_536px { max-height: 536px; }
  .h_100px { height: 100px; }
  .max-w_544px { max-width: 544px; }
  .w_33px { width: 33px; }
  .h_33px { height: 33px; }
  .mb_2px { margin-bottom: 2px; }
  .mb_10px { margin-bottom: 10px; }
  .pb_10px { padding-bottom: 10px; }
  .pt_20px { padding-top: 20px; }
  .min-w_454px { min-width: 454px; }
  .max-w_454px { max-width: 454px; }
  .max-w_1003px { max-width: 1003px; }
  .w_320px { width: 320px; }
  .mb_34px { margin-bottom: 34px; }
  .max-w_900px { max-width: 900px; }
  .w_50\% { width: 50%; }
  .w_32px { width: 32px; }
  .pl_8px { padding-left: 8px; }
  .w_220px { width: 220px; }
  .max-w_90\% { max-width: 90%; }
  .pt_8px { padding-top: 8px; }
  .w_120px { width: 120px; }
  .h_14px { height: 14px; }
  .w_128px { width: 128px; }
  .w_110px { width: 110px; }
  .pl_4px { padding-left: 4px; }
  .pr_2px { padding-right: 2px; }
  .pb_64px { padding-bottom: 64px; }
  .w_90\% { width: 90%; }
  .max-w_875px { max-width: 875px; }
  .min-w_250px { min-width: 250px; }
  .mt_74px { margin-top: 74px; }
  .pb_136px { padding-bottom: 136px; }
  .pl_0\! { padding-left: var(--spacing-0) !important; }
  .max-w_1120px { max-width: 1120px; }
  .min-h_248px { min-height: 248px; }
  .max-w_169\.5px { max-width: 169.5px; }
  .max-h_248\.5px { max-height: 248.5px; }
  .max-w_720px { max-width: 720px; }
  .max-w_601px { max-width: 601px; }
  .max-w_176px { max-width: 176px; }
  .w_6px { width: 6px; }
  .h_0\% { height: 0%; }
  .w_10px { width: 10px; }
  .h_10px { height: 10px; }
  .w_590 { width: 590px; }
  .h_620 { height: 620px; }
  .min-h_450px { min-height: 450px; }
  .pb_104px { padding-bottom: 104px; }
  .min-h_auto { min-height: auto; }
  .pt_78px { padding-top: 78px; }
  .pb_134px { padding-bottom: 134px; }
  .pb_198px { padding-bottom: 198px; }
  .pt_32px { padding-top: 32px; }
  .max-w_860px { max-width: 860px; }
  .mt_36px { margin-top: 36px; }
  .max-w_1100px { max-width: 1100px; }
  .top_-24px { top: -24px; }
  .left_8px { left: 8px; }
  .ml_-8px { margin-left: -8px; }
  .w_90vw { width: 90vw; }
  .max-w_fit-content { max-width: fit-content; }
  .pb_3px { padding-bottom: 3px; }
  .w_300px { width: 300px; }
  .max-w_calc\(100vw_-_32px\) { max-width: calc(-32px + 100vw); }
  .h_402px { height: 402px; }
  .min-w_auto { min-width: auto; }
  .pb_72px { padding-bottom: 72px; }
  .max-w_251px { max-width: 251px; }
  .max-w_125px { max-width: 125px; }
  .max-h_42px { max-height: 42px; }
  .mt_35px { margin-top: 35px; }
  .min-h_221px { min-height: 221px; }
  .w_593px { width: 593px; }
  .h_490px { height: 490px; }
  .min-w_359px { min-width: 359px; }
  .max-h_221px { max-height: 221px; }
  .h_40vh { height: 40vh; }
  .mt_40px { margin-top: 40px; }
  .pb_20px { padding-bottom: 20px; }
  .pb_8px { padding-bottom: 8px; }
  .w_593 { width: 593px; }
  .h_490 { height: 490px; }
  .w_569 { width: 569px; }
  .h_261 { height: 261px; }
  .w_343 { width: 343px; }
  .h_221 { height: 221px; }
  .left_140px { left: 140px; }
  .w_calc\(\(100\%_-_140px\)_\/_2\) { width: calc(50% - 70px); }
  .min-h_64px { min-height: 64px; }
  .pl_42px { padding-left: 42px; }
  .pb_41px { padding-bottom: 41px; }
  .pt_28px { padding-top: 28px; }
  .h_434px { height: 434px; }
  .max-w_315px { max-width: 315px; }
  .top_258px { top: 258px; }
  .w_391px { width: 391px; }
  .mt_-85px { margin-top: -85px; }
  .h_645px { height: 645px; }
  .pt_66px { padding-top: 66px; }
  .pl_55px { padding-left: 55px; }
  .h_830px { height: 830px; }
  .h_642px { height: 642px; }
  .mb_33px { margin-bottom: 33px; }
  .w_100px { width: 100px; }
  .w_30px { width: 30px; }
  .pt_50px { padding-top: 50px; }
  .mb_8 { margin-bottom: var(--spacing-8); }
  .h_168px { height: 168px; }
  .left_24px { left: 24px; }
  .pb_35px { padding-bottom: 35px; }
  .max-w_206px { max-width: 206px; }
  .w_13px { width: 13px; }
  .h_13px { height: 13px; }
  .top_6px { top: 6px; }
  .pb_106px { padding-bottom: 106px; }
  .pt_64px { padding-top: 64px; }
  .max-w_608px { max-width: 608px; }
  .w_50px { width: 50px; }
  .ml_10px { margin-left: 10px; }
  .max-w_480px { max-width: 480px; }
  .w_0\% { width: 0px; }
  .max-w_1005px { max-width: 1005px; }
  .max-w_640px { max-width: 640px; }
  .h_1px { height: 1px; }
  .mb_20px { margin-bottom: 20px; }
  .max-w_420px { max-width: 420px; }
  .pt_10px { padding-top: 10px; }
  .w_136px { width: 136px; }
  .ml_-32px { margin-left: -32px; }
  .min-h_none { }
  .w_calc\(100\%_-_36px\) { width: calc(100% - 36px); }
  .left_60\% { left: 60%; }
  .min-w_293px { min-width: 293px; }
  .w_293px { width: 293px; }
  .h_359px { height: 359px; }
  .pb_88px { padding-bottom: 88px; }
  .max-w_260px { max-width: 260px; }
  .pr_37px { padding-right: 37px; }
  .pb_44px { padding-bottom: 44px; }
  .mt_68px { margin-top: 68px; }
  .h_calc\(100vh_-_48px\) { height: calc(-48px + 100vh); }
  .mb_54px { margin-bottom: 54px; }
  .bottom_30px { bottom: 30px; }
  .pb_98px { padding-bottom: 98px; }
  .min-h_400px { min-height: 400px; }
  .max-w_736px { max-width: 736px; }
  .mt_76px { margin-top: 76px; }
  .mt_5px { margin-top: 5px; }
  .pb_11px { padding-bottom: 11px; }
  .pt_23px { padding-top: 23px; }
  .pt_17px { padding-top: 17px; }
  .pb_17px { padding-bottom: 17px; }
  .ml_20px { margin-left: 20px; }
  .mr_20px { margin-right: 20px; }
  .pl_14px { padding-left: 14px; }
  .pr_14px { padding-right: 14px; }
  .mt_-2px { margin-top: -2px; }
  .right_-54px { right: -54px; }
  .w_60\% { width: 60%; }
  .w_227px { width: 227px; }
  .pb_24px { padding-bottom: 24px; }
  .min-w_170px { min-width: 170px; }
  .min-w_320px { min-width: 320px; }
  .pr_25px { padding-right: 25px; }
  .w_93\% { width: 93%; }
  .w_230px { width: 230px; }
  .pt_48px\! { padding-top: 48px !important; }
  .max-w_1170px { max-width: 1170px; }
  .max-w_520px { max-width: 520px; }
  .w_fit-content { width: fit-content; }
  .h_52px { height: 52px; }
  .min-h_500px { min-height: 500px; }
  .ml_calc\(-50vw_\+_50\%\) { margin-left: calc(50% - 50vw); }
  .\[\&_\>_\.accordion-inner-content\]\:p_16px > .accordion-inner-content { padding: 16px; }
  .\[\&\:\:-webkit-scrollbar-corner\]\:bg_transparent::-webkit-scrollbar-corner { background: var(--colors-transparent); }
  .after\:bg_primary::after { background: var(--colors-primary); }
  .\[\&_button\]\:p_0 button { padding: var(--spacing-0); }
  .\[\&_button\]\:bd_1px_solid button { border: 1px solid; }
  .\[\&_button\]\:bg_white button { background: var(--colors-white); }
  .disabled\:bg_primaryHover:is(:disabled, [disabled], [data-disabled], [aria-disabled="true"]) { background: var(--colors-primary-hover); }
  input:checked ~ .\[input\:checked_\~_\&\]\:bd_6px_solid_\#3889eb { border: 6px solid rgb(56, 137, 235); }
  .before\:bg_var\(--popper-arrow-bg\,_\#111\)::before { background: var(--popper-arrow-bg,#111); }
  .\[\&\:\:before\]\:bg_\#d92228::before { background: rgb(217, 34, 40); }
  .\[\&\:\:before\]\:bd_6px_solid_\#fff::before { border: 6px solid rgb(255, 255, 255); }
  .\[\&_a\]\:m_0_12px_24px_0 a { margin: 0px 12px 24px 0px; }
  .\[\&_\>_button\]\:p_0 > button { padding: var(--spacing-0); }
  .\[\&_button\]\:bd_2px_solid_\#D41F24 button { border: 2px solid rgb(212, 31, 36); }
  .\[\&_\>_div\]\:m_0 > div { margin: var(--spacing-0); }
  .\[\&_\.inputs\]\:bg_\#fff .inputs { background: rgb(255, 255, 255); }
  .\[\&\:\:after\]\:inset_0::after { inset: var(--spacing-0); }
  .\[\&_img\,_\&_svg\]\:m_0 img, .\[\&_img\,_\&_svg\]\:m_0 svg { margin: var(--spacing-0); }
  .\[\&_img\,_\&_svg\]\:m_0_auto img, .\[\&_img\,_\&_svg\]\:m_0_auto svg { margin: 0px auto; }
  .\[\&\[data-modernized\=\"true\"\]\]\:p_24px_40px[data-modernized="true"] { padding: 24px 40px; }
  .\[\&_svg\]\:m_0_auto svg { margin: 0px auto; }
  .\[\&_svg\]\:p_4px svg { padding: 4px; }
  .\[\&_button\]\:p_11px_24px button { padding: 11px 24px; }
  .\[\&_\>_div\]\:p_0 > div { padding: var(--spacing-0); }
  .\[\&_section\]\:m_0 section { margin: var(--spacing-0); }
  .\[\&_button\[aria-expanded\]\]\:p_16px_0 button[aria-expanded] { padding: 16px 0px; }
  .\[\&_h3\]\:p_0 h3 { padding: var(--spacing-0); }
  .\[\&_\.accordion-inner-content\]\:p_16px .accordion-inner-content { padding: 16px; }
  .\[\&\:\:after\]\:anim_shimmer_2s_linear_infinite::after { animation: 2s linear 0s infinite normal none running shimmer; }
  .\[\&_img\]\:inset_0 img { inset: var(--spacing-0); }
  .\[\&\:after\]\:bg_\#fff::after { background: rgb(255, 255, 255); }
  .\[\&_input\]\:bd_2px_solid_\#eb5757\! input { border: 2px solid rgb(235, 87, 87) !important; }
  .\[\&_\.inputs_\.location-input\]\:bd_0 .inputs .location-input { border: 0px; }
  .\[\&_\.inputs_\.location-input\]\:m_0 .inputs .location-input { margin: var(--spacing-0); }
  .\[\&_ul_li_a\]\:p_0_24px ul li a { padding: 0px 24px; }
  .\[\&\:last-child_button\]\:bd-b_none:last-child button { border-bottom: var(--borders-none); }
  .\[\&\:last-child_button\]\:bd-b_1px_solid_rgba\(75\,_92\,_117\,_0\.1019607843\):last-child button { border-bottom: 1px solid rgba(75, 92, 117, 0.1); }
  .\[\&\[data-expanded\=\"true\"\]\]\:bd-b_none[data-expanded="true"] { border-bottom: var(--borders-none); }
  .\[\&\:\:after\]\:bdr_2px::after, .\[\&\:\:before\]\:bdr_2px::before { border-radius: 2px; }
  .\[\&\[data-expanded\=\"false\"\]\]\:bd-b_1px_solid_rgba\(75\,_92\,_117\,_0\.1019607843\)\![data-expanded="false"], .\[\&\[data-expanded\=\"true\"\]\]\:bd-b_1px_solid_rgba\(75\,_92\,_117\,_0\.1019607843\)\![data-expanded="true"] { border-bottom: 1px solid rgba(75, 92, 117, 0.1) !important; }
  .\[\&\[data-expanded\=\"true\"\]\]\:bd-b_1px_solid_rgba\(75\,_92\,_117\,_0\.1019607843\)[data-expanded="true"] { border-bottom: 1px solid rgba(75, 92, 117, 0.1); }
  .\[\&\:\:before\]\:bd-r_3px_solid_currentColor::before { border-right: 3px solid; }
  .\[\&\:\:before\]\:bd-b_3px_solid_currentColor::before { border-bottom: 3px solid; }
  .\[\&\:\:before\]\:bdr_0::before { border-radius: 0px; }
  .\[\&_\>_\.accordion-inner-content\]\:ov_hidden > .accordion-inner-content { overflow: hidden; }
  .\[\&_\>_\.accordion-inner-content\]\:bdr_16px > .accordion-inner-content { border-radius: 16px; }
  .\[\&\.open\]\:bd-b_none\!.open { border-bottom: var(--borders-none) !important; }
  .\[\&\.open\]\:bd-b_1px_solid_rgba\(75\,_92\,_117\,_0\.1019607843\).open { border-bottom: 1px solid rgba(75, 92, 117, 0.1); }
  .\[\&_\>_\.accordion-inner-content\]\:bdr_0 > .accordion-inner-content { border-radius: 0px; }
  .\[\&_\>_\.accordion-inner-content\]\:bdr_15px > .accordion-inner-content { border-radius: 15px; }
  .\[\&\:first-child\]\:bd-l_0:first-child { border-left: 0px; }
  .after\:bdr_100px::after { border-radius: 100px; }
  .\[\&_button\]\:bd-c_borderLight button { border-color: var(--colors-border-light); }
  .\[\&_button\]\:bdr_50\% button { border-radius: 50%; }
  .\[\&_button\]\:trs_background_0\.2s_ease button { transition: background 0.2s; }
  .\[\&_a\]\:td_underline a { text-decoration: underline; }
  .\[\&_a\]\:td_none a { text-decoration: none; }
  input:disabled ~ .\[input\:disabled_\~_\&\]\:bd-c_\#e6e9ef { border-color: rgb(230, 233, 239); }
  .\[\&\:\:after\]\:bd-t_1px_dashed_\#D3CFCA::after { border-top: 1px dashed rgb(211, 207, 202); }
  .\[\&\:\:after\]\:bd-l_none::after { border-left: var(--borders-none); }
  .\[\&\:\:before\]\:bdr_50\%::before { border-radius: 50%; }
  .\[\&\:last-child\]\:bd-l_none:last-child { border-left: var(--borders-none); }
  .disabled\:td_none:is(:disabled, [disabled], [data-disabled], [aria-disabled="true"]) { text-decoration: none; }
  .\[\&_\.inputs\]\:bdr_30px .inputs { border-radius: 30px; }
  .\[\&\:\:after\]\:trs_opacity_120ms_ease::after { transition: opacity 0.12s; }
  .\[\&\:\:before\]\:bd-t_9px_solid_transparent::before { border-top: 9px solid transparent; }
  .\[\&\:\:before\]\:bd-b_9px_solid_transparent::before { border-bottom: 9px solid transparent; }
  .\[\&\:\:before\]\:bd-l_15px_solid_\#fff::before { border-left: 15px solid rgb(255, 255, 255); }
  .\[\&_\.bubbletip-hover\]\:td_none .bubbletip-hover { text-decoration: none; }
  .\[\&\:last-child\]\:bd-b_none:last-child { border-bottom: var(--borders-none); }
  .\[\&_button\]\:flex_none button { flex: 0 0 auto; }
  .\[\&_button\[aria-expanded\]\]\:bd-b_none button[aria-expanded] { border-bottom: var(--borders-none); }
  .\[\&_\.accordion-inner-content\]\:bdr_16px .accordion-inner-content { border-radius: 16px; }
  .first\:bdr_8px_0_0_8px:first-child { border-radius: 8px 0px 0px 8px; }
  .last\:bdr_0_8px_8px_0:last-child { border-radius: 0px 8px 8px 0px; }
  .last\:bd-r_none:last-child { border-right: var(--borders-none); }
  .\[\&_\.inputs\]\:bdr_100px .inputs { border-radius: 100px; }
  .\[\&\:after\]\:bdr_16px_0_0_16px::after { border-radius: 16px 0px 0px 16px; }
  .\[\&_tbody_tr\:last-child\]\:bd-b_none tbody tr:last-child { border-bottom: var(--borders-none); }
  .\[\&_\.inputs_\.location-input\]\:bdr_100px .inputs .location-input { border-radius: 100px; }
  .\[\&_\.inputs_\.location-input\]\:ring_0 .inputs .location-input { outline: 0px; }
  .\[\&_\.inputs_\.location-input\.has-dropdown\]\:bdr_28px_28px_0_0 .inputs .location-input.has-dropdown { border-radius: 28px 28px 0px 0px; }
  .\[\&\:\:before\]\:content_\"\"::before { content: ""; }
  .\[\&\:\:before\]\:pos_absolute::before { position: absolute; }
  .\[\&\:\:before\]\:trf_translateY\(-50\%\)::before { transform: translateY(-50%); }
  .\[\&\:\:after\]\:content_\"\"::after { content: ""; }
  .\[\&\:\:after\]\:pos_absolute::after { position: absolute; }
  .\[\&\:\:after\]\:trf_translateY\(-50\%\)::after { transform: translateY(-50%); }
  .\[\&\[data-expanded\=\"true\"\]\:\:after\]\:d_none[data-expanded="true"]::after, .\[\&\[data-has-custom-icon\=\"true\"\]\:\:after\]\:d_none[data-has-custom-icon="true"]::after, .\[\&\[data-has-custom-icon\=\"true\"\]\:\:before\]\:d_none[data-has-custom-icon="true"]::before { display: none; }
  .\[\&\:\:before\]\:trf_translateY\(-50\%\)_rotate\(45deg\)::before { transform: translateY(-50%) rotate(45deg); }
  .\[\&\:\:after\]\:d_none::after { display: none; }
  .\[\&\[data-expanded\=\"true\"\]\:\:before\]\:trf_translateY\(-50\%\)_rotate\(-135deg\)[data-expanded="true"]::before { transform: translateY(-50%) rotate(-135deg); }
  .\[\&_\>_\.accordion-inner-content\]\:fs_16px > .accordion-inner-content { font-size: 16px; }
  .\[\&_\>_\.accordion-inner-content\]\:fw_400 > .accordion-inner-content { font-weight: 400; }
  .\[\&_\>_\.accordion-inner-content\]\:lh_24px > .accordion-inner-content { line-height: 24px; }
  .\[\&_\>_\.accordion-inner-content\]\:bg-c_\#f7f7f7 > .accordion-inner-content { background-color: rgb(247, 247, 247); }
  .\[\&_\>_\.accordion-inner-content\]\:fs_14px > .accordion-inner-content { font-size: 14px; }
  .\[\&_\>_\.accordion-inner-content\]\:lh_28px > .accordion-inner-content { line-height: 28px; }
  .\[\&_\>_\.accordion-inner-content\]\:c_\#3f4650 > .accordion-inner-content { color: rgb(63, 70, 80); }
  .\[\&_\>_\.accordion-inner-content\]\:op_0\.87 > .accordion-inner-content { opacity: 0.87; }
  .\[\&\:\:-webkit-scrollbar\]\:d_none::-webkit-scrollbar { display: none; }
  .after\:content_\"\"::after { content: ""; }
  .after\:pos_absolute::after { position: absolute; }
  .\[\&_button\]\:fs_20px button { font-size: 20px; }
  .\[\&_button\]\:fw_bold button { font-weight: var(--font-weights-bold); }
  .\[\&_button\]\:ta_center button { text-align: center; }
  .\[\&_button\]\:cursor_pointer button { cursor: pointer; }
  .\[\&_button\]\:d_flex button { display: flex; }
  .\[\&_button\]\:ai_center button { align-items: center; }
  .\[\&_button\]\:jc_center button { justify-content: center; }
  .disabled\:cursor_not-allowed:is(:disabled, [disabled], [data-disabled], [aria-disabled="true"]) { cursor: not-allowed; }
  .\[\&_\>_div\:nth-child\(odd\)\]\:ta_right > div:nth-child(2n+1) { text-align: right; }
  .\[\&_\>_div\:nth-child\(even\)\]\:ta_left > div:nth-child(2n) { text-align: left; }
  .\[\&_a\]\:op_0\.87 a { opacity: 0.87; }
  .\[\&_a\]\:c_inherit a { color: inherit; }
  .\[\&_a\]\:d_block a { display: block; }
  .\[\&_a\]\:fs_14px a { font-size: 14px; }
  .\[\&_a\]\:fs_16px a { font-size: 16px; }
  .placeholder\:c_\#8c93a1::placeholder, .placeholder\:c_\#8c93a1[data-placeholder] { color: rgb(140, 147, 161); }
  .disabled\:bg-c_\#f5f6f8:is(:disabled, [disabled], [data-disabled], [aria-disabled="true"]) { background-color: rgb(245, 246, 248); }
  .disabled\:c_\#8c93a1:is(:disabled, [disabled], [data-disabled], [aria-disabled="true"]) { color: rgb(140, 147, 161); }
  .\[\&\[type\=\"date\"\]\]\:cursor_pointer[type="date"] { cursor: pointer; }
  .\[\&\:\:-webkit-calendar-picker-indicator\]\:cursor_pointer::-webkit-calendar-picker-indicator { cursor: pointer; }
  .\[\&\:\:-webkit-calendar-picker-indicator\]\:op_0\.6::-webkit-calendar-picker-indicator { opacity: 0.6; }
  .\[\&\:\:-webkit-datetime-edit\]\:c_textSecondary::-webkit-datetime-edit { color: var(--colors-text-secondary); }
  input:disabled ~ .\[input\:disabled_\~_\&\]\:bg-c_\#f5f6f8 { background-color: rgb(245, 246, 248); }
  input:disabled ~ .\[input\:disabled_\~_\&\]\:cursor_not-allowed { cursor: not-allowed; }
  .\[\&_input\]\:bx-sh_0_4px_8px_0_rgba\(232\,_74\,_80\,_\.5019607843\) input { box-shadow: rgba(232, 74, 80, 0.5) 0px 4px 8px 0px; }
  .\[\&_input\]\:bg-c_\#fceced\! input { background-color: rgb(252, 236, 237) !important; }
  .\[\&\[data-display-block\=\"true\"\]\]\:d_block[data-display-block="true"] { display: block; }
  .before\:content_\"\"::before { content: ""; }
  .before\:pos_absolute::before { position: absolute; }
  .before\:trf_rotate\(45deg\)::before { transform: rotate(45deg); }
  .\[\&\:last-child\:\:after\]\:d_none:last-child::after { display: none; }
  .\[\&\:\:before\]\:content_counter\(item\)::before { content: counter(item); }
  .\[\&\:\:before\]\:c_\#fff::before { color: rgb(255, 255, 255); }
  .\[\&\:\:before\]\:fs_16px::before { font-size: 16px; }
  .\[\&\:\:before\]\:fw_700::before { font-weight: 700; }
  .\[\&\:\:before\]\:lh_1\.9::before { line-height: 1.9; }
  .\[\&\:\:before\]\:ta_center::before { text-align: center; }
  .\[\&\:\:before\]\:d_inline-block::before { display: inline-block; }
  .\[\&\:\:after\]\:content_none::after { content: none; }
  .\[\&\:disabled\]\:op_0\.5:disabled { opacity: 0.5; }
  .\[\&\:disabled\]\:cursor_not-allowed:disabled { cursor: not-allowed; }
  .\[\&\[data-open\=\"true\"\]_\>_div\]\:op_1[data-open="true"] > div { opacity: 1; }
  .\[\&\[data-open\=\"true\"\]_\>_div\]\:vis_visible[data-open="true"] > div { visibility: visible; }
  .\[\&_img\]\:va_text-bottom img { vertical-align: text-bottom; }
  .\[\&_a\]\:c_white a { color: var(--colors-white); }
  .\[\&_a\]\:bg-c_transparent a { background-color: var(--colors-transparent); }
  .\[\&_svg\]\:d_inline-block svg { display: inline-block; }
  .\[\&_svg\]\:va_middle svg { vertical-align: middle; }
  .\[\&_a\]\:d_inline-block a { display: inline-block; }
  .disabled\:cursor_default:is(:disabled, [disabled], [data-disabled], [aria-disabled="true"]) { cursor: default; }
  .\[\&\:nth-child\(n\+6\)\]\:d_none:nth-child(n+6) { display: none; }
  .\[\&_strong\]\:fs_16px strong { font-size: 16px; }
  .\[\&_strong\]\:fw_bold strong { font-weight: var(--font-weights-bold); }
  .\[\&_strong\]\:c_textPrimary strong { color: var(--colors-text-primary); }
  .\[\&_strong\]\:lh_1\.5 strong { line-height: 1.5; }
  .\[\&_span\]\:fs_13px span { font-size: 13px; }
  .\[\&_span\]\:c_textTertiary span { }
  .\[\&_span\]\:lh_1\.5 span { line-height: 1.5; }
  .\[\&_svg\]\:d_block svg { display: block; }
  .\[\&_\>_img\:nth-of-type\(2\)\]\:d_none > img:nth-of-type(2) { display: none; }
  .\[\&_\>_button\]\:lh_38px > button { line-height: 38px; }
  .\[\&_\>_button\]\:fs_16px > button { font-size: 16px; }
  .\[\&_strong\]\:fw_600 strong { font-weight: 600; }
  .\[\&_svg\]\:fs_16px\! svg { font-size: 16px !important; }
  .\[\&_button\]\:white-space_nowrap button { white-space: nowrap; }
  .\[\&_button\]\:fs_16px button { font-size: 16px; }
  .disabled\:op_0\.6:is(:disabled, [disabled], [data-disabled], [aria-disabled="true"]) { opacity: 0.6; }
  .\[\&_\.inputs\]\:pos_relative .inputs { position: relative; }
  .\[\&\:\:after\]\:op_1::after, .\[\&\[data-open\=\"true\"\]\]\:op_1[data-open="true"] { opacity: 1; }
  .\[\&\:\:before\]\:d_block::before { display: block; }
  .\[\&_a\]\:c_\#d73502 a { color: rgb(215, 53, 2); }
  .\[\&_\.bubbletip-hover\]\:pos_relative .bubbletip-hover { position: relative; }
  .\[\&_\.bubbletip-hover\]\:c_\#d73502 .bubbletip-hover { color: rgb(215, 53, 2); }
  .\[\&\:disabled\]\:bg-c_\#ccc:disabled { background-color: rgb(204, 204, 204); }
  .\[\&\:disabled\]\:trf_none:disabled { transform: none; }
  .\[\&_img\]\:obj-f_fill img { object-fit: fill; }
  .\[\&_button\]\:fs_18px button { font-size: 18px; }
  .\[\&_img\,_\&_svg\]\:d_block img, .\[\&_img\,_\&_svg\]\:d_block svg { display: block; }
  .\[\&_img\,_\&_svg\]\:filter_grayscale\(1\) img, .\[\&_img\,_\&_svg\]\:filter_grayscale\(1\) svg { filter: grayscale(1); }
  .\[\&_a\]\:c_\#d41f24 a { color: rgb(212, 31, 36); }
  .\[\&_a\]\:cursor_pointer a { cursor: pointer; }
  .\[\&\[data-modernized\=\"true\"\]\]\:ta_left[data-modernized="true"] { text-align: left; }
  .\[\&\[data-modernized\=\"true\"\]\]\:fs_16px[data-modernized="true"] { font-size: 16px; }
  .\[\&\[data-modernized\=\"true\"\]\]\:lh_24px[data-modernized="true"] { line-height: 24px; }
  .\[\&_p\]\:fs_14px p { font-size: 14px; }
  .\[\&_p\]\:c_\#4a586e p { color: rgb(74, 88, 110); }
  .\[\&\[data-modernized\=\"true\"\]\]\:ff_galanoBold[data-modernized="true"] { font-family: var(--fonts-galano-bold); }
  .\[\&\[data-modernized\=\"true\"\]\]\:fw_100[data-modernized="true"] { font-weight: 100; }
  .\[\&\[data-modernized\=\"true\"\]\]\:lh_32px[data-modernized="true"] { line-height: 32px; }
  .\[\&\[data-modernized\=\"true\"\]\]\:ls_0\.3px[data-modernized="true"] { letter-spacing: 0.3px; }
  .\[\&\[data-modernized\=\"true\"\]\]\:fs_32px[data-modernized="true"] { font-size: 32px; }
  .\[\&\[data-modernized\=\"true\"\]\]\:c_\#1a1816[data-modernized="true"] { color: rgb(26, 24, 22); }
  .\[\&_svg\]\:flex-sh_0 svg { flex-shrink: 0; }
  .\[\&_a\]\:ls_1px a { letter-spacing: 1px; }
  .\[\&_h3\]\:fs_14px h3 { font-size: 14px; }
  .\[\&_h3\]\:fw_600 h3 { font-weight: 600; }
  .\[\&_h3\]\:c_textBody h3 { color: var(--colors-text-body); }
  .\[\&_\.accordion-inner-content\]\:fs_14px\! .accordion-inner-content { font-size: 14px !important; }
  .\[\&_\.accordion-inner-content\]\:lh_1\.6 .accordion-inner-content { line-height: 1.6; }
  .\[\&_\.accordion-inner-content\]\:c_textSecondary .accordion-inner-content { color: var(--colors-text-secondary); }
  .\[\&\:\:after\]\:bg-s_936px_104px::after { background-size: 936px 104px; }
  .\[\&\:\:after\]\:bg-i_linear-gradient\(to_right\,_rgba\(234\,_231\,_229\,_1\)_8\%\,_rgba\(26\,_24\,_22\,_0\.12\)_18\%\,_rgba\(234\,_231\,_229\,_1\)_33\%\)::after { background-image: linear-gradient(90deg, rgb(234, 231, 229) 8%, rgba(26, 24, 22, 0.12) 18%, rgb(234, 231, 229) 33%); }
  .\[\&_h2\]\:ta_center h2 { text-align: center; }
  .\[\&_h2\]\:fs_24px h2 { font-size: 24px; }
  .\[\&_img\]\:pos_absolute img { position: absolute; }
  .\[\&_img\]\:d_block img { display: block; }
  .\[\&_img\]\:obj-f_cover img { object-fit: cover; }
  .\[\&_img\]\:obj-p_100\%_60\% img { object-position: 100% 60%; }
  .\[\&_img\]\:obj-p_bottom img { object-position: center bottom; }
  .after\:d_block::after { display: block; }
  .after\:bg-c_\#ffffff::after { background-color: rgb(255, 255, 255); }
  .first\:ta_left:first-child { text-align: left; }
  .first\:justify-items_left:first-child { justify-items: left; }
  .last\:ta_right:last-child { text-align: right; }
  .last\:justify-items_end:last-child { justify-items: end; }
  .\[\&\[data-selected\=\"true\"\]\]\:bg-c_\#2b2b2b[data-selected="true"] { background-color: rgb(43, 43, 43); }
  .\[\&\[data-selected\=\"true\"\]\]\:c_\#fff[data-selected="true"] { color: rgb(255, 255, 255); }
  .\[\&_\.inputs\]\:bx-sh_none .inputs { box-shadow: none; }
  .\[\&\:after\]\:content_\"\"::after { content: ""; }
  .\[\&\:after\]\:pos_absolute::after { position: absolute; }
  .\[\&\:after\]\:z_-1::after { z-index: -1; }
  .\[\&\:after\]\:bx-sh_0_0_16px_rgba\(63\,_70\,_80\,_\.1\)\,_0_4px_8px_rgba\(12\,_0\,_51\,_\.05\)::after { box-shadow: rgba(63, 70, 80, 0.1) 0px 0px 16px, rgba(12, 0, 51, 0.05) 0px 4px 8px; }
  .\[\&\:after\]\:d_block::after { display: block; }
  .\[\&\:nth-child\(2\)\]\:c_\#4b5c75:nth-child(2) { color: rgb(75, 92, 117); }
  .\[\&\:nth-child\(2\)\]\:ls_1px:nth-child(2), .\[\&\:nth-child\(3\)\]\:ls_1px:nth-child(3) { letter-spacing: 1px; }
  .\[\&_h2\]\:d_none h2 { display: none; }
  .\[\&_img\]\:va_middle img { vertical-align: middle; }
  .\[\&_svg\]\:c_primary svg { color: var(--colors-primary); }
  .\[\&_br\]\:d_none br { display: none; }
  .\[\&_input\]\:fs_17px input { font-size: 17px; }
  .\[\&_input\]\:fw_normal input { font-weight: var(--font-weights-normal); }
  .\[\&_\>_div\]\:d_block\! > div { display: block !important; }
  .\[\&_\.inputs_\.location-input\]\:lh_48px .inputs .location-input { line-height: 48px; }
  .\[\&_\.inputs_\.location-input\]\:fs_14px .inputs .location-input { font-size: 14px; }
  .\[\&_\.inputs_\.location-input\]\:ls_0\.5px .inputs .location-input { letter-spacing: 0.5px; }
  .\[\&_\.inputs_\.location-input\]\:c_\#3f4650 .inputs .location-input { color: rgb(63, 70, 80); }
  .\[\&_\.inputs_\.next-button\]\:pos_absolute .inputs .next-button { position: absolute; }
  .\[\&_\.inputs_\.next-button\]\:fs_18px .inputs .next-button { font-size: 18px; }
  .\[\&_\.inputs_\.next-button\]\:lh_54px .inputs .next-button { line-height: 54px; }
  .\[\&_\.inputs_\.next-button\]\:ta_center .inputs .next-button { text-align: center; }
  .\[\&_\.inputs_\.next-button\]\:tt_inherit .inputs .next-button { text-transform: inherit; }
  .\[\&_div\[role\=\"tooltip\"\]\]\:fw_400 div[role="tooltip"] { font-weight: 400; }
  .\[\&_img\]\:obj-p_center img { object-position: center center; }
  .\[\&_img\]\:filter_brightness\(72\%\) img { filter: brightness(72%); }
  .\[\&_ul_li_a\]\:op_0\.87 ul li a { opacity: 0.87; }
  .\[\&_ul_li_a\]\:d_flex ul li a { display: flex; }
  .\[\&_ul_li_a\]\:ai_center ul li a { align-items: center; }
  .\[\&_ul_li_a\]\:c_textSecondary ul li a { color: var(--colors-text-secondary); }
  .\[\&_ul_li_a\]\:ta_left ul li a { text-align: left; }
  .\[\&_ul_li_a\]\:lh_2\.9 ul li a { line-height: 2.9; }
  .\[\&_ul_li_a\]\:ls_0\.5px ul li a { letter-spacing: 0.5px; }
  .\[\&_ul_li_a\]\:fs_14px ul li a { font-size: 14px; }
  .\[\&_ul_li_a\]\:fw_400 ul li a { font-weight: 400; }
  .\[\&_a\]\:c_primary a { color: var(--colors-primary); }
  .\[\&_a\]\:op_1 a { opacity: 1; }
  .\[\&_a\]\:fw_700 a { font-weight: 700; }
  .\[\&_a\]\:c_\#337ab7 a { color: rgb(51, 122, 183); }
  .\[\&_span\]\:fw_400 span { font-weight: 400; }
  .\[\&\:\:before\]\:right_0::before { right: var(--spacing-0); }
  .\[\&\:\:before\]\:w_12px::before { width: 12px; }
  .\[\&\:\:before\]\:h_2px::before { height: 2px; }
  .\[\&\:\:before\]\:top_50\%::before { top: 50%; }
  .\[\&\:\:after\]\:right_5px::after { right: 5px; }
  .\[\&\:\:after\]\:w_2px::after { width: 2px; }
  .\[\&\:\:after\]\:h_12px::after { height: 12px; }
  .\[\&\:\:after\]\:top_50\%::after { top: 50%; }
  .\[\&\:\:before\]\:right_4px::before { right: 4px; }
  .\[\&\:\:before\]\:top_16px::before { top: 16px; }
  .\[\&\:\:before\]\:w_9px::before { width: 9px; }
  .\[\&\:\:before\]\:h_9px::before { height: 9px; }
  .\[\&_\>_\.accordion-inner-content\]\:mt_16px > .accordion-inner-content { margin-top: 16px; }
  .\[\&\.open\]\:pb_10px.open { padding-bottom: 10px; }
  .\[\&_\>_\.accordion-inner-content\]\:mt_24px > .accordion-inner-content { margin-top: 24px; }
  .\[\&\:\:-webkit-scrollbar\]\:h_0::-webkit-scrollbar { height: var(--sizes-0); }
  .\[\&\:\:-webkit-scrollbar-corner\]\:w_0::-webkit-scrollbar-corner { width: var(--sizes-0); }
  .after\:top_auto::after { top: auto; }
  .after\:bottom_0::after { bottom: var(--spacing-0); }
  .after\:left_0::after { left: var(--spacing-0); }
  .after\:right_0::after { right: var(--spacing-0); }
  .after\:h_3px::after { height: 3px; }
  .\[\&_svg\]\:w_10px svg { width: 10px; }
  .\[\&_svg\]\:h_10px svg { height: 10px; }
  .\[\&_button\]\:w_32px button { width: 32px; }
  .\[\&_button\]\:h_32px button { height: 32px; }
  .\[\&\[data-has-value\=\"true\"\]\]\:pt_24px[data-has-value="true"] { padding-top: 24px; }
  .\[\&\[data-has-value\=\"true\"\]\]\:pt_0px[data-has-value="true"] { padding-top: 0px; }
  .\[\&_\>_i\]\:ml_-1px > i { margin-left: -1px; }
  .\[\&\[data-display-block\=\"true\"\]\]\:w_auto[data-display-block="true"] { width: auto; }
  .before\:left_0::before { left: var(--spacing-0); }
  .before\:h_var\(--arrow-size\,_12px\)::before { height: var(--arrow-size,12px); }
  .before\:w_var\(--arrow-size\,_12px\)::before { width: var(--arrow-size,12px); }
  .\[\&\:\:after\]\:top_10px::after { top: 10px; }
  .\[\&\:\:after\]\:left_calc\(50\%_\+_10px\)::after { left: calc(50% + 10px); }
  .\[\&\:\:after\]\:right_calc\(-50\%_-_8px\)::after { right: calc(-50% - 8px); }
  .\[\&\:\:after\]\:w_auto::after { width: auto; }
  .\[\&\:\:after\]\:h_1px::after { height: 1px; }
  .\[\&\:\:before\]\:ml_-52px::before { margin-left: -52px; }
  .\[\&\:\:before\]\:w_42px::before { width: 42px; }
  .\[\&\:\:before\]\:h_42px::before { height: 42px; }
  .\[\&\:\:before\]\:mt_-6px::before { margin-top: -6px; }
  .\[\&\:last-child\]\:pb_0px:last-child { padding-bottom: 0px; }
  .\[\&\:not\(\:first-child\)\]\:ml_6px:not(:first-child) { margin-left: 6px; }
  .\[\&_img\]\:w_24px img { width: 24px; }
  .\[\&_img\]\:h_24px img { height: 24px; }
  .\[\&_img\]\:mb_5px img { margin-bottom: 5px; }
  .\[\&_a\]\:mr_24px a { margin-right: 24px; }
  .\[\&_svg\]\:mt_-0\.2em svg { margin-top: -0.2em; }
  .\[\&_svg\]\:h_40px svg { height: 40px; }
  .\[\&\:first-child\]\:mt_0:first-child { margin-top: var(--spacing-0); }
  .\[\&_svg\]\:w_16px svg { width: 16px; }
  .\[\&_svg\]\:h_16px svg { height: 16px; }
  .\[\&_svg\]\:mt_3px svg { margin-top: 3px; }
  .\[\&_\>_button\]\:w_100\% > button { width: 100%; }
  .\[\&_button\]\:w_48px button { width: 48px; }
  .\[\&_button\]\:h_48px button { height: 48px; }
  .\[\&_svg\]\:w_24px svg { width: 24px; }
  .\[\&_svg\]\:h_24px svg { height: 24px; }
  .\[\&_svg\]\:w_20px svg { width: 20px; }
  .\[\&_svg\]\:h_20px svg { height: 20px; }
  .\[\&_\>_div\]\:w_auto > div { width: auto; }
  .\[\&\:\:before\]\:w_0::before { width: var(--sizes-0); }
  .\[\&\:\:before\]\:h_0::before { height: var(--sizes-0); }
  .\[\&\:\:before\]\:ml_3px::before { margin-left: 3px; }
  .\[\&\:\:before\]\:bd-l-w_15px::before { border-left-width: 15px; }
  .\[\&\:\:before\]\:bd-b-w_9px::before { border-bottom-width: 9px; }
  .\[\&\:\:before\]\:bd-t-w_9px::before { border-top-width: 9px; }
  .\[\&_svg\]\:mr_6px svg { margin-right: 6px; }
  .\[\&_svg\]\:mb_3px svg { margin-bottom: 3px; }
  :is(.\[\&_\+_\&\]\:mt_16px) + :is(.\[\&_\+_\&\]\:mt_16px) { margin-top: 16px; }
  .\[\&_\+_\&\]\:mt_24px + .\[\&_\+_\&\]\:mt_24px { margin-top: 24px; }
  .\[\&_\>_div\]\:w_100\% > div, .\[\&_img\]\:w_100\% img { width: 100%; }
  .\[\&_img\]\:h_100\% img { height: 100%; }
  .\[\&_div\[role\=\"tooltip\"\]\]\:w_100vw div[role="tooltip"] { width: 100vw; }
  .\[\&_div\[role\=\"tooltip\"\]\]\:h_auto div[role="tooltip"] { height: auto; }
  .\[\&_img\,_\&_svg\]\:w_64px img, .\[\&_img\,_\&_svg\]\:w_64px svg { width: 64px; }
  .\[\&_img\,_\&_svg\]\:min-w_64px img, .\[\&_img\,_\&_svg\]\:min-w_64px svg { min-width: 64px; }
  .\[\&_img\,_\&_svg\]\:h_64px img, .\[\&_img\,_\&_svg\]\:h_64px svg { height: 64px; }
  .\[\&_img\,_\&_svg\]\:w_48px img, .\[\&_img\,_\&_svg\]\:w_48px svg { width: 48px; }
  .\[\&_img\,_\&_svg\]\:h_48px img, .\[\&_img\,_\&_svg\]\:h_48px svg { height: 48px; }
  .\[\&_img\,_\&_svg\]\:w_100\% img, .\[\&_img\,_\&_svg\]\:w_100\% svg { width: 100%; }
  .\[\&_img\,_\&_svg\]\:max-w_174px img, .\[\&_img\,_\&_svg\]\:max-w_174px svg { max-width: 174px; }
  .\[\&_img\]\:w_32px img { width: 32px; }
  .\[\&_img\]\:h_32px img { height: 32px; }
  .\[\&_p\]\:mb_24px p { margin-bottom: 24px; }
  .\[\&\[data-modernized\=\"true\"\]\]\:mb_32px[data-modernized="true"] { margin-bottom: 32px; }
  .\[\&_\*\]\:max-h_536px * { max-height: 536px; }
  .\[\&_\*\]\:max-w_730px * { max-width: 730px; }
  .\[\&_div\[role\=\"tooltip\"\]\]\:w_290px div[role="tooltip"] { width: 290px; }
  .\[\&_div\[role\=\"tooltip\"\]\]\:h_232px div[role="tooltip"] { height: 232px; }
  .\[\&_svg\]\:mr_20px svg { margin-right: 20px; }
  .\[\&_svg\]\:mt_0 svg { margin-top: var(--spacing-0); }
  .\[\&_svg\]\:mb_0 svg { margin-bottom: var(--spacing-0); }
  .\[\&_svg\]\:w_64px svg { width: 64px; }
  .\[\&_svg\]\:h_64px svg { height: 64px; }
  .\[\&_\>_div\]\:min-w_fit-content > div { min-width: fit-content; }
  .\[\&_h3\]\:pr_16px h3 { padding-right: 16px; }
  .\[\&_div\.open\]\:pb_0 div.open { padding-bottom: var(--spacing-0); }
  .\[\&\:last-of-type\]\:mb_0:last-of-type { margin-bottom: var(--spacing-0); }
  .\[\&\:\:after\]\:min-w_468px::after { min-width: 468px; }
  .after\:w_2px::after { width: 2px; }
  .after\:h_100\%::after { height: 100%; }
  .after\:top_0::after { top: var(--spacing-0); }
  .\[\&\[data-selected\=\"sell\"\]\]\:mt_-30px[data-selected="sell"] { margin-top: -30px; }
  .\[\&\[data-selected\=\"buy\"\]\]\:mt_0[data-selected="buy"] { margin-top: var(--spacing-0); }
  .\[\&\[data-selected\=\"buy\"\]\]\:mt_10px[data-selected="buy"] { margin-top: 10px; }
  .\[\&_img\]\:w_auto img { width: auto; }
  .\[\&_img\]\:h_auto img { height: auto; }
  .\[\&\:after\]\:h_100\%::after { height: 100%; }
  .\[\&\:after\]\:w_90px::after { width: 90px; }
  .\[\&\:after\]\:top_-8px::after { top: -8px; }
  .\[\&\:after\]\:right_0::after { right: var(--spacing-0); }
  .\[\&\:nth-child\(2\)\]\:max-w_70px:nth-child(2) { max-width: 70px; }
  .\[\&\:first-child\]\:pl_0px:first-child { padding-left: 0px; }
  .\[\&\:last-child\]\:pr_0px:last-child { padding-right: 0px; }
  .\[\&_li\]\:w_calc\(50\%_-_8px\) li { width: calc(50% - 8px); }
  .\[\&_\>_\*\]\:w_100\% > * { width: 100%; }
  .\[\&_img\]\:h_50px img { height: 50px; }
  .\[\&_img\]\:w_50px img { width: 50px; }
  .\[\&_img\]\:mt_35px img { margin-top: 35px; }
  .\[\&_li\:last-child\]\:mb_0 li:last-child { margin-bottom: var(--spacing-0); }
  .\[\&_svg\]\:min-w_16px svg { min-width: 16px; }
  .\[\&_svg\]\:min-h_16px svg { min-height: 16px; }
  .\[\&_button\]\:ml_0 button { margin-left: var(--spacing-0); }
  .\[\&_button\]\:w_100\% button { width: 100%; }
  .\[\&_button\]\:h_56px button, .\[\&_input\]\:h_56px input { height: 56px; }
  .\[\&_svg\]\:w_100\% svg { width: 100%; }
  .\[\&_svg\]\:h_100\% svg { height: 100%; }
  .\[\&_\.inputs_\.location-input\]\:w_100\% .inputs .location-input { width: 100%; }
  .\[\&_\.inputs_\.location-input\]\:min-w_0 .inputs .location-input { min-width: var(--sizes-0); }
  .\[\&_\.inputs_\.location-input\]\:h_48px .inputs .location-input { height: 48px; }
  .\[\&_\.inputs_\.location-input\]\:pl_16px .inputs .location-input { padding-left: 16px; }
  .\[\&_\.inputs_\.location-input\]\:pr_156px .inputs .location-input { padding-right: 156px; }
  .\[\&_\.inputs_\.next-button\]\:w_auto .inputs .next-button { width: auto; }
  .\[\&_\.inputs_\.next-button\]\:right_1px .inputs .next-button { right: 1px; }
  .\[\&_\.inputs_\.next-button\]\:top_3px .inputs .next-button { top: 3px; }
  .\[\&_\.inputs_\.next-button\]\:h_54px .inputs .next-button { height: 54px; }
  .\[\&_\.inputs_\.next-button\]\:pr_24px .inputs .next-button { padding-right: 24px; }
  .\[\&_img\]\:max-w_auto img { }
  .\[\&_img\]\:h_16px img { height: 16px; }
  .\[\&_img\]\:mb_0px img { margin-bottom: 0px; }
  .\[\&_img\]\:mt_-2px img { margin-top: -2px; }
  .\[\&_img\]\:mr_10px img { margin-right: 10px; }
  .\[\&_img\]\:mr_8px img { margin-right: 8px; }
  .\[\&_br\]\:h_16px br { height: 16px; }
  .\[\&_br\]\:mb_16px br { margin-bottom: 16px; }
  .\[\&_svg\]\:ml_4px svg { margin-left: 4px; }
  .\[\&_img\.primaryColumnHeaderLogo\]\:w_157px img.primaryColumnHeaderLogo { width: 157px; }
  .\[\&_img\.primaryColumnHeaderLogo\]\:h_24px img.primaryColumnHeaderLogo { height: 24px; }
  .\[\&_a\:active\,_\&_a\:focus\,_\&_a\:visited\]\:c_white a:active, .\[\&_a\:active\,_\&_a\:focus\,_\&_a\:visited\]\:c_white a:focus, .\[\&_a\:active\,_\&_a\:focus\,_\&_a\:visited\]\:c_white a:visited, .visited\:c_white:visited { color: var(--colors-white); }
  .\[\&\:focus-within_\>_div\]\:op_1:focus-within > div { opacity: 1; }
  .\[\&\:focus-within_\>_div\]\:vis_visible:focus-within > div { visibility: visible; }
  .focus\:ring_none:is(:focus, [data-focus]) { outline: var(--borders-none); }
  .focus\:ring_2px_solid:is(:focus, [data-focus]) { outline: solid 2px; }
  .focus\:ring_0:is(:focus, [data-focus]) { outline: 0px; }
  .focus\:bd-c_\#639bc0:is(:focus, [data-focus]) { border-color: rgb(99, 155, 192); }
  .focus\:bd-c_\#d92228:is(:focus, [data-focus]) { border-color: rgb(217, 34, 40); }
  .\[\&\:focus\]\:ring_none:focus { outline: var(--borders-none); }
  .\[\&_a\:focus\]\:ring_5px_auto_-webkit-focus-ring-color a:focus { outline: -webkit-focus-ring-color auto 5px; }
  .focusVisible\:ring_2px_solid_\#639bc0:is(:focus-visible, [data-focus-visible]) { outline: rgb(99, 155, 192) solid 2px; }
  .focusVisible\:bdr_4px:is(:focus-visible, [data-focus-visible]) { border-radius: 4px; }
  .focus\:ring_2px_solid_rgba\(255\,_255\,_255\,_0\.5\)\;:is(:focus, [data-focus]) { outline: rgba(255, 255, 255, 0.5) solid 2px; }
  .focus\:bdr_4px:is(:focus, [data-focus]) { border-radius: 4px; }
  .\[\&\:focus\]\:ring_2px_solid_\#3f8ef1:focus { outline: rgb(63, 142, 241) solid 2px; }
  .\[\&\:focus\]\:bdr_4px:focus { border-radius: 4px; }
  .focus\:ring-c_primary:is(:focus, [data-focus]) { outline-color: var(--colors-primary); }
  .focus\:ring-o_2px:is(:focus, [data-focus]) { outline-offset: 2px; }
  .focus\:bx-sh_inset_0_1px_1px_rgba\(0\,_0\,_0\,_0\.075\)\,_0_0_8px_rgba\(99\,_155\,_192\,_0\.6\):is(:focus, [data-focus]) { box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(99, 155, 192, 0.6) 0px 0px 8px; }
  .focus\:bx-sh_inset_0_1px_1px_rgba\(0\,_0\,_0\,_0\.075\)\,_0_0_8px_rgba\(217\,_34\,_40\,_0\.35\):is(:focus, [data-focus]) { box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(217, 34, 40, 0.35) 0px 0px 8px; }
  .focus\:op_0\.5:is(:focus, [data-focus]) { opacity: 0.5; }
  .\[\&_a\:focus\]\:ring-o_-2px a:focus { outline-offset: -2px; }
  .focus\:ring-c_secondary:is(:focus, [data-focus]) { outline-color: var(--colors-secondary); }
  .focusVisible\:ring-o_2px:is(:focus-visible, [data-focus-visible]) { outline-offset: 2px; }
  .focusVisible\:bx-sh_0_0_0_3px_rgba\(206\,_44\,_49\,_0\.35\):is(:focus-visible, [data-focus-visible]) { box-shadow: rgba(206, 44, 49, 0.35) 0px 0px 0px 3px; }
  .\[\&\:focus\]\:ring-o_2px:focus { outline-offset: 2px; }
  .hover\:bg_primaryHover:is(:hover, [data-hover]) { background: var(--colors-primary-hover); }
  .hover\:bg_\#f6f6f6:is(:hover, [data-hover]) { background: rgb(246, 246, 246); }
  .\[\&\:hover\:not\(\[aria-selected\=\"true\"\]\)\]\:bg_\#a92e2a:hover:not([aria-selected="true"]) { background: rgb(169, 46, 42); }
  .\[\&\:hover\]\:bg_\#fff:hover { background: rgb(255, 255, 255); }
  .\[\&\:hover\]\:bg_\#999:hover { background: rgb(153, 153, 153); }
  .hover\:bg_secondaryDark:is(:hover, [data-hover]) { }
  .\[\&\:hover\,_\&\:active\]\:bg_\#f7faff:active, .\[\&\:hover\,_\&\:active\]\:bg_\#f7faff:hover { background: rgb(247, 250, 255); }
  .\[\&\:hover\,_\&\:active\]\:bd_2px_solid_\#3889eb:active, .\[\&\:hover\,_\&\:active\]\:bd_2px_solid_\#3889eb:hover { border: 2px solid rgb(56, 137, 235); }
  .hover\:bg_backgroundLightGray:is(:hover, [data-hover]) { background: var(--colors-background-light-gray); }
  .hover\:bg_backgroundLighterGray:is(:hover, [data-hover]) { background: var(--colors-background-lighter-gray); }
  .\[\&_a\:hover\]\:td_underline a:hover { text-decoration: underline; }
  .hover\:td_underline:is(:hover, [data-hover]) { text-decoration: underline; }
  .hover\:bd-c_secondaryDark:is(:hover, [data-hover]) { }
  .hover\:td_none:is(:hover, [data-hover]) { text-decoration: none; }
  .hover\:bd-c_\#c0c0c0:is(:hover, [data-hover]) { border-color: silver; }
  .\[\&\:hover\]\:td_underline:hover { text-decoration: underline; }
  .hover\:bd-l_none:is(:hover, [data-hover]) { border-left: var(--borders-none); }
  .\[\&\:hover\]\:td_none:hover { text-decoration: none; }
  .\[\&\:hover\]\:bd-b_3px_solid_var\(--colors-primary\):hover { border-bottom: 3px solid var(--colors-primary); }
  .hover\:bd-c_backgroundLightGray:is(:hover, [data-hover]) { border-color: var(--colors-background-light-gray); }
  .hover\:filter_brightness\(1\.2\):is(:hover, [data-hover]) { filter: brightness(1.2); }
  .hover\:op_0\.5:is(:hover, [data-hover]) { opacity: 0.5; }
  .hover\:bg-c_\#FFBDAD:is(:hover, [data-hover]) { background-color: rgb(255, 189, 173); }
  .hover\:c_\#DE350B:is(:hover, [data-hover]) { color: rgb(222, 53, 11); }
  .hover\:c_hsl\(0\,_0\%\,_60\%\):is(:hover, [data-hover]) { color: rgb(153, 153, 153); }
  .hover\:bg-c_\#e8f2fd:is(:hover, [data-hover]) { background-color: rgb(232, 242, 253); }
  .\[\&\:hover\]\:c_\#d92228:hover { color: rgb(217, 34, 40); }
  .\[\&\:hover\]\:c_\#fff:hover { color: rgb(255, 255, 255); }
  .\[\&\:hover_img\]\:op_1:hover img { opacity: 1; }
  .\[\&\:hover\]\:op_0\.6:hover { opacity: 0.6; }
  .hover\:op_1:is(:hover, [data-hover]) { opacity: 1; }
  .hover\:op_0\.95:is(:hover, [data-hover]) { opacity: 0.95; }
  .\[\&\:hover\]\:bg-c_\#b82e02:hover { background-color: rgb(184, 46, 2); }
  .\[\&\:hover\]\:trf_translateY\(-1px\):hover { transform: translateY(-1px); }
  .hover\:c_\#d41f24:is(:hover, [data-hover]) { color: rgb(212, 31, 36); }
  .hover\:bg-c_suggestionHover:is(:hover, [data-hover]) { background-color: var(--colors-suggestion-hover); }
  .hover\:bg-c_\#f5f5f5:is(:hover, [data-hover]) { background-color: rgb(245, 245, 245); }
  .\[\&\:hover\]\:op_0\.8:hover { opacity: 0.8; }
  a:hover .\[a\:hover_\&\]\:trf_translateX\(4px\) { transform: translateX(4px); }
  .hover\:tsh_0_0_0\.5px_var\(--colors-white\):is(:hover, [data-hover]) { text-shadow: 0 0 .5px var(--colors-white); }
  .hover\:bg-c_textSecondary:is(:hover, [data-hover]) { background-color: var(--colors-text-secondary); }
  .hover\:c_white:is(:hover, [data-hover]) { color: var(--colors-white); }
  .\[\&\:hover\]\:pb_17px:hover { padding-bottom: 17px; }
  .\[\&\:hover\]\:pt_14px:hover { padding-top: 14px; }
  .\[\&\:hover\]\:pb_11px:hover { padding-bottom: 11px; }
  .\[\&\:hover\]\:pt_19px:hover { padding-top: 19px; }
  .\[\&\:hover\]\:pb_16px:hover { padding-bottom: 16px; }
  .active\:ring_0:is(:active, [data-active]) { outline: 0px; }
  .active\:trf_scale\(0\.98\):is(:active, [data-active]) { transform: scale(0.98); }
  .active\:c_white:is(:active, [data-active]) { color: var(--colors-white); }
  .\[\&\:active\]\:trf_translateY\(0\):active { transform: translateY(0px); }
  .\[\&\:active\]\:c_\#3889eb:active { color: rgb(56, 137, 235); }
  .active\:bx-sh_none:is(:active, [data-active]) { box-shadow: none; }
  .\[\&_button\]\:hover\:bg_backgroundLightGray button:is(:hover, [data-hover]) { background: var(--colors-background-light-gray); }
  .\[\&_div\[role\=\"document\"\]\]\:\[\&_\>_div\]\:p_0 div[role="document"] > div { padding: var(--spacing-0); }
  .\[\&_div\[role\=\"document\"\]\]\:\[\&_\>_div\]\:p_32px div[role="document"] > div { padding: 32px; }
  .\[\&_ul_li_a\]\:\[\&\:focus\,_\&\:hover\]\:bg_backgroundLighterGray ul li a:focus, .\[\&_ul_li_a\]\:\[\&\:focus\,_\&\:hover\]\:bg_backgroundLighterGray ul li a:hover { background: var(--colors-background-lighter-gray); }
  .\[\&_\>_\.accordion-inner-content\]\:\[\&_a\:focus\]\:td_underline > .accordion-inner-content a:focus, .\[\&_\>_\.accordion-inner-content\]\:\[\&_a\]\:td_underline > .accordion-inner-content a { text-decoration: underline; }
  .\[\&_button\]\:focus\:ring_2px_solid button:is(:focus, [data-focus]) { outline: solid 2px; }
  .\[\&_\.bubbletip-hover\]\:\[\&\:hover\]\:td_underline .bubbletip-hover:hover, .\[\&_a\]\:\[\&\:hover\]\:td_underline a:hover { text-decoration: underline; }
  .\[\&_a\]\:hover\:td_none a:is(:hover, [data-hover]) { text-decoration: none; }
  .\[\&_\>_\.accordion-inner-content\]\:\[\&_a\]\:c_\#337ab7 > .accordion-inner-content a { color: rgb(51, 122, 183); }
  .\[\&_\>_\.accordion-inner-content\]\:\[\&_a\:focus\]\:c_\#23527c > .accordion-inner-content a:focus { color: rgb(35, 82, 124); }
  .\[\&_button\]\:focus\:ring-c_primary button:is(:focus, [data-focus]) { outline-color: var(--colors-primary); }
  .\[\&_button\]\:focus\:ring-o_2px button:is(:focus, [data-focus]) { outline-offset: 2px; }
  .\[\&\:\:-webkit-calendar-picker-indicator\]\:hover\:op_1::-webkit-calendar-picker-indicator:is(:hover) { opacity: 1; }
  .\[\&_button\[aria-expanded\]\]\:\[\&\:\:before\,_\&\:\:after\]\:d_none button[aria-expanded]::after, .\[\&_button\[aria-expanded\]\]\:\[\&\:\:before\,_\&\:\:after\]\:d_none button[aria-expanded]::before { display: none; }
  .\[\&_\.accordion-inner-content\]\:\[\&_\*\]\:fs_14px\! .accordion-inner-content * { font-size: 14px !important; }
  .last\:after\:d_none:last-child::after { display: none; }
  .\[\&_input\]\:\[\&\:\:placeholder\]\:fs_17px input::placeholder { font-size: 17px; }
  .\[\&_input\]\:\[\&\:\:placeholder\]\:fw_normal input::placeholder { font-weight: var(--font-weights-normal); }
  .\[\&_a\]\:hover\:c_\#23527c a:is(:hover, [data-hover]) { color: rgb(35, 82, 124); }
  .focus\:\[\&_\>_span\]\:filter_brightness\(90\%\):is(:focus, [data-focus]) > span { filter: brightness(90%); }
  .hover\:\[\&_\.agent-name\,_\&_\.agent-brokerage\]\:c_primary:is(:hover, [data-hover]) .agent-brokerage, .hover\:\[\&_\.agent-name\,_\&_\.agent-brokerage\]\:c_primary:is(:hover, [data-hover]) .agent-name { color: var(--colors-primary); }
  .hover\:\[\&_\>_img\:nth-of-type\(1\)\]\:d_none:is(:hover, [data-hover]) > img:first-of-type { display: none; }
  .hover\:\[\&_\>_img\:nth-of-type\(2\)\]\:d_block:is(:hover, [data-hover]) > img:nth-of-type(2) { display: block; }
  .hover\:\[\&_\>_span\]\:filter_brightness\(110\%\):is(:hover, [data-hover]) > span { filter: brightness(110%); }
  .hover\:\[\&_div\]\:c_secondary:is(:hover, [data-hover]) div { color: var(--colors-secondary); }
  .hover\:\[\&_\>_div\]\:ml_0:is(:hover, [data-hover]) > div { margin-left: var(--spacing-0); }
  .active\:\[\&_\>_span\]\:filter_brightness\(90\%\):is(:active, [data-active]) > span { filter: brightness(90%); }
  @media (min-width: 480px) {
  .\[\&_img\]\:\[\@media_\(min-width\:_480px\)\]\:obj-p_right img { object-position: right center; }
}
  @media screen and (min-width: 30rem) {
  .xs\:p_16px { padding: 16px; }
  .xs\:m_16px_-16px { margin: 16px -16px; }
  .xs\:p_0 { padding: var(--spacing-0); }
  .xs\:p_32px { padding: 32px; }
  .xs\:px_32px { padding-inline: 32px; }
  .xs\:d_inline { display: inline; }
  .xs\:d_inline-block { display: inline-block; }
  .xs\:d_flex { display: flex; }
  .xs\:fs_24px { font-size: 24px; }
  .xs\:fs_14px { font-size: 14px; }
  .xs\:d_block { display: block; }
  .xs\:d_none { display: none; }
  .xs\:fs_28px { font-size: 28px; }
  .xs\:jc_space-between { justify-content: space-between; }
  .xs\:fs_16px { font-size: 16px; }
  .xs\:flex-d_row { flex-direction: row; }
  .xs\:pos_static { position: static; }
  .xs\:fs_20px { font-size: 20px; }
  .xs\:scale_balanced { }
  .xs\:word-spacing_normal { word-spacing: normal; }
  .xs\:mb_0 { margin-bottom: var(--spacing-0); }
  .xs\:w_145px { width: 145px; }
  .xs\:w_auto { width: auto; }
  .xs\:w_48px { width: 48px; }
  .xs\:mr_20px { margin-right: 20px; }
  .xs\:max-w_940px { max-width: 940px; }
  .xs\:mb_16px { margin-bottom: 16px; }
  .xs\:mt_24px { margin-top: 24px; }
  .xs\:bdr-br_30px { border-bottom-right-radius: 30px; }
  .xs\:pr_8px { padding-right: 8px; }
  .xs\:top_0 { top: var(--spacing-0); }
  .xs\:w_calc\(100\%_-_120px\) { width: calc(100% - 120px); }
  .xs\:w_calc\(100\%_-_140px\) { width: calc(100% - 140px); }
  .xs\:mt_19px { margin-top: 19px; }
  .xs\:w_361px { width: 361px; }
  .xs\:mt_8px { margin-top: 8px; }
  .xs\:pb_16px { padding-bottom: 16px; }
  .xs\:pb_64px { padding-bottom: 64px; }
  .xs\:pt_80px { padding-top: 80px; }
  .xs\:min-h_450px { min-height: 450px; }
  .xs\:pt_96x { }
  .xs\:pb_60px { padding-bottom: 60px; }
  .xs\:pt_52px { padding-top: 52px; }
  .xs\:pb_48px { padding-bottom: 48px; }
  .xs\:pr_0px { padding-right: 0px; }
  .xs\:h_645px { height: 645px; }
  .xs\:pb_80px { padding-bottom: 80px; }
  .xs\:mt_0 { margin-top: var(--spacing-0); }
  .\[\&_\>_button\]\:xs\:p_0_24px > button { padding: 0px 24px; }
  .\[\&_button\]\:xs\:bd_1\.5px_solid_rgba\(212\,_31\,_36\,_0\.3\) button { border: 1.5px solid rgba(212, 31, 36, 0.3); }
  .\[\&_button\]\:xs\:bdr_50\% button { border-radius: 50%; }
  .\[\&_\>_button\]\:xs\:lh_normal > button { line-height: var(--line-heights-normal); }
  .\[\&_\>_button\]\:xs\:fs_18px > button { font-size: 18px; }
  .\[\&_\>_button\]\:xs\:w_auto > button { width: auto; }
  .\[\&_button\]\:xs\:w_48px button { width: 48px; }
  .\[\&_button\]\:xs\:h_48px button { height: 48px; }
}
  @media screen and (min-width: 40rem) {
  .sm\:p_0_16px { padding: 0px 16px; }
  .sm\:m_0_auto { margin: 0px auto; }
  .sm\:p_60px_0 { padding: 60px 0px; }
  .sm\:p_0 { padding: var(--spacing-0); }
  .sm\:py_48px { padding-block: 48px; }
  .sm\:gap_48px { gap: 48px; }
  .sm\:gap_32px { gap: 32px; }
  .sm\:py_72px_4px { padding-block: 72px 4px; }
  .sm\:px_8px_24px { padding-inline: 8px 24px; }
  .sm\:py_80px { padding-block: 80px; }
  .sm\:px_24px { padding-inline: 24px; }
  .sm\:py_14px { padding-block: 14px; }
  .sm\:grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .sm\:fs_28px { font-size: 28px; }
  .sm\:d_inline { display: inline; }
  .sm\:lh_64px { line-height: 64px; }
  .sm\:fs_47px { font-size: 47px; }
  .sm\:scale_seller { }
  .sm\:d_block { display: block; }
  .sm\:d_none { display: none; }
  .sm\:fs_20px { font-size: 20px; }
  .sm\:lh_30px { line-height: 30px; }
  .sm\:ls_normal { letter-spacing: var(--letter-spacings-normal); }
  .sm\:ta_center { text-align: center; }
  .sm\:grid-tc_repeat\(4\,_1fr\) { grid-template-columns: repeat(4, 1fr); }
  .sm\:fs_30px { font-size: 30px; }
  .sm\:fs_16px { font-size: 16px; }
  .sm\:lh_28px { line-height: 28px; }
  .sm\:flex-d_row { flex-direction: row; }
  .sm\:jc_space-evenly { justify-content: space-evenly; }
  .sm\:fs_21px { font-size: 21px; }
  .sm\:min-w_164px { min-width: 164px; }
  .sm\:w_300px { width: 300px; }
  .sm\:h_320px { height: 320px; }
  .sm\:h_auto { height: auto; }
  .sm\:mb_24px { margin-bottom: 24px; }
  .sm\:max-w_752px { max-width: 752px; }
  .sm\:w_400px { width: 400px; }
  .sm\:pb_8px { padding-bottom: 8px; }
  .sm\:max-w_100\% { max-width: 100%; }
  .sm\:ml_0 { margin-left: var(--spacing-0); }
  .sm\:max-w_432px { max-width: 432px; }
  .sm\:max-w_95\% { max-width: 95%; }
  .sm\:max-w_674px { max-width: 674px; }
  .sm\:max-w_294px { max-width: 294px; }
  .sm\:pt_128px { padding-top: 128px; }
  .sm\:pb_60px { padding-bottom: 60px; }
  .sm\:mt_16px { margin-top: 16px; }
  .sm\:mb_64px { margin-bottom: 64px; }
  .sm\:max-w_710px { max-width: 710px; }
  .sm\:w_453px { width: 453px; }
  .sm\:mb_0 { margin-bottom: var(--spacing-0); }
  .\[\&_a\]\:sm\:fs_16px a { font-size: 16px; }
  .\[\&\[data-selected\=\"buy\"\]\]\:sm\:mt_10px[data-selected="buy"] { margin-top: 10px; }
}
  @media (min-width: 768px) {
  .\[\@media_\(min-width\:_768px\)\]\:p_0_24px { padding: 0px 24px; }
  .\[\@media_\(min-width\:_768px\)\]\:d_flex { display: flex; }
  .\[\@media_\(min-width\:_768px\)\]\:ta_left { text-align: left; }
  .\[\@media_\(min-width\:_768px\)\]\:fs_11px { font-size: 11px; }
  .\[\@media_\(min-width\:_768px\)\]\:max-w_300px { max-width: 300px; }
  .\[\@media_\(min-width\:_768px\)\]\:mr_16px { margin-right: 16px; }
}
  @media screen and (min-width: 48rem) {
  .md\:p_0px_0px { padding: 0px; }
  .md\:p_0_24px_24px_0 { padding: 0px 24px 24px 0px; }
  .md\:p_10px { padding: 10px; }
  .md\:bg_\#fff { background: rgb(255, 255, 255); }
  .md\:p_0 { padding: var(--spacing-0); }
  .md\:m_0 { margin: var(--spacing-0); }
  .md\:p_64px_40px { padding: 64px 40px; }
  .md\:m_0_160px_32px_160px { margin: 0px 160px 32px; }
  .md\:m_0_0_16px_0 { margin: 0px 0px 16px; }
  .md\:p_48px_40px { padding: 48px 40px; }
  .md\:p_24px { padding: 24px; }
  .md\:p_0_20px { padding: 0px 20px; }
  .md\:bg_white { background: var(--colors-white); }
  .md\:bd_1\.5px_solid_rgba\(0\,_0\,_0\,_0\.2\) { border: 1.5px solid rgba(0, 0, 0, 0.2); }
  .md\:p_32px { padding: 32px; }
  .md\:m_32px_-32px { margin: 32px -32px; }
  .md\:p_32px_24px_24px_24px { padding: 32px 24px 24px; }
  .md\:p_60px_40px { padding: 60px 40px; }
  .md\:p_18px_40px { padding: 18px 40px; }
  .md\:p_0_10px { padding: 0px 10px; }
  .md\:p_0px_20px { padding: 0px 20px; }
  .md\:p_0px_24px { padding: 0px 24px; }
  .md\:p_0_32px { padding: 0px 32px; }
  .md\:m_0_auto_24px_auto\! { margin: 0px auto 24px !important; }
  .md\:p_40px_38px { padding: 40px 38px; }
  .md\:p_80px_0px { padding: 80px 0px; }
  .md\:p_0_16px { padding: 0px 16px; }
  .md\:m_0px_auto_37px_auto { margin: 0px auto 37px; }
  .md\:p_80px { padding: 80px; }
  .md\:m_-8px { margin: -8px; }
  .md\:m_8px { margin: 8px; }
  .md\:m_0_0_32px { margin: 0px 0px 32px; }
  .md\:p_48px { padding: 48px; }
  .md\:p_16px { padding: 16px; }
  .md\:m_16px_24px_42px { margin: 16px 24px 42px; }
  .md\:p_37\.91px_64px_37\.91px_32px { padding: 37.91px 64px 37.91px 32px; }
  .md\:m_0_0_0_32px { margin: 0px 0px 0px 32px; }
  .md\:m_0_0_0_auto { margin: 0px 0px 0px auto; }
  .md\:m_0_0_32px_0 { margin: 0px 0px 32px; }
  .md\:p_64px_32px { padding: 64px 32px; }
  .md\:p_40px { padding: 40px; }
  .md\:p_40px_0px { padding: 40px 0px; }
  .md\:p_100px_18px_60px { padding: 100px 18px 60px; }
  .md\:m_15px_5px_15px_5px { margin: 15px 5px; }
  .md\:p_16px_30px_32px_32px { padding: 16px 30px 32px 32px; }
  .md\:m_-25px_auto_25px_auto { margin: -25px auto 25px; }
  .md\:p_20px { padding: 20px; }
  .md\:p_20px_0 { padding: 20px 0px; }
  .md\:p_0_40px_40px { padding: 0px 40px 40px; }
  .md\:px_6 { padding-inline: var(--spacing-6); }
  .md\:px_28px { padding-inline: 28px; }
  .md\:gap_10px { gap: 10px; }
  .md\:px_24px { padding-inline: 24px; }
  .md\:bdr_24px { border-radius: 24px; }
  .md\:bdr_18px { border-radius: 18px; }
  .md\:bdr_8px { border-radius: 8px; }
  .md\:gap_16px { gap: 16px; }
  .md\:gap_0 { gap: var(--spacing-0); }
  .md\:bd-b_1px_solid_\#e0e0e0 { border-bottom: 1px solid rgb(224, 224, 224); }
  .md\:flex_0_0_auto { flex: 0 0 auto; }
  .md\:gap_8px { gap: 8px; }
  .md\:bdr_17px { border-radius: 17px; }
  .md\:trs_background_0\.2s_ease { transition: background 0.2s; }
  .md\:gap_12px { gap: 12px; }
  .md\:bd-t_0 { border-top: 0px; }
  .md\:bd-l_1px_solid { border-left: 1px solid; }
  .md\:bd-c_gray\.200 { border-color: var(--colors-gray-200); }
  .md\:bd-b_1px_solid { border-bottom: 1px solid; }
  .md\:gap_36px { gap: 36px; }
  .md\:gap_32px { gap: 32px; }
  .md\:bd-b_none { border-bottom: var(--borders-none); }
  .md\:mx_12px { margin-inline: 12px; }
  .md\:py_64px { padding-block: 64px; }
  .md\:gap_56px { gap: 56px; }
  .md\:px_16px { padding-inline: 16px; }
  .md\:gap_20px { gap: 20px; }
  .md\:px_32px { padding-inline: 32px; }
  .md\:py_80px { padding-block: 80px; }
  .md\:px_8 { padding-inline: var(--spacing-8); }
  .md\:px_4 { padding-inline: var(--spacing-4); }
  .md\:gap_24px { gap: 24px; }
  .md\:bd-t_none { border-top: var(--borders-none); }
  .md\:bd-l_1px_solid_\#e8e8e8 { border-left: 1px solid rgb(232, 232, 232); }
  .md\:gap_48px { gap: 48px; }
  .md\:py_72px_28px { padding-block: 72px 28px; }
  .md\:px_8px_74px { padding-inline: 8px 74px; }
  .md\:px_0 { padding-inline: var(--spacing-0); }
  .md\:px_20px { padding-inline: 20px; }
  .md\:gap_40px { gap: 40px; }
  .md\:px_40px { padding-inline: 40px; }
  .md\:py_40px { padding-block: 40px; }
  .md\:fs_16px { font-size: 16px; }
  .md\:lh_32px { line-height: 32px; }
  .md\:fs_32px { font-size: 32px; }
  .md\:lh_76px { line-height: 76px; }
  .md\:fs_24px { font-size: 24px; }
  .md\:fs_18px { font-size: 18px; }
  .md\:d_inline-flex { display: inline-flex; }
  .md\:fs_14px { font-size: 14px; }
  .md\:column-count_4 { column-count: 4; }
  .md\:cg_0px { column-gap: 0px; }
  .md\:column-count_5 { column-count: 5; }
  .md\:d_block { display: block; }
  .md\:grid-tc_repeat\(2\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .md\:d_none { display: none; }
  .md\:d_contents { display: contents; }
  .md\:d_inline { display: inline; }
  .md\:grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .md\:grid-tc_repeat\(4\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
  .md\:fs_20px { font-size: 20px; }
  .md\:lh_24px { line-height: 24px; }
  .md\:fs_25px { font-size: 25px; }
  .md\:fs_29px { font-size: 29px; }
  .md\:fs_30px { font-size: 30px; }
  .md\:lh_45px { line-height: 45px; }
  .md\:jc_left { justify-content: left; }
  .md\:pos_absolute { position: absolute; }
  .md\:trf_translate\(calc\(-100\%_\+_12px\)\,_0\) { transform: translate(calc(-100% + 12px)); }
  .md\:bx-sh_0_4px_8px_rgba\(0\,0\,0\,0\.15\) { box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px; }
  .md\:fs_12px { font-size: 12px; }
  .md\:bx-sh_none { box-shadow: none; }
  .md\:ta_left { text-align: left; }
  .md\:ai_baseline { align-items: baseline; }
  .md\:flex-d_row { flex-direction: row; }
  .md\:lh_40px { line-height: 40px; }
  .md\:op_1 { opacity: 1; }
  .md\:fs_28px { font-size: 28px; }
  .md\:jc_flex-start { justify-content: flex-start; }
  .md\:bg-c_white { background-color: var(--colors-white); }
  .md\:bg-c_transparent { background-color: var(--colors-transparent); }
  .md\:grid-tc_repeat\(2\,_1fr\) { grid-template-columns: repeat(2, 1fr); }
  .md\:jc_space-between { justify-content: space-between; }
  .md\:ai_center { align-items: center; }
  .md\:jc_center { justify-content: center; }
  .md\:fs_15px { font-size: 15px; }
  .md\:fw_600 { font-weight: 600; }
  .md\:lh_20px { line-height: 20px; }
  .md\:c_\#333333 { color: rgb(51, 51, 51); }
  .md\:cursor_pointer { cursor: pointer; }
  .md\:d_flex { display: flex; }
  .md\:fs_9px { font-size: 9px; }
  .md\:fs_16 { font-size: 16px; }
  .md\:lh_28px { line-height: 28px; }
  .md\:ls_0\.5px { letter-spacing: 0.5px; }
  .md\:ls_0\.25px { letter-spacing: 0.25px; }
  .md\:ta_center { text-align: center; }
  .md\:grid-tc_9fr_3fr { grid-template-columns: 9fr 3fr; }
  .md\:lh_48px { line-height: 48px; }
  .md\:fs_40px { font-size: 40px; }
  .md\:fw_700 { font-weight: 700; }
  .md\:fs_22px { font-size: 22px; }
  .md\:lh_22px { line-height: 22px; }
  .md\:d_grid { display: grid; }
  .md\:lh_60px { line-height: 60px; }
  .md\:fs_36px { font-size: 36px; }
  .md\:grid-tc_1fr_1fr { grid-template-columns: 1fr 1fr; }
  .md\:lh_36px { line-height: 36px; }
  .md\:jc_flex-end { justify-content: flex-end; }
  .md\:d_inline-block { display: inline-block; }
  .md\:grid-tc_repeat\(3\,_1fr\) { grid-template-columns: repeat(3, 1fr); }
  .md\:cg_74px { column-gap: 74px; }
  .md\:cg_64px { column-gap: 64px; }
  .md\:flex-d_column { flex-direction: column; }
  .md\:ta_center\! { text-align: center !important; }
  .md\:lh_21px { line-height: 21px; }
  .md\:d_inherit { display: inherit; }
  .md\:ai_flex-start { align-items: flex-start; }
  .md\:flex-sh_0 { flex-shrink: 0; }
  .md\:lh_27px { line-height: 27px; }
  .md\:lh_64px { line-height: 64px; }
  .md\:fs_56px { font-size: 56px; }
  .md\:tsh_none { text-shadow: none; }
  .md\:lh_1\.5 { line-height: 1.5; }
  .md\:lh_30px { line-height: 30px; }
  .md\:flex-d_row-reverse { flex-direction: row-reverse; }
  .md\:word-spacing_-0\.03ch { word-spacing: -0.03ch; }
  .md\:ls_-0\.02ch { letter-spacing: -0.02ch; }
  .md\:ls_1\.5px { letter-spacing: 1.5px; }
  .md\:order_1 { order: 1; }
  .md\:order_2 { order: 2; }
  .md\:fs_21px { font-size: 21px; }
  .md\:ai_start { align-items: start; }
  .md\:flex-g_1 { flex-grow: 1; }
  .md\:float_right { float: right; }
  .md\:lh_42px { line-height: 42px; }
  .md\:ls_normal { letter-spacing: var(--letter-spacings-normal); }
  .md\:fw_100 { font-weight: 100; }
  .md\:white-space_nowrap { white-space: nowrap; }
  .md\:lh_54px { line-height: 54px; }
  .md\:bx-sh_0_1px_5px_rgba\(0\,_0\,_0\,_\.11\) { box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 5px; }
  .md\:grid-tc_unset { grid-template-columns: unset; }
  .md\:fs_48px { font-size: 48px; }
  .md\:mb_48px { margin-bottom: 48px; }
  .md\:h_76px { height: 76px; }
  .md\:w_76px { width: 76px; }
  .md\:pt_64px { padding-top: 64px; }
  .md\:pb_72px { padding-bottom: 72px; }
  .md\:pl_16px { padding-left: 16px; }
  .md\:pr_16px { padding-right: 16px; }
  .md\:mb_64px { margin-bottom: 64px; }
  .md\:w_220px { width: 220px; }
  .md\:w_auto { width: auto; }
  .md\:h_54px { height: 54px; }
  .md\:h_48px { height: 48px; }
  .md\:w_100\% { width: 100%; }
  .md\:top_26px { top: 26px; }
  .md\:left_72px { left: 72px; }
  .md\:top_13px { top: 13px; }
  .md\:h_80px { height: 80px; }
  .md\:pl_72px { padding-left: 72px; }
  .md\:pr_56px { padding-right: 56px; }
  .md\:w_32px { width: 32px; }
  .md\:h_32px { height: 32px; }
  .md\:right_16px { right: 16px; }
  .md\:left_24px { left: 24px; }
  .md\:w_600px { width: 600px; }
  .md\:pl_28px { padding-left: 28px; }
  .md\:top_16px { top: 16px; }
  .md\:w_320px { width: 320px; }
  .md\:h_208px { height: 208px; }
  .md\:h_100\% { height: 100%; }
  .md\:pb_84px { padding-bottom: 84px; }
  .md\:pb_0 { padding-bottom: var(--spacing-0); }
  .md\:mb_0 { margin-bottom: var(--spacing-0); }
  .md\:h_64px { height: 64px; }
  .md\:max-w_752px { max-width: 752px; }
  .md\:w_520px { width: 520px; }
  .md\:h_auto { height: auto; }
  .md\:pt_0 { padding-top: var(--spacing-0); }
  .md\:pb_32px { padding-bottom: 32px; }
  .md\:mt_0 { margin-top: var(--spacing-0); }
  .md\:w_187px { width: 187px; }
  .md\:pl_60px { padding-left: 60px; }
  .md\:h_34px { height: 34px; }
  .md\:w_152px { width: 152px; }
  .md\:h_152px { height: 152px; }
  .md\:mb_32px { margin-bottom: 32px; }
  .md\:w_96px { width: 96px; }
  .md\:h_96px { height: 96px; }
  .md\:w_178px { width: 178px; }
  .md\:pl_24px { padding-left: 24px; }
  .md\:mr_24px { margin-right: 24px; }
  .md\:bd-b-c_gray\.200 { border-bottom-color: var(--colors-gray-200); }
  .md\:max-w_940px { max-width: 940px; }
  .md\:mb_16px { margin-bottom: 16px; }
  .md\:pt_80px { padding-top: 80px; }
  .md\:pb_80px { padding-bottom: 80px; }
  .md\:max-w_740px { max-width: 740px; }
  .md\:mt_64px { margin-top: 64px; }
  .md\:w_900px { width: 900px; }
  .md\:h_534px { height: 534px; }
  .md\:max-w_100\% { max-width: 100%; }
  .md\:max-h_100\% { max-height: 100%; }
  .md\:w_194px { width: 194px; }
  .md\:h_173px { height: 173px; }
  .md\:top_47\% { top: 47%; }
  .md\:w_48px { width: 48px; }
  .md\:w_64px { width: 64px; }
  .md\:pb_40px { padding-bottom: 40px; }
  .md\:pt_16px { padding-top: 16px; }
  .md\:pl_0 { padding-left: var(--spacing-0); }
  .md\:pr_0 { padding-right: var(--spacing-0); }
  .md\:min-h_80px { min-height: 80px; }
  .md\:max-w_544px { max-width: 544px; }
  .md\:max-w_320px { max-width: 320px; }
  .md\:h_56px { height: 56px; }
  .md\:h_60px { height: 60px; }
  .md\:pl_32px { padding-left: 32px; }
  .md\:mr_0 { margin-right: var(--spacing-0); }
  .md\:mr_3px { margin-right: 3px; }
  .md\:top_60px { top: 60px; }
  .md\:w_calc\(100\%_-_180px\) { width: calc(100% - 180px); }
  .md\:top_56px { top: 56px; }
  .md\:pr_32px { padding-right: 32px; }
  .md\:w_700px { width: 700px; }
  .md\:max-w_400px { max-width: 400px; }
  .md\:ml_0 { margin-left: var(--spacing-0); }
  .md\:mb_24px { margin-bottom: 24px; }
  .md\:pb_64px { padding-bottom: 64px; }
  .md\:max-w_362px { max-width: 362px; }
  .md\:max-w_791px { max-width: 791px; }
  .md\:mb_8px { margin-bottom: 8px; }
  .md\:mt_24px { margin-top: 24px; }
  .md\:w_992px { width: 992px; }
  .md\:w_704px { width: 704px; }
  .md\:w_825px { width: 825px; }
  .md\:mt_92px { margin-top: 92px; }
  .md\:mb_12px { margin-bottom: 12px; }
  .md\:h_241px { height: 241px; }
  .md\:w_251px { width: 251px; }
  .md\:mb_9px { margin-bottom: 9px; }
  .md\:w_544px { width: 544px; }
  .md\:mt_32px { margin-top: 32px; }
  .md\:w_710px { width: 710px; }
  .md\:pl_0px { padding-left: 0px; }
  .md\:pr_0px { padding-right: 0px; }
  .md\:w_752px { width: 752px; }
  .md\:max-w_972px { max-width: 972px; }
  .md\:w_50\% { width: 50%; }
  .md\:max-w_65\% { max-width: 65%; }
  .md\:mt_16px { margin-top: 16px; }
  .md\:pb_60px { padding-bottom: 60px; }
  .md\:min-h_522px { min-height: 522px; }
  .md\:pt_0px { padding-top: 0px; }
  .md\:pb_0px { padding-bottom: 0px; }
  .md\:min-h_450px { min-height: 450px; }
  .md\:pt_32px { padding-top: 32px; }
  .md\:mt_20px { margin-top: 20px; }
  .md\:h_472px { height: 472px; }
  .md\:mr_-62px { margin-right: -62px; }
  .md\:h_324px { height: 324px; }
  .md\:min-h_auto { min-height: auto; }
  .md\:h_648px { height: 648px; }
  .md\:top_224px { top: 224px; }
  .md\:pl_55px { padding-left: 55px; }
  .md\:pr_85px { padding-right: 85px; }
  .md\:h_580px { height: 580px; }
  .md\:w_630px { width: 630px; }
  .md\:w_610px { width: 610px; }
  .md\:w_210px { width: 210px; }
  .md\:w_41\.6666666667\% { width: 41.6667%; }
  .md\:pr_14px { padding-right: 14px; }
  .md\:pl_14px { padding-left: 14px; }
  .md\:mt_16 { margin-top: var(--spacing-16); }
  .md\:max-w_90\% { max-width: 90%; }
  .md\:pr_2 { padding-right: var(--spacing-2); }
  .md\:mt_48px { margin-top: 48px; }
  .md\:pb_35px { padding-bottom: 35px; }
  .md\:max-w_94\% { max-width: 94%; }
  .md\:top_8px { top: 8px; }
  .md\:pt_65px { padding-top: 65px; }
  .md\:w_68px { width: 68px; }
  .md\:ml_16px { margin-left: 16px; }
  .md\:mt_56px { margin-top: 56px; }
  .md\:w_40px { width: 40px; }
  .md\:h_40px { height: 40px; }
  .md\:max-w_unset { max-width: unset; }
  .md\:pl_80px { padding-left: 80px; }
  .md\:pr_80px { padding-right: 80px; }
  .md\:max-w_425px { max-width: 425px; }
  .md\:pt_24px { padding-top: 24px; }
  .md\:min-h_176px { min-height: 176px; }
  .md\:w_calc\(100\%_-_64px\) { width: calc(100% - 64px); }
  .md\:pr_calc\(35\%_\+_25px\) { padding-right: calc(35% + 25px); }
  .md\:w_80px { width: 80px; }
  .md\:pt_114px { padding-top: 114px; }
  .md\:max-w_720px { max-width: 720px; }
  .md\:max-w_682px { max-width: 682px; }
  .md\:pb_48px { padding-bottom: 48px; }
  .md\:h_calc\(100vh_-_64px\) { height: calc(-64px + 100vh); }
  .md\:mb_0px { margin-bottom: 0px; }
  .md\:bottom_60px { bottom: 60px; }
  .md\:max-w_956px { max-width: 956px; }
  .md\:mt_0px { margin-top: 0px; }
  .md\:w_32\% { width: 32%; }
  .md\:w_68\% { width: 68%; }
  .md\:h_300px { height: 300px; }
  .md\:w_715px { width: 715px; }
  .md\:w_720px { width: 720px; }
  .md\:w_200px { width: 200px; }
  .md\:max-w_none { max-width: none; }
  .md\:max-w_750px { max-width: 750px; }
  .md\:h_100px { height: 100px; }
  .\[\&_a\]\:md\:m_0_12px_8px_0 a { margin: 0px 12px 8px 0px; }
  .\[\&_\>_button\]\:md\:p_auto > button { }
  .\[\&_button\]\:md\:bd_1\.5px_solid_rgba\(212\,_31\,_36\,_0\.3\) button { border: 1.5px solid rgba(212, 31, 36, 0.3); }
  .\[\&_svg\]\:md\:p_1px svg { padding: 1px; }
  .\[\&_button\]\:md\:bdr_24px button { border-radius: 24px; }
  .\[\&\:after\]\:md\:bdr_16px::after { border-radius: 16px; }
  .\[\&_\>_\.accordion-inner-content\]\:md\:fs_16px > .accordion-inner-content { font-size: 16px; }
  .\[\&_\>_\.accordion-inner-content\]\:md\:lh_28px > .accordion-inner-content { line-height: 28px; }
  .md\:\[\&_\>_div\]\:ta_left\! > div { text-align: left !important; }
  .md\:\[\&_strong\]\:fs_18px strong { font-size: 18px; }
  .md\:\[\&_span\]\:fs_14px span { font-size: 14px; }
  .\[\&_h2\]\:md\:ta_left\! h2 { text-align: left !important; }
  .\[\&_h2\]\:md\:fs_30px h2 { font-size: 30px; }
  .\[\&_br\]\:md\:d_block br, .\[\&_h2\]\:md\:d_block h2 { display: block; }
  .\[\&\.open\]\:md\:pb_16px.open { padding-bottom: 16px; }
  .\[\&_a\]\:md\:mr_12px a { margin-right: 12px; }
  .\[\&_svg\]\:md\:h_32px svg { height: 32px; }
  .\[\&_button\]\:md\:w_auto button { width: auto; }
  .\[\&\:\:before\]\:md\:bd-l-w_18px::before { border-left-width: 18px; }
  .\[\&\:\:before\]\:md\:bd-b-w_11px::before { border-bottom-width: 11px; }
  .\[\&\:\:before\]\:md\:bd-t-w_11px::before { border-top-width: 11px; }
  .\[\&\:\:before\]\:md\:ml_4px::before { margin-left: 4px; }
}
  @media screen and (min-width: 48rem) {
  :is(.\[\&_\+_\&\]\:md\:mt_24px) + :is(.\[\&_\+_\&\]\:md\:mt_24px) { margin-top: 24px; }
}
  @media screen and (min-width: 48rem) {
  .\[\&_\+_\&\]\:md\:mt_16px + .\[\&_\+_\&\]\:md\:mt_16px { margin-top: 16px; }
  .\[\&_span\]\:md\:w_80px span { width: 80px; }
  .\[\&_span\]\:md\:h_80px span { height: 80px; }
  .\[\&_div\[role\=\"tooltip\"\]\]\:md\:w_290px div[role="tooltip"] { width: 290px; }
  .\[\&_div\[role\=\"tooltip\"\]\]\:md\:h_228px div[role="tooltip"] { height: 228px; }
  .\[\&_img\,_\&_svg\]\:md\:w_64px img, .\[\&_img\,_\&_svg\]\:md\:w_64px svg { width: 64px; }
  .\[\&_img\,_\&_svg\]\:md\:h_64px img, .\[\&_img\,_\&_svg\]\:md\:h_64px svg { height: 64px; }
  .\[\&_svg\]\:md\:mr_0 svg { margin-right: var(--spacing-0); }
  .\[\&_svg\]\:md\:mt_3px svg { margin-top: 3px; }
  .\[\&_svg\]\:md\:mb_28px svg { margin-bottom: 28px; }
  .\[\&\[data-selected\=\"buy\"\]\]\:md\:mt_0[data-selected="buy"] { margin-top: var(--spacing-0); }
  .\[\&\:after\]\:md\:w_199px::after { width: 199px; }
  .\[\&\:nth-child\(2\)\]\:md\:max-w_210px:nth-child(2) { max-width: 210px; }
  .\[\&_li\]\:md\:w_calc\(50\%_-_16px\) li { width: calc(50% - 16px); }
  .\[\&_svg\]\:md\:w_32px svg { width: 32px; }
  .\[\&_svg\]\:md\:h_24px svg { height: 24px; }
  .\[\&_svg\]\:md\:w_24px svg { width: 24px; }
  .\[\&_svg\]\:md\:min-w_24px svg { min-width: 24px; }
  .\[\&_svg\]\:md\:min-h_24px svg { min-height: 24px; }
  .\[\&_button\]\:md\:ml_16px button { margin-left: 16px; }
  .\[\&_img\]\:md\:max-w_170px img { max-width: 170px; }
  .\[\&_img\]\:md\:h_24px img { height: 24px; }
  .\[\&_img\]\:md\:mb_8px img { margin-bottom: 8px; }
}
  @media screen and (min-width: 48rem) {
  .md\:focus\:ring_2px_solid:is(:focus, [data-focus]) { outline: solid 2px; }
}
  @media screen and (min-width: 48rem) {
  .md\:focus\:ring-c_\#333333:is(:focus, [data-focus]) { outline-color: rgb(51, 51, 51); }
}
  @media screen and (min-width: 48rem) {
  .md\:focus\:ring-o_2px:is(:focus, [data-focus]) { outline-offset: 2px; }
}
  @media screen and (min-width: 48rem) {
  .md\:hover\:bg_\#f6f6f6:is(:hover, [data-hover]) { background: rgb(246, 246, 246); }
}
  @media (min-width: 992px) {
  .\[\@media_\(min-width\:_992px\)\]\:mb_50px { margin-bottom: 50px; }
}
  @media screen and (min-width: 62rem) {
  .lg\:p_80px_40px { padding: 80px 40px; }
  .lg\:p_32px { padding: 32px; }
  .lg\:m_0_0_24px_0 { margin: 0px 0px 24px; }
  .lg\:m_0 { margin: var(--spacing-0); }
  .lg\:p_80px_32px { padding: 80px 32px; }
  .lg\:p_32px_24px { padding: 32px 24px; }
  .lg\:p_164px_0 { padding: 164px 0px; }
  .lg\:p_36px_0_32px { padding: 36px 0px 32px; }
  .lg\:m_0px_auto_48px_auto { margin: 0px auto 48px; }
  .lg\:bg_linear-gradient\(315deg\,_\#e04a4f_0\.01\%\,_rgba\(217\,_34\,_40\,_0\)_44\.1\%\) { background: linear-gradient(315deg, rgb(224, 74, 79) 0.01%, rgba(217, 34, 40, 0) 44.1%); }
  .lg\:bd_1px_solid_rgba\(152\,_70\,_44\,_0\.04\) { border: 1px solid rgba(152, 70, 44, 0.04); }
  .lg\:p_0 { padding: var(--spacing-0); }
  .lg\:m_32px_8px_32px_32px { margin: 32px 8px 32px 32px; }
  .lg\:p_32px_32px_32px_40px { padding: 32px 32px 32px 40px; }
  .lg\:bg_\#f6f6f6 { background: rgb(246, 246, 246); }
  .lg\:p_80px_16px_0 { padding: 80px 16px 0px; }
  .lg\:p_0_2rem { padding: 0px 2rem; }
  .lg\:p_80px_16px { padding: 80px 16px; }
  .lg\:m_0px { margin: 0px; }
  .lg\:m_-25px_auto_25px_auto { margin: -25px auto 25px; }
  .lg\:p_40px { padding: 40px; }
  .lg\:p_0_40px_40px { padding: 0px 40px 40px; }
  .lg\:px_8 { padding-inline: var(--spacing-8); }
  .lg\:flex_none { flex: 0 0 auto; }
  .lg\:gap_16px { gap: 16px; }
  .lg\:py_64px { padding-block: 64px; }
  .lg\:gap_32px { gap: 32px; }
  .lg\:bd-l_1px_solid_\#d3cfca { border-left: 1px solid rgb(211, 207, 202); }
  .lg\:px_16px { padding-inline: 16px; }
  .lg\:gap_52px { gap: 52px; }
  .lg\:bdr_0_8px_8px_0 { border-radius: 0px 8px 8px 0px; }
  .lg\:gap_12px { gap: 12px; }
  .lg\:gap_64px { gap: 64px; }
  .lg\:gap_0 { gap: var(--spacing-0); }
  .lg\:gap_24px { gap: 24px; }
  .lg\:gap_44px { gap: 44px; }
  .lg\:flex_1 { flex: 1 1 0%; }
  .lg\:bdr_8px { border-radius: 8px; }
  .lg\:bd-l_1px_solid_rgba\(75\,_92\,_117\,_\.08\) { border-left: 1px solid rgba(75, 92, 117, 0.08); }
  .lg\:gap_42px { gap: 42px; }
  .lg\:py_80px { padding-block: 80px; }
  .lg\:py_72px_28px { padding-block: 72px 28px; }
  .lg\:px_0_48px { padding-inline: 0px 48px; }
  .lg\:gap_60px { gap: 60px; }
  .lg\:fs_30px { font-size: 30px; }
  .lg\:flex-wrap_nowrap { flex-wrap: nowrap; }
  .lg\:d_block { display: block; }
  .lg\:d_none { display: none; }
  .lg\:fs_20px { font-size: 20px; }
  .lg\:lh_30px { line-height: 30px; }
  .lg\:fs_18px { font-size: 18px; }
  .lg\:lh_28px { line-height: 28px; }
  .lg\:flex-d_column { flex-direction: column; }
  .lg\:flex-d_row { flex-direction: row; }
  .lg\:ai_flex-start { align-items: flex-start; }
  .lg\:ta_left { text-align: left; }
  .lg\:fs_24px { font-size: 24px; }
  .lg\:lh_32px { line-height: 32px; }
  .lg\:fs_16px { font-size: 16px; }
  .lg\:d_flex { display: flex; }
  .lg\:d_inline-block { display: inline-block; }
  .lg\:d_inline { display: inline; }
  .lg\:grid-tc_7fr_5fr { grid-template-columns: 7fr 5fr; }
  .lg\:grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .lg\:grid-tc_repeat\(4\,_1fr\) { grid-template-columns: repeat(4, 1fr); }
  .lg\:rg_0px { row-gap: 0px; }
  .lg\:cg_102px { column-gap: 102px; }
  .lg\:grid-tc_repeat\(3\,_1fr\) { grid-template-columns: repeat(3, 1fr); }
  .lg\:cg_48px { column-gap: 48px; }
  .lg\:ta_center { text-align: center; }
  .lg\:grid-tc_repeat\(2\,_1fr\) { grid-template-columns: repeat(2, 1fr); }
  .lg\:order_0 { order: 0; }
  .lg\:lh_1\.4 { line-height: 1.4; }
  .lg\:fs_32px { font-size: 32px; }
  .lg\:bx-sh_0px_1px_4px_0px_rgba\(43\,43\,43\,\.16\) { box-shadow: rgba(43, 43, 43, 0.16) 0px 1px 4px 0px; }
  .lg\:jc_start { justify-content: start; }
  .lg\:flex-b_41\.66\% { flex-basis: 41.66%; }
  .lg\:flex-b_58\.33\% { flex-basis: 58.33%; }
  .lg\:jc_space-between { justify-content: space-between; }
  .lg\:lh_38px { line-height: 38px; }
  .lg\:ai_stretch { align-items: stretch; }
  .lg\:jc_flex-start { justify-content: flex-start; }
  .lg\:obj-f_contain { object-fit: contain; }
  .lg\:as_auto { align-self: auto; }
  .lg\:ai_center { align-items: center; }
  .lg\:bg-c_\#f2f0ef { background-color: rgb(242, 240, 239); }
  .lg\:lh_22px { line-height: 22px; }
  .lg\:fs_56px { font-size: 56px; }
  .lg\:d_contents { display: contents; }
  .lg\:lh_24px { line-height: 24px; }
  .lg\:lh_40px { line-height: 40px; }
  .lg\:ls_0\.6px { letter-spacing: 0.6px; }
  .lg\:fs_44px { font-size: 44px; }
  .lg\:pos_static { position: static; }
  .lg\:trf_none { transform: none; }
  .lg\:z_auto { z-index: auto; }
  .lg\:jc_end { justify-content: end; }
  .lg\:fs_40px { font-size: 40px; }
  .lg\:lh_56px { line-height: 56px; }
  .lg\:pos_absolute { position: absolute; }
  .lg\:z_0 { z-index: 0; }
  .lg\:bx-s_border-box { box-sizing: border-box; }
  .lg\:trf_rotate\(-45deg\) { transform: rotate(-45deg); }
  .lg\:fs_120px { font-size: 120px; }
  .lg\:fw_700 { font-weight: 700; }
  .lg\:lh_146px { line-height: 146px; }
  .lg\:grid-tc_1fr_1fr { grid-template-columns: 1fr 1fr; }
  .lg\:d_list-item { display: list-item; }
  .lg\:mb_64px { margin-bottom: 64px; }
  .lg\:w_180px { width: 180px; }
  .lg\:w_auto { width: auto; }
  .lg\:pr_16px { padding-right: 16px; }
  .lg\:pl_16px { padding-left: 16px; }
  .lg\:mb_50px { margin-bottom: 50px; }
  .lg\:mb_48px { margin-bottom: 48px; }
  .lg\:w_430px { width: 430px; }
  .lg\:max-w_1069px { max-width: 1069px; }
  .lg\:max-w_972px { max-width: 972px; }
  .lg\:max-w_1005px { max-width: 1005px; }
  .lg\:max-w_480px { max-width: 480px; }
  .lg\:min-h_360px { min-height: 360px; }
  .lg\:mb_32px { margin-bottom: 32px; }
  .lg\:w_268px { width: 268px; }
  .lg\:w_80px { width: 80px; }
  .lg\:h_80px { height: 80px; }
  .lg\:max-w_1003px { max-width: 1003px; }
  .lg\:pl_0 { padding-left: var(--spacing-0); }
  .lg\:pr_0 { padding-right: var(--spacing-0); }
  .lg\:pl_32px { padding-left: 32px; }
  .lg\:pr_32px { padding-right: 32px; }
  .lg\:mb_72px { margin-bottom: 72px; }
  .lg\:w_152px { width: 152px; }
  .lg\:h_152px { height: 152px; }
  .lg\:ml_0px { margin-left: 0px; }
  .lg\:pt_64px { padding-top: 64px; }
  .lg\:pb_64px { padding-bottom: 64px; }
  .lg\:w_930px { width: 930px; }
  .lg\:w_972px { width: 972px; }
  .lg\:pb_32px { padding-bottom: 32px; }
  .lg\:mt_56px { margin-top: 56px; }
  .lg\:pl_40px { padding-left: 40px; }
  .lg\:pb_0px { padding-bottom: 0px; }
  .lg\:pt_48px { padding-top: 48px; }
  .lg\:w_1035px { width: 1035px; }
  .lg\:max-w_41\.66\% { max-width: 41.66%; }
  .lg\:max-w_58\.33\% { max-width: 58.33%; }
  .lg\:mb_10px { margin-bottom: 10px; }
  .lg\:w_960px { width: 960px; }
  .lg\:h_560px { height: 560px; }
  .lg\:min-h_auto { min-height: auto; }
  .lg\:h_100\% { height: 100%; }
  .lg\:max-w_100\% { max-width: 100%; }
  .lg\:max-h_100\% { max-height: 100%; }
  .lg\:max-w_376px { max-width: 376px; }
  .lg\:h_112px { height: 112px; }
  .lg\:mt_4px { margin-top: 4px; }
  .lg\:max-w_1035px { max-width: 1035px; }
  .lg\:min-w_490px { min-width: 490px; }
  .lg\:w_min-content { width: min-content; }
  .lg\:h_800px { height: 800px; }
  .lg\:mr_-78px { margin-right: -78px; }
  .lg\:h_490px { height: 490px; }
  .lg\:ml_0 { margin-left: var(--spacing-0); }
  .lg\:max-w_628px { max-width: 628px; }
  .lg\:w_fit-content { width: fit-content; }
  .lg\:pb_0 { padding-bottom: var(--spacing-0); }
  .lg\:w_48px { width: 48px; }
  .lg\:h_48px { height: 48px; }
  .lg\:pt_16px { padding-top: 16px; }
  .lg\:h_auto { height: auto; }
  .lg\:mt_-16px { margin-top: -16px; }
  .lg\:max-w_53\% { max-width: 53%; }
  .lg\:max-w_calc\(41\%_\+_16px\) { max-width: calc(41% + 16px); }
  .lg\:mr_-16px { margin-right: -16px; }
  .lg\:mt_95px { margin-top: 95px; }
  .lg\:top_auto { top: auto; }
  .lg\:left_auto { left: auto; }
  .lg\:h_645px { height: 645px; }
  .lg\:pr_0px { padding-right: 0px; }
  .lg\:h_745px { height: 745px; }
  .lg\:w_915px { width: 915px; }
  .lg\:w_210px { width: 210px; }
  .lg\:mt_0 { margin-top: var(--spacing-0); }
  .lg\:mt_-35px { margin-top: -35px; }
  .lg\:max-w_90\% { max-width: 90%; }
  .lg\:max-w_1172px { max-width: 1172px; }
  .lg\:w_440px { width: 440px; }
  .lg\:h_440px { height: 440px; }
  .lg\:left_164\.9px { left: 164.9px; }
  .lg\:w_60vh { width: 60vh; }
  .lg\:mt_27px { margin-top: 27px; }
  .lg\:w_854px { width: 854px; }
  .lg\:h_435px { height: 435px; }
  .lg\:pb_80px { padding-bottom: 80px; }
  .lg\:pl_38px { padding-left: 38px; }
  .lg\:pr_38px { padding-right: 38px; }
  .lg\:mt_77px { margin-top: 77px; }
  .lg\:min-w_1003px { min-width: 1003px; }
  .lg\:h_242px { height: 242px; }
  .lg\:max-w_400px { max-width: 400px; }
  .lg\:w_936px { width: 936px; }
  .lg\:w_940px { width: 940px; }
  .lg\:max-w_970px { max-width: 970px; }
  .\[\&\:\:after\]\:lg\:bd-t_none::after { border-top: var(--borders-none); }
  .\[\&\:\:after\]\:lg\:bd-l_1px_dashed_\#D3CFCA::after { border-left: 1px dashed rgb(211, 207, 202); }
  .\[\&_h3\]\:lg\:fs_20px h3 { font-size: 20px; }
  .\[\&\:\:after\]\:lg\:top_20px::after { top: 20px; }
  .\[\&\:\:after\]\:lg\:left_10px::after { left: 10px; }
  .\[\&\:\:after\]\:lg\:right_auto::after { right: auto; }
  .\[\&\:\:after\]\:lg\:w_1px::after { width: 1px; }
  .\[\&\:\:after\]\:lg\:h_calc\(100\%_\+_16px_-_20px\)::after { height: calc(100% - 4px); }
  .\[\&\:\:before\]\:lg\:bd-l-w_20px::before { border-left-width: 20px; }
  .\[\&\:\:before\]\:lg\:bd-b-w_15px::before { border-bottom-width: 15px; }
  .\[\&\:\:before\]\:lg\:bd-t-w_15px::before { border-top-width: 15px; }
  .\[\&\:\:before\]\:lg\:ml_6px::before { margin-left: 6px; }
  .\[\&_img\,_\&_svg\]\:lg\:w_152px img, .\[\&_img\,_\&_svg\]\:lg\:w_152px svg { width: 152px; }
  .\[\&_img\,_\&_svg\]\:lg\:min-w_152px img, .\[\&_img\,_\&_svg\]\:lg\:min-w_152px svg { min-width: 152px; }
  .\[\&_img\,_\&_svg\]\:lg\:h_152px img, .\[\&_img\,_\&_svg\]\:lg\:h_152px svg { height: 152px; }
  .\[\&\:after\]\:lg\:w_199px::after { width: 199px; }
  .\[\&_img\]\:lg\:mt_36px img { margin-top: 36px; }
  .\[\&_img\.primaryColumnHeaderLogo\]\:lg\:w_210px img.primaryColumnHeaderLogo { width: 210px; }
  .\[\&_img\.primaryColumnHeaderLogo\]\:lg\:h_24px img.primaryColumnHeaderLogo { height: 24px; }
}
  @media screen and (min-width: 62rem) {
  .hover\:lg\:bd-l_2px_solid_\#d3cfca:is(:hover, [data-hover]) { border-left: 2px solid rgb(211, 207, 202); }
}
  @media screen and (min-width: 62rem) {
  .hover\:\[\&_\>_div\]\:lg\:ml_10px:is(:hover, [data-hover]) > div { margin-left: 10px; }
}
  @media screen and (min-width: 1054px) {
  .\[\@media_screen_and_\(min-width\:_1054px\)\]\:px_0 { padding-inline: var(--spacing-0); }
}
  @media screen and (min-width: 75rem) {
  .xl\:p_40px_0_32px { padding: 40px 0px 32px; }
  .xl\:m_none { }
  .xl\:p_120px_18px_60px { padding: 120px 18px 60px; }
  .xl\:gap_125px { gap: 125px; }
  .xl\:gap_160px { gap: 160px; }
  .xl\:fs_16px { font-size: 16px; }
  .xl\:cg_64px { column-gap: 64px; }
  .xl\:pr_16px { padding-right: 16px; }
  .xl\:pl_16px { padding-left: 16px; }
  .xl\:max-w_1035px { max-width: 1035px; }
  .xl\:w_289px { width: 289px; }
  .xl\:w_1003px { width: 1003px; }
  .xl\:max-w_1003px { max-width: 1003px; }
  .xl\:w_1035px { width: 1035px; }
  .xl\:pr_27px { padding-right: 27px; }
  .xl\:w_80px { width: 80px; }
  .xl\:h_80px { height: 80px; }
  .xl\:max-w_none { max-width: none; }
  .xl\:pr_0 { padding-right: var(--spacing-0); }
  .xl\:pl_0 { padding-left: var(--spacing-0); }
  .xl\:w_1019px { width: 1019px; }
  .xl\:h_auto { height: auto; }
  .xl\:h_124px { height: 124px; }
  .xl\:pl_52px { padding-left: 52px; }
  .xl\:pr_50px { padding-right: 50px; }
  .xl\:pb_0 { padding-bottom: var(--spacing-0); }
  .xl\:h_715px { height: 715px; }
  .xl\:pl_40px { padding-left: 40px; }
  .xl\:max-w_1172px { max-width: 1172px; }
  .xl\:max-w_1184px { max-width: 1184px; }
  .xl\:left_120px { left: 120px; }
  .xl\:min-w_1200px { min-width: 1200px; }
}
  @media screen and (max-width: 1054px) {
  .\[\@media_screen_and_\(max-width\:_1054px\)\]\:grid-tc_repeat\(min\(var\(--agent-count\)\,_4\)\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(min(var(--agent-count),4),minmax(0,1fr)); }
  .\[\@media_screen_and_\(max-width\:_1054px\)\]\:\[\&\:nth-child\(n\+5\)\]\:d_none:nth-child(n+5) { display: none; }
}
  @media screen and (max-width: 660px) {
  .\[\@media_screen_and_\(max-width\:_660px\)\]\:grid-tc_repeat\(min\(var\(--agent-count\)\,_3\)\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(min(var(--agent-count),3),minmax(0,1fr)); }
  .\[\@media_screen_and_\(max-width\:_660px\)\]\:\[\&\:nth-child\(n\+4\)\]\:d_none:nth-child(n+4) { display: none; }
}
  @media (max-width: 480px) {
  .\[\&_img\]\:\[\@media_\(max-width\:_480px\)\]\:obj-p_left img { object-position: left center; }
}
  @media screen and (max-width: 430px) {
  .\[\@media_screen_and_\(max-width\:_430px\)\]\:grid-tc_repeat\(min\(var\(--agent-count\)\,_2\)\,_minmax\(0\,_1fr\)\) { grid-template-columns: repeat(min(var(--agent-count),2),minmax(0,1fr)); }
  .\[\@media_screen_and_\(max-width\:_430px\)\]\:\[\&\:nth-child\(n\+3\)\]\:d_none:nth-child(n+3) { display: none; }
}
}