<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* DO NOT EDIT THIS FILE!!
*
* Instead, edit the source file and use the engine-stylesheets module to generate this file
* See engine-stylesheets/README.md for more
*
* source file:
* engine-stylesheets/src/inbentaChatbot/inbentaChatbot.less
**/
@font-face {
  font-family: 'Fedra';
  src: url('inbentaChatbot/resources/fonts/FedraSerifAProBook.c39c7da8.woff') format("woff"), url('inbentaChatbot/resources/fonts/FedraSerifAProBook.c39c7da8.woff') format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fedra';
  src: url('inbentaChatbot/resources/fonts/FedraSerifAProBookItalic.0e919cb9.woff') format("woff"), url('inbentaChatbot/resources/fonts/FedraSerifAProBookItalic.0e919cb9.woff') format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Fedra';
  src: url('inbentaChatbot/resources/fonts/FedraSerifAProDemi.fc192eae.woff') format("woff"), url('inbentaChatbot/resources/fonts/FedraSerifAProDemi.fc192eae.woff') format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Fedra';
  src: url('inbentaChatbot/resources/fonts/FedraSerifAProDemiItalic.d9884ae7.woff') format("woff"), url('inbentaChatbot/resources/fonts/FedraSerifAProDemiItalic.d9884ae7.woff') format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Fedra';
  src: url('inbentaChatbot/resources/fonts/FedraSerifAProMedium.16ab5fb4.woff') format("woff"), url('inbentaChatbot/resources/fonts/FedraSerifAProMedium.16ab5fb4.woff') format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fedra';
  src: url('inbentaChatbot/resources/fonts/FedraSerifAProMediumItalic.1c708af7.woff') format("woff"), url('inbentaChatbot/resources/fonts/FedraSerifAProMediumItalic.1c708af7.woff') format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Fedra';
  src: url('inbentaChatbot/resources/fonts/FedraSerifAProBold.a5557c97.woff') format("woff"), url('inbentaChatbot/resources/fonts/FedraSerifAProBold.a5557c97.woff') format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Fedra';
  src: url('inbentaChatbot/resources/fonts/FedraSerifAProBoldItalic.a270152c.woff') format("woff"), url('inbentaChatbot/resources/fonts/FedraSerifAProBoldItalic.a270152c.woff') format("woff2");
  font-weight: 800;
  font-style: italic;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
body #inbenta-bot-sdk.inbenta .inbenta-bot {
  font-family: Fedra, sans-serif;
  font-size: 14px;
  color: #767676;
  line-height: 22px;
  z-index: 999999;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot a {
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot a:hover {
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot a:active,
body #inbenta-bot-sdk.inbenta .inbenta-bot a:focus {
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot ul,
body #inbenta-bot-sdk.inbenta .inbenta-bot ol {
  padding-left: 15px;
  list-style: disc;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-button {
  font-family: Fedra, sans-serif;
  font-size: 14px;
  background-color: #8e0038;
  color: white;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-transform: none;
  padding: 6px 16px;
  min-height: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot-button.clicked {
  background-color: #5b0024;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-button[disabled] {
  background-color: #8e0038;
  color: white;
  opacity: 0.5;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-button[disabled].clicked {
  color: white;
  background-color: #5b0024;
  opacity: 0.5;
  font-weight: normal;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-button-secondary {
  background-color: transparent;
  color: #8e0038;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-button-secondary:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot-button-secondary.clicked {
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-button-secondary:hover:not([disabled]) span:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot-button-secondary.clicked span:before {
  background-color: transparent;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-input {
  font-family: Fedra, sans-serif;
  font-size: 14px;
  background-color: white;
  color: #767676;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #8e0038;
  font-family: Fedra, sans-serif;
  font-size: 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px;
  z-index: 9999;
  height: auto;
  bottom: 30% !important;
  right: 0 !important;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher__image {
  background-image: url('inbentaChatbot/resources/icons/launcher.3c4fb19f.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  display: block;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher__text {
  color: white;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 100;
  margin: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher:hover {
  background-color: #5b0024;
  color: white;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher.animate {
  -webkit-animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble {
  border-radius: 4px;
  height: 590px;
  border: 1px solid #d9d5c7;
  -webkit-box-shadow: 0px 2px 3px 0 #d9d5c7;
  box-shadow: 0px 2px 3px 0 #d9d5c7;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__header,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__header {
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 15px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .header__title,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .header__title {
  font-family: Fedra, sans-serif;
  font-size: 16px;
  color: #8e0038;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .header__actions__icon,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .header__actions__icon {
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .body__wrapper,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .body__wrapper {
  background-color: white;
  padding: 16px 16px 0;
  border-top: 2px solid #b31767;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .body__avatar-content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .body__avatar-content {
  height: 185px;
  background-color: white;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .body__avatar-content #inbenta-avatar-player,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .body__avatar-content #inbenta-avatar-player {
  display: block;
  text-align: center;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .body__avatar-content #inbenta-avatar-player canvas,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .body__avatar-content #inbenta-avatar-player canvas {
  width: 210px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .alert-box__title,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .alert-box__title {
  font-family: Fedra, sans-serif;
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .alert-box__message,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .alert-box__message {
  font-family: Fedra, sans-serif;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message__content {
  font-family: Fedra, sans-serif;
  font-size: 14px;
  color: #767676;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 14px 17px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
  border-radius: 4px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content {
  padding: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__text,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__text {
  padding: 14px 17px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .messages__message__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .messages__message__content {
  background-color: #efe7ed;
  color: #767676;
  border-radius: 4px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .messages__message__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .messages__message__content {
  position: relative;
  background: #efe7ed;
  border: 1px solid #d9d5c7;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .messages__message__content:after,
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .messages__message__content:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .messages__message__content:after,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .messages__message__content:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .messages__message__content:after,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .messages__message__content:after {
  border-color: transparent;
  border-left-color: #efe7ed;
  border-width: 8px;
  margin-top: -8px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .messages__message__content:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .messages__message__content:before {
  border-color: transparent;
  border-left-color: #d9d5c7;
  border-width: 9px;
  margin-top: -9px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .content__label,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .content__label {
  display: block;
  opacity: 1;
  font-weight: bold;
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .content__text .autolink-url,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .content__text .autolink-url {
  word-break: break-all;
  -ms-word-break: break-all;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__avatar,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__avatar {
  display: none;
  background-color: #8e0038;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__avatar .inbenta-bot-icon--avatar,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__avatar .inbenta-bot-icon--avatar {
  display: none;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content {
  background-color: white;
  color: #767676;
  border-radius: 4px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content {
  position: relative;
  background: white;
  border: 1px solid #ce5e92;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content:after,
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content:after,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content:after,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content:after {
  border-color: transparent;
  border-right-color: white;
  border-width: 8px;
  margin-top: -8px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content:before {
  border-color: transparent;
  border-right-color: #ce5e92;
  border-width: 9px;
  margin-top: -9px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content {
  background-color: white;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button .inbenta-bot-icon:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button .inbenta-bot-icon:before {
  color: white;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button__text,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button__text {
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover {
  background-color: #5b0024;
  border-radius: 4px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f6f6f6;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:hover,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:hover {
  border: 1px solid #f6f6f6;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .content__label,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .content__label {
  display: block;
  opacity: 1;
  font-weight: bold;
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--system .messages__message__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--system .messages__message__content {
  border: 1px solid #ce5e92;
  background-color: white;
  color: #767676;
  border-radius: 4px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble__phrase {
  color: #8e0038;
  font-family: Fedra, sans-serif;
  font-weight: 600;
  margin: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble__icon,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble__icon {
  color: #8e0038;
  margin: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 1;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble:hover,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__icon,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__icon {
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons {
  margin: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise {
  padding-top: 13px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon {
  margin-right: 5px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before {
  color: #8e0038;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button {
  color: #8e0038;
  font-size: 14px;
  font-weight: normal;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  background-color: transparent;
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before {
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button[disabled],
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button[disabled] {
  background-color: transparent;
  opacity: 1;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise[disabled],
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise[disabled] {
  opacity: 0.8;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--download .inbenta-bot-button,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button {
  color: #8e0038;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--download .inbenta-bot-button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--download .inbenta-bot-button.clicked,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button.clicked {
  background-color: transparent;
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button {
  color: #767676;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button.clicked,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button.clicked {
  background-color: transparent;
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related-contents,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related-contents {
  border-radius: 4px;
  background-color: transparent;
  padding: 14px 17px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related-contents .content__related__show,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related-contents .content__related__show {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  font-size: 14px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__show,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__show {
  font-family: Fedra, sans-serif;
  font-size: 14px;
  background-color: transparent;
  border-radius: 4px;
  color: #767676;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__show:hover,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__show:hover {
  background-color: transparent;
  color: #767676;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__icon--closed:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__icon--closed:before {
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__icon--opened:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__icon--opened:before {
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related-buttons,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related-buttons {
  margin: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button {
  font-family: Fedra, sans-serif;
  font-size: 14px;
  background-color: transparent;
  color: #8e0038;
  border-radius: 0;
  padding: 4px 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button--active,
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button:focus,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button--active,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button:focus {
  background-color: transparent;
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button:first-child,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button:first-child {
  margin-top: 10px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__footer,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__footer {
  margin: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__content {
  background-color: white;
  color: #767676;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 14px 17px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__content {
  position: relative;
  background: white;
  border: 1px solid none;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__content:after,
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__content:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__content:after,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__content:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__content:after,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__content:after {
  border-color: transparent;
  border-right-color: white;
  border-width: 8px;
  margin-top: -8px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__content:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__content:before {
  border-color: transparent;
  border-right-color: none;
  border-width: 9px;
  margin-top: -9px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__avatar,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__avatar {
  display: none;
  background-color: #8e0038;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__avatar .inbenta-bot-icon,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__avatar .inbenta-bot-icon {
  display: none;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__avatar .inbenta-bot-icon--avatar:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__avatar .inbenta-bot-icon--avatar:before {
  color: white;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__dot,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__dot {
  background-color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__text,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__text {
  color: #767676;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form {
  background-color: #efe7ed;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input {
  color: #767676;
  font-size: 14px;
  height: 45px;
  border: none;
  background-color: #efe7ed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input::-webkit-input-placeholder,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input::-moz-placeholder,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input:-ms-input-placeholder,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input:-moz-placeholder,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input:-moz-placeholder {
  color: #767676;
  opacity: 1;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input[disabled],
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input:hover[disabled],
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input[disabled],
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input:hover[disabled] {
  border: none;
  background-color: #efe7ed;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button {
  background-color: #efe7ed;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button .inbenta-bot-icon--send,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button .inbenta-bot-icon--send {
  left: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button .inbenta-bot-icon--send:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button .inbenta-bot-icon--send:before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  content: "";
  background-image: url('inbentaChatbot/resources/icons/bubble.ede70766.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: block;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button:hover:not([disabled]),
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) {
  background-color: #efe7ed;
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button:hover:not([disabled]) .inbenta-bot-icon--send:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) .inbenta-bot-icon--send:before {
  background-image: url('inbentaChatbot/resources/icons/bubble.ede70766.svg');
  opacity: 0.72;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button.footer__form__button--attach .inbenta-bot-icon:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button.footer__form__button--attach .inbenta-bot-icon:before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button.footer__form__button--attach:hover:not([disabled]) .inbenta-bot-icon:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button.footer__form__button--attach:hover:not([disabled]) .inbenta-bot-icon:before {
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__counter-content,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__counter-content {
  background-color: #efe7ed;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation {
  font-family: Fedra, sans-serif;
  border-radius: 4px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box {
  border-radius: 4px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box__icon,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box__icon {
  background: white;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box__icon:before,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box__icon:before {
  content: "";
  background-image: url('inbentaChatbot/resources/icons/confirmation-box.37ecf079.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  display: block;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box__title,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box__title {
  font-family: Fedra, sans-serif;
  color: #767676;
  text-align: center;
  font-size: 14px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box__subtitle,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box__subtitle {
  font-family: Fedra, sans-serif;
  font-size: 13px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box__buttons .inbenta-bot-button,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box__buttons .inbenta-bot-button {
  font-family: Fedra, sans-serif;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .header__title {
  font-size: 16px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__body {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__body .body__content-faq {
  max-width: 100%;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-dropdown__trigger {
  background-color: white;
  color: #8e0038;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  margin-top: 8px;
  cursor: pointer;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-dropdown__trigger:hover {
  background-color: white;
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-dropdown__trigger .trigger__action {
  font-size: 14px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-dropdown__menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-dropdown__menu__item {
  padding: 10px 12px;
  background-color: white;
  color: #767676;
  font-size: 14px;
  cursor: pointer;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-dropdown__menu__item + .inbenta-bot-dropdown__menu__item {
  border-top: 1px solid #e5e5e5;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-dropdown__menu__item:hover {
  color: #5b0024;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-dropdown ~ .content__status {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  top: 5px;
  right: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content {
  background-color: #F6F6F6;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button {
  background-color: #8e0038;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button + .inbenta-bot-button {
  margin-left: 8px;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button__text {
  color: white;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover {
  color: white;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content .inbenta-bot-icon--rating-yes:before {
  color: white;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content .inbenta-bot-icon--rating-no:before {
  color: white;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__phrase {
  color: #767676;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__comment .comment__phrase {
  color: #767676;
  margin: 0;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__thanks {
  color: #767676;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot__powered {
  position: static !important;
}
body #inbenta-bot-sdk.inbenta .inbenta-bot .loader__load__inner {
  stroke: #8e0038;
}
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message__content:after,
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message__content:before,
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message__content:after,
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message__content:before {
  display: none !important;
}
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message__content .content__text .autolink-url,
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message__content .content__text .autolink-url {
  display: block;
  word-break: break-all;
}
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__related__show,
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__related__show {
  padding: 0;
}
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__body {
  max-height: 100%;
}
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button {
  padding: 0;
}
@media (max-width: 768px) {
  body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher__image {
    width: 40px;
    height: 40px;
  }
  body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher__text {
    font-size: 16px;
  }
  body #inbenta-bot-sdk.inbenta .inbenta-bot__chat,
  body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
}
#inbenta-bot-sdk.inbenta .inbenta-bot__bubble h3 {
  font-size: 20px;
  color: #8e0038;
}
#inbenta-bot-sdk.inbenta .inbenta-bot__bubble li {
  padding-left: 5px;
}
#inbenta-bot-sdk.inbenta .inbenta-bot__bubble li::before {
  content: "";
}
#inbenta-bot-sdk.inbenta .inbenta-bot__bubble a {
  text-decoration: none;
}
</pre></body></html>