@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 93px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  width: 100%;
}

video {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "WTT";
  font-style: normal;
  font-weight: 400;
  src: local("WTT"), local("WTT-Regular"), url("../fonts/Wtt-Regular.woff") format("truetype");
}
@font-face {
  font-family: "WTT";
  font-style: normal;
  font-weight: 200;
  src: local("WTT"), local("WTT-Light"), url("../fonts/Wtt-Light.woff") format("truetype");
}
@font-face {
  font-family: "WTT";
  font-style: Bold;
  font-weight: 700;
  src: local("WTT"), local("WTT-Bold"), url("../fonts/Wtt-Bold.woff") format("truetype");
}
html {
  box-sizing: border-box;
  font-family: "DIN", sans-serif;
}

body {
  font-family: "DIN", sans-serif;
}

html {
  --mask-pattern: url("../img/mask-pattern.svg");
  --footer-pattern: url("../img/footer.webp");
}

/*text style*/
.invisible {
  opacity: 0 !important;
}

.block {
  display: block !important;
}

.hidden {
  display: none !important;
}

.arrow-icon:lang(ar) {
  transform: rotate(180deg);
}

.header {
  transition: all ease 0.5s;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 992px) {
  .header {
    display: block;
    background: rgba(29, 79, 145, 0.23);
    backdrop-filter: blur(3.4000000954px);
  }
}
.header.header-dark {
  background: #ffffff;
  border-bottom: var(--Spacing-0-1, 1px) solid var(--color-gray-Gray---9, #eae9e9);
}
.header.header-dark .header__menu-item {
  color: #003057;
}
.header.header-dark .header__menu-item:hover .menu__item svg {
  stroke: #ffffff !important;
}
.header.header-dark .menu__item svg {
  stroke: #003057 !important;
}
.header.header-dark .header__submenu {
  background: #ffffff;
  transform: translateY(20px);
  border: var(--Spacing-0, 1px) solid var(--color-gray-Gray---5, #b6b7b8) !important;
  background: #fff !important;
}
.header.header-dark .border-svg svg {
  fill: #dcdbdc;
  stroke: #dcdbdc;
  stroke-width: 1px;
}
.header__lang {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__lang a {
  border-radius: 4px;
  background: linear-gradient(180deg, #00a3e0 0%, #2b6abc 100%);
  cursor: pointer;
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header__invest {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
.header__invest a {
  padding: 8px 10px;
  border-radius: 4px;
  background: linear-gradient(180deg, #87C000 0%, #557800 100%);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.header .header__menu {
  color: #ffffff;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header .header__menu {
    padding: 16px;
  }
}
.header .header__menu-container {
  width: fit-content;
  height: 57px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
  border-radius: 36px;
  background: rgba(29, 79, 145, 0.23);
  backdrop-filter: blur(3.4000000954px);
}
.header .header__menu-container.show-bg {
  background: unset;
  backdrop-filter: unset;
}
@media screen and (max-width: 992px) {
  .header .header__menu-container {
    background: unset;
    backdrop-filter: unset;
    padding: 0;
    height: auto;
  }
}
.header .header__menu-items {
  background: rgba(18, 35, 63, 0.95);
  backdrop-filter: blur(1px);
  position: relative;
  align-items: start;
  flex-direction: column;
  opacity: 0;
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  z-index: -1;
  padding-inline: 158px;
  justify-content: center;
  padding-block: 0;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: all ease 1s;
}
@media screen and (max-width: 992px) {
  .header .header__menu-items {
    padding: 200px 16px;
  }
}
.header .header__menu-items.show-menu {
  opacity: 1;
  padding-block: 150px;
  top: 0;
}
.header .header__menu-items.show-menu .header__invest {
  width: 100%;
  margin-bottom: 32px;
}
.header .header__menu-items.show-menu .header__invest a {
  width: 100%;
}
.header .header__menu-items > ul {
  border-block: 1px solid #00a3e0;
  padding-block: 44px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 600px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
@media screen and (max-width: 992px) {
  .header .header__menu-items > ul {
    gap: 24px;
    height: auto;
  }
}
.header .header__burger-menu {
  cursor: pointer;
}
.header .header__menu-item {
  height: fit-content;
  transition: all ease 0.3s;
  border-radius: var(--Spacing-2, 8px);
  position: relative;
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.header .header__menu-item--space {
  margin-inline-start: auto;
}
.header .header__menu-item--active .header__submenu {
  background: #ffffff;
  border-radius: 6px;
  border: var(--Spacing-0, 1px) solid var(--color-gray-Gray---5, #b6b7b8);
  width: max-content;
  padding-block: 8px;
  padding-inline: 8px;
  display: block;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.header .header__menu-item--active .menu-icon {
  transform: rotate(180deg);
  padding-block-start: unset;
  padding-block-end: 8px;
}
.header .header__menu-item:hover {
  color: #00a3e0;
}
.header__submenu {
  display: none;
  /* transform: translateY(10px); */
  transition: all ease 0.9s;
  padding: var(--spacing-624-px, 24px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-624-px, 24px);
  align-self: stretch;
  border-radius: var(--spacing-416-px, 16px);
  border: 1px solid rgba(0, 163, 224, 0.6);
  background: rgba(0, 163, 224, 0.1);
  width: 100%;
  align-items: start;
}
.header__submenu.show-subMenu {
  display: flex;
}
@media screen and (max-width: 992px) {
  .header__submenu {
    gap: 16px;
    padding: 16px 8px;
  }
}
.header__secondsubmenu {
  margin-top: 24px;
  inset-inline-start: 0;
  transition: all 0.3s;
  display: flex;
  gap: 96px;
}
@media screen and (max-width: 992px) {
  .header__secondsubmenu {
    flex-direction: column;
    gap: 16px;
  }
}
.header__secondsubmenu--active {
  display: flex;
}
.header__secondsubmenu .header__submenu-item {
  padding-bottom: 0;
  background: none !important;
  transition: all 0.3s;
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .header__secondsubmenu .header__submenu-item {
    font-size: 20px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
.header__secondsubmenu .header__submenu-item:hover {
  color: #00a3e0 !important;
}
.header .service-item {
  background: none !important;
  border: none !important;
  color: var(--wt-text-primary, #00a3e0);
  align-items: start;
  font-size: 30px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
}
@media screen and (max-width: 992px) {
  .header .service-item {
    font-size: 20px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
.header .menu__item {
  align-items: center;
  display: flex;
  transition: opacity 0.2s, color 0.2s;
  visibility: visible;
  gap: 8px;
  cursor: pointer;
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
@media screen and (max-width: 992px) {
  .header .menu__item {
    font-size: 20px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
.header .menu__item svg {
  transform: rotate(-90deg);
  transition: all ease 0.5s;
  stroke: #fff;
}
.header__submenu-item {
  color: #fff;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  transition: all ease 0.5s;
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .header__submenu-item {
    font-size: 20px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
.header__submenu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__submenu-item svg {
  margin-inline-end: 16px;
  transition: all ease 0.5s;
  transform: rotate(0);
}
.header__submenu-item:hover {
  color: #00a3e0;
}
.header__submenu-item:hover svg path {
  fill: #00a3e0;
}

.header--scrolled {
  background: rgba(29, 79, 145, 0.23);
  backdrop-filter: blur(3.4000000954px);
}
.header--scrolled .header__menu-container {
  background: unset;
  backdrop-filter: unset;
}

.hide-navbar {
  transform: translateY(-100%); /* Hides the navbar */
  transition: transform 0.3s ease-in-out;
}

.menu-icon,
.menu-icon-r {
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  padding-block-start: 8px;
}

.logo {
  width: 130px;
}
@media screen and (max-width: 992px) {
  .logo {
    width: 70px;
  }
}
.logo:hover {
  background: none !important;
}

.footer {
  background: #1a365e;
  color: #ffffff;
  border-top: 3px solid #1d4f91;
}
.footer__wrapper {
  padding-top: 24px;
  padding-bottom: 35px;
}
.footer .wttc-info-bg {
  background-color: #12233f;
}
.footer__bottom {
  padding-block: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: center;
  }
}
.footer__bottom-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
  row-gap: 8px;
}
.footer__bottom-items > *:not(:last-child) {
  padding-inline-end: 8px;
}
.footer__bottom-items > *:not(:first-child) {
  border-inline-start: 1px solid #00a3e0;
  padding-inline-start: 8px;
}
.footer__bottom-item {
  color: #00a3e0;
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
}
.footer__bottom-rights {
  font-size: 14px;
}

.sitemap__title {
  color: #00a3e0;
  font-family: "WTT";
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline-start: 8px;
  border-inline-start: 1px solid #00a3e0;
}
@media screen and (max-width: 768px) {
  .sitemap__list_mobile {
    margin-top: 24px;
  }
}
.sitemap__item {
  display: flex;
  align-items: baseline;
  gap: 16px;
  transition: all 0.2s ease-in-out;
  /*&:hover {
          color: $wttco-orange-dark;
          transform: translateX(2px);

          &:lang(ar) {
              transform: translateX(-2px);
          }
      }*/
}
.sitemap__link {
  color: var(--White, #fff);
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  .sitemap__row {
    display: flex;
    gap: 24px;
  }
}

.wttco-info {
  border-bottom: 1px solid #003057;
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 12px;
  padding-block: 24px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wttco-info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.wttco-info__social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.wttco-info__social-icons a {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: all ease 0.5s;
  color: #00a3e0;
}
.wttco-info__social-icons a:hover {
  opacity: 1;
}
.wttco-info__social-icon {
  font-size: 20px;
  transition: all ease 0.5s;
}

.sitemap-icon {
  font-size: 9px;
}
.sitemap-icon:lang(ar) {
  transform: rotate(180deg);
}

body {
  background: #1a365e;
  font-family: "WTT" !important;
}

.pt-52 {
  padding-top: 52px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.richtext {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.arrow-down {
  display: none;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  z-index: 222;
  position: absolute;
  bottom: 40px;
  left: 45%;
}
.arrow-down img {
  width: 46px;
  height: 46px;
}

.carousel-indicator {
  background-color: #e6e6e6 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  cursor: pointer;
  border: none !important;
}
.carousel-indicator.active {
  background-color: #ffad36 !important;
}

.carousel-indicators {
  margin: 0 !important;
  position: static !important;
}

#carouselNewsIndicators {
  display: flex !important;
  flex-direction: column-reverse;
  row-gap: 1rem;
}

.owl-prev, .owl-next {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 992px) {
  .owl-prev, .owl-next {
    width: 60px;
    height: 60px;
    top: 30%;
  }
}
.owl-prev:hover, .owl-next:hover {
  background: none !important;
}
.owl-prev img, .owl-next img {
  transition: all ease 0.5s;
}

.owl-prev {
  right: -100px;
}
@media screen and (min-width: 992px) {
  .owl-prev {
    right: -80px;
  }
}

.owl-next {
  left: -100px;
}
@media screen and (min-width: 992px) {
  .owl-next {
    left: -80px;
  }
}

.home .arrow-down {
  display: flex;
}
.home .hero {
  height: 100vh;
}
.home .hero .carousel {
  height: 100%;
}
.home .hero .carousel .carousel-inner {
  height: 100%;
}
.home .hero .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.home .hero .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
.home .hero .overlay {
  background: linear-gradient(180deg, rgba(18, 35, 63, 0) 0%, #12233f 100%);
}
@media screen and (max-width: 992px) {
  .home .hero .custom-pageTitle {
    position: absolute;
  }
}

.our-partener {
  background: #12233f;
  overflow: hidden;
  padding-block: 48px;
}
@media screen and (max-width: 992px) {
  .our-partener {
    padding-block: 32px;
  }
}
.our-partener .overview {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .our-partener .overview {
    margin-bottom: 24px;
  }
}
.our-partener .overview h3 {
  color: #ffffff;
  text-align: start;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
.our-partener .overview article {
  color: #00a3e0;
  text-align: center !important;
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
.our-partener .img-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9 !important;
  padding: 16px;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .our-partener .img-card {
    min-height: auto;
  }
}
.our-partener .img-card img {
  aspect-ratio: 16/9 !important;
  object-fit: contain;
  width: 70%;
}
.our-partener .img-card article {
  transition: all ease 0.5s;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: WTT;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 22px;
}

.news {
  background: #1a365e;
  background-size: cover;
  padding-block: 80px;
}
@media screen and (max-width: 992px) {
  .news {
    padding-block: 32px;
  }
}
.news__heading {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .news__heading {
    margin-bottom: 24px;
  }
}
.news__title h3 {
  color: #fff;
  text-align: start;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
@media screen and (max-width: 992px) {
  .news__title h3 {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
  }
}
.news__card-home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: #12233f;
  border: 1px solid #00a3e0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  width: 100%;
}
.news__card-home .news__link-home {
  display: flex;
  justify-content: start;
  align-self: center;
  gap: 10px;
  transition: ease all 0.5s;
  color: #fff;
  background: #00a3e0;
  border-radius: 24px;
  width: fit-content;
  padding-inline: 12px;
  padding-block: 8;
  text-transform: capitalize;
  font-size: 14px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 24px;
}
.news__card-home .news__text {
  gap: 32px;
  padding: 24px;
}
@media screen and (max-width: 992px) {
  .news__card-home .news__text {
    padding: 16px;
    gap: 20px;
  }
}
.news__card-home .news__media {
  height: 280px;
  margin-bottom: 0;
  width: 100%;
}
.news__card-home .news__media img {
  height: 280px;
}
.news__card-home:hover .news__media .overlay {
  background-color: unset;
}
.news .news__link-more {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  transition: ease all 0.5s;
  color: #fff;
  background: #00a3e0;
  border-radius: 24px;
  width: fit-content;
  padding-inline: 22px;
  padding-block: 10px;
  text-transform: capitalize;
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
}
.news__content-row {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .news__content-row {
    display: block;
  }
}

.mainActivity-section {
  background: #162c4e;
  overflow: auto;
  padding-top: 80px;
  padding-bottom: 160px;
  align-items: center;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  position: relative;
}
.mainActivity-section .overview {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .overview {
    margin-bottom: 24px;
  }
}
.mainActivity-section .overview h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .overview h3 {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
  }
}
.mainActivity-section .map-li {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
}
.mainActivity-section .map-li .main-activity-img {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .main-activity-img {
    margin-bottom: 24px;
    height: 220px;
  }
  .mainActivity-section .map-li .main-activity-img img {
    height: 100%;
  }
}
.mainActivity-section .map-li .main-activity-img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
  background: #1a4072;
  mix-blend-mode: multiply;
}
.mainActivity-section .map-li h4 {
  color: #ffffff;
  text-align: start;
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li h4 {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
  }
}
.mainActivity-section .map-li .description-card {
  border-inline-start: 2px solid #00a3e0;
  padding-inline-start: 20px;
}
.mainActivity-section .map-li .description-card .title {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: start;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .description-card .title {
    font-size: 20px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
.mainActivity-section .map-li .description-card .price {
  color: #00a3e0;
  text-align: start;
  font-size: 72px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 82px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .description-card .price {
    font-size: 60px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 72px;
  }
}
.mainActivity-section .map-li .description-card .desc {
  text-align: start;
  color: #ffffff;
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .description-card .desc {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
.mainActivity-section .map-li .description-card .dev {
  text-align: start;
  color: #ffffff;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
.mainActivity-section .map-li .description-card .card-description {
  color: #00a3e0;
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .description-card .card-description {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
.mainActivity-section .map-li .description-card .project_title {
  color: var(--wt-text-heading, #ffffff);
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
  margin-bottom: 24px;
}
.mainActivity-section .map-li .description-card .project-card {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .description-card .project-card {
    gap: 4px;
  }
}
.mainActivity-section .map-li .description-card .project-card h5 {
  color: #00a3e0;
  text-align: start;
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .description-card .project-card h5 {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
  }
}
.mainActivity-section .map-li .description-card .project-card article {
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .description-card .project-card article {
    font-size: 20px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
.mainActivity-section .map-li .description-card .project-card-mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .description-card .project-card-mb0 {
    margin-bottom: 24px;
  }
}
.mainActivity-section .map-li .description-card .info-desc {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
.mainActivity-section .map-li .btn-primary {
  margin-top: 24px;
  width: fit-content;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .map-li .btn-primary {
    display: flex;
    justify-self: center;
    padding-inline: 48px !important;
  }
}
.mainActivity-section .map-li.water-supply h4 {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.mainActivity-section .carousel {
  position: inherit;
}
.mainActivity-section .carousel-item {
  background: #162c4e;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .carousel-control-next,
  .mainActivity-section .carousel-control-prev {
    width: fit-content;
    top: 185px;
    height: fit-content;
    display: flex;
    opacity: 1;
  }
}
.mainActivity-section .carousel-control-next img,
.mainActivity-section .carousel-control-prev img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .carousel-control-next img,
  .mainActivity-section .carousel-control-prev img {
    width: 40px;
    height: 40px;
  }
}
.mainActivity-section .carousel-control-next {
  right: 1%;
  width: fit-content;
  opacity: 1;
}
.mainActivity-section .carousel-control-prev {
  left: 1%;
  width: fit-content;
  opacity: 1;
}

.map-section {
  background: #12233f;
  padding-block: 160px;
  position: relative;
  /* Active dot style */
}
@media screen and (max-width: 992px) {
  .map-section .overview {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
}
.map-section .overview h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
@media screen and (max-width: 992px) {
  .map-section .overview h3 {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
    text-align: center;
  }
}
.map-section .map-img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.map-section .map-img svg {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .map-section .map-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .map-section .map-img svg {
    width: 80%;
    height: auto;
    padding-block: 24px;
  }
}
.map-section .map-description-cards {
  position: relative;
  height: auto;
  padding-block-start: 24px;
}
@media screen and (max-width: 992px) {
  .map-section .map-description-cards {
    min-height: 600px;
    border-block-start: 1px solid #00a3e0;
  }
}
.map-section .map-description-cards .overview {
  padding-inline-start: 22px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .map-section .map-description-cards .overview {
    padding: unset;
    margin-bottom: 24px;
    padding: unset;
    align-items: start;
  }
}
.map-section .map-description-cards .overview h4 {
  color: var(--wt-text-white, #fff);
  font-size: 30px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
}
@media screen and (max-width: 992px) {
  .map-section .map-description-cards .overview h4 {
    font-size: 20px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 26px;
    text-align: start;
  }
}
.map-section .map-description-cards .overview .info-desc {
  color: var(--wt-text-heading, #ffffff);
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
}
.map-section .map-description-card {
  padding-inline-start: 20px;
  margin-top: 15px;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease;
}
.map-section .map-description-card .map-card {
  padding-inline-start: 20px;
  border-inline-start: 2px solid #00a3e0;
}
@media screen and (max-width: 992px) {
  .map-section .map-description-card .map-card {
    padding: unset;
    border: unset;
  }
}
.map-section .map-description-card .project-card {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .map-section .map-description-card .project-card {
    margin-bottom: 20px;
    gap: 16px;
  }
}
.map-section .map-description-card .project-card img {
  width: 68px;
  height: 68px;
}
.map-section .map-description-card .project-card h5 {
  color: #00a3e0;
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
@media screen and (max-width: 992px) {
  .map-section .map-description-card .project-card h5 {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
  }
}
.map-section .map-description-card .project-card article {
  color: var(--wt-text-paragraph, #FFFFFF);
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
}
.map-section .map-description-card .project-card-mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .map-section .map-description-card .project-card-mb0 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 992px) {
  .map-section .map-description-card {
    padding-inline-start: unset;
    margin-top: 24px;
  }
}
.map-section circle[data-region] {
  cursor: pointer;
  transition: fill 0.3s, stroke 0.3s;
}
.map-section circle[data-region]:hover {
  fill: #97d700 !important;
  stroke: #97d700 !important;
}
.map-section #rabigh-shuaiba-shuqaiq-region {
  cursor: pointer;
  transition: fill 0.3s;
}
.map-section .map-description-card.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.map-section .slider-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 350px;
  width: 100%;
  left: 0;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .map-section .slider-controls {
    top: 250px;
  }
}
.map-section .slider-prev {
  left: 1%;
}
@media screen and (max-width: 992px) {
  .map-section .slider-prev {
    left: 0;
  }
}
.map-section .slider-next {
  right: 1%;
}
@media screen and (max-width: 992px) {
  .map-section .slider-next {
    right: 0;
  }
}
.map-section .slider-prev,
.map-section .slider-next {
  cursor: pointer;
  position: absolute;
  display: flex;
}
.map-section .slider-prev img,
.map-section .slider-next img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .map-section .slider-prev img,
  .map-section .slider-next img {
    width: 40px;
    height: 40px;
  }
}
.map-section circle[data-region].active {
  fill: #97d700 !important;
  stroke: #97d700 !important;
}
.map-section .btn-primary {
  margin-top: 24px;
  width: fit-content;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .map-section .btn-primary {
    display: flex;
    justify-self: center;
    padding-inline: 48px !important;
  }
}
@media screen and (max-width: 992px) {
  .map-section {
    padding-block: 32px;
  }
}

.owl-prev img,
.owl-next img {
  width: 100%;
  height: 100%;
}

.ads-modal {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.2);
}
.ads-modal .modal-content {
  background: none;
  border: none;
}
.ads-modal .modal-body {
  padding: 0;
}
.ads-modal .modal-body img {
  border-radius: 16px;
}
.ads-modal .modal-header {
  position: relative;
  z-index: 2222;
  /* width: 100%; */
  border: none;
  padding: 0;
  left: 10px;
  top: 40px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ads-modal .modal-header button {
  position: absolute;
  right: 6px;
}

.project-development-page {
  padding-bottom: 160px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
}
.project-development-page .services {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(186, 186, 186, 0.1);
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--Background-background-black, #12233f);
}
@media screen and (max-width: 992px) {
  .project-development-page .services {
    margin-bottom: 24px;
  }
}
.project-development-page .services:hover .info img {
  transform: scale(1.1);
}
.project-development-page .services .img-card {
  height: 400px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .project-development-page .services .img-card {
    height: 240px;
  }
}
.project-development-page .services .img-card img {
  transition: ease all 0.5s;
  height: 100%;
  object-fit: cover;
}
.project-development-page .services .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.project-development-page .services .info .title {
  background: var(--Background-background-neutral-800, #294060);
  padding: 16px;
  width: 100%;
}
.project-development-page .services .info h4 {
  color: var(--Text-text-primary-light, #ffffff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
}
.project-development-page .services .info article {
  padding: 16px;
  color: var(--Text-text-oncolor-primary, #fff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .project-development-page {
    padding-bottom: 56px;
  }
}

.project-planning-page {
  padding-top: 40px;
  padding-bottom: 136px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
}
.project-planning-page .services-card {
  overflow: hidden;
  width: 100%;
  display: flex;
  border-radius: 24px;
  border: 1px solid var(--Border-border-secondary, #6179ad);
  background: rgba(0, 163, 224, 0.1);
  transition: ease all 0.5s;
  margin-bottom: 24px;
}
.project-planning-page .services-card:hover {
  background: unset;
}
.project-planning-page .services-card .services {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  overflow: hidden;
}
.project-planning-page .services-card .services:hover .info img {
  transform: scale(1.1);
}
.project-planning-page .services-card .services .img-card {
  height: 353px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .project-planning-page .services-card .services .img-card {
    height: 195px;
  }
}
.project-planning-page .services-card .services .img-card img {
  transition: ease all 0.5s;
  height: 100%;
  object-fit: cover;
}
.project-planning-page .services-card .services .info {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  z-index: 1;
  overflow: hidden;
}
.project-planning-page .services-card .services .info h4 {
  color: var(--Text-text-oncolor-secondary, #e1e3ee);
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
.project-planning-page .services-card .services .info article {
  color: var(--Text-text-primary-light, #ffffff);
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
}
@media screen and (max-width: 992px) {
  .project-planning-page {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}

.engineeringDesignOfProjects-page {
  padding-top: 40px;
  padding-bottom: 144px;
  overflow: hidden;
  background: #12233f;
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page .overview {
    margin-bottom: 24px;
  }
}
.engineeringDesignOfProjects-page .overview h3 {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 60px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 72px;
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page .overview h3 {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
  }
}
.engineeringDesignOfProjects-page .overview article {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 30px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 36px;
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page .overview article {
    font-size: 16px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 22px;
  }
}
.engineeringDesignOfProjects-page .item {
  display: flex;
  padding: var(--spacing-624-px, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-312-px, 12px);
  align-self: stretch;
  border-radius: var(--spacing-624-px, 24px);
  background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  margin-bottom: 16px;
}
.engineeringDesignOfProjects-page .item img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page .item img {
    width: 40px;
    height: 40px;
  }
}
.engineeringDesignOfProjects-page .item article {
  color: var(--wt-text-white, #fff);
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page .item article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}

.operationAndMaintenanceService-page {
  padding-top: 40px;
  padding-bottom: 136px;
  background-color: #12233f;
}
.operationAndMaintenanceService-page .operations .operation-card {
  display: flex;
  padding: 20px 8px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-00-px, 0);
  flex: 1 0 0;
  align-self: stretch;
  justify-content: start;
  margin-bottom: 24px;
  transition: all ease 0.6s;
  width: 100%;
  border-radius: 24px;
  border-bottom: 1px solid var(--Color-Alpha-alpha-600-primary-10, rgba(0, 163, 224, 0.1));
  background: var(--Color-Alpha-alpha-600-primary-10, rgba(0, 163, 224, 0.1));
}
.operationAndMaintenanceService-page .operations .operation-card article {
  color: var(--wt-text-heading, #ffffff);
  text-align: center !important;
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
  transition: all ease 0.5s;
}
.operationAndMaintenanceService-page .operations .operation-card img {
  height: 220px;
  width: 220px;
  transition: all ease 0.5s;
}
.operationAndMaintenanceService-page .operations .operation-card:hover article {
  color: #00A3E0;
}
.operationAndMaintenanceService-page .operations .operation-card:hover svg {
  fill: #00A3E0 !important;
}
.operationAndMaintenanceService-page .operations .operation-card:hover svg path {
  fill: #00A3E0 !important;
}

.our-partners {
  background: url("../img/our-partners-bg.jpg") no-repeat center center;
  background-size: cover;
}
.our-partners__desc {
  padding-top: 52px;
  color: #ffffff;
  text-align: center;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
.our-partners__desc span {
  font-weight: 700;
}
.our-partners .breadcrumb ul li.active {
  color: #ffffff;
}

.partners-logo .logo {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 48px;
  cursor: pointer;
  transition: ease all 0.5s;
  justify-content: space-between;
}
.partners-logo .logo .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1 !important;
  filter: grayscale(100%);
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px;
  transition: filter 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .partners-logo .logo .card-img {
    filter: none;
  }
}
.partners-logo .logo .card-img img {
  aspect-ratio: 1/1 !important;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.partners-logo .logo .title {
  margin-bottom: 45px;
}
.partners-logo .logo .title p {
  color: #898d8f;
  font-family: "WTT";
  font-size: 18px;
  font-weight: 400;
}
.partners-logo .logo .fa-arrow-right-long {
  color: #00a3e0;
}
.partners-logo .logo.dimmed {
  opacity: 0.5;
}
.partners-logo .logo.highlight {
  border: none !important;
}
.partners-logo .logo.highlight .card-img {
  filter: grayscale(0%);
}
.partners-logo .logo.highlight .fa-arrow-right-long {
  color: #ffad36;
}

.board-of-directors {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 128px;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
}
@media screen and (max-width: 992px) {
  .board-of-directors {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.board-of-directors .cutsom-btn {
  background: none;
  padding: none;
  margin: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.board-of-directors .board {
  margin-bottom: 24px;
  cursor: pointer;
  transition: ease all 0.5s;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 507px;
  border: 1px solid #12233f;
}
.board-of-directors .board .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(18, 35, 63, 0.9) 100%);
}
.board-of-directors .board .card-img {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.3s ease;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.board-of-directors .board .card-img .arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0;
  transition: all ease 0.5s;
}
.board-of-directors .board .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-of-directors .board .title {
  position: absolute;
  top: 60%;
  width: 100%;
  padding: 24px;
  text-align: start;
}
.board-of-directors .board .title h3 {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
.board-of-directors .board .title p {
  color: var(--wt-text-white, #fff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .board-of-directors .board .title p {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
.board-of-directors .board:hover .arrow {
  opacity: 1;
}
.board-of-directors .modal .modal-content {
  border-radius: 0;
  padding: 40px 32px;
  border-radius: 32px;
  background: var(--wt-background-raised, #12233f);
}
@media screen and (max-width: 992px) {
  .board-of-directors .modal .modal-content {
    padding: 16px;
    font-size: 16px;
    border-radius: 16px;
  }
}
.board-of-directors .modal .modal-content .modal-header {
  border: none;
  padding: 0;
  margin-bottom: 16px;
}
.board-of-directors .modal .modal-content .modal-header .btn-close {
  background: none;
  outline: none;
  box-shadow: none;
  height: fit-content;
  width: fit-content;
}
.board-of-directors .modal .modal-content .modal-body {
  padding: 0;
}
.board-of-directors .modal .modal-content .modal-body .modal-board {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  cursor: inherit;
}
.board-of-directors .modal .modal-content .modal-body .modal-board .board-header {
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .board-of-directors .modal .modal-content .modal-body .modal-board .board-header {
    flex-direction: column;
  }
}
.board-of-directors .modal .modal-content .modal-body .modal-board .board-header .modal-card-img {
  width: 75px;
  height: 95px;
  border-radius: 8px;
  overflow: hidden;
}
.board-of-directors .modal .modal-content .modal-body .modal-board .board-header .modal-card-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.board-of-directors .modal .modal-content .modal-body .modal-board .board-header .modal-title h3 {
  color: var(--wt-text-primary, #00a3e0);
  text-align: center;
  font-size: 30px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
}
@media screen and (max-width: 992px) {
  .board-of-directors .modal .modal-content .modal-body .modal-board .board-header .modal-title h3 {
    font-size: 20px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 26px;
    text-align: start;
  }
}
.board-of-directors .modal .modal-content .modal-body .modal-board .board-header .modal-title p {
  color: var(--wt-text-paragraph, #FFFFFF);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .board-of-directors .modal .modal-content .modal-body .modal-board .board-header .modal-title p {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
    text-align: start;
  }
}
.board-of-directors .modal .modal-content .modal-body .modal-board article {
  color: var(--wt-text-white, #fff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .board-of-directors .modal .modal-content .modal-body .modal-board article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
    text-align: start;
  }
}

.suppliersRelationship-page .join-section {
  padding-top: 40px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .join-section {
    padding-block: 24px;
  }
}
.suppliersRelationship-page .join-section .overview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.suppliersRelationship-page .join-section .overview article {
  color: var(--wt-text-paragraph-light, #e1e3ee);
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .join-section .overview article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
.suppliersRelationship-page .join-section .join-card {
  display: flex;
  padding: var(--spacing-624-px, 24px);
  flex-direction: column;
  gap: var(--spacing-832-px, 32px);
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--wt-background-primary, #00a3e0);
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .join-section .join-card {
    margin-top: 24px;
  }
}
.suppliersRelationship-page .join-section .join-card article {
  color: var(--wt-text-white, #fff);
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
.suppliersRelationship-page .join-section .join-card h4 {
  color: var(--wt-text-white, #fff);
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .join-section .join-card {
    flex-direction: column !important;
    width: 100%;
  }
  .suppliersRelationship-page .join-section .join-card a {
    width: 100% !important;
    text-align: center;
  }
}
.suppliersRelationship-page .qualification-section {
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 80px;
  background: #12233f;
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .qualification-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.suppliersRelationship-page .qualification-section .overview {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.suppliersRelationship-page .qualification-section .overview h3 {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 60px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 72px;
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .qualification-section .overview h3 {
    font-size: 24px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 28.7999992371px;
  }
}
.suppliersRelationship-page .qualification-section .overview article {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 30px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 36px;
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .qualification-section .overview article {
    font-size: 16px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 22px;
  }
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .qualification-section .overview {
    gap: 0;
  }
}
.suppliersRelationship-page .keyReq-section {
  background-size: cover;
  padding-bottom: 144px;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0.3) 0%, #12233f 100%);
}
.suppliersRelationship-page .keyReq-section .overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.suppliersRelationship-page .keyReq-section .overview article {
  color: var(--wt-text-heading, #ffffff);
  font-size: 48px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .keyReq-section .overview article {
    font-size: 24px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 28.7999992371px;
  }
}
.suppliersRelationship-page .keyReq-section .qualification-card {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  transition: all ease 0.6s;
  width: 100%;
  gap: 24px;
  padding: 16px;
  background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .keyReq-section .qualification-card {
    gap: 16px;
  }
}
.suppliersRelationship-page .keyReq-section .qualification-card .img {
  padding: 16px;
  border-inline-end: 1px solid var(--wt-border-primary-light, #ffffff);
}
.suppliersRelationship-page .keyReq-section .qualification-card .img svg {
  transition: all ease 0.6s;
  fill: #d4f5ff;
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .keyReq-section .qualification-card .img {
    border-block-end: 1px solid var(--wt-border-primary-light, #d4f5ff);
    border-inline-end: unset;
  }
}
.suppliersRelationship-page .keyReq-section .qualification-card article {
  transition: all ease 0.6s;
  color: var(--wt-text-heading, #ffffff);
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
.suppliersRelationship-page .keyReq-section .qualification-card:hover {
  background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
}
.suppliersRelationship-page .keyReq-section .qualification-card:hover img svg {
  fill: #00a3e0 !important;
}
.suppliersRelationship-page .keyReq-section .qualification-card:hover article {
  color: var(--wt-text-primary, #00a3e0);
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .keyReq-section .qualification-card {
    align-items: start;
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .keyReq-section {
    padding-block: 32px;
  }
}
.suppliersRelationship-page .faq-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.suppliersRelationship-page .faq-section .overview {
  margin-bottom: 40px;
}
.suppliersRelationship-page .faq-section .overview h3 {
  color: var(--wt-text-white, #fff);
  text-align: center;
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
.suppliersRelationship-page .faq-section .accordion {
  display: flex;
  gap: 16px;
}
.suppliersRelationship-page .faq-section .accordion .accordion-item {
  border-radius: var(--spacing-14-px, 4px);
  border: 1px solid var(--wt-border-primary-light, #d4f5ff);
  background: unset;
}
.suppliersRelationship-page .faq-section .accordion .accordion-item .accordion-header .accordion-button {
  background: unset;
  border: unset;
  box-shadow: unset;
  color: var(--wt-text-heading, #ffffff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
}
.suppliersRelationship-page .faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font-size: 28px;
  color: #fff;
  transform: none;
  background-image: none !important;
}
.suppliersRelationship-page .faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "-";
}
.suppliersRelationship-page .faq-section .accordion .accordion-item .accordion-body {
  color: var(--wt-text-white, #fff);
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .faq-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.suppliersRelationship-page .fields {
  padding-top: 80px;
  padding-bottom: 136px;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 0%, rgba(18, 35, 63, 0.9) 110.04%);
}
.suppliersRelationship-page .fields .overview {
  margin-bottom: 40px;
}
.suppliersRelationship-page .fields .overview h3 {
  color: var(--wt-text-heading, #ffffff);
  text-align: center;
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
.suppliersRelationship-page .fields .fields-card {
  border-radius: 24px;
  background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding: var(--spacing-416-px, 16px);
  gap: 16px;
  width: 100%;
}
.suppliersRelationship-page .fields .fields-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--spacing-156-px, 6px);
}
.suppliersRelationship-page .fields .fields-card article {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
}
.suppliersRelationship-page .fields .fields-card a {
  color: var(--wt-text-white, #fff);
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
  margin-top: 8px;
  display: flex;
}
.suppliersRelationship-page .fields .fields-card a svg {
  margin-inline-start: 8px;
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .fields {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}

.news-page {
  padding-bottom: 0;
}
.news-page .news {
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
  padding-top: 40px;
  padding-bottom: 0;
}
.news-page .news .news__content {
  padding-bottom: 56px;
}
.news-page .news__firstCard {
  margin-bottom: 100px;
  position: relative;
}
.news-page .news__firstCard .news__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3 !important;
}
.news-page .news__firstCard .news__media img {
  aspect-ratio: 4/3 !important;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
}
.news-page .news__firstCard .news__newCard {
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 10%;
  top: 10%;
  display: flex;
  padding: 48px;
  flex-direction: column;
  gap: 15px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: var(--Spacing-2, 8px);
  background: var(--color-base-White, #fff);
}
@media screen and (max-width: 992px) {
  .news-page .news__firstCard {
    margin-bottom: 0;
  }
  .news-page .news__firstCard .news__newCard {
    position: inherit;
    display: flex;
    padding: 0;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--Spacing-2, 8px);
    background: none;
  }
}
.news-page .news__card-desc img {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .news-page .news {
    padding-top: 24px;
  }
}
.news-page .news .more-news {
  padding-top: 80px;
  padding-bottom: 240px;
  background: #12233f;
}
.news-page .news .more-news .overview {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .news-page .news .more-news .overview {
    margin-bottom: 24px;
  }
}
.news-page .news .more-news .overview h4 {
  color: var(--wt-text-white, #fff);
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
@media screen and (max-width: 992px) {
  .news-page .news .more-news .overview h4 {
    font-size: 20px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .news-page .news .more-news {
    background: unset;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.newsItem-page {
  position: relative;
  padding-top: 0;
}
.newsItem-page .news {
  background: none;
  padding-top: 0;
  padding-bottom: 160px;
}
.newsItem-page .news__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: unset;
  border-radius: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .newsItem-page .news__card {
    padding: 0;
  }
}
.newsItem-page .news__card-desc {
  color: #FFFFFF;
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .newsItem-page .news__card-desc {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
  }
}
.newsItem-page .news__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px !important;
}
@media screen and (max-width: 992px) {
  .newsItem-page .news__text {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .newsItem-page .news {
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
  }
  .newsItem-page .news .btns {
    flex-direction: column;
  }
  .newsItem-page .news .btns a {
    display: block;
  }
}
.newsItem-page .news__header {
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.newsItem-page .news__header .news__card-date {
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .newsItem-page .news__header .news__card-date {
    margin-bottom: 4px;
  }
}
.newsItem-page .news__header .news__card-date article {
  color: var(--wt-text-heading, #ffffff);
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  .newsItem-page .news__header {
    padding-block: 24px;
    position: unset;
  }
}
.newsItem-page .news__body {
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.newsItem-page .news .btn-yellow {
  width: fit-content;
}
.newsItem-page .news__card-title {
  color: var(--wt-text-heading, #ffffff);
  font-size: 48px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .newsItem-page .news__card-title {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
  }
}
.newsItem-page .news__card-link {
  margin-top: 24px;
}
.newsItem-page .news__card-title, .newsItem-page .news__card-desc {
  height: auto !important;
  display: block !important;
  overflow: visible !important;
  line-clamp: unset !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}
.newsItem-page .news__card-title, .newsItem-page .news__card-desc, .newsItem-page .news__card-date p {
  margin-block: 0;
}
.newsItem-page .news__media {
  position: relative;
  height: 75vh !important;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  aspect-ratio: 16/9 !important;
}
.newsItem-page .news__media img {
  aspect-ratio: 16/9 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsItem-page .news__media .overlay {
  position: absolute;
  left: 0;
  display: block;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 35, 63, 0.3) 0%, #12233f 74.24%, #12233f 100%);
  opacity: 1 !important;
  mix-blend-mode: unset;
}
@media screen and (max-width: 992px) {
  .newsItem-page .news__media {
    height: 524px !important;
  }
  .newsItem-page .news__media .overlay {
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 35, 63, 0.3) 0%, #12233f 90%, #12233f 100%);
  }
}

@media screen and (max-width: 992px) {
  .btn-secondary,
  .btn-primary {
    padding: 10px 16px !important;
  }
}

.companyStrategy-page .goals-section {
  padding-top: 40px;
  padding-bottom: 56px;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
}
.companyStrategy-page .goals-section .overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.companyStrategy-page .goals-section .overview h3 {
  color: var(--wt-text-heading, #ffffff);
  text-align: center;
  font-size: 48px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .goals-section .overview h3 {
    font-size: 36px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 44px;
  }
}
.companyStrategy-page .goals-section .goals-card {
  display: flex;
  width: 100%;
  padding: 90px 8px 20px;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  background: var(--wt-background-raised-Opacity, rgba(18, 35, 63, 0.5));
  transition: all ease 0.6s;
  gap: 90px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .goals-section .goals-card {
    height: 249px;
    gap: 0;
    padding-block: 40px;
  }
}
.companyStrategy-page .goals-section .goals-card svg {
  z-index: 1;
  fill: #d4f5ff;
}
.companyStrategy-page .goals-section .goals-card svg path {
  fill: #d4f5ff;
}
.companyStrategy-page .goals-section .goals-card article {
  z-index: 1;
  color: var(--wt-text-heading, #ffffff);
  text-align: center;
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .goals-section {
    padding-bottom: 8px;
    padding-top: 22px;
  }
}
.companyStrategy-page .vission-section {
  height: 100vh;
  overflow: hidden;
  background: #1d4f91;
  display: flex;
  flex-wrap: wrap;
}
.companyStrategy-page .vission-section .vission-container,
.companyStrategy-page .vission-section .mission-container {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: var(--spacing-624-px, 24px) var(--spacing-2080-px, 80px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  user-select: none;
}
.companyStrategy-page .vission-section .vission-container .overlay,
.companyStrategy-page .vission-section .mission-container .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background: linear-gradient(180deg, rgba(18, 35, 63, 0.78) 0%, rgba(0, 163, 224, 0.9) 100%);
  transition: all ease 0.5s;
  opacity: 0;
}
.companyStrategy-page .vission-section .vission-container .caption,
.companyStrategy-page .vission-section .mission-container .caption {
  z-index: 2;
}
.companyStrategy-page .vission-section .vission-container h5,
.companyStrategy-page .vission-section .mission-container h5 {
  color: var(--wt-text-white, #fff);
  margin-bottom: 24px;
  font-size: 72px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 82px;
  cursor: pointer;
  pointer-events: none;
  transition: 0.5s ease all;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section .vission-container h5,
  .companyStrategy-page .vission-section .mission-container h5 {
    margin-bottom: 8px;
    font-size: 36px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 44px;
  }
}
.companyStrategy-page .vission-section .vission-container article,
.companyStrategy-page .vission-section .mission-container article {
  color: var(--wt-text-white, #fff);
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section .vission-container article,
  .companyStrategy-page .vission-section .mission-container article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
.companyStrategy-page .vission-section .vission-container:hover .overlay,
.companyStrategy-page .vission-section .mission-container:hover .overlay {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section .vission-container,
  .companyStrategy-page .vission-section .mission-container {
    padding: 24px;
    width: 10%;
  }
  .companyStrategy-page .vission-section .vission-container.active,
  .companyStrategy-page .vission-section .mission-container.active {
    width: 90%;
  }
  .companyStrategy-page .vission-section .vission-container:not(.active) h5,
  .companyStrategy-page .vission-section .mission-container:not(.active) h5 {
    transform: rotate(-90deg); /* يقلب الاتجاه */
  }
  .companyStrategy-page .vission-section .vission-container:not(.active) article,
  .companyStrategy-page .vission-section .mission-container:not(.active) article {
    opacity: 0;
    max-height: 0;
  }
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section {
    height: 435px;
    flex-wrap: nowrap;
  }
}
.companyStrategy-page .faq-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.companyStrategy-page .faq-section .overview h3 {
  color: #003057;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.companyStrategy-page .faq-section .accordion .accordion-item {
  border: 1px solid #c9cee1;
  border-radius: 0;
  margin-bottom: 24px;
}
.companyStrategy-page .faq-section .accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  padding: 16px;
  gap: 14px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background: #ffffff;
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px; /* 180% */
}
.companyStrategy-page .faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../img/icons/chevron-down.svg");
}
.companyStrategy-page .faq-section .accordion .accordion-item .accordion-body {
  color: var(--wt-text-white, #fff);
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px; /* 130% */
}
.companyStrategy-page .values-section {
  padding-top: 80px;
  padding-bottom: 64px;
  background: var(--wt-background-raised, #12233f);
}
.companyStrategy-page .values-section .overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  justify-content: center;
  margin-bottom: 48px;
}
.companyStrategy-page .values-section .overview h3 {
  color: var(--wt-text-primary, #00a3e0);
  text-align: start;
  font-size: 48px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .values-section .overview h3 {
    font-size: 36px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 44px;
  }
}
.companyStrategy-page .values-section .overview article {
  color: var(--wt-text-white, #fff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .values-section .overview article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .values-section .overview {
    margin-bottom: 24px;
  }
}
.companyStrategy-page .values-section .values-card {
  border-radius: 24px;
  border-bottom: 1px solid var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  display: flex;
  padding: 20px 8px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-00-px, 0);
  flex: 1 0 0;
  justify-content: center;
  transition: all ease 0.5s;
  gap: 24px;
  margin-bottom: 16px;
  height: 248px;
}
.companyStrategy-page .values-section .values-card svg {
  z-index: 1;
  fill: #00a3e0;
}
.companyStrategy-page .values-section .values-card svg path {
  fill: #00a3e0;
}
.companyStrategy-page .values-section .values-card article {
  color: var(--wt-text-primary, #00a3e0);
  text-align: center;
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
}
.companyStrategy-page .values-section .values-card:hover {
  border-radius: var(--spacing-416-px, 16px);
  border-bottom: 1px solid var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  background: var(--Color-Alpha-alpha-black-100, #003057);
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .values-section {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
.companyStrategy-page .strategy-section {
  padding-top: 80px;
  padding-bottom: 350px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .strategy-section {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
.companyStrategy-page .strategy-section .overview {
  display: flex;
  margin-bottom: 80px;
}
.companyStrategy-page .strategy-section .overview h3 {
  margin-bottom: 24px;
  color: var(--wt-text-primary, #00a3e0);
  font-size: 60px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 72px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .strategy-section .overview h3 {
    font-size: 36px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 44px;
  }
}
.companyStrategy-page .strategy-section .overview article {
  color: var(--wt-text-heading, #ffffff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .strategy-section .overview article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
  }
}
.companyStrategy-page .mission-section {
  background: var(--wt-background-raised-Opacity, rgba(18, 35, 63, 0.5));
  padding-top: 100px;
  padding-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
.companyStrategy-page .mission-section .mission-div .mission-content {
  position: absolute;
  top: -450px;
  bottom: 0;
  z-index: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section .mission-div .mission-content {
    position: inherit;
  }
}
.companyStrategy-page .mission-section .mission-div .img {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section .mission-div .img {
    height: 374px;
  }
}
.companyStrategy-page .mission-section .mission-div .img img {
  height: 100%;
  object-fit: cover;
}
.companyStrategy-page .mission-section .mission-div .mission-title {
  z-index: 1 !important;
  position: absolute;
  bottom: 0;
  padding: var(--Spacing-4, 16px);
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.companyStrategy-page .mission-section .mission-div .mission-title h3 {
  color: var(--wt-text-white, #fff);
  font-size: 72px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 82px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section .mission-div .mission-title h3 {
    font-size: 36px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 44px;
  }
}
.companyStrategy-page .mission-section .mission-div .mission-title article {
  color: var(--wt-text-white, #fff);
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section .mission-div .mission-title article {
    font-size: 20px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
.companyStrategy-page .mission-section .mission-div .mission-list {
  margin: 0;
  list-style: none;
  padding-block: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 240px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section .mission-div .mission-list {
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 16px;
    flex-direction: column;
  }
}
.companyStrategy-page .mission-section .mission-div .mission-list li {
  width: 25%;
  display: flex;
  padding: var(--None, 0);
  flex-direction: column;
  justify-content: start;
  align-items: start;
  align-self: stretch;
  color: var(--wt-text-heading, #ffffff);
  position: relative;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
.companyStrategy-page .mission-section .mission-div .mission-list li .number {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 72px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 82px;
  border-bottom: 2px solid rgba(0, 163, 224, 0.3);
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.companyStrategy-page .mission-section .mission-div .mission-list li .number-shadow {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--wt-border-primary-Opacity, rgba(0, 163, 224, 0.3));
  font-family: "WTT";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 129.333%; /* 82.773px */
  letter-spacing: 0.288px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 122px;
  z-index: -1;
  color: transparent;
  /* border: 1px solid #000; */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 163, 224, 0.3);
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section .mission-div .mission-list li {
    width: 100%;
  }
}
.companyStrategy-page .services-section {
  padding-top: 80px;
  padding-bottom: 56px;
  background: #1d4f91;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .services-section {
    padding-top: 32px;
    padding-bottom: 8px;
  }
}
.companyStrategy-page .services-section .services-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  transition: all ease 0.5s;
  padding: var(--spacing-416-px, 16px);
  position: relative;
  border-radius: 24px;
  height: 380px;
  overflow: hidden;
  margin-bottom: 24px;
}
.companyStrategy-page .services-section .services-card .overlay {
  background: linear-gradient(180deg, rgba(26, 54, 94, 0) 0%, rgba(26, 54, 94, 0.92) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.companyStrategy-page .services-section .services-card img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.companyStrategy-page .services-section .services-card article {
  color: var(--wt-text-white, #fff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
  z-index: 2;
}
.companyStrategy-page .programs-section {
  padding-block: 80px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-section {
    padding-block: 32px;
  }
}
.companyStrategy-page .programs-section .overview {
  display: flex;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-section .overview {
    padding-block: 0px;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
}
.companyStrategy-page .programs-section .overview h3 {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 60px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 72px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-section .overview h3 {
    font-size: 36px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 44px;
  }
}
.companyStrategy-page .programs-section .overview article {
  color: var(--wt-text-heading, #ffffff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-section .overview article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
.companyStrategy-page .programs-list-section {
  background: url("../img/bg/program.jpg") center center no-repeat;
  overflow: hidden !important;
  background-size: cover !important;
  padding-block: 160px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-list-section {
    padding-block: 32px;
  }
}
.companyStrategy-page .programs-list-section .accordion-item {
  border-radius: var(--spacing-14-px, 4px);
  border: 1px solid var(--wt-border-primary-light, #ffffff);
  background: unset;
  margin-bottom: 32px;
}
.companyStrategy-page .programs-list-section .accordion-item .accordion-button {
  background: unset;
  border: unset;
  box-shadow: unset;
  color: var(--wt-text-heading, #ffffff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
}
.companyStrategy-page .programs-list-section .accordion-item .accordion-button::after {
  content: "+";
  font-size: 28px;
  color: #fff;
  transform: none;
  background-image: none !important;
}
.companyStrategy-page .programs-list-section .accordion-item .accordion-button:not(.collapsed)::after {
  content: "-";
}
.companyStrategy-page .programs-list-section .accordion-item article {
  color: var(--wt-text-white, #fff);
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
}
.companyStrategy-page .programs-list-section .caption {
  display: none;
  align-items: start;
  justify-content: start;
  gap: 16px;
  flex-direction: column;
  opacity: 0;
}
.companyStrategy-page .programs-list-section .caption.active {
  display: flex;
  opacity: 1;
}
.companyStrategy-page .programs-list-section .caption.active .caption-info h5 {
  border-left: 3px solid #00a3e0;
}

.tenders-page .tenders-content {
  padding-bottom: 160px;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .tenders-page .tenders-content {
    padding-bottom: 80px;
  }
}
.tenders-page .tenders-card {
  margin-bottom: 24px;
  transition: all ease 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-radius: 24px;
  border: 1px solid var(--wt-background-primary-Opacity-30, rgba(0, 163, 224, 0.3));
  background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
}
.tenders-page .tenders-card .bottom {
  padding: 16px;
}
.tenders-page .tenders-card .top {
  border-bottom: 1px solid rgba(186, 186, 186, 0.2);
}
.tenders-page .tenders-card .top .tenders-info {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 24px;
  transition: all ease 0.5s;
}
.tenders-page .tenders-card .top .tenders-info .id span {
  color: var(--wt-text-white, #fff);
  font-size: 12px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 14px;
}
.tenders-page .tenders-card .top .tenders-info .id p {
  color: var(--wt-text-white, #fff);
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
  margin-bottom: 0;
}
.tenders-page .tenders-card .top .tenders-info .label {
  border-radius: 24px;
  background: var(--wt-background-secondary, #d9d9d9);
  color: #34629e;
  height: fit-content;
  padding: 8px 16px;
}
.tenders-page .tenders-card .top .tenders-info .label p {
  color: var(--wt-text-secondary, #1a365e);
  text-align: center;
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tenders-page .tenders-card .top .tenders-info .tender-title {
  color: var(--wt-text-heading, #ffffff);
  text-align: center;
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  min-height: 65px;
}
@media screen and (max-width: 992px) {
  .tenders-page .tenders-card .top .tenders-info .tender-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    line-clamp: none;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    min-height: auto;
  }
}
.tenders-page .tenders-card .top .tenders-info .tender-desc {
  color: var(--wt-text-paragraph-light, #e1e3ee);
  text-align: start;
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
  overflow-y: scroll;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  height: 150px;
}
@media screen and (max-width: 992px) {
  .tenders-page .tenders-card .top .tenders-info .tender-desc {
    overflow-y: scroll;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    height: auto;
  }
}
.tenders-page .tenders-card .top .tenders-info .tender-timer {
  border-radius: 8px;
  background: var(--Color-Alpha-Alpha-orange-10, rgba(250, 70, 22, 0.1));
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.tenders-page .tenders-card .top .tenders-info .tender-timer p {
  color: var(--Text-text-orange-light, #f79876);
  text-align: center;
  font-size: 16px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 22px;
  text-transform: uppercase;
}
.tenders-page .tenders-card .top .tenders-info .tender-timer p span {
  color: var(--Text-text-orange-light, #f79876);
  text-align: center;
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
  text-transform: uppercase;
}
.tenders-page .tenders-card .top .tenders-dates {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  flex-wrap: wrap;
}
.tenders-page .tenders-card .top .tenders-dates .date-li {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  justify-content: CENTER;
}
.tenders-page .tenders-card .top .tenders-dates .date-li .date-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tenders-page .tenders-card .top .tenders-dates .date-li .date-info span {
  color: var(--Text-text-secondary, #6179ad);
  text-align: center !important;
  font-size: 14px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 24px;
  text-transform: uppercase;
}
.tenders-page .tenders-card .top .tenders-dates .date-li .date-info p {
  color: var(--wt-text-paragraph-light, #e1e3ee);
  text-align: center !important;
  font-size: 16px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 22px;
  text-transform: uppercase;
}
.tenders-page .tenders-card .bottom h4 {
  color: var(--wt-text-primary, #00a3e0);
  text-align: center;
  font-family: "WTT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
  gap: 8px;
}
.tenders-page .tenders-card .bottom h4 p {
  color: #fff;
  transition: all ease 0.5s;
  margin-bottom: 0;
}
.tenders-page .tenders-card:hover .bottom h4 {
  font-size: 20px;
}
.tenders-page .tenders-card:hover .bottom h4 p {
  font-size: 36px;
  color: #fff;
  margin-bottom: 0;
}
.tenders-page .tenders-card:hover .btn-gray {
  background-color: #00a3e0;
  color: #ffffff;
  border-color: transparent;
}
.tenders-page .btn-gray {
  margin: 0;
  margin-bottom: 24px;
}
.tenders-page .modal .modal-content {
  border-radius: var(--spacing-416-px, 16px);
  background: var(--wt-background-raised, #12233f);
  display: flex;
  width: 500px;
  height: 500px;
  flex-direction: column;
  justify-content: center;
}
.tenders-page .modal .modal-header,
.tenders-page .modal .modal-footer {
  border: unset;
}
.tenders-page .modal .btn-close {
  background: none;
  outline: none;
  box-shadow: none;
  height: fit-content;
  width: fit-content;
}
.tenders-page .modal .modal-body h3 {
  color: var(--wt-text-heading, #ffffff);
  text-align: center;
  font-size: 30px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
}
.tenders-page .modal .modal-body article {
  color: var(--wt-text-paragraph-light, #e1e3ee);
  text-align: center;
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
}
.tenders-page .modal .modal-body .form-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block-start: 16px;
}
.tenders-page .modal .modal-body .form-items .form-label {
  color: var(--wt-text-primary, #00a3e0);
  margin: 0;
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
}
.tenders-page .modal .modal-body .form-items .form-control {
  padding: 12px;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid var(--Border-border-secondary, #6179ad);
  background: var(--Color-Alpha-alpha-black-70, rgba(0, 48, 87, 0.7));
  color: var(--Text-text-secondary, #6179ad);
}
.tenders-page .modal .modal-body .form-items .error-message {
  color: var(--Color-Red-900, #fa4616);
  font-size: 14px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 24px;
}
.tenders-page .modal .modal-body .form-items .error-message svg {
  margin-inline-end: 8px;
}
.tenders-page .modal .modal-body .form-items ::placeholder {
  color: var(--Text-text-secondary, #6179ad);
  font-family: "WTT";
  font-size: 14px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 24px;
}
.tenders-page .modal .modal-body .form-items ::-ms-input-placeholder {
  color: var(--Text-text-secondary, #6179ad);
  font-family: "WTT";
  font-size: 14px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 24px;
}
.tenders-page .modal .modal-footer {
  display: flex;
  flex-direction: column;
}
.tenders-page .modal .modal-footer .text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
}
.tenders-page .modal .modal-footer .text span {
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}
.tenders-page .contactUs-Modal .modal-content {
  border-radius: 32px;
  background: #12233F;
  backdrop-filter: blur(5px);
}
.tenders-page .contactUs-Modal .modal-content .modal-body {
  padding: 48px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
}
.tenders-page .contactUs-Modal .modal-content .modal-body .gif-holder {
  width: 314px;
  height: 314px;
  background: linear-gradient(180deg, #e3ecfa 0%, #dae7ff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tenders-page .contactUs-Modal .modal-content .modal-body .gif-holder .gif-holder-two {
  width: 273px;
  height: 273px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tenders-page .contactUs-Modal .modal-content .modal-body .gif-holder .gif-holder-two img {
  width: 241px;
  height: 241px;
}
.tenders-page .contactUs-Modal .modal-content .modal-body p {
  color: var(--Color-Base-White, #fff);
  text-align: center !important;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}

.contactUs .contactUs-page {
  padding-bottom: 160px;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
}
@media screen and (max-width: 992px) {
  .contactUs .contactUs-page {
    padding-bottom: 80px;
  }
}
.contactUs .contactUs-page .form-card {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid var(--Color-Alpha-alpha-600-primary-40, rgba(0, 163, 224, 0.4));
  background: var(--Color-Alpha-alpha-600-primary-20, rgba(0, 163, 224, 0.2));
}
@media screen and (max-width: 992px) {
  .contactUs .contactUs-page .form-card {
    margin-bottom: 24px;
  }
}
.contactUs .contactUs-page .form-card form {
  width: 100%;
}
.contactUs .contactUs-page .form-card form .form-label {
  color: var(--Text-text-primary, #00a3e0);
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
}
.contactUs .contactUs-page .form-card form .row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contactUs .contactUs-page .form-card form .input-group span {
  background: var(--Color-Alpha-alpha-black-70, rgba(0, 48, 87, 0.7));
  border: 1px solid #6179ad;
  border-inline-end: none;
}
.contactUs .contactUs-page .form-card form .input-group .form-control {
  border-inline-start: none;
}
.contactUs .contactUs-page .form-card form .form-control {
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #6179ad;
  background: var(--Color-Alpha-alpha-black-70, rgba(0, 48, 87, 0.7));
  color: #6179ad;
}
.contactUs .contactUs-page .form-card .contact-card {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contactUs .contactUs-page .form-card .contact-card .info {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: row;
  margin-bottom: 0;
  gap: 18px;
  padding: 24px;
  transition: all ease 0.5s;
  border-inline-end: 1px solid var(--Border-border-secondary, #6179ad);
  /*  &:hover {
              background: rgba(236, 246, 255, 0.70);

              svg {
                  background: $wttco-white;
              }
          }*/
}
.contactUs .contactUs-page .form-card .contact-card .info:last-child {
  border-inline-end: 0;
}
.contactUs .contactUs-page .form-card .contact-card .info .img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--Color-Alpha-alpha-600-primary-20, rgba(0, 163, 224, 0.2));
}
.contactUs .contactUs-page .form-card .contact-card .info svg {
  transition: all ease 0.5s;
  padding: 16px;
  border-radius: 50%;
  height: 58px;
  width: 58px;
}
.contactUs .contactUs-page .form-card .contact-card .info div {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}
.contactUs .contactUs-page .form-card .contact-card .info div span {
  color: var(--Text-text-oncolor-primary, #fff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
}
.contactUs .contactUs-page .form-card .contact-card .info div article {
  color: var(--Text-text-primary, #00a3e0);
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
  text-transform: uppercase;
}
.contactUs .error-message {
  font-size: 0.9em;
  color: red;
  margin-top: 5px;
  display: block;
  width: 100%;
}
.contactUs button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  color: #000;
}
.contactUs button:disabled:hover {
  color: initial;
  background-color: #ccc;
}
.contactUs ::placeholder {
  color: var(--Text-text-secondary, #6179ad) !important;
  font-family: "WTT";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.9px; /* 130% */
  letter-spacing: 0.13px;
}
.contactUs ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--Text-text-secondary, #6179ad) !important;
  font-family: "WTT";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.9px; /* 130% */
  letter-spacing: 0.13px;
}
.contactUs .contactUs-Modal .modal-content {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
}
.contactUs .contactUs-Modal .modal-content .modal-body {
  padding: 48px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
}
.contactUs .contactUs-Modal .modal-content .modal-body .gif-holder {
  width: 314px;
  height: 314px;
  background: linear-gradient(180deg, #e3ecfa 0%, #dae7ff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactUs .contactUs-Modal .modal-content .modal-body .gif-holder .gif-holder-two {
  width: 273px;
  height: 273px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactUs .contactUs-Modal .modal-content .modal-body .gif-holder .gif-holder-two img {
  width: 241px;
  height: 241px;
}
.contactUs .contactUs-Modal .modal-content .modal-body p {
  color: var(--Color-Base-White, #fff);
  text-align: center !important;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
.contactUs .btn-gray {
  margin-top: 8px;
}
.contactUs .form-info-card {
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 24px !important;
}

.ceo-page {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 992px) {
  .ceo-page {
    margin-bottom: 80px;
  }
}
.ceo-page .bg {
  height: 75vh;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ceo-page .bg .overlay {
  background: linear-gradient(180deg, rgba(26, 54, 94, 0.51) 0%, rgba(26, 54, 94, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  mix-blend-mode: multiply;
}
.ceo-page .bg .ceo-hero {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .ceo-page .bg .ceo-hero {
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .ceo-page .bg {
    align-items: start;
    padding-block-start: 0;
    background-position-x: 70%;
  }
}
.ceo-page .info-card {
  margin-top: -30%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .ceo-page .info-card {
    margin-top: -120%;
  }
}
.ceo-page .ceo__card .ceo__card__info {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo__card .ceo__card__info {
    margin-bottom: 16px;
  }
}
.ceo-page .ceo__card .ceo__card__info .ceo_card-main-info {
  position: absolute;
  bottom: -8%;
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo__card .ceo__card__info .ceo_card-main-info {
    padding-inline: unset;
    position: unset;
  }
}
.ceo-page .ceo__card .ceo__card__info .ceo__card-title {
  bottom: 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-align: start;
  color: var(--wt-text-heading, #ffffff);
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo__card .ceo__card__info .ceo__card-title {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
  }
}
.ceo-page .ceo__card .ceo__card__info .ceo__card-name {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-shrink: 0;
  text-align: start;
  color: var(--wt-text-heading, #ffffff);
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo__card .ceo__card__info .ceo__card-name {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
.ceo-page .ceo__card .ceo__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.ceo-page .ceo__card .ceo__text article {
  color: var(--wt-text-paragraph, #FFFFFF);
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo__card .ceo__text article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
  }
}
.ceo-page .order-div .custom-pageTitle__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-self: end;
}
.ceo-page .order-div .custom-pageTitle__header .custom-pageTitle__title {
  color: var(--wt-text-heading, #ffffff);
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
@media screen and (max-width: 992px) {
  .ceo-page .order-div .custom-pageTitle__header .custom-pageTitle__title {
    display: none;
  }
}
.ceo-page .order-div .custom-pageTitle__header .custom-pageTitle__subTitle {
  color: var(--wt-text-heading, #ffffff);
  font-size: 48px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .ceo-page .order-div .custom-pageTitle__header .custom-pageTitle__subTitle {
    font-size: 36px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 44px;
  }
}
.ceo-page .order-div .custom-pageTitle {
  background: unset;
}
@media screen and (max-width: 992px) {
  .ceo-page .order-div {
    order: -1;
    margin-bottom: 80px;
  }
}

.about-us-page .custom-pageTitle {
  background: #000813 !important;
}
.about-us-page .custom-pageTitle .custom-pageTitle__title,
.about-us-page .custom-pageTitle .custom-pageTitle__subTitle,
.about-us-page .custom-pageTitle .custom-pageTitle__description {
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .about-us-page .custom-pageTitle {
    background: unset !important;
    padding-bottom: 70px;
  }
  .about-us-page .custom-pageTitle .custom-pageTitle__header {
    align-items: center;
    gap: 8px;
  }
  .about-us-page .custom-pageTitle .custom-pageTitle__header .custom-pageTitle__title {
    font-size: 18px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 28px;
  }
  .about-us-page .custom-pageTitle .custom-pageTitle__header .custom-pageTitle__subTitle {
    font-size: 48px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 60px;
  }
}
.about-us-page .hero {
  height: 65vh !important;
}
.about-us-page .hero .overlay {
  background: linear-gradient(180deg, rgba(18, 35, 63, 0) 44.75%, #000813 65%);
}
@media screen and (max-width: 992px) {
  .about-us-page .hero .overlay {
    background: linear-gradient(180deg, rgba(26, 54, 94, 0) 0%, #1A365E 100%);
  }
}
.about-us-page .about-us-wrapper {
  overflow: hidden;
  position: relative;
}
.about-us-page .about-us-wrapper article {
  color: var(--wt-text-paragraph, #FFFFFF);
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-wrapper article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
  }
}
.about-us-page .about-us-wrapper .about-us-top-section {
  background: linear-gradient(0deg, rgba(0, 163, 224, 0.3) 0%, rgba(18, 35, 63, 0) 41.67%, #000813 100%);
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-wrapper .about-us-top-section {
    background: unset;
  }
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-wrapper .about-us-top-section {
    padding-block: 40px;
  }
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-wrapper .about-us-img {
    margin-bottom: 24px;
  }
}
.about-us-page .about-us-wrapper .about-us-img img {
  border-radius: 24px;
}
.about-us-page .about-us-desc {
  padding-block: 64px;
  background: url("../img/bg/about-us.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-desc {
    background: unset;
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.about-us-page .arrow-down {
  display: flex;
}

.privacy-page .bg {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: start;
  background-size: 320px;
}
@media screen and (max-width: 992px) {
  .privacy-page .bg {
    background-size: 240px;
  }
}
.privacy-page .bg .overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(18, 35, 63, 0.3) 0%, #12233f 74.24%, #12233f 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.privacy-page .bg .overview {
  z-index: 2;
  position: relative;
}
.privacy-page .bg .overview h3 {
  color: #ffffff;
  font-size: 48px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .privacy-page .bg .overview h3 {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
  }
}
.privacy-page .privacy-section {
  padding-top: 40px;
  padding-bottom: 160px;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
}
@media screen and (max-width: 992px) {
  .privacy-page .privacy-section {
    padding-top: 24px;
    padding-bottom: 80px;
  }
}
.privacy-page .privacy-section .overview {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.privacy-page .privacy-section .overview article {
  color: #ffffff;
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .privacy-page .privacy-section .overview article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
  }
}

.invest-with-us {
  padding-bottom: 160px;
  background: linear-gradient(0deg, rgba(18, 35, 63, 0) 33.94%, #12233f 100%);
}
@media screen and (max-width: 992px) {
  .invest-with-us {
    padding-bottom: 80px;
  }
  .invest-with-us a {
    width: 100%;
  }
}
.invest-with-us .overview {
  margin-bottom: 24px;
}
.invest-with-us .overview article {
  color: #FFFFFF;
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .invest-with-us .overview article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
  }
}
@media screen and (max-width: 992px) {
  .invest-with-us .overview .d-flex {
    flex-direction: column !important;
    width: 100%;
  }
  .invest-with-us .overview .d-flex a {
    width: 100% !important;
    text-align: center;
  }
}
.invest-with-us .date-li {
  display: flex;
  gap: 6px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .invest-with-us .date-li {
    margin-bottom: 24px;
  }
}
.invest-with-us .date-li .date-info span {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
}
.invest-with-us .date-li .date-info article {
  color: var(--wt-text-paragraph-light, #e1e3ee);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}

.brandGuidline-page .hero .overlay {
  background: linear-gradient(180deg, rgba(18, 35, 63, 0.53) 0%, var(--wt-background-raised, #12233F) 58.62%, var(--wt-background-raised, #12233F) 80.11%, #152949 100%) !important;
}
@media screen and (max-width: 992px) {
  .brandGuidline-page .hero .overlay {
    background: linear-gradient(180deg, rgba(18, 35, 63, 0.3) 0%, #12233f 90%, #12233f 100%);
  }
}
@media screen and (max-width: 992px) {
  .brandGuidline-page .custom-pageTitle {
    background: linear-gradient(180deg, rgba(18, 35, 63, 0.53) 0%, var(--wt-background-raised, #12233F) 58.62%, var(--wt-background-raised, #12233F) 80.11%, #152949 100%) !important;
  }
}
.brandGuidline-page .custom-pageTitle .d-flex {
  justify-content: center;
}
.brandGuidline-page .logo-section {
  padding-block: 80px;
  background: #12233f;
}
.brandGuidline-page .logo-section .overview {
  margin-bottom: 40px;
}
.brandGuidline-page .logo-section .overview h4 {
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
  color: var(--wt-text-heading, #ffffff);
}
@media screen and (max-width: 992px) {
  .brandGuidline-page .logo-section .overview h4 {
    color: var(--wt-text-primary, #00a3e0);
  }
}
.brandGuidline-page .logo-section article {
  color: var(--wt-text-heading, #ffffff);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .brandGuidline-page .logo-section article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
    margin-bottom: 24px;
  }
}
.brandGuidline-page .logo-section .download-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.brandGuidline-page .logo-section .download-block img {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .brandGuidline-page .logo-section .download-block img {
    width: 50%;
  }
}
.brandGuidline-page .logo-section .download-block a {
  width: fit-content;
}
.brandGuidline-page .typo-section {
  padding-block: 80px;
}
.brandGuidline-page .typo-section .overview {
  margin-bottom: 40px;
}
.brandGuidline-page .typo-section .overview h4 {
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
  color: var(--wt-text-heading, #ffffff);
}
@media screen and (max-width: 992px) {
  .brandGuidline-page .typo-section .overview h4 {
    color: var(--wt-text-primary, #00a3e0);
  }
}
.brandGuidline-page .typo-section article {
  color: var(--wt-text-heading, #ffffff);
  margin-bottom: 24px;
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .brandGuidline-page .typo-section article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
    margin-bottom: 24px;
  }
}
.brandGuidline-page .typo-section .download-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.brandGuidline-page .typo-section .download-block img {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .brandGuidline-page .typo-section .download-block img {
    width: 40%;
  }
}
.brandGuidline-page .typo-section .download-block a {
  width: fit-content;
}

.career-page .why-join-wtco {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #12233f;
}
@media screen and (max-width: 992px) {
  .career-page .why-join-wtco .overview {
    margin-bottom: 24px;
  }
}
.career-page .why-join-wtco .overview h3 {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .career-page .why-join-wtco .overview h3 {
    font-size: 36px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 44px;
    margin-bottom: 24px;
  }
}
.career-page .why-join-wtco .overview article {
  color: var(--wt-text-primary, #00a3e0);
  font-size: 20px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .career-page .why-join-wtco .overview article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
  }
}
.career-page .why-join-wtco .item {
  width: 100%;
  display: flex;
  padding: var(--spacing-624-px, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-312-px, 12px);
  align-self: stretch;
  border-radius: var(--spacing-624-px, 24px);
  background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  margin-bottom: 16px;
}
.career-page .why-join-wtco .item img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .career-page .why-join-wtco .item img {
    width: 40px;
    height: 40px;
  }
}
.career-page .why-join-wtco .item article {
  color: var(--wt-text-white, #fff);
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
}
@media screen and (max-width: 992px) {
  .career-page .why-join-wtco .item article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
@media screen and (max-width: 992px) {
  .career-page .why-join-wtco {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.career-page .learning-experience {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, rgba(26, 54, 94, 0) 89.39%, rgba(0, 163, 224, 0.3) 100%), #1a365e;
}
@media screen and (max-width: 992px) {
  .career-page .learning-experience {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.career-page .learning-experience .learning-div {
  border-radius: 24px;
  overflow: hidden;
  height: 617px;
  display: flex;
  align-items: end;
  justify-content: bottom;
  padding-inline: 90px;
  padding-block: 24px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .career-page .learning-experience .learning-div {
    height: 635px;
    padding: 24px 16px;
  }
}
.career-page .learning-experience .learning-div .learning-div-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.career-page .learning-experience .learning-div .learning-div-title h3 {
  color: #fff;
  font-size: 72px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 82px;
}
@media screen and (max-width: 992px) {
  .career-page .learning-experience .learning-div .learning-div-title h3 {
    font-size: 36px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 44px;
    text-align: start;
  }
}
.career-page .learning-experience .learning-div .learning-div-title article {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .career-page .learning-experience .learning-div .learning-div-title article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
    text-align: start;
  }
}
.career-page .learning-experience .carousel-item {
  padding: 0 8px;
}
.career-page .learning-experience .learning-card {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  transition: all ease 0.6s;
  width: 100%;
  gap: 24px;
  border-radius: 24px;
  padding: 16px;
  background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
}
@media screen and (max-width: 992px) {
  .career-page .learning-experience .learning-card {
    min-height: 332px;
    height: 332px;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  }
}
.career-page .learning-experience .learning-card .learning-card-img {
  padding: 16px;
  border-inline-end: 1px solid var(--wt-border-primary-light, #d4f5ff);
}
@media screen and (max-width: 992px) {
  .career-page .learning-experience .learning-card .learning-card-img {
    border-inline-end: none;
  }
}
.career-page .learning-experience .learning-card .learning-card-img img {
  transition: all ease 0.6s;
}
@media screen and (max-width: 992px) {
  .career-page .learning-experience .learning-card .learning-card-img img {
    width: 111px;
    height: 111px;
  }
}
.career-page .learning-experience .learning-card article {
  transition: all ease 0.6s;
  color: var(--wt-text-heading, #ffffff);
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .career-page .learning-experience .learning-card article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 28px;
    text-align: center;
  }
}
.career-page .learning-experience .learning-card:hover article {
  color: var(--wt-text-primary, #00a3e0);
}
@media screen and (max-width: 992px) {
  .career-page .learning-experience .learning-card {
    padding: 8px 12px;
  }
}
.career-page .learning-experience .carousel-control-prev,
.career-page .learning-experience .carousel-control-next {
  width: 40px;
  margin-inline: 24px;
}
.career-page .learning-experience .carousel-control-prev img,
.career-page .learning-experience .carousel-control-next img {
  width: 100%;
  height: 60px;
}
.career-page .tips-and-advices {
  background: #12233f;
  padding-block: 80px;
}
@media screen and (max-width: 992px) {
  .career-page .tips-and-advices {
    padding-block: 32px;
  }
}
.career-page .tips-and-advices .overview {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .career-page .tips-and-advices .overview {
    margin-bottom: 24px;
  }
}
.career-page .tips-and-advices .overview h3 {
  color: #ffffff;
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
.career-page .tips-and-advices .carousel-item {
  padding: 0 8px;
}
.career-page .tips-and-advices .tips-card {
  border-radius: var(--spacing-624-px, 24px);
  border-bottom: 1px solid var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  background: var(--Color-Alpha-alpha-600-primary-10, rgba(0, 163, 224, 0.1));
  display: flex;
  padding: 20px 8px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-00-px, 0);
  flex: 1 0 0;
  gap: 16px;
  margin-bottom: 40px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 992px) {
  .career-page .tips-and-advices .tips-card {
    display: flex;
    flex-direction: row;
    padding: 16px 8px;
    margin-bottom: 24px;
    height: 300px;
    flex-direction: column;
  }
}
.career-page .tips-and-advices .tips-card img {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 992px) {
  .career-page .tips-and-advices .tips-card img {
    padding: 16px;
    width: 192px;
    height: 192px;
  }
}
.career-page .tips-and-advices .tips-card article {
  color: #00a3e0;
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .career-page .tips-and-advices .tips-card article {
    font-size: 20px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
.career-page .tips-and-advices .tips-card:hover {
  border-radius: var(--spacing-624-px, 24px);
  border-bottom: 1px solid var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  background: var(--Color-Alpha-alpha-black-100, #003057);
}
.career-page .tips-and-advices .carousel-control-prev,
.career-page .tips-and-advices .carousel-control-next {
  width: 40px;
  margin-inline: 24px;
}
.career-page .tips-and-advices .carousel-control-prev img,
.career-page .tips-and-advices .carousel-control-next img {
  width: 100%;
  height: 60px;
}
.career-page .hiring-process {
  position: relative;
  background: linear-gradient(135deg, #0f2e48 0%, #001f3f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
  padding-block: 80px;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process {
    padding-block: 80px;
    background: linear-gradient(180deg, rgba(26, 54, 94, 0.15) 0%, #1a365e 100%);
  }
}
.career-page .hiring-process .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center right;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .bg-overlay {
    background-position: center right;
  }
}
.career-page .hiring-process .title {
  color: #ffffff;
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
  z-index: 2;
  margin-bottom: 48px;
}
.career-page .hiring-process .timeline-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 700px;
  width: auto;
  direction: ltr;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-container {
    flex-direction: column;
    height: 1500px;
  }
}
.career-page .hiring-process .timeline-wrapper {
  position: relative;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-wrapper {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
}
.career-page .hiring-process .timeline-svg-desktop {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-72%);
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-svg-desktop {
    display: none !important;
  }
}
.career-page .hiring-process .timeline-svg-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-svg-mobile {
    display: block !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 86px !important;
    max-height: 1400px;
    z-index: 0;
  }
}
.career-page .hiring-process .timeline-svg-mobile.animate .timeline-path-mobile {
  opacity: 1 !important;
  stroke-dashoffset: 0 !important;
  transition: stroke-dashoffset 8s linear, opacity 0.1s;
}
.career-page .hiring-process .timeline-path,
.career-page .hiring-process .timeline-path-mobile {
  fill: none;
  stroke: #00a3e0;
  stroke-width: 24px;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}
.career-page .hiring-process .timeline-path {
  transform-origin: center;
  stroke-dashoffset: var(--path-length);
}
.career-page .hiring-process .timeline-svg.animate .timeline-path {
  opacity: 1;
  stroke-dashoffset: 0 !important;
  transition: stroke-dashoffset 7s linear, opacity 0.1s;
}
.career-page .hiring-process .timeline-step {
  width: auto;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(-50%);
  text-align: center;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-step {
    width: 100%;
    height: auto;
    min-height: 180px;
    margin-bottom: 20px;
  }
}
.career-page .hiring-process .timeline-step .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-step .dot {
    left: 50%;
    top: 90px;
  }
}
.career-page .hiring-process .timeline-step .card {
  border-radius: 16px;
  border-bottom: 1px solid rgba(0, 163, 224, 0.1);
  background: #003057;
  height: 148px;
  width: 176px;
  padding: 20px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  z-index: 2;
}
.career-page .hiring-process .timeline-step .card img {
  height: 45px;
  width: 45px;
}
.career-page .hiring-process .timeline-step .card p {
  color: #fff;
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-step .card {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    margin: 0 !important;
  }
}
.career-page .hiring-process .timeline-step.top {
  transform: translateY(-20px);
}
.career-page .hiring-process .timeline-step.top .card {
  bottom: 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-step.top {
    justify-content: flex-start;
    transform: none;
  }
  .career-page .hiring-process .timeline-step.top .card {
    margin-right: auto !important;
  }
}
.career-page .hiring-process .timeline-step.bottom {
  transform: translateY(20px);
}
.career-page .hiring-process .timeline-step.bottom .card {
  top: 50%;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-step.bottom {
    justify-content: flex-end;
    transform: none;
  }
  .career-page .hiring-process .timeline-step.bottom .card {
    margin-left: auto !important;
  }
}
.career-page .hiring-process .timeline-step.last {
  transform: translateY(20px) translateX(-40px);
}
.career-page .hiring-process .timeline-step.last .card {
  bottom: 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-step.last {
    transform: translateY(-20px);
    justify-content: flex-end;
    transform: none;
  }
  .career-page .hiring-process .timeline-step.last .card {
    margin-left: auto !important;
  }
}
.career-page .hiring-process .timeline-step.visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-step.visible {
    transform: translateY(0);
  }
}
.career-page .hiring-process .timeline-step.last.visible {
  opacity: 1;
  transform: translateY(-48px) translateX(-50px);
}
@media screen and (max-width: 992px) {
  .career-page .hiring-process .timeline-step.last.visible {
    transform: translateY(0);
    justify-content: flex-start;
    transform: none;
  }
  .career-page .hiring-process .timeline-step.last.visible .card {
    margin-right: auto !important;
    margin-left: unset !important;
  }
}
.career-page .join-us {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 992px) {
  .career-page .join-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.career-page .join-us .overview {
  text-align: center;
}
.career-page .join-us .overview h3 {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 36px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44px;
}
.career-page .join-us .overview article {
  margin-bottom: 40px;
  color: #fff;
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .career-page .join-us .overview article {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
    margin-bottom: 24px;
  }
}
.career-page .join-us .join-us-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  border-radius: var(--spacing-624-px, 24px);
  border: 1px solid var(--wt-background-primary-Opacity-30, rgba(0, 163, 224, 0.3));
  background: var(--wt-background-primary-Opacity-10, rgba(0, 163, 224, 0.1));
  padding-block: 16px;
  padding-inline: 16px;
}
@media screen and (max-width: 992px) {
  .career-page .join-us .join-us-card {
    flex-direction: column;
    padding: 20px;
    gap: 8px;
    margin-bottom: 24px;
  }
}
.career-page .join-us .join-us-card img {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 992px) {
  .career-page .join-us .join-us-card img {
    width: 111px;
    height: 111px;
    padding: 16px;
  }
}
.career-page .join-us .join-us-card .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .career-page .join-us .join-us-card .content {
    gap: 20px;
  }
}
.career-page .join-us .join-us-card .content article {
  color: #ffffff;
  font-size: 20px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 26px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .career-page .join-us .join-us-card .content article {
    font-size: 20px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 26px;
  }
}
.career-page .join-us .join-us-card .content .btn-primary {
  width: 100% !important;
}

.hero {
  height: 75vh;
  overflow: hidden;
  background: #003057;
}
.hero .overlay {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(18, 35, 63, 0.3) 0%, #12233f 74.24%, #12233f 100%);
  height: 100%;
}
@media screen and (max-width: 992px) {
  .hero .overlay {
    background: linear-gradient(180deg, rgba(18, 35, 63, 0.3) 0%, #12233f 95%, #12233f 100%);
  }
}
.hero__media {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9 !important;
  flex-direction: column;
  /*.carousel-control-prev-icon {
          background: url('../img/owl-icons/left-icon.svg') no-repeat center center;
          width: 70px;
          height: 50px;
          transition: all ease 0.5s;
      }

      .carousel-control-next-icon {
          background: url('../img/owl-icons/right-icon.svg') no-repeat center center;*/ /* Use a custom icon for next arrow */
  /*width: 70px;
          height: 50px;
          transition: all ease 0.5s;

      }*/
}
@media screen and (max-width: 992px) {
  .hero__media {
    flex-direction: column;
  }
}
.hero__media .carousel {
  width: 100%;
}
.hero__media .carousel .custom-pageTitle {
  padding-inline: 80px;
  padding-bottom: 110px;
}
.hero__media .carousel .custom-pageTitle .custom-pageTitle__title {
  color: #98CB51;
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .hero__media .carousel .custom-pageTitle .custom-pageTitle__title {
    font-size: 16px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 22px;
  }
}
.hero__media .carousel .custom-pageTitle .custom-pageTitle__subTitle {
  font-size: 100px;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .hero__media .carousel .custom-pageTitle .custom-pageTitle__subTitle {
    font-size: 48px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 60px;
  }
}
.hero__media .carousel .custom-pageTitle .custom-pageTitle__description {
  font-size: 48px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  text-align: start;
}
@media screen and (max-width: 992px) {
  .hero__media .carousel .custom-pageTitle .custom-pageTitle__description {
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .hero__media .carousel .custom-pageTitle {
    padding-inline: 16px;
    padding-bottom: 180px;
  }
}
.hero__media .carousel-indicators {
  margin: 0 !important;
  position: absolute !important;
  bottom: 140px;
}
.hero__media .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background: rgba(212, 245, 255, 0.8);
  border: unset !important;
  border-radius: 50%;
  opacity: 1;
}
.hero__media .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: rgba(29, 79, 145, 0.8);
  border-radius: 50%;
  border: unset !important;
}
.hero__media video {
  aspect-ratio: 16/9 !important;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .hero__media video {
    height: 100vh;
  }
}
.hero__media .hero-img {
  width: 100%;
  height: 100%;
}
.hero__media .hero-img img {
  aspect-ratio: 16/9 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
@media screen and (max-width: 992px) {
  .hero__media .hero-img img {
    aspect-ratio: unset;
  }
}
.hero__media .custom-pageTitle {
  z-index: 3;
  background: unset !important;
}
@media screen and (max-width: 992px) {
  .hero {
    height: 524px;
  }
}

.btn, .btn-dark, .btn-gray, .btn-secondary, .btn-primary {
  border: none;
  padding: 10px 48px;
  border-radius: 9999px;
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: fit-content;
  height: fit-content;
  color: var(--wt-text-white, #fff);
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
}
.btn svg, .btn-dark svg, .btn-gray svg, .btn-secondary svg, .btn-primary svg {
  padding: 6px 4px;
  display: flex;
}

.btn-primary {
  background-color: #00a3e0;
}

.btn-secondary {
  background: var(--Button-button-background-secondry-default, #34629e);
}

.btn-gray {
  background: var(--wt-background-primary-Opacity-30, rgba(0, 163, 224, 0.3));
  color: var(--wt-text-primary, #00A3E0);
}

.btn-dark {
  background: var(--Button-button-background-black-default, #003057);
}

.btn-gray-outline {
  background: transparent;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  color: #b2bad5;
  border: 1px solid #b2bad5;
  text-align: center;
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-gray-outline:hover {
  background-color: #00a3e0;
  color: #ffffff;
  border-color: transparent;
}

.scroll-top-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(41, 64, 96, 0.2);
  position: fixed;
  bottom: 48px;
  z-index: 99999999;
  inset-inline-end: 48px;
  display: none;
  padding: unset !important;
}
.scroll-top-btn.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
div[role=progressbar] {
  --size: 100px;
  --fg: #00C4E5;
  --bg:rgba(137, 141, 141, 0.10);
  --pgPercentage: var(--value);
  animation: growProgressBar 1s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 88%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

.custom-pageTitle {
  display: flex;
  align-items: start;
  flex-direction: column;
  color: #ffffff;
  gap: 12px;
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  padding-block: 40px;
  position: absolute;
  z-index: 98;
  background: #12233f;
}
@media screen and (max-width: 992px) {
  .custom-pageTitle {
    align-items: center;
    position: inherit;
  }
}
.custom-pageTitle .custom-pageTitle__header {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .custom-pageTitle .custom-pageTitle__header {
    margin-bottom: 24px;
  }
}
.custom-pageTitle__title {
  color: #ffffff;
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
@media screen and (max-width: 992px) {
  .custom-pageTitle__title {
    font-size: 18px;
    line-height: 23.4px;
  }
}
.custom-pageTitle__subTitle {
  color: #fff;
  font-size: 48px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .custom-pageTitle__subTitle {
    font-size: 30px;
    font-family: WTT;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 36px;
  }
}
.custom-pageTitle__description {
  color: var(--wt-text-paragraph, #FFFFFF);
  font-size: 24px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .custom-pageTitle__description {
    font-size: 18px;
    font-family: WTT;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 23px;
  }
}
@media screen and (max-width: 992px) {
  .custom-pageTitle a {
    margin-top: 24px;
  }
}
@media screen and (max-width: 992px) {
  .custom-pageTitle .btn-primary {
    min-width: 152px;
  }
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb ul {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 4px;
  align-items: center;
}
.breadcrumb ul li {
  color: #ffad36;
  text-transform: capitalize;
}
.breadcrumb ul li.active {
  color: #003057;
}
.breadcrumb ul li i {
  font-size: 24px;
}

.news .new-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 12px;
  position: relative;
  border-radius: 24px;
  height: 173px;
  overflow: hidden;
  margin-bottom: 24px;
  transition: ease all 0.8s;
}
.news .new-card.full-card {
  height: 370px;
}
.news .new-card.full-card .news_card_title article {
  font-size: 24px;
  font-family: WTT;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28.7999992371px;
}
@media screen and (max-width: 992px) {
  .news .new-card.full-card {
    height: 173px;
  }
}
.news .new-card .overlay {
  background: linear-gradient(180deg, rgba(18, 35, 63, 0) 6.04%, rgba(18, 35, 63, 0.9) 93.96%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.news .new-card .news_img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.3s ease;
}
.news .new-card .news_card_title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  z-index: 1;
  gap: 8px;
  width: 100%;
}
.news .new-card .news_card_title article {
  color: var(--wt-text-white, #fff);
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
  z-index: 2;
  text-align: start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.news .new-card .news_card_title img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 992px) {
  .news .new-card .news_card_title img {
    width: 40px;
    height: 40px;
  }
}
.news .card-appearing {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.news .row.paused:hover::before {
  opacity: 1;
}
.news .row {
  position: relative;
}
.news__card {
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 24px;
  background: unset;
  border-radius: 0;
}
@media screen and (max-width: 992px) {
  .news__card {
    margin-bottom: 24px;
    gap: 8px;
  }
}
.news__card:hover .news__media img {
  transform: scale(1.1);
}
.news__text {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}
.news__card-date article {
  color: #FFFFFF;
  font-size: 12px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 14px;
}
.news__card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 23.3999996185px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .news__card-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-family: WTT;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 23.3999996185px;
  }
}
.news__card-desc {
  color: var(--color-bue-dark-Blue-dark, #003057);
  leading-trim: both;
  text-edge: cap;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 140% */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.news__card-desc img {
  margin-block: 16px;
  width: auto !important;
}
.news__card-link {
  display: flex;
  height: 40px;
  padding: var(--Spacing-4, 16px) var(--Spacing-0, 0px);
  justify-content: flex-end;
  align-items: center;
  gap: var(--Spacing-2, 8px);
  color: var(--color-blue-light-Blue-light, #00a3e0);
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: ease all 0.5s;
  padding: 10px 0;
  width: fit-content;
}
.news__card-link svg {
  position: absolute;
  left: 50%;
  z-index: -1;
  opacity: 0;
  transition: ease all 0.5s;
}
.news__card-link:hover svg {
  left: 100%;
  margin-inline-start: 18px;
  opacity: 1;
}
.news__media {
  overflow: hidden;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 185px;
  aspect-ratio: 1/1 !important;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.news__media .overlay {
  opacity: 0.35;
  background: var(--Color-Brand-800, #1a4072);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all ease 0.5s;
}
@media screen and (max-width: 992px) {
  .news__media {
    height: 120px;
    width: 120px;
    border-radius: 8px;
    margin-bottom: 0;
    float: inline-start;
    margin-inline-end: 8px;
  }
}
.news__media > img {
  height: 185px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .news__media > img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .news__slide {
    display: none;
  }
}
.news__content-row {
  display: none;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .news__content-row {
    display: flex;
    gap: 24px;
  }
}
.news__link-all {
  background: unset;
  padding: 0;
  font-size: 10px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 20px;
  color: var(--wt-text-paragraph, #FFFFFF);
}
.news__link-all img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 992px) {
  .news__link-all img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .news__link-all {
    display: none;
  }
}

.btn-gray {
  margin-top: 100px;
}

.cards {
  padding-top: 100px;
  margin-bottom: 48px;
  height: 100vh;
}
.cards .desc {
  display: flex;
  padding: 24px;
  flex-direction: column;
  position: absolute;
  left: 30%;
  border-radius: 12px;
  background: #f7f7f7;
}
@media screen and (max-width: 992px) {
  .cards .desc {
    padding: 0;
  }
}
.cards .desc p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
.cards .number h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(13, 102, 176, 0.8);
  font-family: "WTT";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  color: #f2f2f3;
  line-height: 90px; /* 100% */
}
.cards h2 {
  color: #ffad36;
  font-family: "WTT";
  font-size: 32px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
}
.cards p {
  color: #003057;
  font-family: "WTT";
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 24px;
}
.cards a {
  display: inline-block;
  width: fit-content;
}
.cards .img-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2 !important;
}
@media screen and (max-width: 992px) {
  .cards .img-card {
    height: auto !important;
    width: auto !important;
  }
}
.cards .img-card img {
  aspect-ratio: 3/2 !important;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .cards .img-card img {
    position: inherit;
    height: auto !important;
    width: 100% !important;
  }
}
.cards.first::before, .cards:nth-child(odd)::before {
  content: url("../img/bg-gold.svg");
  position: absolute;
  left: 0;
  bottom: 0;
}
.cards.first .img-card, .cards:nth-child(odd) .img-card {
  right: -45%;
}
@media screen and (max-width: 1600px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -23%;
  }
}
@media screen and (max-width: 1500px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -16%;
  }
}
@media screen and (max-width: 1400px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -24%;
  }
}
@media screen and (max-width: 1350px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -21%;
  }
}
@media screen and (max-width: 1300px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -17%;
  }
}
@media screen and (max-width: 1250px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -15%;
  }
}
@media screen and (max-width: 1200px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -27%;
  }
}
@media screen and (max-width: 1150px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -21%;
  }
}
@media screen and (max-width: 1100px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -18%;
  }
}
@media screen and (max-width: 1050px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -12%;
  }
}
@media screen and (max-width: 1000px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -10%;
  }
}
.cards.first .img-card img, .cards:nth-child(odd) .img-card img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.cards.second::before, .cards:nth-child(even)::before {
  content: url("../img/bg-blue.svg");
  position: absolute;
  right: 0;
  bottom: 0;
}
.cards.second .col-lg-6:first-child, .cards:nth-child(even) .col-lg-6:first-child {
  order: 2;
}
.cards.second .img-card, .cards:nth-child(even) .img-card {
  left: -45%;
}
@media screen and (max-width: 1600px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -23%;
  }
}
@media screen and (max-width: 1500px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -16%;
  }
}
@media screen and (max-width: 1400px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -24%;
  }
}
@media screen and (max-width: 1350px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -21%;
  }
}
@media screen and (max-width: 1300px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -17%;
  }
}
@media screen and (max-width: 1250px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -15%;
  }
}
@media screen and (max-width: 1200px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -27%;
  }
}
@media screen and (max-width: 1150px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -21%;
  }
}
@media screen and (max-width: 1100px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -18%;
  }
}
@media screen and (max-width: 1050px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -12%;
  }
}
@media screen and (max-width: 1000px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -10%;
  }
}
.cards.second .img-card img, .cards:nth-child(even) .img-card img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 992px) {
  .cards {
    transform: none;
    padding-top: 0;
    margin-bottom: 0;
    height: auto;
    width: auto;
    margin-top: 100px;
  }
  .cards::before {
    content: none !important;
  }
  .cards .img-card {
    position: inherit !important;
    right: inherit;
    left: inherit !important;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .cards .img-card img {
    margin-top: 24px;
    border-radius: 8px;
  }
  .cards:nth-child(odd) .img-card {
    right: -44%;
  }
  .cards:nth-child(odd) .img-card img {
    position: inherit;
    border-radius: 8px;
  }
  .cards:nth-child(even) .img-card {
    left: inherit;
  }
  .cards:nth-child(even) .img-card img {
    position: inherit;
    border-radius: 8px;
  }
}

.section-scroll {
  height: 100%;
  position: relative;
}
.section-scroll .section-scroll-item {
  opacity: 0;
  transform: translateY(100%);
  position: absolute;
  width: 100%;
  transition: transform 0.3s, opacity 0.3s;
}
.section-scroll .section-scroll-item.isActive {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .section-scroll {
    height: auto;
    overflow: auto;
    opacity: 1;
  }
  .section-scroll .section-scroll-item {
    opacity: 1;
    transform: translateY(0);
    position: inherit;
  }
  .section-scroll .section-scroll-item.isActive {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-scroll::-webkit-scrollbar {
  display: none;
}

.pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pagination .number {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-2, 8px);
  border-radius: 3px;
  background: var(--wt-background-secondary, #d9d9d9);
}
.pagination .number p {
  color: var(--wt-text-secondary, #1a365e);
  font-size: 16px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 22px;
}
.pagination .prev,
.pagination .next {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-2, 8px);
  border-radius: 3px;
  background: var(--wt-background-secondary, #d9d9d9);
}
.pagination .active {
  background: var(--wt-background-primary, #00a3e0);
}
.pagination .active p {
  color: #fff;
}

.wrapper-box {
  display: flex;
}
.wrapper-box .box {
  width: 33.3333333333%;
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.wrapper-box .box h4 {
  color: #294060;
  text-align: center;
  font-family: "WTT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 48px;
}
.wrapper-box .box p {
  color: #294060;
  text-align: center;
  font-family: "WTT";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .wrapper-box {
    display: block;
  }
  .wrapper-box .box {
    width: 100%;
    margin-bottom: 24px;
  }
}

.form-check {
  display: flex;
  align-items: center;
  gap: 4px;
}
.form-check .form-check-input {
  width: 12px;
  height: 12px;
  border: 1px solid var(--Border-border-secondary, #6179ad);
  background: var(--Color-Alpha-alpha-black-70, rgba(0, 48, 87, 0.7));
  margin-left: unset;
  margin-right: unset;
}
.form-check .form-check-input:checked {
  background: #00A3E0;
  border: 1px solid #fff;
}
.form-check .form-check-label {
  color: #6179ad;
  font-size: 14px;
  font-family: WTT;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 24px;
}

/*# sourceMappingURL=main-ltr.css.map */
