.elementor-4021 .elementor-element.elementor-element-16763f0d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:wrap;}.elementor-4021 .elementor-element.elementor-element-4aa6d963{width:100%;max-width:100%;}.elementor-4021 .elementor-element.elementor-element-4aa6d963 .elementor-heading-title{font-size:2.2em;}.elementor-4021 .elementor-element.elementor-element-80499cb{width:100%;max-width:100%;font-size:0.9em;text-transform:uppercase;letter-spacing:2.5px;}#elementor-popup-modal-4021 .dialog-widget-content{animation-duration:0.6s;border-radius:25px 25px 25px 25px;box-shadow:0px 7px 10px 1px rgba(0, 0, 0, 0.51);}#elementor-popup-modal-4021{background-color:#0000007A;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4021 .dialog-message{width:640px;height:auto;padding:15px 15px 15px 15px;}#elementor-popup-modal-4021 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-4021 .elementor-element.elementor-element-16763f0d{--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-4021 .elementor-element.elementor-element-4aa6d963 .elementor-heading-title{font-size:1.8em;}.elementor-4021 .elementor-element.elementor-element-80499cb{font-size:0.85em;letter-spacing:1.5px;word-spacing:0em;}#elementor-popup-modal-4021 .dialog-message{width:90vw;}}/* Start custom CSS for html, class: .elementor-element-cf2a019 */.ms-popup {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ms-popup .ms-popup__col-main {
  flex: 1 1 auto;
  min-width: 0;
}

.ms-popup .ms-popup__desc {
  color: #4b5563;
  background: #f9fafb;
  border-left: 3px solid #1d4ed8;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 14px;
}

.ms-popup .ms-popup__desc b {
  color: #1e3a8a;
}

.ms-popup .ms-popup__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
}

.ms-popup .ms-popup__logo:last-child {
  margin-bottom: 0;
}

.ms-popup .ms-popup__logo img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.ms-popup .ms-popup__col-image {
  flex: 0 0 200px;
  background: #f3f6fb;
  border-radius: 28px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-popup .ms-popup__col-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px !important;
}

@media (max-width: 600px) {
  .ms-popup {
    flex-direction: column;
  }
  .ms-popup .ms-popup__col-image {
    flex: 1 1 auto;
    width: 100%;
    order: -1;
  }
  .ms-popup .ms-popup__col-image img {
    max-height: 280px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}/* End custom CSS */