@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --header-height: 125px;
  /* fallback */
}
html {
  scroll-padding-top: calc(var(--header-height) + 8px);
}
body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #000;
}
.no-body-scroll {
  overflow: hidden;
}
.no-word-break {
  white-space: nowrap;
}
sup {
  font-size: 65%;
}
.font-color-blue {
  color: #5575D9;
}
.font-color-fpo {
  color: #F0F;
}
.bullet-point {
  list-style: disc;
  padding-left: 28px;
}
.nav-top {
  background-color: #5575D9;
}
.nav-top__content {
  display: flex;
  gap: 30px;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
}
.nav-top__list {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #FFF;
}
.nav-top__list .top-navBtn {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 991px) {
  .nav-top__list .top-navBtn {
    font-size: 14px;
    font-weight: 400;
  }
}
.nav-top__list .top-navBtn > a:hover {
  font-weight: 700;
  text-decoration: underline;
}
.nav-top__list .top-navBtn:last-child > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-top__list .top-navBtn:last-child > a:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/wp-content/uploads/external-link-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.nav-top .text-small__header {
  color: #FFF;
  font-size: 14px;
}
@media (max-width: 991px) {
  .nav-top .text-small__header {
    font-size: 14px;
  }
}
.nav-top .text-small__header.w-65 {
  flex: 0 0 65%;
}
.home-section-1 .content-wrap {
  display: grid;
  grid-template-columns: 100%;
  gap: 42px;
}
@media (min-width: 768px) {
  .home-section-1 .content-wrap {
    grid-template-columns: 1fr 1.5fr;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .home-section-1 .content-wrap {
    grid-template-columns: 1fr 1.73fr;
    gap: 40px;
  }
}
.home-section-1 .content-wrap .logo-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .home-section-1 .content-wrap .logo-holder {
    padding-top: 20px;
    align-items: center;
  }
}
.home-section-1 .content-wrap .logo-holder img {
  width: 200px;
}
@media (min-width: 576px) {
  .home-section-1 .content-wrap .logo-holder img {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .home-section-1 .content-wrap .logo-holder img {
    width: 460px;
  }
}
.home-section-1 .content-wrap .content-holder .action-btn {
  font-size: clamp(1rem, 2.77vw, 1.125rem);
  line-height: 1.5;
  color: #5D0096;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  width: max-content;
  cursor: pointer;
}
.home-section-1 .content-wrap .content-holder .action-btn::after {
  content: "";
  flex: 0 0 13px;
  height: 11px;
  background-image: url("/wp-content/uploads/action-purple-arrow-icon-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .home-section-1 .content-wrap .content-holder .action-btn::after {
    flex: 0 0 20px;
    height: 17px;
  }
}
.font-color-blue {
  color: #5575D9;
}
.font-color-fpo {
  color: #F0F;
}
.nav-header {
  min-height: 40vw;
  background-image: url("/wp-content/uploads/header-banner-mb-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 768px) {
  .nav-header {
    background-image: url("/wp-content/uploads/header-banner-dt-2.png");
    min-height: max(10.34722vw, 124px);
    background-position: top left;
  }
}
.nav-header .top-menu-container {
  padding: 12px 0;
  background: linear-gradient(0deg, #37477A 0%, #37477A 100%), linear-gradient(180deg, #37477A 14.16%, rgba(41, 98, 127, 0.75) 53.28%, rgba(0, 180, 143, 0) 100%);
}
@media (min-width: 768px) {
  .nav-header .top-menu-container {
    background: none;
  }
}
.nav-header .top-menu-container .top-menu-wrapper ul {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  line-height: 1.1;
  font-weight: 500;
  color: #FFF;
}
@media (min-width: 768px) {
  .nav-header .top-menu-container .top-menu-wrapper ul {
    gap: 32px;
  }
}
.nav-header .top-menu-container .top-menu-wrapper ul li {
  flex: 1;
  max-width: max-content;
}
.page-not-found-section-1 {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
}
.error-title {
  font-size: clamp(2.375rem, 5.25vw, 3.75rem);
  font-weight: 400;
  line-height: normal;
  color: #B41E7E;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .error-title {
    padding-top: 30px;
  }
}
.error-desc {
  margin-bottom: 36px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.error-content {
  padding-bottom: 94px;
}
@media (min-width: 768px) {
  .error-content {
    padding-bottom: 140px;
  }
}
.error-content .action-btn {
  display: inline-block;
  font-size: clamp(1.125rem, 2.77vw, 1.125rem);
  line-height: normal;
  color: #5D0096;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  width: max-content;
  cursor: pointer;
  white-space: nowrap;
}
.error-content .action-btn:after {
  content: "";
  flex: 0 0 13px;
  height: 11px;
  background-image: url("/wp-content/uploads/action-purple-arrow-icon-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .error-content .action-btn:after {
    flex: 0 0 20px;
    height: 17px;
  }
}
.np-isi-section-pinned {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(306deg, #007e64 -23.78%, #192357cc 65%), #FFF;
  padding-top: 24px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  --isi-height: min(293px, 50vh);
  height: var(--isi-height);
}
@media (min-width: 768px) {
  .np-isi-section-pinned {
    --isi-height: min(296px, 50vh);
  }
}
.np-isi-section-pinned.minimized {
  --isi-height: min(293px, 31.26vh);
}
@media (min-width: 768px) {
  .np-isi-section-pinned.minimized {
    --isi-height: min(220px, 37vh);
  }
}
.np-isi-section-pinned.hide {
  display: none;
}
.np-isi-section-pinned.closed {
  display: none;
}
.np-isi-section-pinned.expand {
  height: calc(75vh - var(--header-height));
  overflow-y: auto;
}
.np-isi-section-pinned .isi-content-wrap {
  position: relative;
}
.np-isi-section-pinned .isi-content-wrap .expand-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/isi-close-btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
  transition: 0.3s ease-in;
}
.np-isi-section-pinned .isi-content-wrap .expand-btn.close {
  transform: none;
}
@media (min-width: 992px) {
  .np-isi-section-pinned .isi-content-wrap .expand-btn {
    top: 0;
    right: 0;
  }
}
@media (min-width: 400px) {
  .np-isi-section-pinned .isi-content-wrap .column-1-box h5:first-child {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .np-isi-section-pinned .isi-content-wrap .column-1-box h5:first-child {
    padding-right: 0;
  }
}
.np-isi-section {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(306deg, #007e64 -23.78%, #192357cc 65%), #FFF;
  padding-top: 38px;
  /* Drop Shadow Custom */
  box-shadow: 1px -2px 7px 2px rgba(0, 0, 0, 0.1);
}
.np-isi-section .isi-content-wrap, .np-isi-section-pinned .isi-content-wrap {
  color: #FFF;
  display: grid;
  gap: 24px;
  padding-bottom: 38px;
  grid-template-columns: 100%;
}
@media (min-width: 992px) {
  .np-isi-section .isi-content-wrap, .np-isi-section-pinned .isi-content-wrap {
    grid-template-columns: min(50%, 477px) 1fr;
    gap: 24px;
  }
}
@media (min-width: 370px) {
  .np-isi-section .isi-content-wrap .generic-name-no-wrap, .np-isi-section-pinned .isi-content-wrap .generic-name-no-wrap {
    white-space: nowrap;
  }
}
.cta-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
  width: max-content;
  color: #5D0096;
  font-weight: 600;
  line-height: 1.45;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  cursor: pointer;
}
.cta-arrow-btn::before {
  content: "";
  width: 46px;
  height: 50px;
  background-image: url("/wp-content/uploads/cta-purple-next-arrow-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-arrow-btn.white-btn {
  color: #FFF;
}
.cta-arrow-btn.white-btn::before {
  background-image: url("/wp-content/uploads/cta-white-next-arrow-icon.png");
}
