body {
  margin: 0;
  padding: 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  background: #f8f9ff;
}

a {
  text-decoration: none;
  color: #00639C;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

p:last-child {
  margin-bottom: 0;
}

.navbar.utl-header {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background: #202836;
}
.navbar.utl-header .navbar-brand img {
  height: 44px;
}
.navbar.utl-header .offcanvas-body .navbar-nav .nav-item {
  padding: 0px 10px;
}
.navbar.utl-header .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding: 0px 0px 10px 0px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #d7d7d7;
}
.navbar.utl-header .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
  border-bottom: 3px solid #0057ff;
}
.navbar.utl-header .offcanvas-body .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
  border-bottom: 3px solid #0057ff;
}

.main-banner {
  padding: 150px 0px 60px 0px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-image: url("../images/bannerbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at 80% 50%, rgba(0, 87, 255, 0.12) 0%, transparent 65%);
  pointer-events: none;
}
.main-banner .main-banner-content {
  display: flex;
  flex-direction: column;
}
.main-banner .main-banner-content h1 {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 54px;
  color: #ffffff;
  letter-spacing: -1.28px;
  line-height: 1.15;
  margin: 0;
}
.main-banner .main-banner-content h1 .h-line1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 73px;
  display: block;
}
.main-banner .main-banner-content h1 .h-line2 {
  font-weight: 700;
  font-size: 54px;
  line-height: 73px;
  display: block;
}
.main-banner .main-banner-content h1 .h-blue {
  color: #0158ff;
}
.main-banner .main-banner-content p {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #dfdfdf;
  line-height: 28px;
  max-width: 576px;
}
.main-banner .utl-hero-btns {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 16px;
}
.main-banner .utl-btn-primary {
  background: #0057ff;
  color: #ffffff !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.28px;
  padding: 17px 32px;
  border-radius: 12px;
  text-decoration: none !important;
  display: inline-block;
  box-shadow: 0px 10px 15px -3px rgba(0, 99, 156, 0.2), 0px 4px 6px -4px rgba(0, 99, 156, 0.2);
  transition: background 0.2s;
  white-space: nowrap;
}
.main-banner .utl-btn-primary:hover {
  background: #0045cc;
}
.main-banner .utl-btn-ghost {
  background: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #0057ff;
  color: #00639c !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.28px;
  padding: 17px 33px;
  border-radius: 12px;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.2s;
  white-space: nowrap;
}
.main-banner .utl-btn-ghost:hover {
  background: rgba(0, 87, 255, 0.05);
}
.main-banner {
  /* Stats Bar */
}
.main-banner .utl-stats-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(0, 12, 29, 0.2);
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(240, 240, 240, 0.07);
  padding: 25px 20px;
  align-self: flex-start;
  gap: 0;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
}
.main-banner .utl-stats-bar .utl-stat {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-banner .utl-stats-bar .utl-stat .utl-stat-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.main-banner .utl-stats-bar .utl-stat .utl-stat-text {
  display: flex;
  flex-direction: column;
}
.main-banner .utl-stats-bar .utl-stat .utl-stat-text .utl-stat-num {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: -0.4px;
  line-height: 30px;
}
.main-banner .utl-stats-bar .utl-stat .utl-stat-text .utl-stat-lbl {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #dfdfdf;
  line-height: 28px;
}
.main-banner .utl-stats-bar .utl-stat-sep {
  width: 1px;
  height: 49px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .main-banner .utl-stats-bar {
    width: 100%;
  }
  .main-banner .utl-stats-bar .utl-stat {
    margin-bottom: 10px;
    width: 100%;
  }
  .main-banner .utl-stats-bar .utl-stat .utl-stat-text {
    width: 100%;
    flex-direction: row;
  }
  .main-banner .utl-stats-bar .utl-stat-sep {
    display: none;
  }
}

.utl-label {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #00639c;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  line-height: 20px;
}

.utl-h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #0b1c30;
  letter-spacing: -0.4px;
  line-height: 50px;
  margin: 0;
}

.blue-line {
  position: relative;
  display: inline-block;
}
.blue-line::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 140px;
  height: 4px;
  background: #0057FF;
  transform: translateX(-50%);
}

.utl-h2-sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #00639C;
}

.utl-sub-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #45474c;
  line-height: 28px;
  margin: 0;
}

.about-section {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .about-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 25px 0;
  }
}
.about-section .about-content-section {
  padding-left: 60px;
}
.about-section .about-content-section h6 {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #393939;
  line-height: 28px;
  margin: 0;
}
.about-section .about-content-section .about-content {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #45474c;
  line-height: 28px;
}
@media (max-width: 767px) {
  .about-section .about-content-section {
    padding-left: 0;
  }
}

.our-expertise-section {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .our-expertise-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .our-expertise-section {
    padding: 25px 0;
  }
}
.our-expertise-section {
  background-color: #eff4ff;
}
.our-expertise-section .section-title {
  margin: 0 auto 60px;
  max-width: 800px;
}
.our-expertise-section .row {
  align-items: stretch;
}
.our-expertise-section .col-md-4 {
  display: flex;
}
.our-expertise-section .col-md-4 > a {
  display: flex;
  flex: 1;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.our-expertise-section .col-md-4 > a .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0, 99, 156, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.our-expertise-section .col-md-4 > a .card .card-img-top {
  flex-shrink: 0;
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-expertise-section .col-md-4 > a .card .card-body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  align-content: flex-start;
}
.our-expertise-section .col-md-4 > a .card .card-footer {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #00639c;
  background-color: #ffffff;
  border: none;
}

.cta-banner-section {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .cta-banner-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .cta-banner-section {
    padding: 25px 0;
  }
}
.cta-banner-section {
  background-image: url("../images/transformation.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-banner-section .section-title {
  margin: 0 auto;
  max-width: 800px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-banner-section .section-title h2 {
  margin: 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: -0.4px;
  line-height: 50px;
}
.cta-banner-section .section-title p {
  margin: 0;
  max-width: 670px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}
.cta-banner-section .utl-btn-cta {
  background: #0057ff;
  color: #ffffff !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.28px;
  padding: 16px 40px;
  border-radius: 12px;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.2s;
  white-space: nowrap;
}
.cta-banner-section .utl-btn-cta:hover {
  background: #0045cc;
}

.utl-message-section {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .utl-message-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .utl-message-section {
    padding: 25px 0;
  }
}
.utl-message-section .card-navy {
  background-color: #004a77;
}
.utl-message-section .card-dark {
  background-color: #131c2b;
}
.utl-message-section .card-blue {
  background-color: #00639c;
}
.utl-message-section .card {
  overflow: hidden;
  border-radius: 12px;
}
.utl-message-section .card .card-image {
  height: 130px;
  position: relative;
  overflow: hidden;
}
.utl-message-section .card .card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  opacity: 0.8;
}
.utl-message-section .card .card-image .overlay-cyan {
  background: rgba(12, 165, 255, 0.2);
}
.utl-message-section .card .card-image .overlay-blue {
  background: rgba(0, 99, 156, 0.2);
}
.utl-message-section .card .card-image .card-overlay {
  position: absolute;
  inset: 0;
}
.utl-message-section .card .card-footer {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.6px;
  line-height: 32px;
}
.utl-message-section .card .card-footer svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.utl-message-section .utl-msg-img-card {
  height: 370px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.utl-message-section .utl-msg-img-card img.msg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.utl-message-section .utl-msg-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(19, 28, 43, 0.8) 0%, rgba(19, 28, 43, 0) 50%);
}
.utl-message-section .utl-msg-img-info {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.utl-message-section .utl-msg-img-info .utl-badge {
  background: #00639c;
  color: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 9999px;
  display: inline-block;
  line-height: 16px;
}
.utl-message-section .utl-msg-img-info .utl-msg-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: -0.4px;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 767px) {
  .utl-message-section .utl-msg-img-info .utl-msg-title {
    font-size: 32px;
    line-height: 28px;
  }
}
.utl-message-section .utl-msg-quote {
  background: #ffffff;
  border: 1px solid #064a91;
  border-left: 4px solid #064a91;
  border-radius: 12px;
  padding: 21px 33px 24px 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.utl-message-section .utl-msg-quote .q-main {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #45474c;
  line-height: 28px;
}
.utl-message-section .utl-msg-quote .q-sub {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #45474c;
  line-height: 28px;
}

.news-and-noteworthy-section {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .news-and-noteworthy-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .news-and-noteworthy-section {
    padding: 25px 0;
  }
}
.news-and-noteworthy-section {
  background: #eff4ff;
}
.news-and-noteworthy-section .card {
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.news-and-noteworthy-section .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  display: block;
}
.news-and-noteworthy-section .card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.news-and-noteworthy-section .card .utl-news-meta {
  display: flex;
  align-items: center;
  gap: 18px;
}
.news-and-noteworthy-section .card .utl-news-meta .utl-news-badge {
  background: #0057ff;
  color: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.48px;
  padding: 6px 12px;
  border-radius: 9999px;
  display: inline-block;
  line-height: 16px;
  width: 86px;
  text-align: center;
}
.news-and-noteworthy-section .card .utl-news-body .utl-news-headline {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #191c1e;
  line-height: 31.2px;
  margin: 0;
}
.news-and-noteworthy-section .card .utl-news-body .utl-news-desc {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #424656;
  line-height: 25.6px;
  letter-spacing: 0.16px;
  margin: 0;
}
@media (max-width: 600px) {
  .news-and-noteworthy-section .card .utl-news-arrow {
    display: none !important;
  }
}

.get-in-touch-section {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .get-in-touch-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .get-in-touch-section {
    padding: 25px 0;
  }
}
.get-in-touch-section .utl-contact-banner {
  padding: 80px;
  background: linear-gradient(to right, #00639c, #0ca5ff);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .get-in-touch-section .utl-contact-banner {
    padding: 40px;
  }
}
.get-in-touch-section .utl-contact-banner::before {
  content: "";
  position: absolute;
  top: -128px;
  right: -128px;
  width: 256px;
  height: 256px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  filter: blur(32px);
  pointer-events: none;
}
.get-in-touch-section .utl-contact-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.get-in-touch-section .utl-contact-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: -0.4px;
  line-height: 48px;
  margin: 0 0 24px;
}
.get-in-touch-section .utl-contact-sub {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
  margin: 0 0 48px;
}
.get-in-touch-section .utl-contact-btn {
  background: #f8f9ff;
  color: #00639c !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding: 20px 48px;
  border-radius: 24px;
  text-decoration: none !important;
  display: inline-block;
  line-height: 32px;
  transition: opacity 0.2s;
}
.get-in-touch-section .utl-contact-btn:hover {
  opacity: 0.9;
}

.footer-section {
  padding: 75px 0 50px;
}
@media (max-width: 1024px) {
  .footer-section {
    padding: 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .footer-section {
    padding: 25px 0 25px;
  }
}
.footer-section {
  color: #c8c8c8;
  background: #131c2b;
}
.footer-section h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.7px;
  line-height: 20px;
}
.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-section ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #c8c8c8;
  letter-spacing: 0.7px;
  line-height: 20px;
  transition: color 0.2s ease;
}
.footer-section ul li a:hover {
  color: #ffffff;
}
.footer-section .copyrights {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #c8c8c8;
  letter-spacing: 0.48px;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.offcanvas.offcanvas-start {
  width: 85%;
  background: #131c2b;
}
.offcanvas.offcanvas-start .offcanvas-header {
  padding: 16px;
}
.offcanvas.offcanvas-start .offcanvas-body {
  padding: 16px;
}
.offcanvas.offcanvas-start .nav-link {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #d7d7d7;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.offcanvas.offcanvas-start .nav-link.active {
  color: #ffffff;
  border-bottom-color: #0057ff;
}

.page-banner-section {
  height: 370px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner-section h2 {
  margin: 0;
  position: relative;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #ffffff;
  letter-spacing: -0.4px;
  line-height: 54px;
}
.page-banner-section h2::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 140px;
  height: 8px;
  background: #0057ff;
}
.page-banner-section p {
  margin-top: 45px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.4px;
  line-height: 34px;
}

.about-bannerbg {
  background-image: url("../images/img_banner_aboutus.png");
}

.boardmembers-bannerbg {
  background-image: url("../images/img_banner_boardmembers.png");
}

.resources-bannerbg {
  background-image: url("../images/img_banner_resources.png");
}

.careers-bannerbg {
  background-image: url("../images/img_banner_careers.png");
}

.investors-bannerbg {
  background-image: url("../images/img_banner_investors.png");
}

.contactus-bannerbg {
  background-image: url("../images/img_banner_contactus.png");
}

.aboutus-tabs-section .nav-tabs {
  margin-top: -40px;
  border-bottom: none;
  overflow: hidden;
  border-radius: 8px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
}
.aboutus-tabs-section .nav-tabs .nav-item {
  margin: 15px 31px 0px 15px;
  flex: 1;
  position: relative;
  text-align: center;
}
.aboutus-tabs-section .nav-tabs .nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 75%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.aboutus-tabs-section .nav-tabs .nav-item:last-child {
  margin: 15px 10px 0px 0px;
}
.aboutus-tabs-section .nav-tabs .nav-item:last-child::before {
  display: none;
}
.aboutus-tabs-section .nav-tabs .nav-item .nav-link {
  padding: 0px 0px 15px 0px;
  position: relative;
  display: block;
  width: 100%;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  border-radius: 0px;
  border: none;
  background: transparent;
}
.aboutus-tabs-section .nav-tabs .nav-item:has(.nav-link.active) {
  border-bottom: 3px solid #00639C;
}
.aboutus-tabs-section .nav-tabs .nav-item .nav-link.active {
  color: #00639C;
}
.aboutus-tabs-section .nav-tabs .nav-item .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(84%) saturate(1537%) hue-rotate(171deg) brightness(92%) contrast(101%);
}

.aboutus-tabs-content {
  padding: 75px 0px 0px 0px;
}
.aboutus-tabs-content .utl-bullet-list {
  margin-left: 20px;
  padding: 0;
}
.aboutus-tabs-content .utl-bullet-list li {
  font-size: 16px;
  font-weight: 500;
  color: #727272;
  line-height: 24px;
}
.aboutus-tabs-content .video-guide-section .table-responsive .table-striped {
  border: 1px solid #ddd;
}
.aboutus-tabs-content .video-guide-section .table-responsive .table-striped thead tr th {
  background: #00639C;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}
.aboutus-tabs-content .video-guide-section .table-responsive .table-striped thead tr th:first-child {
  border-top-left-radius: 10px;
}
.aboutus-tabs-content .video-guide-section .table-responsive .table-striped thead tr th:last-child {
  border-top-right-radius: 10px;
}
.aboutus-tabs-content .video-guide-section .table-responsive .table-striped tbody tr:nth-child(even) > *, .aboutus-tabs-content .video-guide-section .table-responsive .table-striped tbody tr:nth-child(odd) > * {
  --bs-table-bg-type: #ffffff;
}
.aboutus-tabs-content .video-guide-section .table-responsive .table-striped tbody tr td {
  font-size: 16px;
  font-weight: 500;
  color: #727272;
  line-height: 24px;
  vertical-align: middle;
}
.aboutus-tabs-content .ourevaluation-tab-content {
  background: #EFF4FF;
  padding: 25px 0px;
}
.aboutus-tabs-content .ourevaluation-tab-content img {
  border-radius: 12px;
}

.our-strength-section {
  padding: 75px 0px;
}
.our-strength-section .strength-card .card-body .row .col-md-4 {
  border-right: 1px solid #ddd;
}
.our-strength-section .strength-card .card-body .row .col-md-4 svg {
  display: flex;
  width: 72px;
  height: 72px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: var(--Stroke-50, #F3F3F3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.our-strength-section .strength-card .card-body .row .col-md-4 svg rect {
  height: 64px;
}
.our-strength-section .strength-card .card-body .row .col-md-4 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #00639C;
}
.our-strength-section .strength-card .card-body .row .col-md-4 p {
  font-size: 16px;
  font-weight: 500;
  color: #868686;
}
.our-strength-section .strength-card .card-body .row .col-md-4:last-child {
  border-right: none;
}

.our-journey-section {
  padding: 75px 0px;
  background: #EFF4FF;
}

.simple-statistics-section {
  padding: 75px 0px;
}
.simple-statistics-section > .container > .row:last-child {
  align-items: stretch;
}
.simple-statistics-section .col-md-3 {
  display: flex;
}
.simple-statistics-section .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border-radius: 10px;
  border-top: 4px solid var(--Flowkit-Blue, #09F);
  border-right: 1px solid var(--Flowkit-Blue, #09F);
  border-bottom: 1px solid var(--Flowkit-Blue, #09F);
  border-left: 4px solid var(--Flowkit-Blue, #09F);
}
.simple-statistics-section .card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.simple-statistics-section .card .card-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #00639C;
}
.simple-statistics-section .card .card-body p {
  font-size: 14px;
}

.excellence-section {
  padding: 75px 0px;
  background: #EFF4FF;
}

.quality-responsibility-section {
  border: 1px solid var(--Stroke-100, rgb(221, 221, 221));
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.quality-responsibility-section h3.utl-h3-sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #00639C;
}
.quality-responsibility-section p {
  font-size: 16px;
  font-weight: 500;
  color: #727272;
}

.board-members-section {
  padding: 75px 0px 0px 0px;
}
.board-members-section .management-profile .management-profile-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  background: rgba(0, 153, 255, 0.1);
}
.board-members-section .management-profile .management-biodata {
  width: calc(100% - 64px);
}
.board-members-section .management-profile .management-biodata h3 {
  font-size: 20px;
  font-weight: 700;
  color: #00639C;
}
.board-members-section .management-profile .management-biodata p {
  font-size: 16px;
  font-weight: 500;
}

.careers-content-section {
  padding: 75px 0px;
}

.career-cards {
  padding: 0px 0px 25px 0px;
}
.career-cards .row {
  align-items: stretch;
}
.career-cards [class*=col-] {
  display: flex;
}
.career-cards .card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.career-cards .card .card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.career-cards .card .card-body svg {
  display: flex;
  width: 72px;
  height: 72px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.career-cards .card .card-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
}
.career-cards .card .card-body p {
  font-size: 14px;
}
.career-cards .row > [class*=col-]:nth-child(1) .card {
  border: 1px solid #1A429B;
}
.career-cards .row > [class*=col-]:nth-child(1) .card svg {
  border-radius: 100px;
  border: 1px solid #1A429B;
  background: #E9EDF5;
}
.career-cards .row > [class*=col-]:nth-child(2) .card {
  border: 1px solid #F58220;
}
.career-cards .row > [class*=col-]:nth-child(2) .card svg {
  border-radius: 100px;
  border: 1px solid #F58220;
  background: #FEF3E9;
}
.career-cards .row > [class*=col-]:nth-child(3) .card {
  border: 1px solid #00974A;
}
.career-cards .row > [class*=col-]:nth-child(3) .card svg {
  display: flex;
  width: 72px;
  height: 72px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  border: 1px solid #00974A;
  background: #E6F5ED;
}

.send-resume-section .send-resume-box {
  display: flex;
  flex-direction: column;
  padding: 24px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(12, 165, 255, 0.05);
  text-align: center;
}
@media (min-width: 768px) {
  .send-resume-section .send-resume-box {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}
.send-resume-section svg.envelope {
  display: flex;
  padding: 20px;
  align-items: center;
  width: 92px;
  height: 92px;
  gap: 10px;
  border-radius: 60px;
  background: rgba(0, 153, 255, 0.07);
}
.send-resume-section h5 {
  font-size: 20px;
  font-weight: 600;
  color: #00639C;
  line-height: 30px;
}
.send-resume-section p {
  font-size: 16px;
  font-weight: 600;
  color: #727272;
}
.send-resume-section .emailaddress {
  font-size: 20px;
  font-weight: 600;
  color: #00639C;
  line-height: 28px;
}

.contact-content-section {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .contact-content-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .contact-content-section {
    padding: 25px 0;
  }
}
.contact-content-section .contact-address a {
  color: #00639C;
  text-decoration: none;
}
.contact-content-section .contact-address a:hover {
  text-decoration: underline;
}

.contact-map {
  width: 100%;
}
.contact-map iframe {
  border: 0;
  width: 100%;
  height: 370px;
}

.contact-form-section {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .contact-form-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .contact-form-section {
    padding: 25px 0;
  }
}
.contact-form-section {
  background: rgba(12, 165, 255, 0.05);
}

.contact-form .form-label {
  font-weight: 600;
  color: #333;
}

.investors-content-section {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .investors-content-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .investors-content-section {
    padding: 25px 0;
  }
}
.investors-content-section {
  padding-bottom: 0px;
}/*# sourceMappingURL=styles.css.map */