.elementor-1593 .elementor-element.elementor-element-62a6583{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1593 .elementor-element.elementor-element-90558a8{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1593 .elementor-element.elementor-element-8e1d11f{font-weight:700;}.elementor-1593 .elementor-element.elementor-element-e7b8396{--display:flex;}.elementor-1593 .elementor-element.elementor-element-ed4efe2{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1593 .elementor-element.elementor-element-ed4efe2:not(.elementor-motion-effects-element-type-background), .elementor-1593 .elementor-element.elementor-element-ed4efe2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}.elementor-1593 .elementor-element.elementor-element-bf7bba4{--display:flex;}.elementor-1593 .elementor-element.elementor-element-bf7bba4:not(.elementor-motion-effects-element-type-background), .elementor-1593 .elementor-element.elementor-element-bf7bba4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E7F3FF;}#elementor-popup-modal-1593 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1593{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1593 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1593 .dialog-close-button{display:flex;}/* Start custom CSS for html, class: .elementor-element-d184a54 */.starter-flow {
  max-width: 520px;
  margin: 0 auto;
}

.progress {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 12px;
}

.question-card {
  display: none;
}

.question-card.active {
  display: block;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.button-grid button {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 16px;
  border-radius: 12px;
  border: 2px solid #1565D8;

  background-color: #ffffff;
  color: #1565D8;
  font-size: 15px;
  font-weight: 500;

  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.button-grid button:hover {
  background-color: #1565D8;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-890681d */.chat-container {
    display: flex;
    flex-direction: column;
    height: 400px;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
}

.chat-input {
    display: flex;
    gap: 8px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-62a6583 */.is-hidden {
  display: none;
}/* End custom CSS */