@keyframes waiting-scaleout{0%{transform:scale(0);opacity:0}50%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.page-chat{background-color:#DBDBDB}.section__cnt__inner{display:grid;grid-template-rows:max-content 1fr;height:100vh;height:100dvh;margin:0 auto;max-width:1020px;padding:0 20px;width:100%}@media screen and (max-width:640px){.section__cnt__inner{padding:0}}.section__fv{padding:80px 0 40px}@media screen and (max-width:640px){.section__fv{padding:64px 0 24px}}.section__fv__title{font-size:40px;line-height:1;text-align:center;font-family:"Poppins", sans-serif;font-weight:300}@media screen and (max-width:640px){.section__fv__title{font-size:32px;padding:0 20px}}.section__chat{height:100%;width:100%}@media screen and (max-width:640px){.section__chat{width:100vw;width:100dvw}}.section__chat__wrapper{background-color:#E4E4E4;border-radius:10px 10px 0 0;box-shadow:0 0 0 1px #ECECEC;display:grid;grid-template-rows:1fr max-content;height:100%;width:100%}@media screen and (max-width:640px){.section__chat__wrapper{border-radius:30px 30px 0 0}}.section__chat__wrapper__body{width:100%}.section__chat__container{display:grid;grid-template-rows:minmax(0, 1fr) max-content;height:100%;width:100%}.section__chat__container__body{padding:40px 16px 12px;width:100%}@media screen and (max-width:640px){.section__chat__container__body{padding:32px 4px 12px}}.section__chat__container__foot{padding:12px 24px 24px}@media screen and (max-width:640px){.section__chat__container__foot{padding:12px 20px 12px}}.section__chat__messages{height:calc(100vh - 344px);height:calc(100dvh - 344px);overflow:auto;width:100%}@media screen and (max-width:640px){.section__chat__messages{height:calc(100vh - 284px);height:calc(100dvh - 284px)}}.section__chat__messages__inner{padding:0 24px;width:100%}@media screen and (max-width:640px){.section__chat__messages__inner{padding:0 16px}}.section__chat__messages__list{display:grid;gap:40px 0;max-width:calc(100vw - 40px);max-width:calc(100dvw - 40px);width:100%}@media screen and (max-width:640px){.section__chat__messages__list{gap:32px 0}}.section__chat__messages__list-item{width:100%}.section__chat__messages__container{display:grid;gap:14px 0;width:100%}@media screen and (max-width:640px){.section__chat__messages__container{gap:12px 0}}.section__chat__messages__container-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:0 16px;width:100%;font-family:"Poppins", sans-serif;font-weight:300}.section__chat__messages__container-head-time{font-size:12px}.section__chat__messages__container-body{width:100%}.section__chat__messages__container-body-text{display:grid;gap:1em 0;line-height:1.5;padding:16px 24px;word-break:break-all;width:100%}@media screen and (max-width:640px){.section__chat__messages__container-body-text{padding:12px 20px}}.section__chat__messages__container-body-text a{text-decoration:underline}.section__chat__messages__container-body-text a:hover{text-decoration:none}.section__chat__messages__container-body-text b,.section__chat__messages__container-body-text strong,.section__chat__messages__container-body-text h1{font-weight:500}.section__chat__messages__container-body-text h1{font-size:1.5em;font-weight:500}.section__chat__messages__container-body-text h2{font-size:1.375em;font-weight:500}.section__chat__messages__container-body-text h3{font-size:1.25em;font-weight:500}.section__chat__messages__container-body-text h4,.section__chat__messages__container-body-text h5,.section__chat__messages__container-body-text h6{font-size:1.125em;font-weight:500}.section__chat__messages__container-body-text ul{display:grid;gap:0.25em 0}.section__chat__messages__container-body-text ul li{padding-left:1em;position:relative}.section__chat__messages__container-body-text ul li::before{aspect-ratio:1;background-color:currentColor;border-radius:50%;content:"";display:block;left:calc(0.5em - 2px);pointer-events:none;position:absolute;top:calc(0.5lh - 2px);width:4px}.section__chat__messages__container-foot-suggested{font-size:14px;line-height:1.5}.section__chat__messages__container-foot-suggested-list{display:flex;flex-wrap:wrap;gap:8px 16px}@media screen and (max-width:640px){.section__chat__messages__container-foot-suggested-list{gap:8px 12px}}.section__chat__messages__container-foot-suggested-button{background-color:#5D5C58;border-radius:9999px;color:#fff;display:block;padding:0.5em 1em;text-align:center}.section__chat__messages__container--assistant .section__chat__messages__container-head{justify-content:flex-start}.section__chat__messages__container--assistant .section__chat__messages__container-body-text{border-radius:0 30px 30px 30px;background-color:#fff}@media screen and (max-width:640px){.section__chat__messages__container--assistant .section__chat__messages__container-body-text{border-radius:0 10px 10px 10px}}.section__chat__messages__container--user .section__chat__messages__container-head{justify-content:flex-end}.section__chat__messages__container--user .section__chat__messages__container-body-text{background-color:#5D5C58;border-radius:30px 0 30px 30px;color:#fff}@media screen and (max-width:640px){.section__chat__messages__container--user .section__chat__messages__container-body-text{border-radius:10px 0 10px 10px}}.section__chat__messages__waiting{height:3px;position:relative}.section__chat__messages__waiting span{animation:waiting-scaleout 2s ease-in-out infinite;aspect-ratio:1;background-color:#5D5C58;border-radius:50%;display:block;opacity:0;position:absolute;top:0;transform:scale(0);width:3px}.section__chat__messages__waiting span:nth-child(1){left:0}.section__chat__messages__waiting span:nth-child(2){animation-delay:0.2s;left:13px}.section__chat__messages__waiting span:nth-child(3){animation-delay:0.4s;left:26px}.section__chat__form{max-width:calc(100vw - 40px);max-width:calc(100dvw - 40px);width:100%}.section__chat__form__inner{background-color:#fff;border-radius:5px;display:grid;grid-template-columns:1fr 48px;width:100%}.section__chat__form__input{display:block;font-size:16px;line-height:32px;padding:8px 16px;width:calc(100% - 48px)}.section__chat__form__input::placeholder{color:#D9D9D9}.section__chat__form__submit{aspect-ratio:1;background:url("../img/icon-fill_send.svg") center center / 32px 32px no-repeat;opacity:1;overflow:hidden;padding:8px;text-indent:-9999px;transition:opacity 0.2s;width:48px}.section__chat__form__submit:disabled{opacity:0.2}.section__chat__agreement{background-color:#ECECEC;color:#999892;font-size:12px;line-height:16px;padding:16px 0;text-align:center}.section__chat__agreement a{color:#5D5C58;text-decoration:underline}.section__chat__agreement a:hover{text-decoration:none}#chat{margin:0 auto;max-width:600px}#messages{background:#e4e4e4;display:grid;gap:12px 0;margin-bottom:20px;padding:20px}.user{background:#5d5c58;border-radius:20px 0 20px 20px;color:#fff;justify-self:flex-end;padding:0.5em 1em}.suggested{display:flex;flex-wrap:wrap;gap:8px}.suggested button{background:#5d5c58;border:0;border-radius:9999px;color:#fff;cursor:pointer;display:block;font-size:14px;padding:0.5em 1em}.assistant{background:#fff;border-radius:20px 20px 20px 0;color:#5d5c58;justify-self:flex-start;padding:0.5em 1em}.waiting{height:20px;position:relative}@keyframes popup{0%{transform:translateY(0)}10%{transform:translateY(-100%)}20%{transform:translateY(0)}100%{transform:translateY(0)}}.waiting span{animation:popup 2s ease infinite;aspect-ratio:1;background:#C2C2C1;border-radius:50%;display:block;position:absolute;top:6px;transform:translateY(0);width:8px}.waiting span:nth-child(1){left:0}.waiting span:nth-child(2){animation-delay:0.5s;left:12px}.waiting span:nth-child(3){animation-delay:1s;left:24px}