.guest-phone-input{box-sizing:border-box;height:58px;width:100%;background:#fff;border:1px solid #aeb4be;border-radius:12px;align-items:center;padding:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.guest-phone-input:focus-within{border-color:#111827;box-shadow:0 0 0 3px #1118271a}.guest-phone-input--error{border-color:#dc2626}.guest-phone-input .PhoneInputInput{color:#111827;min-width:0;background:0 0;border:0;outline:0;flex:1;padding:0 14px;font-size:16px;line-height:22px}.guest-phone-input .PhoneInputInput::placeholder{color:#8a8a8a;opacity:1}.guest-country-trigger{color:#111827;cursor:pointer;font:inherit;min-width:108px;background:#f7f7f8;border:0;border-right:1px solid #d7d9de;flex:none;justify-content:center;align-self:stretch;align-items:center;gap:7px;padding:0 12px;transition:background-color .15s;display:flex}.guest-country-trigger:hover{background:#eeeeef}.guest-country-trigger:focus-visible{outline:0;box-shadow:inset 0 0 0 2px #111827}.guest-country-trigger__flag,.guest-country-option__flag{font-family:Apple Color Emoji,Segoe UI Emoji,sans-serif;line-height:1}.guest-country-trigger__flag{font-size:20px}.guest-country-trigger__prefix{letter-spacing:-.01em;font-size:15px;font-weight:650}.guest-country-trigger__arrow{height:6px;opacity:.65;width:6px;border-bottom:1.5px solid;border-right:1.5px solid;margin-left:1px;transform:rotate(45deg)translateY(-2px)}.guest-country-picker-backdrop{z-index:1000;background:#0a0c107a;justify-content:center;align-items:center;padding:20px;animation:.16s ease-out guest-picker-fade-in;display:flex;position:fixed;inset:0}.guest-country-picker{max-height:min(720px,100dvh - 40px);max-width:480px;width:100%;background:#fff;border-radius:20px;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:.18s cubic-bezier(.2,.8,.2,1) guest-picker-scale-in;display:flex;overflow:hidden;box-shadow:0 24px 60px #080c1433}.guest-country-picker__handle{display:none}.guest-country-picker__header{justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 22px 14px;display:flex}.guest-country-picker__header h2,.guest-country-picker__header p,.guest-country-picker__section-title{margin:0}.guest-country-picker__header h2{color:#111827;letter-spacing:-.02em;font-size:21px;font-weight:750;line-height:1.25}.guest-country-picker__header p{color:#69707d;margin-top:4px;font-size:14px;line-height:1.45}.guest-country-picker__close{color:#2f3440;cursor:pointer;height:42px;width:42px;background:#f1f2f4;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 0 3px;font-size:26px;line-height:1;display:flex}.guest-country-picker__close:focus-visible,.guest-country-option:focus-visible{outline-offset:-2px;outline:2px solid #111827}.guest-country-search{background:#f4f5f6;border:1px solid #0000;border-radius:12px;align-items:center;gap:9px;margin:0 22px 12px;padding:0 14px;transition:background-color .15s,border-color .15s;display:flex}.guest-country-search:focus-within{background:#fff;border-color:#111827}.guest-country-search>span{color:#606775;font-size:25px;line-height:1;transform:rotate(-20deg)}.guest-country-search input{color:#111827;height:48px;min-width:0;background:0 0;border:0;outline:0;flex:1;padding:0;font-size:16px}.guest-country-search input::placeholder{color:#7c828d}.guest-country-picker__list{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0 12px 18px;overflow-y:auto}.guest-country-picker__section-title{color:#777e8a;letter-spacing:.06em;text-transform:uppercase;background:#fff;padding:12px 10px 8px;font-size:12px;font-weight:700}.guest-country-picker__section-title--all{border-top:1px solid #eceef1;margin-top:8px;padding-top:18px}.guest-country-option{color:#111827;cursor:pointer;font:inherit;min-height:52px;text-align:left;width:100%;background:0 0;border:0;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto 24px;align-items:center;padding:7px 10px;display:grid}.guest-country-option:hover{background:#f5f6f7}.guest-country-option--selected{background:#f0f1f3}.guest-country-option__flag{font-size:21px}.guest-country-option__name{text-overflow:ellipsis;white-space:nowrap;padding-right:12px;font-size:15px;font-weight:560;overflow:hidden}.guest-country-option__prefix{color:#5f6672;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.guest-country-option__check{color:#111827;text-align:right;font-size:17px;font-weight:800}@keyframes guest-picker-fade-in{0%{opacity:0}}@keyframes guest-picker-scale-in{0%{opacity:0;transform:scale(.97)translateY(8px)}}@media (max-width:640px){.guest-country-picker-backdrop{align-items:flex-end;padding:0}.guest-country-picker{max-height:min(82dvh,720px);max-width:none;padding-bottom:env(safe-area-inset-bottom,0);border-radius:22px 22px 0 0;animation:.22s cubic-bezier(.22,1,.36,1) guest-picker-slide-up}.guest-country-picker__handle{height:4px;width:42px;background:#d9dce1;border-radius:999px;align-self:center;margin-top:9px;display:block}.guest-country-picker__header{padding:14px 18px 12px}.guest-country-search{margin-left:18px;margin-right:18px}.guest-country-picker__list{padding-left:8px;padding-right:8px}.guest-country-option{min-height:56px}}@keyframes guest-picker-slide-up{0%{opacity:0;transform:translateY(34px)}}@media (prefers-reduced-motion:reduce){.guest-country-picker,.guest-country-picker-backdrop{animation:none}}