@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Allura&family=Great+Vibes&family=Parisienne&family=Sacramento&display=swap');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root #eesg-wrap#eesg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 20px 18px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(21, 145, 255, .18), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(18, 184, 166, .16), transparent 32%),
    linear-gradient(135deg, #f4f8ff 0%, #eef7fb 44%, #f8fbff 100%);
  color: #0b1f3a;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap *, .tc-wp-tool-root #eesg-wrap#eesg-wrap *::before, .tc-wp-tool-root #eesg-wrap#eesg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-shell, .tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-hero, .tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-card, .tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-shell{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 4px 0 2px;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-kicker{
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(15, 76, 129, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #0f4c81;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-title{
  margin: 0;
  max-width: 980px;
  color: #071d36;
  font-size: clamp(30px, 7vw, 62px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-subtitle{
  margin: 0;
  max-width: 680px;
  color: #49647f;
  font-size: clamp(15px, 2.8vw, 18px);
  line-height: 1.55;
  text-align: center;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(14, 52, 88, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 60px rgba(7, 29, 54, .11);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-controls{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  justify-items: center;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-field{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-label{
  color: #183a5c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-label b{
  color: #0f78d8;
  font-weight: 800;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap input, .tc-wp-tool-root #eesg-wrap#eesg-wrap textarea, .tc-wp-tool-root #eesg-wrap#eesg-wrap select, .tc-wp-tool-root #eesg-wrap#eesg-wrap button, .tc-wp-tool-root #eesg-wrap#eesg-wrap canvas{
  font: inherit;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap input, .tc-wp-tool-root #eesg-wrap#eesg-wrap textarea, .tc-wp-tool-root #eesg-wrap#eesg-wrap select{
  width: 100%;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-input, .tc-wp-tool-root #eesg-wrap#eesg-wrap input[type="text"]{
  appearance: none;
  min-height: 48px;
  border: 1px solid rgba(15, 76, 129, .18);
  border-radius: 14px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .94);
  color: #0b1f3a;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-input:focus, .tc-wp-tool-root #eesg-wrap#eesg-wrap input[type="text"]:focus{
  border-color: #1591ff;
  box-shadow: 0 0 0 4px rgba(21, 145, 255, .14);
  background: #fff;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-color-field{
  align-items: stretch;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-color, .tc-wp-tool-root #eesg-wrap#eesg-wrap input[type="color"]{
  appearance: none;
  width: 100%;
  min-height: 48px;
  padding: 5px;
  border: 1px solid rgba(15, 76, 129, .18);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-color::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-color::-webkit-color-swatch{
  border: 0;
  border-radius: 10px;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-range, .tc-wp-tool-root #eesg-wrap#eesg-wrap input[type="range"]{
  appearance: none;
  width: 100%;
  height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-range::-webkit-slider-runnable-track, .tc-wp-tool-root #eesg-wrap#eesg-wrap input[type="range"]::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f4c81, #1591ff, #12b8a6);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-range::-moz-range-track, .tc-wp-tool-root #eesg-wrap#eesg-wrap input[type="range"]::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f4c81, #1591ff, #12b8a6);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-range::-webkit-slider-thumb, .tc-wp-tool-root #eesg-wrap#eesg-wrap input[type="range"]::-webkit-slider-thumb{
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0f4c81;
  box-shadow: 0 8px 20px rgba(15, 76, 129, .28);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-range::-moz-range-thumb, .tc-wp-tool-root #eesg-wrap#eesg-wrap input[type="range"]::-moz-range-thumb{
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0f4c81;
  box-shadow: 0 8px 20px rgba(15, 76, 129, .28);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap button, .tc-wp-tool-root #eesg-wrap#eesg-wrap button[type="button"], .tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-btn{
  appearance: none;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-btn:active, .tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-btn.eesg-success{
  transform: scale(.97);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-btn:focus-visible{
  outline: 3px solid rgba(21, 145, 255, .34);
  outline-offset: 2px;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #0f4c81 0%, #1591ff 58%, #12b8a6 100%);
  box-shadow: 0 12px 26px rgba(21, 145, 255, .24);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-btn-secondary{
  color: #0f4c81;
  border: 1px solid rgba(15, 76, 129, .18);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 22px rgba(7, 29, 54, .07);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-action-field .eesg-btn, .tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-button-row .eesg-btn{
  width: 100%;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-card-head{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-section-title{
  margin: 0;
  color: #071d36;
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-section-note{
  margin: 6px 0 0;
  color: #55708a;
  font-size: 14px;
  line-height: 1.45;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-canvas-frame{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(15, 76, 129, .14);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(15, 76, 129, .05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 76, 129, .05) 1px, transparent 1px),
    #fff;
  background-size: 24px 24px;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-canvas, .tc-wp-tool-root #eesg-wrap#eesg-wrap canvas{
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  aspect-ratio: 860 / 260;
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  touch-action: none;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-button-row{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  justify-items: center;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-email-preview{
  width: 100%;
  max-width: 760px;
  min-height: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 18px;
  border: 1px solid rgba(15, 76, 129, .12);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  text-align: center;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-main-signature{
  max-width: 100%;
  color: #0f4c81;
  font-family: "Great Vibes", cursive;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-main-role{
  color: #243f5c;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-email-line{
  width: min(360px, 80%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 76, 129, .28), transparent);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-email-meta{
  color: #6b7f93;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-results{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
  justify-items: center;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-result-card{
  width: 100%;
  min-height: 258px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(14, 52, 88, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 38px rgba(7, 29, 54, .09);
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-style-name{
  margin: 0;
  color: #0b1f3a;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-signature-preview{
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 76, 129, .10);
  border-radius: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-card-actions{
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-toast, .tc-wp-tool-root #eesg-wrap#eesg-wrap [role="status"]{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  min-width: 160px;
  max-width: min(88vw, 360px);
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(5, 18, 34, .94);
  color: #fff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-toast.eesg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #eesg-wrap#eesg-wrap{
    padding: 22px 20px;
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-button-row, .tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-card-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-shell{
    gap: 20px;
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-card{
    padding: 22px;
    gap: 16px;
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-results{
    gap: 16px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #eesg-wrap#eesg-wrap{
    padding: 36px 32px;
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-shell{
    gap: 24px;
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-card{
    padding: 24px;
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-controls{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-results{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #eesg-wrap#eesg-wrap{
    padding: 44px 40px;
  }.tc-wp-tool-root #eesg-wrap#eesg-wrap .eesg-results{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .eesg-control-card {}
.tc-wp-tool-root .eesg-draw-card {}
.tc-wp-tool-root .eesg-main-preview-card {}
.tc-wp-tool-root .eesg-wrap {}