@font-face{font-family:SegoeUI;src:url(/web-fonts/Segoe.ttf)}@font-face{font-family:SegoeUI-bold;src:url(/web-fonts/SegoeBold.ttf)}.font-segoe{font-family:SegoeUI}.font-segoe-bold{font-family:SegoeUI-bold}.font-67{font-size:67px;color:#5A5555;letter-spacing:.07em}.font-20{font-size:28px;color:#5a5555d9;letter-spacing:.03em}.arrow-home-left{position:absolute;bottom:20px;left:20px}.arrow-home-right{position:absolute;bottom:20px;right:20px}.fw-700{font-weight:700}.pb-10{padding-bottom:40px}.bg-phone{background:#e7eff1;max-width:630px;border-radius:30px;padding:70px 0}.mw-0{max-width:0;width:0}.home-mobileDevice{width:20em;height:42em;border:12px solid #000000de;border-top-width:11px;border-radius:36px}.home-screen{height:36.6em;border-radius:27px;width:100%;border:none;background-color:#e4e4e4}.mw-qrd{max-width:300px;width:100%}@media screen and (max-width:600px){.mw-qrd{max-width:300px;width:100%}}@media (min-width:558px){.conditional-width{width:100%;max-width:0}}@media (min-width:688px){.mw-qrd{max-width:300px;width:100%}}@media (max-width:768px){.pink-background{height:100%}}@media (min-width:768px){.ca-active-btn{width:100%;max-width:250px;height:57px;background-color:#a4ecfc;border-radius:8px}}@media (min-width:822px){.font-30{font-size:20px;letter-spacing:.05em}.font-sm-30{font-size:14px;letter-spacing:.05em}}@media (min-width:1200px){.font-30{font-size:20px;letter-spacing:.05em}.font-sm-30{font-size:16px;letter-spacing:.05em}}@media (min-width:1400px){.mw-qrd{max-width:375px;width:100%}}@media (min-width:1500px){.ui-dialog-title{font-family:SegoeUI}.font-30{font-size:20px;letter-spacing:.05em}.font-sm-30{font-size:18px;letter-spacing:.05em}.pr-lg-screen{padding-right:200px}}
/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css?family=Noto+Sans";*{box-sizing:border-box}.floating-chat{cursor:pointer;color:#fff;opacity:0;background:#c3c3c3 no-repeat fixed;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s ease-out;display:flex;position:fixed;bottom:10px;right:10px;transform:translateY(70px)}.floating-chat.enter:hover{opacity:1;box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b}.floating-chat.enter{opacity:.6;transform:translateY(0);box-shadow:0 1px 3px #0000001f,0 1px 2px #00000024}.floating-chat.expand{cursor:auto;opacity:1;border-radius:15px;width:250px;height:400px;max-height:400px}.floating-chat :focus{outline:0;box-shadow:0 0 3pt 2pt #0ec8794d}.floating-chat button{color:#0000006e;text-transform:uppercase;cursor:pointer;background:#fff;border:0;border-radius:15px}.floating-chat .chat{opacity:0;border-radius:50%;flex-direction:column;width:1px;height:1px;margin:auto;transition:all .25s ease-out;display:flex;position:absolute;inset:0}.floating-chat .chat.enter{opacity:1;border-radius:0;width:auto;height:auto}.floating-chat .chat .header{background:#2d609d;flex-shrink:0;padding-bottom:10px;display:flex;color:#fff!important;font-size:1.3em!important;font-weight:400!important}.floating-chat .chat .header .title{flex-grow:1;flex-shrink:1;padding:0 5px;color:#fff!important;font-size:1em!important;font-weight:400!important}.floating-chat .chat .header button{flex-shrink:0;height:25px;position:relative;top:-30px;left:5px}.floating-chat .chat .messages{background:#e7e7e7;border-radius:4px;flex-grow:1;margin:0;padding:10px;list-style:none;overflow:hidden scroll}.floating-chat .chat .messages::-webkit-scrollbar{width:5px}.floating-chat .chat .messages::-webkit-scrollbar-track{background-color:#1993931a;border-radius:5px}.floating-chat .chat .messages::-webkit-scrollbar-thumb{background-color:#19939333;border-radius:5px}.floating-chat .chat .messages li{clear:both;word-wrap:break-word;background-color:#ffffffed;border-radius:10px;max-width:81%;margin:0 0 20px;padding:14px;font:12px/16px Noto Sans,sans-serif;display:inline-block;position:relative}.floating-chat .chat .messages li:before{content:"";background-size:cover;border-radius:25px;width:25px;height:25px;position:absolute;top:0}.floating-chat .chat .messages li:after{content:"";border-top:10px solid #fff;width:0;height:0;position:absolute;top:10px}.floating-chat .chat .messages li.other{float:right;color:#23307b;border:1px solid #80808057;margin-right:45px;animation:show-chat-odd .15s ease-in}.floating-chat .chat .messages li.other:before{right:-45px}.floating-chat .chat .messages li.other:after{border-right:10px solid #0000;right:-10px}.floating-chat .chat .messages li.self{float:left;color:#23307b;border:1px solid #80808057;margin-left:45px;animation:show-chat-even .15s ease-in}.floating-chat .chat .messages li.self:before{background-image:url(/img/home/chat-user.PNG);left:-45px}.floating-chat .chat .messages li.self:after{border-left:10px solid #0000;left:-10px}.floating-chat .chat .footer{background:#fff;flex-shrink:0;max-height:90px;padding:10px;display:flex}.floating-chat .chat .footer .text-box{color:#23307b;background:#fff;border-radius:3px;width:100%;min-height:2.8em;margin-right:5px;padding:10px 8px;overflow-y:auto}.floating-chat .chat .footer .text-box::-webkit-scrollbar{width:5px}.floating-chat .chat .footer .text-box::-webkit-scrollbar-track{background-color:#1993931a;border-radius:5px}.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb{background-color:#19939333;border-radius:5px}@keyframes show-chat-even{0%{margin-left:-480px}to{margin-left:0}}@keyframes show-chat-odd{0%{margin-right:-480px}to{margin-right:0}}