<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-316 .elementor-element.elementor-element-ea8c944{--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;--overlay-opacity:0.1;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-316 .elementor-element.elementor-element-ea8c944::before, .elementor-316 .elementor-element.elementor-element-ea8c944 &gt; .elementor-background-video-container::before, .elementor-316 .elementor-element.elementor-element-ea8c944 &gt; .e-con-inner &gt; .elementor-background-video-container::before, .elementor-316 .elementor-element.elementor-element-ea8c944 &gt; .elementor-background-slideshow::before, .elementor-316 .elementor-element.elementor-element-ea8c944 &gt; .e-con-inner &gt; .elementor-background-slideshow::before, .elementor-316 .elementor-element.elementor-element-ea8c944 &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer::before{background-color:#0076FD;--background-overlay:'';}.elementor-316 .elementor-element.elementor-element-558768a &gt; .elementor-widget-container{padding:30px 30px 30px 30px;}#elementor-popup-modal-316{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-316 .dialog-message{width:474px;height:auto;}#elementor-popup-modal-316 .dialog-close-button{display:flex;font-size:25px;}#elementor-popup-modal-316 .dialog-widget-content{border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-316 .elementor-element.elementor-element-558768a &gt; .elementor-widget-container{padding:17px 17px 17px 17px;}#elementor-popup-modal-316 .dialog-message{width:349px;}}/* Start custom CSS for html, class: .elementor-element-558768a *//* ׳’׳•׳£ ׳”׳׳×׳¨ */
body {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ׳׳¢׳˜׳₪׳× ׳”׳˜׳•׳₪׳¡ ג€“ ׳”׳×׳׳׳” ׳׳₪׳•׳₪׳׳₪ */
#myForm {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border: none;
  direction: rtl;
  text-align: center;
}

/* ׳‘׳•׳¢׳•׳× ׳©׳™׳—׳” */
.chat-bubble {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  text-align: right;
}

.chat-bubble .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  order: 1;
}

.chat-bubble .message {
  background: #ffffff;
  border-radius: 16px 0px 16px 16px;
  padding: 12px 16px;
  font-size: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 85%;
  direction: rtl;
  text-align: right;
  order: 2;
}

/* ׳©׳“׳•׳× ׳˜׳§׳¡׳˜ */
#myForm input[type="text"],
#myForm input[type="tel"],
#myForm input[type="range"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 18px;
  text-align: right;
}

#myForm input:focus {
  border-color: #002dff;
  outline: none;
}

/* ׳×׳¦׳•׳’׳× ׳’׳™׳ */
#ageDisplayWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: -10px;
  gap: 6px;
}

/* ׳›׳₪׳×׳•׳¨ */
#myForm button {
  width: 100%;
  padding: 14px;
  background: #002DFF;
  color: white;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

#myForm button:hover {
  background: #0866ff;
  transform: scale(1.02);
}

button[disabled] {
  background: #ccc !important;
  cursor: not-allowed;
}

/* ׳©׳׳‘׳™׳ */
.form-step {
  display: none;
}
.form-step.active-step {
  display: block;
}

/* ׳›׳₪׳×׳•׳¨׳™ ׳׳¢׳‘׳¨ */
.button-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

/* ׳©׳’׳™׳׳•׳× */
.error-msg {
  color: red;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
}

/* ׳›׳•׳×׳¨׳× ׳˜׳•׳₪׳¡ */
.form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-title {
  font-size: 22px;
  font-weight: bold;
  color: #000000 !important;
  margin: 0;
}

.form-secure-note {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 20px;
  font-weight: 500;
}/* End custom CSS */</pre></body></html>