:root{--chat-bottom-pos: 52px}.chat-bot{position:fixed;bottom:var(--chat-bottom-pos);right:52px;z-index:20;display:flex;width:auto;height:auto}@media (max-width: 768px){.chat-bot{bottom:16px;right:16px}}.chat-bot__head{transition:.5s;opacity:0;pointer-events:none}.chat-bot__head.is-on{opacity:1;pointer-events:auto}.chat-bot__head .chat-bot__head-img{max-width:88px;width:88px;height:auto;aspect-ratio:1/1;cursor:pointer;background-image:url(/build/assets/head-sprite-BRPPhqKY.png);background-position:0 center;background-size:auto 100%;background-repeat:no-repeat;animation-name:botHeadAnim;animation-duration:2s;animation-delay:0s;animation-iteration-count:infinite;animation-timing-function:steps(2);animation-fill-mode:forwards;animation-direction:normal;animation-play-state:running;position:relative}@keyframes botHeadAnim{0%{background-position-x:0}to{background-position-x:-176px}}.chat-bot__head .chat-bot__head-img:after{content:"";display:flex;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50%;border:1px solid rgba(251,176,59,.5);pointer-events:none;animation-name:animPulse;animation-duration:2s;animation-delay:0s;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-direction:normal;animation-play-state:running}@keyframes animPulse{0%{transform:scale(1);opacity:1}50%{opacity:1}to{transform:scale(1.5);opacity:0}}.chat-bot__head .chat-bot__head-img:before{content:"";display:flex;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50%;border:6px solid rgba(164,133,100,.5);pointer-events:none;animation-name:animPulse2;animation-duration:2s;animation-delay:0s;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-direction:normal;animation-play-state:running}@keyframes animPulse2{0%{transform:scale(.8);opacity:1}50%{opacity:1}to{transform:scale(1);opacity:0}}.chat-bot__head .chat-bot__head-message{position:absolute;top:0;right:calc(100% + 4px);display:flex;max-width:252px;width:252px;border-left:1px solid #C1CBFF;border-radius:10px 10px 0;padding:16px;background:linear-gradient(180deg,#7679b7f2,#343651f2 56.18%);transform:translate(50%) translateY(-75%);transition:.5s;opacity:0;pointer-events:none}.chat-bot__head .chat-bot__head-message.is-on{transform:translate(0) translateY(-75%);opacity:1;pointer-events:auto}@media (max-width: 768px){.chat-bot__head .chat-bot__head-message{top:auto;bottom:108%;right:35%;transform:translate(50%) translateY(0)}.chat-bot__head .chat-bot__head-message.is-on{transform:translate(0) translateY(0);opacity:1;pointer-events:auto}}.chat-bot__head .chat-bot__head-message .chat-bot__head-message-close{display:flex;justify-content:center;align-items:center;width:21px;height:auto;aspect-ratio:1/1;position:absolute;top:0;right:0;cursor:pointer}.chat-bot__head .chat-bot__head-message .chat-bot__head-message-close:before{content:"";display:flex;width:15px;height:auto;aspect-ratio:1/1;background-image:url(/build/assets/icon__close-DTSDc5uj.svg);background-position:center center;background-size:100%;background-repeat:no-repeat}.chat-bot__head .chat-bot__head-message .chat-bot__head-message-text{font-weight:700;font-size:16rem;line-height:1.2}.chat-bot__head .chat-bot__head-message .chat-bot__head-message-text mark{background-color:transparent;color:#fbaee0}.chat-bot__inner{display:flex;flex-direction:column;max-width:320px;width:320px;height:594px;border:1px solid #FBAEE0;border-radius:45px 45px 0;padding:32px 10px 12px;background-color:#201236f2;position:absolute;bottom:0;right:0;transition:.5s;pointer-events:none;opacity:0}.chat-bot__inner.is-on{pointer-events:auto;opacity:1}@media (max-width: 768px){.chat-bot__inner{width:280px}}.chat-bot__inner .chat-bot__inner-close{display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;width:34px;height:auto;cursor:pointer;position:absolute;top:10px;right:16px;background-image:url(/build/assets/icon__close-DTSDc5uj.svg);background-position:center center;background-size:24px auto;background-repeat:no-repeat}.chat-bot__inner .chat-bot__control{display:flex;justify-content:flex-start;align-items:center;gap:10px;margin-top:auto;max-width:100%;width:100%;height:83px;padding:25px;border-radius:50px;border:1px solid #FBAEE0}.chat-bot__inner .chat-bot__control input{font-weight:400;color:#fff;font-size:24rem;line-height:1.4;text-align:left;background-color:transparent;outline:none;border:none;max-width:100%;width:100%;padding:0}.chat-bot__inner .chat-bot__control input:focus{outline:none;border:none;box-shadow:none}.chat-bot__inner .chat-bot__control input:active{outline:none;border:none;box-shadow:none}.chat-bot__inner .chat-bot__control input::-moz-placeholder{color:#fbaee0}.chat-bot__inner .chat-bot__control input::placeholder{color:#fbaee0}.chat-bot__inner .chat-bot__control .chat-bot__control-btn{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:32px;height:auto;aspect-ratio:1/1;border-radius:50%;background-color:#9f54b1bf}.chat-bot__inner .chat-bot__control .chat-bot__control-btn[disabled]{opacity:.5;cursor:not-allowed}.chat-bot__inner .chat-bot__control .chat-bot__control-btn:after{content:"";display:flex;flex-shrink:0;width:8px;height:auto;aspect-ratio:8/12;background-image:url(/build/assets/icon__send-DerkXD6N.svg);background-position:center center;background-size:100%;background-repeat:no-repeat}.chat-bot__inner .chat-bot__messages{display:flex;flex-direction:column;justify-content:flex-start;gap:14px;width:100%;max-width:100%;height:100%;overflow:hidden;overflow-y:auto;padding-block:10px;padding-right:10px}.chat-bot__inner .chat-bot__messages::-webkit-scrollbar{width:8px}.chat-bot__inner .chat-bot__messages::-webkit-scrollbar-track{background:#9f54b1;border-radius:10px}.chat-bot__inner .chat-bot__messages::-webkit-scrollbar-thumb{background:#ffd9f2;border-radius:10px}.chat-bot__inner .chat-bot__messages::-webkit-scrollbar-thumb:hover{background:#ffd9f2;border-radius:10px}.chat-bot__inner .chat-bot__message{display:flex;align-items:flex-end;gap:9px;width:100%;max-width:100%}.chat-bot__inner .chat-bot__message:first-child{margin-top:auto}.chat-bot__inner .chat-bot__message.chat-bot__message--bot-answer .chat-bot__message-content{border-right:none;border-left:1px solid #C1CBFF;background-color:#9f54b166;border-radius:10px 10px 0;margin-bottom:23px}.chat-bot__inner .chat-bot__message.chat-bot__message--bot-answer .chat-bot__message-content:after{display:none}.chat-bot__inner .chat-bot__message .chat-bot__message-content{display:inline-flex;flex-direction:column;gap:16px;border-right:1px solid #C1CBFF;border-radius:10px 10px 10px 0;background-color:#7679b766;padding:16px 32px 16px 16px;max-width:100%;width:100%;font-weight:400;font-size:16rem;line-height:1.2;color:#fff;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;position:relative}.chat-bot__inner .chat-bot__message .chat-bot__message-content strong,.chat-bot__inner .chat-bot__message .chat-bot__message-content b{font-weight:700}.chat-bot__inner .chat-bot__message .chat-bot__message-content time{font-size:12rem;font-weight:700;color:#ffd9f2}.chat-bot__inner .chat-bot__message .chat-bot__message-content:after{content:"";display:flex;width:17px;height:auto;aspect-ratio:17/8;background-image:url(/build/assets/icon__read-label-n66zIfNI.svg);background-position:center center;background-size:100%;background-repeat:no-repeat;position:absolute;bottom:16px;right:16px}.chat-bot__inner .chat-bot__message .chat-bot__message-avatar{display:flex;flex-shrink:0;aspect-ratio:1/1;width:48px;background-image:url(/build/assets/head-2-Dsc4q-Ru.png);background-position:center center;background-size:100%;background-repeat:no-repeat}.chat-bot__inner .chat-bot__message .chat-bot__message-loader{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.chat-bot__inner .chat-bot__message .chat-bot__message-loader>div{display:flex;flex-shrink:0;aspect-ratio:1/1;width:9px;height:9px;background-color:#dcdcdc;border-radius:100%;animation:bouncedelay 1.4s ease-in-out infinite;animation-fill-mode:both}.chat-bot__inner .chat-bot__message .chat-bot__message-loader>div:nth-child(2){animation-delay:-.32s}.chat-bot__inner .chat-bot__message .chat-bot__message-loader>div:nth-child(3){animation-delay:-.16s}@keyframes bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-bot__inner .chat-bot__report-btn{display:inline-flex;justify-content:center;align-items:center;gap:14px;color:#fbb03b;margin-top:12px;margin-inline:auto;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}@media (hover: hover){.chat-bot__inner .chat-bot__report-btn:hover{text-decoration:none}}@media (hover: none){.chat-bot__inner .chat-bot__report-btn:active{text-decoration:none}}.chat-bot__inner .chat-bot__report-btn .chat-bot__report-btn-icon{aspect-ratio:1/1;width:20px;height:auto;display:flex;background-image:url(/build/assets/icon__report-D5soD9ex.svg);background-position:center center;background-size:100%;background-repeat:no-repeat}.chat-bot__inner .chat-bot__session-reset-btn{position:absolute;top:4px;left:0;width:100%;text-align:center;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}@media (hover: hover){.chat-bot__inner .chat-bot__session-reset-btn:hover{text-decoration:none}}@media (hover: none){.chat-bot__inner .chat-bot__session-reset-btn:active{text-decoration:none}}.chat-bot__inner .chat-bot__disclaimer{font-size:10px;text-align:center;padding:5px;color:#fff6}@media screen and (max-height: 760px) and (min-width: 1000px){.chat-bot__inner{height:calc(93vh - var(--header-height) - var(--chat-bottom-pos));min-height:347px}}@media screen and (max-width: 768px) and (max-height: 681px){.chat-bot__inner{height:calc(104vh - var(--header-height) - var(--chat-bottom-pos));min-height:347px}}.popup-overlay{position:fixed;top:0;left:0;z-index:99;width:100%;height:100%;background-color:#221449e6;display:flex;justify-content:center;align-items:flex-start;padding:30px;overflow:hidden;overflow-y:auto}@media (max-width: 768px){.popup-overlay{padding:16px}}.popup-content{position:relative;max-width:1080px;width:100%;height:700px;margin-block:auto;background:#32144a;border:1px solid rgba(74,207,236,.45);box-shadow:0 0 60px #fbaee033;border-radius:16px;padding:60px}@media (max-width: 768px){.popup-content{padding:30px 16px;height:auto}}.popup-content__btn-close{aspect-ratio:1/1;display:flex;width:36px;height:auto;background-image:url(/build/assets/icon__popup-close-BRkaz538.svg);background-position:center center;background-size:100%;background-repeat:no-repeat;position:absolute;top:12px;right:12px;z-index:100}@media (max-width: 768px){.popup-content__btn-close{width:30px;top:8px;right:8px}}
