header nav {
	background:#262F7A;
}
.loader-wrapper {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #F9FAFB, #F9FAFB);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}
.loader-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}

.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #007fff;
  --_m:
          conic-gradient(#0000 10%,#000),
          linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.es-component-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 32px);
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #F9FAFB, #F9FAFB);
}
.es-component-wrapper .section-list {
  display: flex;
  gap: 25px;
  flex-direction: column;
  overflow: auto;
  padding-bottom: 32px;
}
.es-component-wrapper .bubbles {
  stroke-width: 2px;
  stroke: white;
}
.es-component-wrapper .bubbles:hover {
  stroke: black;
}
.es-component-wrapper .tooltip {
  position: absolute;
  width: auto;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.es-component-wrapper .border-none {
  border: none !important;
}
.es-component-wrapper small {
  font-size: 60%;
}
.es-component-wrapper small a {
  color: #fff !important;
}
.es-component-wrapper .bold {
  font-weight: bold !important;
}
.es-component-wrapper .secondary-btn {
  border-radius: 6px;
  border-color: transparent;
  background-color: #FFFFFF;
  padding: 10px 24px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #3766F5;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.es-component-wrapper .blue-title {
  margin-bottom: 10px !important;
}
.es-component-wrapper .blue-title h5 {
  font-family: Poppins, sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  color: #3766F5 !important;
  margin-bottom: 0 !important;
}
.es-component-wrapper .blue-title small {
  font-size: 80%;
  color: #374151;
}
.es-component-wrapper .section {
  background-color: #fff;
  border: 1px solid #F3F4F6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
  padding: 25px;
  position: relative;
  max-width: 864px;
}
.es-component-wrapper .section .section-body.your-opportunities .collapse-header h4 {
  position: relative;
  display: flex;
  align-items: center;
}
.es-component-wrapper .section .section-body.your-opportunities .collapse-header h4:before {
  content: "";
  position: relative;
  display: inline-block;
  left: 0;
  top: -4px;
  margin-right: 7px;
  width: 24px;
  height: 24px;
  background-image: url(../images/light-bulb-48.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.es-component-wrapper .section .section-body.your-opportunities .preamble {
  margin-bottom: 8px;
}
.es-component-wrapper .section.first-section {
  background-color: #24729F;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843), 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
  border: none;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.es-component-wrapper .section.first-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/first-banner-background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  pointer-events: none;
  opacity: 0.1;
}
.es-component-wrapper .section.first-section .section-header {
  margin-bottom: 10px;
}
.es-component-wrapper .section.first-section .row {
  max-width: 540px;
}
.es-component-wrapper .section.first-section h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
}
.es-component-wrapper .section.first-section p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
  margin-bottom: 0;
}
.es-component-wrapper .section.last-section {
  background-color: #1C1F67;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922), 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  background-image: url("../images/last-section-bg.svg");
  background-position-x: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}
.es-component-wrapper .section.last-section .section-body {
  display: flex;
  justify-content: end;
}
.es-component-wrapper .section.last-section .section-body .body {
  max-width: 50%;
  width: 100%;
  padding-left: 40px;
}
.es-component-wrapper .section.last-section .section-body .body h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
}
.es-component-wrapper .section.last-section .section-body .body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
}
.es-component-wrapper .section.bridge {
  text-align: center;
  border-radius: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
}
.es-component-wrapper .section.bridge p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14.75px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #4B5563;
  display: flex;
  justify-content: center;
}
.es-component-wrapper .section.bridge p a {
  display: flex;
  align-items: center;
}
.es-component-wrapper .section.bridge p a img {
  margin: 0 8px;
}
.es-component-wrapper .section .score-wrapper {
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 4px 12px;
  width: 142px;
  border-radius: 9999px;
  background-color: #3766F5;
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 13.45px;
  line-height: 20px;
  text-align: center;
}
.es-component-wrapper .section .section-header {
  margin-bottom: 18px;
}
.es-component-wrapper .section .section-header h3 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1F2937;
  text-transform: capitalize;
  margin: 0;
}
.es-component-wrapper .section .block .header h4 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1F2937;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.es-component-wrapper .section .block .body p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 16px;
  color: #374151;
}
.es-component-wrapper .section .block .body ul {
  padding-left: 20px;
  margin: 16px 0;
}
.es-component-wrapper .section .block .body ul li {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #374151;
}
.es-component-wrapper .collapsible-wrapper {
  border-bottom: 1px solid #E2E8F0;
}
.es-component-wrapper .collapsible-wrapper .collapse-header {
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
.es-component-wrapper .collapsible-wrapper .collapse-header.active:after {
  transform: translate(0, -50%) rotate(180deg);
}
.es-component-wrapper .collapsible-wrapper .collapse-header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("../images/chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
}
.es-component-wrapper .collapsible-wrapper .collapse-header h4 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1F2937;
  margin: 0;
}
.es-component-wrapper .collapsible-wrapper .collapse-body p {
  margin-top: 0;
}
.es-component-wrapper .collapsible-wrapper .collapse-body .list h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1F2937;
  margin: 0 0 10px;
}
.es-component-wrapper .collapsible-wrapper .collapse-body .list li h5 {
  margin-left: 10px;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #374151;
}
.es-component-wrapper .collapsible-wrapper .collapse-body .list.implementation_considerations ul {
  list-style: initial;
  margin-top: 0;
}
.es-component-wrapper .collapsible-wrapper .collapse-body .list.implementation_considerations ul li p {
  margin-bottom: 4px;
}
.es-component-wrapper .collapsible-wrapper .collapse-body .list.implementation_considerations ul li:before {
  display: none !important;
}
.es-component-wrapper .collapsible-wrapper .collapse-body ul {
  list-style: none;
}
.es-component-wrapper .collapsible-wrapper .collapse-body ul li {
  position: relative;
  font-family: Poppins, sans-serif;
}
.es-component-wrapper .collapsible-wrapper .collapse-body ul li h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1F2937;
  margin-bottom: 2px;
  margin-left: 10px;
}
.es-component-wrapper .collapsible-wrapper .collapse-body ul li p {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0%;
  color: #374151 !important;
  margin: 0 0 10px 10px !important;
}
.es-component-wrapper .collapsible-wrapper .collapse-body ul li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-image: url("../images/green-arrow-50.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.es-component-wrapper .third-section .body h5 {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #3766F5;
  border-bottom: 1px solid #EBF3FF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.es-component-wrapper .third-section .body .content-wrapper h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1F2937;
  margin-bottom: 8px;
}
.es-component-wrapper .third-section .body .content-wrapper p, .es-component-wrapper .third-section .body .content-wrapper li {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 140% !important;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #374151 !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
.es-component-wrapper .collapse-wrapper .company-type {
  display: none;
}
.es-component-wrapper .collapse-wrapper.has-company-type .company-type {
  display: initial;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .section-header {
  margin-bottom: 25px;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper {
  border-bottom: 1px solid #E2E8F0;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper.active .collapse-header:after {
  transform: translate(0, -50%) rotate(180deg);
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-header {
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("../images/chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-header h4 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1F2937;
  margin: 0;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body {
  padding-bottom: 25px;
  margin: 0;
  gap: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body .col-before, .es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body .col-after {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 6px;
  background-color: #fff;
  padding: 25px;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body .col-after {
  background-color: #EBF3FF;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body .content-wrapper .title {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 2px;
  margin-top: 10px;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body .content-wrapper .title h4 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #374151;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body .content-wrapper .title img {
  margin-right: 10px;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body .content-wrapper .body {
  margin-left: 34px;
}
.es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body .content-wrapper .body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #374151;
  margin: 0;
}
.es-component-wrapper .opportunity-map-wrapper .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
  pointer-events: none;
}
.es-component-wrapper .opportunity-map-wrapper .popup .popup-inner-wrapper {
  background-color: #fff;
  border: 1px solid #F3F4F6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
  padding: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 800px;
  min-height: 300px;
  z-index: 9;
  background-color: #fff !important;
  max-width:90vw;
}
.es-component-wrapper .opportunity-map-wrapper .popup .popup-inner-wrapper p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.es-component-wrapper .opportunity-map-wrapper .popup .background {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.es-component-wrapper .opportunity-map-wrapper .popup.show {
  opacity: 1;
  pointer-events: auto;
}
.es-component-wrapper .opportunity-map-wrapper .popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  cursor: pointer;
}
.es-component-wrapper .opportunity-map-wrapper .popup .close:hover {
  opacity: 1;
}
.es-component-wrapper .opportunity-map-wrapper .popup .close:before, .es-component-wrapper .opportunity-map-wrapper .popup .close:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 20px;
  width: 1px;
  background-color: #333;
}
.es-component-wrapper .opportunity-map-wrapper .popup .close:before {
  transform: rotate(45deg);
}
.es-component-wrapper .opportunity-map-wrapper .popup .close:after {
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .es-component-wrapper {
    margin: 0 14px;
  }
  .opportunity-map-wrapper .section-body {
    overflow: auto;
  }
  .opportunity-map-wrapper .section-body svg {
    width: auto;
    max-width: none;
    display: block;
  }
}
@media (max-width: 768px) {
  .es-component-wrapper .your_new_dayinthelife-wrapper .collapse-wrapper .collapse-body {
    grid-template-columns: 100%;
  }
  .es-component-wrapper .section .score-wrapper {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
  }
  .es-component-wrapper .section.last-section .section-body .body {
    max-width: 100%;
    width: 100%;
    padding-left: 13px;
  }
  .es-component-wrapper .section.bridge p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .es-component-wrapper .section.first-section h1 {
    font-size: 34px;
    line-height: 130%;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=component.css.map */
