.elementor-152258 .elementor-element.elementor-element-6a2a6f7b{--display:flex;--min-height:480px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-152258 .elementor-element.elementor-element-e112586{width:var( --container-widget-width, 84.251% );max-width:84.251%;--container-widget-width:84.251%;--container-widget-flex-grow:0;}.elementor-152258 .elementor-element.elementor-element-e112586.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-152258 .dialog-widget-content{animation-duration:0.9s;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-152258{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-152258 .dialog-message{width:465px;height:480px;align-items:flex-start;}#elementor-popup-modal-152258 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-152258 .elementor-element.elementor-element-6a2a6f7b{--min-height:430px;}#elementor-popup-modal-152258 .dialog-message{width:700px;height:425px;}#elementor-popup-modal-152258 .dialog-widget-content{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-152258 .elementor-element.elementor-element-6a2a6f7b{--min-height:100vh;--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-popup-modal-152258 .dialog-message{height:100vh;}}/* Start custom CSS for html, class: .elementor-element-e112586 */.mg-popup-wrapper {
  text-align: center;
  padding: 10px;
}

.mg-popup-title {
  font-size: 26px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 20px;
}

.mg-popup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 14px;
}

.mg-tile {
  background: #f7f9fc;
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  padding: 14px;
  text-decoration: none;
  color: #003366;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.2s ease;
}

.mg-tile:hover {
  background: #e3f2fd;
  border-color: #c7d8ef;
}

.mg-tile h3 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}

.mg-tile span {
  font-size: 13px;
  opacity: 0.7;
}/* End custom CSS */