.elementor-2965 .elementor-element.elementor-element-3bd29106{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2965 .elementor-element.elementor-element-738e4c86{color:#373737;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2965 .elementor-element.elementor-element-97c6b3a .elementor-button{background-color:#296BE0;}.elementor-2965 .elementor-element.elementor-element-ab63634{color:#000000;}.elementor-2965 .elementor-element.elementor-element-9bcec89 .elementor-button{background-color:#296BE0;}.elementor-2965 .elementor-element.elementor-element-a4c2b4f{color:#000000;}.elementor-2965 .elementor-element.elementor-element-467405c{--display:flex;}.elementor-2965 .elementor-element.elementor-element-abb9d68 .elementor-button{background-color:#296BE0;}.elementor-2965 .elementor-element.elementor-element-fda5e2b{--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-2965 .elementor-element.elementor-element-3f158fc{--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-2965 .elementor-element.elementor-element-b0cbf79{--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-2965 .elementor-element.elementor-element-f849020{--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-2965 .elementor-element.elementor-element-1fc4f9a{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2965 .elementor-element.elementor-element-f40c7d7{text-align:center;}.elementor-2965 .elementor-element.elementor-element-f40c7d7 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:26px;font-weight:600;color:#030303;}.elementor-2965 .elementor-element.elementor-element-737ea5c{--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;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-f1a4537 */.fopp-widget {
  font-family: 'DM Sans', sans-serif;
  color: #1a202c;
  margin: 0 auto;
  padding: 32px 16px 60px;
  background: transparent;
  box-sizing: border-box;
}

.fopp-widget *, .fopp-widget *::before, .fopp-widget *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fopp-widget .fw-header { margin-bottom: 28px; }

.fopp-widget .fw-header h1 {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a202c;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  line-height: 1.2;
}

.fopp-widget .fw-header p {
  font-size: 0.88rem;
  color: #6b7a99;
  margin: 0;
}

.fopp-widget .fw-global-controls {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  justify-content: flex-end;
}

.fopp-widget .fw-btn-global {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 8px;
  border: 1.5px solid #e2e8f2;
  background: #fff;
  color: #6b7a99;
  cursor: pointer;
  transition: all 0.15s;
  line-height: 1;
}

.fopp-widget .fw-btn-global:hover {
  background: #e8f0ff;
  color: #1a6cff;
  border-color: #1a6cff;
}

.fopp-widget .fw-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fopp-widget .fw-unit {
  background: #fff;
  border: 1.5px solid #e2e8f2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(26,108,255,0.07);
  transition: border-color 0.2s;
}

.fopp-widget .fw-unit.open {
  border-color: #b8ccff;
}

.fopp-widget .fw-unit-header {
  display: flex;
  align-items: center;
  padding: 0 14px 0 18px;
  min-height: 58px;
  cursor: pointer;
  user-select: none;
  gap: 10px;
  transition: background 0.15s;
}

.fopp-widget .fw-unit.open .fw-unit-header {
  background: #eef3ff;
}

.fopp-widget .fw-unit-header:hover {
  background: #e8f0ff;
}

.fopp-widget .fw-unit-number {
  font-family: 'Syne', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1a6cff;
  background: #e8f0ff;
  border-radius: 6px;
  padding: 3px 8px;
  min-width: 42px;
  text-align: center;
  flex-shrink: 0;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.fopp-widget .fw-unit-title {
  font-family: 'Syne', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a202c;
  letter-spacing: 0.01em;
  flex: 1;
  line-height: 1.3;
}

.fopp-widget .fw-unit-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.fopp-widget .fw-btn-web,
.fopp-widget .fw-btn-pdf {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: opacity 0.15s, transform 0.1s;
  white-space: nowrap;
  line-height: 1;
}

.fopp-widget .fw-btn-web:hover,
.fopp-widget .fw-btn-pdf:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.fopp-widget .fw-btn-web { background: #e8f0ff; color: #1a6cff; }
.fopp-widget .fw-btn-pdf { background: #e6f7f2; color: #00a86b; }

.fopp-widget .fw-btn-web svg,
.fopp-widget .fw-btn-pdf svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.fopp-widget .fw-btn-edit {
  background: none;
  border: 1.5px solid #e2e8f2;
  border-radius: 7px;
  padding: 5px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #6b7a99;
  transition: all 0.15s;
  flex-shrink: 0;
  line-height: 1;
}

.fopp-widget .fw-btn-edit:hover {
  border-color: #1a6cff;
  color: #1a6cff;
  background: #e8f0ff;
}

.fopp-widget .fw-btn-edit svg { width: 13px; height: 13px; }

.fopp-widget .fw-chevron {
  color: #6b7a99;
  flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(.4,0,.2,1);
  line-height: 1;
}

.fopp-widget .fw-unit.open .fw-chevron {
  transform: rotate(180deg);
}

.fopp-widget .fw-chevron svg {
  width: 16px;
  height: 16px;
  display: block;
}

.fopp-widget .fw-unit-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(.4,0,.2,1);
}

.fopp-widget .fw-unit.open .fw-unit-content {
  max-height: 5000px;
}

.fopp-widget .fw-unit-inner {
  padding: 6px 18px 16px 18px;
  border-top: 1px solid #e2e8f2;
}

.fopp-widget .fw-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #1a202c;
  transition: background 0.12s;
  text-decoration: none !important;
  line-height: 1.45;
}

.fopp-widget .fw-item:hover {
  background: #e8f0ff;
  color: #1a202c;
}

.fopp-widget .fw-item-num {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7a99;
  min-width: 32px;
  padding-top: 1px;
  flex-shrink: 0;
}

.fopp-widget .fw-item-text { flex: 1; }

/* ── Modal ── */
#fopp-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10,15,30,0.45);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  font-family: 'DM Sans', sans-serif;
}

#fopp-modal-overlay.active { display: flex; }

#fopp-modal-overlay * { box-sizing: border-box; margin: 0; padding: 0; }

#fopp-modal-overlay .fw-modal {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  width: min(460px, 92vw);
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  animation: fwModalIn 0.22s ease;
  color: #1a202c;
}

@keyframes fwModalIn {
  from { opacity: 0; transform: scale(0.95) translateY(8px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

#fopp-modal-overlay .fw-modal h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #1a202c;
  line-height: 1.3;
}

#fopp-modal-overlay .fw-modal-unit-name {
  font-size: 0.8rem;
  color: #6b7a99;
  margin-bottom: 20px;
}

#fopp-modal-overlay .fw-modal-field { margin-bottom: 16px; }

#fopp-modal-overlay .fw-modal-field label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7a99;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#fopp-modal-overlay .fw-modal-field label svg { width: 14px; height: 14px; }

#fopp-modal-overlay .fw-modal-field input {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  padding: 10px 13px;
  border: 1.5px solid #e2e8f2;
  border-radius: 8px;
  outline: none;
  color: #1a202c;
  background: #f4f6fa;
  transition: border-color 0.15s;
  display: block;
}

#fopp-modal-overlay .fw-modal-field input:focus {
  border-color: #1a6cff;
  background: #fff;
}

#fopp-modal-overlay .fw-modal-field input::placeholder { color: #b0bbd4; }

#fopp-modal-overlay .fw-modal-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
  align-items: center;
}

#fopp-modal-overlay .fw-btn-cancel {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 8px;
  border: 1.5px solid #e2e8f2;
  background: none;
  color: #6b7a99;
  cursor: pointer;
  transition: all 0.15s;
  line-height: 1;
}

#fopp-modal-overlay .fw-btn-cancel:hover { background: #f4f6fa; }

#fopp-modal-overlay .fw-btn-save {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 8px;
  border: none;
  background: #1a6cff;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.15s;
  line-height: 1;
}

#fopp-modal-overlay .fw-btn-save:hover { opacity: 0.88; }

#fopp-modal-overlay .fw-btn-clear {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1.5px solid #ffd0d0;
  background: none;
  color: #e05555;
  cursor: pointer;
  transition: all 0.15s;
  margin-right: auto;
  line-height: 1;
}

#fopp-modal-overlay .fw-btn-clear:hover { background: #fff0f0; }/* End custom CSS */