.bt-chat,.bt-chat *{box-sizing:border-box!important}.bt-chat{--bt-chat-side:24px;--bt-chat-bottom:24px;--bt-chat-lift:0px;--bt-chat-fab:56px;font-family:Montserrat,Arial,sans-serif;color:#64514a}.bt-chat__fab{position:fixed;right:var(--bt-chat-side);bottom:calc(var(--bt-chat-bottom) + var(--bt-chat-lift) + env(safe-area-inset-bottom));z-index:1200;display:flex;align-items:center;justify-content:center;width:var(--bt-chat-fab);height:var(--bt-chat-fab);padding:0;border:0;border-radius:999px;background:#64514a;color:#fef5ee;cursor:pointer;box-shadow:0 6px 20px rgba(100,81,74,.28);transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease,bottom .32s ease}.bt-chat__fab svg{width:26px;height:26px;fill:currentColor}@media (hover:hover){.bt-chat__fab:hover{background:#7b655c;transform:translateY(-2px) scale(1.04);box-shadow:0 10px 26px rgba(100,81,74,.34)}}.bt-chat__fab:focus-visible{outline:2px solid #7b655c;outline-offset:3px}.bt-chat__panel{position:fixed;right:var(--bt-chat-side);bottom:calc(var(--bt-chat-bottom) + var(--bt-chat-fab) + 12px + var(--bt-chat-lift) + env(safe-area-inset-bottom));z-index:1210;display:flex;flex-direction:column;width:min(360px,calc(100vw - 24px))!important;max-height:min(520px,calc(100vh - 190px));max-height:min(520px,calc(100dvh - 190px));overflow:hidden;border-radius:18px;background:#fef5ee;box-shadow:0 18px 48px rgba(100,81,74,.24);animation:bt-chat-in .24s ease-out}@keyframes bt-chat-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.bt-chat__panel{inset:0!important;width:100vw!important;height:100dvh;max-height:none!important;border-radius:0!important;padding-bottom:env(safe-area-inset-bottom);animation:none;z-index:100001}}.bt-chat__head{display:flex;align-items:flex-start;gap:8px;padding:14px 10px 12px 18px;background:#f0e8dd}.bt-chat__titles{flex:1 1 auto;min-width:0}.bt-chat__title{margin:0;font-size:14px;letter-spacing:.12em;line-height:1.3;color:#64514a}.bt-chat__badge,.bt-chat__title{font-weight:300;text-transform:uppercase}.bt-chat__badge{display:inline-flex;align-items:center;gap:5px;margin-top:6px;font-size:10px;letter-spacing:.14em;color:#9a877e}.bt-chat__badge svg{width:10px;height:10px;fill:currentColor}.bt-chat__close{flex:0 0 auto;width:44px;height:44px;margin:-6px -4px 0 0;padding:0;border:0;border-radius:999px;background:transparent;color:#7b655c;cursor:pointer;transition:background-color .2s ease,color .2s ease}.bt-chat__close svg{width:18px;height:18px}@media (hover:hover){.bt-chat__close:hover{background:rgba(100,81,74,.1);color:#64514a}}.bt-chat__close:focus-visible,.bt-chat__fallback:focus-visible,.bt-chat__input:focus-visible,.bt-chat__send:focus-visible{outline:2px solid #7b655c;outline-offset:2px}.bt-chat__log{flex:1 1 auto;display:flex;flex-direction:column;gap:8px;min-height:140px;padding:14px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.bt-chat__msg{max-width:88%;padding:10px 14px;border-radius:16px;font-size:13.5px;font-weight:300;line-height:1.65;letter-spacing:.01em;overflow-wrap:anywhere}.bt-chat__msg--ai{align-self:flex-start;border-bottom-left-radius:6px;background:#ffffff;color:#64514a;box-shadow:0 2px 10px rgba(100,81,74,.08)}.bt-chat__msg--user{align-self:flex-end;border-bottom-right-radius:6px;background:#64514a;color:#fef5ee}.bt-chat__msg p{margin:0 0 6px}.bt-chat__msg p:last-child{margin-bottom:0}.bt-chat__msg .bt-chat__li{display:flex;gap:7px}.bt-chat__msg strong{font-weight:500}.bt-chat__msg a{color:inherit;text-decoration:underline;text-underline-offset:2px}.bt-chat__typing{align-self:flex-start;display:flex;align-items:center;gap:5px;padding:14px 16px;border-radius:16px;border-bottom-left-radius:6px;background:#ffffff;box-shadow:0 2px 10px rgba(100,81,74,.08)}.bt-chat__dot{width:6px;height:6px;border-radius:50%;background:#b6a49b;animation:bt-chat-dot 1.2s ease-in-out infinite}.bt-chat__dot:nth-child(3){animation-delay:.15s}.bt-chat__dot:nth-child(4){animation-delay:.3s}.bt-chat__notice{align-self:stretch;margin:2px 0 0;padding:10px 14px;border-radius:14px;background:rgba(214,202,196,.45);color:#64514a;font-size:12px;font-weight:300;line-height:1.55}.bt-chat__bottom{flex:0 0 auto;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#f0e8dd}.bt-chat__form{display:flex;align-items:flex-end;gap:8px}.bt-chat__input{flex:1 1 auto;min-width:0;min-height:44px;max-height:104px;padding:12px 14px;border:1px solid rgba(100,81,74,.22);border-radius:16px;background:#ffffff;color:#64514a;font-family:inherit;font-size:16px;font-weight:300;line-height:1.45;letter-spacing:.01em;resize:none;outline:none}.bt-chat__input::-moz-placeholder{color:#b6a49b}.bt-chat__input::placeholder{color:#b6a49b}.bt-chat__send{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:999px;background:#64514a;color:#fef5ee;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.bt-chat__send svg{width:18px;height:18px;fill:currentColor}@media (hover:hover){.bt-chat__send:hover:not([disabled]){background:#7b655c}}.bt-chat__send[disabled]{opacity:.35;cursor:default}.bt-chat__note{margin:9px 2px 0;font-size:10.5px;font-weight:300;line-height:1.5;letter-spacing:.02em;color:#9a877e}.bt-chat__fallback{display:inline-flex;align-items:center;min-height:44px;padding:0 2px;color:#7b655c;font-size:11px;font-weight:300;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid rgba(123,101,92,.35);transition:color .2s ease,border-color .2s ease}@media (hover:hover){.bt-chat__fallback:hover{color:#64514a;border-color:#64514a}}@media (min-width:960px){.bt-chat--with-callback .bt-chat__panel{bottom:calc(122px + env(safe-area-inset-bottom))}}@media (max-width:959px){.bt-chat{--bt-chat-side:12px;--bt-chat-bottom:16px}.bt-chat--with-callback{--bt-chat-bottom:82px}body.bt-cta-visible .bt-chat{--bt-chat-lift:70px}body.bt-cta-visible .t651 .t651__btn{bottom:calc(80px + env(safe-area-inset-bottom))!important}}@media (prefers-reduced-motion:reduce){.bt-chat__close,.bt-chat__fab,.bt-chat__fallback,.bt-chat__send{transition:none}.bt-chat__dot,.bt-chat__panel{animation:none}.bt-chat__dot{opacity:.6}}.bt-chat__powered{display:block;margin-top:6px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(41,41,41,.38);text-decoration:none;text-align:center;transition:color .25s ease}.bt-chat__powered strong{font-weight:600}.bt-chat__powered:focus-visible,.bt-chat__powered:hover{color:#292929}.bt-chat__logo{height:22px;width:auto;flex:0 0 auto;margin-right:8px}.bt-chat__msg--ai{border:1px solid rgba(100,81,74,.1)}#allrecords .bt-chat__cta,.bt-chat__cta{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:9px 15px;border-radius:999px;background:#64514a;color:#fef5ee!important;font-size:13px;letter-spacing:.04em;text-decoration:none!important;transition:background-color .25s ease,transform .25s ease}#allrecords .bt-chat__cta:hover,.bt-chat__cta:hover{background:#7b655c;transform:translateY(-1px)}.bt-chat__dot{animation:bt-chat-dot 1s ease-in-out infinite}.bt-chat__dot:nth-child(3){animation-delay:.16s}.bt-chat__dot:nth-child(4){animation-delay:.32s}@keyframes bt-chat-dot{0%,70%,to{opacity:.3;transform:translateY(0) scale(1)}35%{opacity:1;transform:translateY(-5px) scale(1.15)}}@media (max-width:640px){.bt-chat--open .bt-chat__fab{display:none!important}}@media screen and (max-width:1199px){#allrecords .t-rec_pt_30{padding-top:24px!important}#allrecords .t-rec_pb_30{padding-bottom:24px!important}#allrecords .t-rec_pt_45{padding-top:36px!important}#allrecords .t-rec_pb_45{padding-bottom:36px!important}#allrecords .t-rec_pt_60{padding-top:48px!important}#allrecords .t-rec_pb_60{padding-bottom:48px!important}#allrecords .t-rec_pt_75{padding-top:60px!important}#allrecords .t-rec_pb_75{padding-bottom:60px!important}#allrecords .t-rec_pt_90{padding-top:72px!important}#allrecords .t-rec_pb_90{padding-bottom:72px!important}#allrecords .t-rec_pt_105{padding-top:84px!important}#allrecords .t-rec_pb_105{padding-bottom:84px!important}#allrecords .t-rec_pt_120{padding-top:96px!important}#allrecords .t-rec_pb_120{padding-bottom:96px!important}#allrecords .t-rec_pt_135{padding-top:108px!important}#allrecords .t-rec_pb_135{padding-bottom:108px!important}#allrecords .t-rec_pt_150{padding-top:120px!important}#allrecords .t-rec_pb_150{padding-bottom:120px!important}#allrecords .t-rec_pt_165{padding-top:132px!important}#allrecords .t-rec_pb_165{padding-bottom:132px!important}#allrecords .t-rec_pt_210{padding-top:168px!important}#allrecords .t-rec_pb_210{padding-bottom:168px!important}}@media screen and (max-width:959px){#allrecords .t-rec_pt_30{padding-top:17px!important}#allrecords .t-rec_pb_30{padding-bottom:17px!important}#allrecords .t-rec_pt_45{padding-top:25px!important}#allrecords .t-rec_pb_45{padding-bottom:25px!important}#allrecords .t-rec_pt_60{padding-top:33px!important}#allrecords .t-rec_pb_60{padding-bottom:33px!important}#allrecords .t-rec_pt_75{padding-top:41px!important}#allrecords .t-rec_pb_75{padding-bottom:41px!important}#allrecords .t-rec_pt_90{padding-top:50px!important}#allrecords .t-rec_pb_90{padding-bottom:50px!important}#allrecords .t-rec_pt_105{padding-top:58px!important}#allrecords .t-rec_pb_105{padding-bottom:58px!important}#allrecords .t-rec_pt_120{padding-top:66px!important}#allrecords .t-rec_pb_120{padding-bottom:66px!important}#allrecords .t-rec_pt_135{padding-top:74px!important}#allrecords .t-rec_pb_135{padding-bottom:74px!important}#allrecords .t-rec_pt_150{padding-top:83px!important}#allrecords .t-rec_pb_150{padding-bottom:83px!important}#allrecords .t-rec_pt_165{padding-top:91px!important}#allrecords .t-rec_pb_165{padding-bottom:91px!important}#allrecords .t-rec_pt_210{padding-top:116px!important}#allrecords .t-rec_pb_210{padding-bottom:116px!important}}@media screen and (max-width:639px){#allrecords .t-rec_pt_30{padding-top:12px!important}#allrecords .t-rec_pb_30{padding-bottom:12px!important}#allrecords .t-rec_pt_45{padding-top:17px!important}#allrecords .t-rec_pb_45{padding-bottom:17px!important}#allrecords .t-rec_pt_60{padding-top:23px!important}#allrecords .t-rec_pb_60{padding-bottom:23px!important}#allrecords .t-rec_pt_75{padding-top:29px!important}#allrecords .t-rec_pb_75{padding-bottom:29px!important}#allrecords .t-rec_pt_90{padding-top:34px!important}#allrecords .t-rec_pb_90{padding-bottom:34px!important}#allrecords .t-rec_pt_105{padding-top:40px!important}#allrecords .t-rec_pb_105{padding-bottom:40px!important}#allrecords .t-rec_pt_120{padding-top:46px!important}#allrecords .t-rec_pb_120{padding-bottom:46px!important}#allrecords .t-rec_pt_135{padding-top:51px!important}#allrecords .t-rec_pb_135{padding-bottom:51px!important}#allrecords .t-rec_pt_150{padding-top:57px!important}#allrecords .t-rec_pb_150{padding-bottom:57px!important}#allrecords .t-rec_pt_165{padding-top:63px!important}#allrecords .t-rec_pb_165{padding-bottom:63px!important}#allrecords .t-rec_pt_210{padding-top:80px!important}#allrecords .t-rec_pb_210{padding-bottom:80px!important}}@media screen and (max-width:479px){#allrecords .t-rec_pt_30{padding-top:12px!important}#allrecords .t-rec_pb_30{padding-bottom:12px!important}#allrecords .t-rec_pt_45{padding-top:13px!important}#allrecords .t-rec_pb_45{padding-bottom:13px!important}#allrecords .t-rec_pt_60{padding-top:17px!important}#allrecords .t-rec_pb_60{padding-bottom:17px!important}#allrecords .t-rec_pt_75{padding-top:21px!important}#allrecords .t-rec_pb_75{padding-bottom:21px!important}#allrecords .t-rec_pt_90{padding-top:25px!important}#allrecords .t-rec_pb_90{padding-bottom:25px!important}#allrecords .t-rec_pt_105{padding-top:29px!important}#allrecords .t-rec_pb_105{padding-bottom:29px!important}#allrecords .t-rec_pt_120{padding-top:34px!important}#allrecords .t-rec_pb_120{padding-bottom:34px!important}#allrecords .t-rec_pt_135{padding-top:38px!important}#allrecords .t-rec_pb_135{padding-bottom:38px!important}#allrecords .t-rec_pt_150{padding-top:42px!important}#allrecords .t-rec_pb_150{padding-bottom:42px!important}#allrecords .t-rec_pt_165{padding-top:46px!important}#allrecords .t-rec_pb_165{padding-bottom:46px!important}#allrecords .t-rec_pt_210{padding-top:59px!important}#allrecords .t-rec_pb_210{padding-bottom:59px!important}}