:root {
  --font-scale: 0.8;
  --page-container: 140px;
  --header-banner-container: 60px;
  --footer-container: 60px;
  --offset-from-header: 114px;
  --innerpage-banner-offset-from-header: 177px;
  --section-padding-top: 70px;
  --section-padding-bottom: 70px;
  --main-heading-font-size: 56px;
  --sub-heading-font-size: 40px;
  --third-level-heading-font-size: 38px;
  --third-level-heading-font-weight: 800;
  --body-text-font-size: 24px;
  --box-title-size: calc(30px * var(--font-scale));
  --box-title-weight: 300;
  --box-date-size: calc(24px * var(--font-scale));
  --box-date-weight: 500;
}

@media screen and (max-width: 1700px) {
  :root {
    --page-container: 80px;
  }
}
@media screen and (max-width: 1500px) {
  :root {
    --offset-from-header: 82px;
  }
}
@media screen and (max-width: 1400px) {
  :root {
    --main-heading-font-size: 40px;
    --sub-heading-font-size: 32px;
    --third-level-heading-font-size: 30px;
    --body-text-font-size: 20px;
    --page-container: 60px;
    --section-padding-top: 50px;
    --section-padding-bottom: 50px;
    --box-title-size: calc(27px * var(--font-scale));
  }
}
@media screen and (max-width: 991px) {
  :root {
    --page-container: 20px;
    --header-banner-container: 20px;
    --footer-container: 20px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --main-heading-font-size: 32px;
    --sub-heading-font-size: 26px;
    --third-level-heading-font-size: 24px;
    --body-text-font-size: 18px;
    --page-container: 16px;
    --header-banner-container: 16px;
    --footer-container: 16px;
    --section-padding-top: 30px;
    --section-padding-bottom: 30px;
    --offset-from-header: 66px;
    --body-text-font-size: 20px;
    --box-title-size: calc(24px * var(--font-scale));
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

ul {
  list-style: disc;
  padding-inline-start: 1.3em;
}

a {
  text-decoration: underline;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

input {
  line-height: normal;
}

button,
input {
  outline: none;
  padding: 0px;
}

.list-styles {
  padding-inline-start: 1.3em;
  list-style: disc;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

@font-face {
  font-family: "Zain";
  src: url("../fonts/Zain-Black.woff2") format("woff2"), url("../fonts/Zain-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zain";
  src: url("../fonts/Zain-Bold.woff2") format("woff2"), url("../fonts/Zain-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zain";
  src: url("../fonts/Zain-ExtraBold.woff2") format("woff2"), url("../fonts/Zain-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zain";
  src: url("../fonts/Zain-ExtraLight.woff2") format("woff2"), url("../fonts/Zain-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zain";
  src: url("../fonts/Zain-Ialic.woff2") format("woff2"), url("../fonts/Zain-Ialic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zain";
  src: url("../fonts/Zain-Light.woff2") format("woff2"), url("../fonts/Zain-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zain";
  src: url("../fonts/Zain-LightIalic.woff2") format("woff2"), url("../fonts/Zain-LightIalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zain";
  src: url("../fonts/Zain-Regular.woff2") format("woff2"), url("../fonts/Zain-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Zain";
  line-height: 1.25;
  font-weight: 300;
  font-size: var(--body-text-font-size);
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}

.page-container {
  padding-inline: var(--page-container);
}

.base-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 19px 52px;
  font-size: 20px;
  outline: none;
  transition: all 0.4s;
  cursor: pointer;
  border-radius: 72px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 227px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-btn {
    min-width: unset;
    padding: 11px 20px;
    width: 100%;
  }
}

.yellow-btn {
  border: 1px solid #fff36e;
  background-color: #fff36e;
  color: #000;
  padding: 10.5px 52px;
  min-width: 239px;
}
@media screen and (max-width: 767px) {
  .yellow-btn {
    min-width: unset;
    padding: 10.5px 20px;
  }
}

.light-green-btn {
  border: 1px solid #c8da37;
  background-color: #c8da37;
  color: #000;
}

.white-border-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.lime-btn {
  border: 1px solid #c3d534;
  background-color: #c3d534;
  color: #000;
  padding: 10.5px 52px;
  min-width: 239px;
}
@media screen and (max-width: 767px) {
  .lime-btn {
    min-width: unset;
    padding: 10.5px 20px;
  }
}

.blue-btn {
  background-color: #344c98;
  color: #fff;
}

.dark-blue-btn {
  background-color: #10004d;
  color: #fff;
}

.online-story-btn {
  background-color: #066aa8;
  color: #fff;
}

.light-blue-btn {
  color: #fff;
  background: #23aeb7;
}

.white-btn {
  color: #442c43;
  background: #fff;
}

.purple-btn {
  color: #fff;
  background: #9b4291;
}

.dark-purple-btn {
  color: #fff;
  background: #442c43;
}

.black-border-btn {
  color: #000000;
  border: 1px solid #000000;
  min-width: unset;
  font-size: calc(18px * var(--font-scale));
  padding: 5px 8px;
}
@media screen and (max-width: 767px) {
  .black-border-btn {
    font-size: calc(16px * var(--font-scale));
  }
}

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.loader-container {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  perspective: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.loader-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1.2s linear infinite;
  border-bottom: 3px solid #efeffa;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1.2s linear infinite;
  border-right: 3px solid #efeffa;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1.2s linear infinite;
  border-top: 3px solid #efeffa;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(50deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(50deg) rotateZ(360deg);
  }
}
p:empty {
  min-height: 20px;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-block: 32px;
  z-index: 2;
  transition: all 0.32s;
}
@media screen and (max-width: 1500px) {
  .header {
    padding-block: 16px;
  }
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.41);
  -webkit-backdrop-filter: blur(9.75px);
          backdrop-filter: blur(9.75px);
}
.header.scrolled .header-quick-links {
  animation: fadeEffect 0.3s;
  display: block;
}
.header .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1500px) {
  .header-content .center-side {
    display: none;
  }
}
.header-content .right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1900px) {
  .header-content .right-side {
    gap: 14px;
  }
}
.header-content .logo {
  display: block;
  width: 156px;
}
@media screen and (max-width: 1900px) {
  .header-content .logo {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header-content .logo {
    width: 108px;
  }
}
.header-content .logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.header-content .nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  list-style: none;
  padding-inline-start: 0px;
}
@media screen and (max-width: 1900px) {
  .header-content .nav-items {
    gap: 10px;
  }
}
@media screen and (max-width: 1600px) {
  .header-content .nav-items {
    gap: 8px;
  }
}
.header-content .nav-items .nav-item {
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 1950px) {
  .header-content .nav-items .nav-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1750px) {
  .header-content .nav-items .nav-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .header-content .nav-items .nav-item {
    font-size: 12px;
  }
}
.header-content .nav-items .nav-item.home-icon:hover {
  animation: pulse 0.8s ease-in-out infinite;
}
.header-content .nav-items .nav-item > a,
.header-content .nav-items .nav-item .dropdown-toggle {
  color: #000000;
  text-decoration: none;
}
.header-content .nav-items .nav-item > a::after,
.header-content .nav-items .nav-item .dropdown-toggle::after {
  vertical-align: middle;
  border: 0;
  background-image: url(../img/down-icon-purple.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-content .nav-items .dropdown .dropdown-menu {
  background-color: #fff;
}
.header-content .nav-items .dropdown .dropdown-menu .dropdown-item:not(:hover) {
  color: #000;
}

.search-language {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 1900px) {
  .search-language {
    gap: 16px;
  }
}
@media screen and (max-width: 1750px) {
  .search-language {
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .search-language .seaarch-btn,
  .search-language .divider {
    display: none;
  }
}
.search-language a {
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width: 1950px) {
  .search-language a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1750px) {
  .search-language a {
    font-size: 14px;
  }
}
.search-language a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background-color: #000;
  height: 1px;
  bottom: 0px;
  transform: scaleX(0);
  transition: all 0.32s;
}
.search-language a:hover::before {
  transform: scaleX(1);
}
.search-language .divider {
  flex-shrink: 0;
}

.menu-button {
  display: flex;
  align-items: center;
  gap: 3px;
  padding-block: 10px;
  padding-inline: 12px;
  border-radius: 10px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: calc(22px * var(--font-scale));
}
.menu-button span {
  transform: translateY(0.11em);
}
@media screen and (max-width: 1400px) {
  .menu-button {
    font-size: calc(18px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .menu-button {
    width: 34px;
    height: 34px;
    padding: 7px;
    justify-content: center;
    border-radius: 50%;
  }
  .menu-button span {
    display: none;
  }
}
.menu-button img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.menu-button .menu-close-icon {
  display: none;
}

.group-dropdown {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .group-dropdown {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .group-dropdown {
    display: none;
    font-size: 12px;
  }
}
.group-dropdown .dropdown-toggle {
  border: 1px solid #707070;
  border-radius: 10px;
  padding-block: 10px;
  padding-inline: 19px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.group-dropdown .dropdown-toggle span {
  transform: translateY(0.12em);
}
@media screen and (max-width: 1600px) {
  .group-dropdown .dropdown-toggle {
    padding-inline: 10px;
  }
}
.group-dropdown .dropdown-toggle::after {
  vertical-align: middle;
}

.header .seaarch-btn {
  cursor: pointer;
}

.modal-open body {
  overflow: hidden;
  pointer-events: none;
  touch-action: none;
}

.blurry-modal {
  display: flex;
  inset: 0;
  z-index: 10;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: inherit;
  min-width: 100%;
  height: inherit;
  min-height: 100%;
  padding: 0;
  border: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(7.5, 8.5, 10, 0.75);
  color: #c2c7d0;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  touch-action: auto;
  padding-inline: 15px;
}
.blurry-modal .dark-modal {
  background: #181c25;
  color: #e0e3e7;
  box-shadow: 0.0145rem 0.029rem 0.174rem rgba(7, 8.5, 12, 0.01698), 0.0335rem 0.067rem 0.402rem rgba(7, 8.5, 12, 0.024), 0.0625rem 0.125rem 0.75rem rgba(7, 8.5, 12, 0.03), 0.1125rem 0.225rem 1.35rem rgba(7, 8.5, 12, 0.036), 0.2085rem 0.417rem 2.502rem rgba(7, 8.5, 12, 0.04302), 0.5rem 1rem 6rem rgba(7, 8.5, 12, 0.06), 0 0 0 0.0625rem rgba(7, 8.5, 12, 0.015);
}
.blurry-modal .light-modal {
  background: #fff;
  color: #000;
  box-shadow: -8px 18px 37.3px 0 rgba(0, 0, 0, 0.08);
}
.blurry-modal .modal-wrapper {
  margin: 0px auto;
  transform: scaleY(0);
  width: 900px;
  max-width: 100%;
  padding-block: 35px;
  padding-inline: 30px;
  border-radius: 12px;
  overflow: hidden;
  transform-origin: center;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.blurry-modal .modal-wrapper .modal-container {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1400px) {
  .blurry-modal .modal-wrapper {
    padding: 16px;
  }
}
.blurry-modal .modal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.blurry-modal .modal-header .close-btn {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
}
.blurry-modal .modal-header .base-btn {
  width: auto;
}
.blurry-modal .modal-heading {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  text-align: center;
  margin-bottom: 12px;
}
.blurry-modal .main-section-desc {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .blurry-modal .main-section-desc {
    margin-bottom: 20px;
  }
}

.search-container .search-heading {
  font-size: calc(40px * var(--font-scale));
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .search-container .search-heading {
    font-size: calc(32px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .search-container .search-heading {
    font-size: calc(24px * var(--font-scale));
  }
}
.search-container .search-input {
  background-color: #fff;
  padding-block: 5px;
  padding-inline-end: 5px;
  padding-inline-start: 20px;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.search-container .search-input a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 50%;
  height: 100%;
  padding: 18px;
}
.search-container .search-input input[type=search] {
  width: 100%;
  border: none;
  outline: none;
  font-size: calc(24px * var(--font-scale));
}

.full-modal {
  background: radial-gradient(circle farthest-corner at center, #3c4b57 0%, #1c262b 100%);
  height: 5px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  z-index: 11;
  pointer-events: auto;
  touch-action: auto;
}
.full-modal.open {
  height: 100vh;
  width: 100vw;
}
.full-modal .close-btn {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.main-menu-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.main-menu-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-inline-start: 0px;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .main-menu-items {
    gap: 14px;
  }
}
.main-menu-items.focused .main-menu-item:not(.active) {
  color: rgba(255, 255, 255, 0.168627451);
}
.main-menu-items .main-menu-item-wrapper {
  overflow: hidden;
}
.main-menu-items .main-menu-item {
  position: relative;
  display: inline-block;
  font-size: calc(38px * var(--font-scale));
  font-weight: 700;
  color: #ffffff;
  transition: color 0.8s ease;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .main-menu-items .main-menu-item {
    font-size: calc(28px * var(--font-scale));
  }
}
@media screen and (max-width: 1400px) {
  .main-menu-items .main-menu-item {
    font-size: calc(24px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .main-menu-items .main-menu-item {
    font-size: calc(18px * var(--font-scale));
  }
}
.main-menu-items .sub-menu-items {
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 1fr));
  gap: 16px;
  margin-top: 14px;
  list-style: none;
  padding-inline-start: 0px;
}
@media screen and (max-width: 1200px) {
  .main-menu-items .sub-menu-items {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.main-menu-items .sub-menu-item a {
  font-weight: 400;
  font-size: calc(26px * var(--font-scale));
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .main-menu-items .sub-menu-item a {
    font-size: calc(22px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .main-menu-items .sub-menu-item a {
    font-size: calc(16px * var(--font-scale));
  }
}
.main-menu-items .row-main-menu-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline-start: 0px;
  list-style: none;
}
.main-menu-items .row-main-menu-items .main-menu-item-wrapper:not(:first-child) {
  padding-inline-start: 3%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .main-menu-items .row-main-menu-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .main-menu-items .row-main-menu-items .main-menu-item-wrapper:not(:first-child) {
    padding-inline-start: 0%;
    border-left: unset !important;
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.white-header:not(.scrolled) .logo img {
  filter: brightness(0) invert(1);
}
.white-header:not(.scrolled) .header-content .nav-items .nav-item > a,
.white-header:not(.scrolled) .header-content .nav-items .nav-item .dropdown-toggle {
  color: #fff;
}
.white-header:not(.scrolled) .group-dropdown .dropdown-toggle {
  color: #fff;
  border-color: #fff;
}
.white-header:not(.scrolled) .group-dropdown .dropdown-toggle img {
  filter: brightness(0) invert(1);
}
.white-header:not(.scrolled) .search-language .divider img {
  filter: brightness(0) invert(1);
}
.white-header:not(.scrolled) .seaarch-btn {
  filter: brightness(0) invert(1);
}
.white-header:not(.scrolled) .menu-button {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.white-header:not(.scrolled) .search-language a {
  color: #fff;
}

.main-menu-modal {
  position: absolute;
  inset: var(--page-container);
  top: 100%;
  z-index: 11;
  pointer-events: auto;
  touch-action: auto;
}
.main-menu-modal .main-menu-wrapper {
  border-radius: 30px;
  padding: 100px 45px 56px;
  background-image: url(../img/main-menu-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main-menu-modal .main-menu-wrapper {
    padding: 25px;
  }
}
.main-menu-modal .main-menu-wrapper .background-img-1 {
  position: absolute;
  inset: 0px;
  top: 40px;
  z-index: 0;
  overflow: hidden;
  opacity: 0.11;
}
.main-menu-modal .main-menu-wrapper .background-img-1 img {
  margin-inline-start: auto;
  margin-inline-end: 60px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .main-menu-modal .main-menu-wrapper .background-img-1 img {
    margin-inline-end: 12px;
    width: 80px;
  }
}
.main-menu-modal .main-menu-wrapper .main-menu-content {
  position: relative;
  z-index: 1;
}
.main-menu-modal .main-menu-wrapper.open {
  width: 100%;
  height: 100%;
}
.main-menu-modal .main-menu-wrapper .close-btn {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
}
@media screen and (min-width: 1201px) {
  .main-menu-modal .main-menu-wrapper .close-btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .main-menu-modal {
    position: fixed;
    inset: 0;
  }
  .main-menu-modal .main-menu-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
}

.dropdown-item {
  font-weight: 300;
}

.zain-market-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1500px) {
  .zain-market-items {
    gap: 20px;
  }
}

.zain-market-item {
  display: flex;
  align-items: center;
  gap: 19px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .zain-market-item {
    font-size: 16px;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .zain-market-item {
    font-size: 14px;
    gap: 8px;
  }
}
.zain-market-item p {
  color: inherit;
}
.zain-market-item img {
  width: 60px;
  flex-shrink: 0;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1500px) {
  .zain-market-item img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .zain-market-item img {
    width: 30px;
  }
}

#welcome-modal {
  color: #fff;
}
#welcome-modal .modal-wrapper {
  width: 1050px;
}

.homepage .banner {
  background-color: #fff;
}

.plus-menu-icon {
  width: 0.8em;
  height: 0.8em;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Vertical Bar */
  /* Horizontal Bar */
}
.plus-menu-icon .bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 3px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.plus-menu-icon .bar-1 {
  transform: rotate(90deg);
}
.plus-menu-icon .bar-2 {
  transform: rotate(0deg);
}

.focused .plus-menu-icon .bar-1 {
  transform: rotate(0deg);
}

.header-quick-links {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
}
@media screen and (max-width: 767px) {
  .header-quick-links {
    display: none !important;
  }
}

.quick-link-items {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  .quick-link-items {
    gap: 20px;
  }
}
.quick-link-items .quick-link-item {
  color: #000;
  font-size: 20px;
}
.quick-link-items .quick-link-item.active {
  color: #9b4291;
}
.quick-link-items .quick-link-item a {
  color: inherit;
  text-decoration: none;
}

:root {
  --services-card-bottom: 0px;
}

.section {
  width: 100%;
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}
.section .page-container {
  width: 100%;
  height: 100%;
}

.banner.section {
  height: 100dvh;
  position: relative;
  padding-top: var(--offset-from-header);
  padding-bottom: 45px;
  position: fixed;
  inset: 0;
  z-index: -1;
}
.banner.section + section {
  margin-top: 100dvh;
}

.homepage-content {
  background-color: #fff;
}
.homepage-content .page-container {
  /*added for GIFs overlapping fix*/
  position: relative;
  z-index: 1;
}
.homepage-content .three-sections {
  /*added for GIFs overlapping fix*/
  position: relative;
  z-index: 1;
}

.swiper-pagination-bullets.banner-slider-pagination {
  position: absolute;
  inset: unset;
  display: flex;
  flex-direction: column;
  gap: 16px;
  right: calc(var(--page-container) / 2);
  width: auto;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
}
.swiper-pagination-bullets.banner-slider-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  margin: 0;
  background: unset;
  transition: opacity 0.3s ease;
}

.banner-container {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-container .bottom-nav {
  z-index: 1;
}

.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  overflow: hidden;
}
.banner-img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.banner-img img,
.banner-img video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-btns {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  bottom: 45px;
  right: 33px;
  opacity: 0;
  visibility: hidden;
}
.banner-btns a,
.banner-btns button {
  cursor: pointer;
}

.banner-slider {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bottom-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1050px) {
  .bottom-nav {
    display: none;
  }
}

.bottom-nav-content {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #000000;
  padding: 13px 20px;
  border-radius: 30px;
}
.bottom-nav-content .home-icon {
  flex-shrink: 0;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #707070;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.bottom-nav-content .home-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.bottom-nav-content .nav-items {
  display: flex;
  gap: 22px;
  list-style: none;
  padding-inline-start: 0px;
}
.bottom-nav-content .nav-items .nav-item {
  font-size: calc(24px * var(--font-scale));
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .bottom-nav-content .nav-items .nav-item {
    font-size: calc(20px * var(--font-scale));
  }
}
@media screen and (max-width: 1200px) {
  .bottom-nav-content .nav-items .nav-item {
    font-size: calc(16px * var(--font-scale));
  }
}
.bottom-nav-content .nav-items .nav-item > a,
.bottom-nav-content .nav-items .nav-item .dropdown-toggle {
  color: #fff;
  text-decoration: none;
}
.bottom-nav-content .nav-items .nav-item > a::after,
.bottom-nav-content .nav-items .nav-item .dropdown-toggle::after {
  vertical-align: middle;
}
.bottom-nav-content .nav-items .dropdown .dropdown-menu {
  background-color: rgb(0, 0, 0);
}
.bottom-nav-content .nav-items .dropdown .dropdown-menu .dropdown-item:not(:hover) {
  color: rgb(255, 255, 255);
}

.main-heading {
  color: #fff;
  font-size: var(--main-heading-font-size);
  margin-bottom: 50px;
  font-weight: 900;
}
@media screen and (max-width: 1400px) {
  .main-heading {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .main-heading {
    margin-bottom: 24px;
  }
}

.services {
  background-image: url(../img/services-bg.png);
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.spacing-transition {
  overflow: hidden;
}

.services-cards {
  margin-bottom: 44px;
}
@media screen and (max-width: 1400px) {
  .services-cards {
    margin-bottom: 30px;
  }
}

.services-card {
  height: 559px;
  border-radius: 20px;
  overflow: hidden;
  padding-block: 36px;
  padding-inline: 28px;
  width: 400px;
  transition: all 0.64s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1400px) {
  .services-card {
    height: 429px;
    padding-block: 24px;
    padding-inline: 16px;
  }
}
.services-card:hover .service-company-details {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.32s;
}
.services-card:hover .service-company-logo .heading {
  opacity: 0;
  visibility: hidden;
}
.services-card:hover .services-img::after {
  opacity: 1;
  visibility: visible;
}
.services-card:hover .service-company-logo {
  bottom: var(--services-card-bottom);
}

.services-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .services-bottom {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.services-card-content {
  display: flex;
  height: 100%;
  position: relative;
  transition-property: all;
  transition-duration: inherit;
  transition-timing-function: ease-in;
}

.services-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition-property: all;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
.services-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: inherit;
  transition-timing-function: inherit;
}

.service-company-logo {
  position: absolute;
  bottom: 0px;
  color: #fff;
  transition-property: all;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
.service-company-logo .logo {
  max-height: 51px;
  max-width: 100%;
}
.service-company-logo .logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.service-company-logo .heading {
  font-size: calc(36px * var(--font-scale));
  font-weight: 700;
  transition-property: all;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
@media screen and (max-width: 767px) {
  .service-company-logo .heading {
    font-size: calc(30px * var(--font-scale));
  }
}

.service-company-details {
  color: #fff;
  margin-top: auto;
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: inherit;
  transition-timing-function: cubic-bezier(0.1, 0, 0.8, 1);
}
.service-company-details .heading {
  font-size: calc(48px * var(--font-scale));
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .service-company-details .heading {
    font-size: calc(40px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .service-company-details .heading {
    font-size: calc(36px * var(--font-scale));
  }
}
.service-company-details .description {
  font-size: calc(30px * var(--font-scale));
  margin-bottom: 12px;
}
@media screen and (max-width: 1400px) {
  .service-company-details .description {
    font-size: calc(26px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .service-company-details .description {
    font-size: calc(24px * var(--font-scale));
  }
}

.dashed-pagination.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  z-index: 0;
}
.dashed-pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 74px;
  height: 7px;
  border-radius: 3.5px;
  background: #00b3c7;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .dashed-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.dashed-pagination.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.three-sections {
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .three-sections {
    min-height: unset;
  }
}
.three-sections > div {
  min-height: 33.3333dvh;
  max-height: 360px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .three-sections > div {
    flex-direction: column;
    min-height: unset;
    max-height: unset;
    margin-bottom: 8px;
  }
  .three-sections > div:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.three-sections .colored-part {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .three-sections .colored-part {
    width: 100%;
    padding: 8px var(--page-container);
  }
}
.three-sections .top-section .colored-part {
  background-image: url(../img/bg-colored-3.png);
  position: relative;
}
.three-sections .top-section .colored-part .background-img-1 {
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  width: 150px;
  height: 150px;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  max-width: 100%;
  max-height: 100%;
}
.three-sections .top-section .colored-part .background-img-1 img:nth-child(1) {
  position: absolute;
}
.three-sections .top-section .colored-part .background-img-1 img:nth-child(2) {
  animation: rotate360reversed 10s linear infinite;
  position: absolute;
  top: 41px;
  inset-inline-end: 39px;
}
.three-sections .top-section .colored-part .background-img-1 img:nth-child(3) {
  position: absolute;
  inset-inline-end: 29px;
  top: 20px;
  animation: rotate360 10s linear infinite;
}
.three-sections .center-section .colored-part {
  background-image: url(../img/bg-colored-2.png);
  position: relative;
  overflow: hidden;
}
.three-sections .center-section .colored-part .background-img-1 {
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  width: 185px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  animation: fadeInOut 2s cubic-bezier(0.9, 0, 0.1, 1) infinite alternate;
}
.three-sections .bottom-section .colored-part {
  background-image: url(../img/bg-colored-1.png);
  position: relative;
}
.three-sections .bottom-section .colored-part .background-img-1 {
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.three-sections .heading {
  width: 100%;
  height: 100%;
  font-size: calc(80px * var(--font-scale));
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .three-sections .heading {
    font-size: calc(50px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .three-sections .heading {
    font-size: calc(36px * var(--font-scale));
  }
}
.three-sections .media-part {
  height: auto;
  min-height: 100%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .three-sections .media-part {
    width: 100%;
    height: 225px;
  }
}
.three-sections .media-part video,
.three-sections .media-part img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.colorful-heading.main-heading {
  background: linear-gradient(270deg, #00a6b6 10%, #0060a5 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.fade-jump-transition div {
  perspective: 1000px; /* Enables 3D space */
  display: inline-block;
}

.split-char {
  display: inline-block;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.press-releases {
  background-color: #f9f9f9;
}
.press-releases .swiper-wrapper {
  align-items: center;
}

.press-releases-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .press-releases-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 16px;
  }
  .press-releases-header .base-btn {
    display: none;
  }
}
.press-releases-header .main-heading {
  margin-bottom: 0px;
}

.swiper.press-cards {
  height: 680px;
}
@media screen and (max-width: 767px) {
  .swiper.press-cards {
    height: 430px;
  }
}

.press-cards-container {
  padding-inline-start: var(--page-container);
}
.press-cards-container .slider-scrollbar {
  margin-top: 24px;
  display: none;
}
.press-cards-container .base-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .press-cards-container {
    padding-inline-end: var(--page-container);
  }
  .press-cards-container .base-btn {
    margin-top: 24px;
    display: flex;
  }
  .press-cards-container .slider-scrollbar {
    display: flex;
  }
}

.press-card {
  width: 100%;
  height: 460px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  transform-origin: center;
  transition: height 0.2s ease-out;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .press-card {
    height: 100%;
  }
}
.press-card.swiper-slide-active {
  height: 100%;
}
.press-card.swiper-slide-active .press-desc {
  transform: scaleY(1);
  display: -webkit-box;
  -webkit-line-clamp: 9; /* Limit to 9 lines */
  -webkit-box-orient: vertical;
  line-clamp: 9; /* Limit to 9 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}
.press-card .press-card-content {
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
@media screen and (max-width: 1400px) {
  .press-card .press-card-content {
    padding: 18px;
  }
}
.press-card .press-img {
  width: 100%;
  height: 244px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .press-card .press-img {
    height: 210px;
  }
}
.press-card .press-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.press-card .press-date {
  font-size: var(--box-date-size);
  font-weight: var(--box-date-weight);
  color: #7e7e7e;
}
.press-card .press-title {
  font-size: var(--box-title-size);
  font-weight: var(--box-title-weight);
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  line-clamp: 3; /* Limit to 3 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}
.press-card .press-desc {
  display: none;
  font-size: calc(20px * var(--font-scale));
  color: #000000;
  transform-origin: center;
  transform: scaleY(0);
  margin-top: 16px;
  animation: scaleY-full 0.2s ease-in forwards;
}
@media screen and (max-width: 767px) {
  .press-card .press-desc {
    display: none !important;
  }
}
.press-card .bottom-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .press-card .bottom-content {
    margin-top: 30px;
  }
}

.slider-navigation.press-cards-navigation {
  margin-top: -55px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slider-navigation.press-cards-navigation {
    margin-inline-start: 0px !important;
    display: none;
  }
}

.pink-blue-gradient,
.pink-blue-gradient div {
  background: linear-gradient(270deg, #4ec9f5 10%, #953192 90%);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback */
}

.animated-gradient-text {
  background-size: 300% 300%;
  animation: gradient 3s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes scaleY-full {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.main-info {
  font-size: var(--body-text-font-size);
  color: #000;
}

.zain-world {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.zain-world .img-decoration {
  position: absolute;
}
.zain-world .img-decoration img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.zain-world .img-decoration-left {
  bottom: 0px;
  left: 0px;
  width: 310px;
}
@media screen and (max-width: 767px) {
  .zain-world .img-decoration-left {
    display: none;
  }
}
.zain-world .img-decoration-center {
  inset: 0;
  top: 38%;
  display: none;
}
@media screen and (max-width: 767px) {
  .zain-world .img-decoration-center {
    display: none;
  }
}
.zain-world .img-decoration-center img {
  -o-object-fit: contain;
     object-fit: contain;
}
.zain-world .img-decoration-right {
  top: 0px;
  right: 0px;
  width: 310px;
}
@media screen and (max-width: 767px) {
  .zain-world .img-decoration-right {
    width: 40%;
  }
}

.zain-world-content {
  position: relative;
}
.zain-world-content .main-heading {
  margin-bottom: 28px;
}
.zain-world-content .main-info {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .zain-world-content .main-info {
    margin-bottom: 24px;
  }
}

.stories-card {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}
.stories-card .card-img {
  height: 230px;
  width: 100%;
}
.stories-card .card-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories-card .card-content {
  padding: 18px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.stories-card .sub-title {
  font-size: calc(20px * var(--font-scale));
}
.stories-card .title {
  font-weight: 700;
  font-size: calc(32px * var(--font-scale));
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .stories-card .title {
    font-size: calc(28px * var(--font-scale));
  }
}
.stories-card .desc {
  font-size: calc(24px * var(--font-scale));
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .stories-card .desc {
    margin-bottom: 15px;
  }
}
.stories-card .base-btn {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .stories-card .base-btn {
    display: none;
  }
}

.stories-cards-container {
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .stories-cards-container {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .stories-cards-container {
    margin-bottom: 24px;
  }
}
.stories-cards-container ~ .base-btn {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .stories-cards-container ~ .base-btn {
    width: 100%;
  }
}

.slider-navigation {
  display: flex;
  gap: 12px;
}
.slider-navigation .slider-nav-element {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2.25px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sustainability {
  overflow: hidden;
  background-image: url(../img/sust-bg.png);
  background-size: cover;
  position: relative;
}
.sustainability .slider-scrollbar {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .sustainability .slider-scrollbar {
    margin-top: 24px;
  }
}

.slider-scrollbar {
  width: 100%;
  height: 14px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-inline: 2px;
  overflow: hidden;
}
.slider-scrollbar .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 8px;
  height: 8px;
  cursor: pointer;
  zoom: 0.995;
}

.gif-1-wrapper {
  pointer-events: none;
  width: 400px;
  height: 300px;
  inset-inline-end: 0px;
  top: 106px;
}
.gif-1-wrapper.gif-1-wrapper-double-size {
  width: 800px;
  height: 600px;
  transform: scale(0.75);
}

.gif-2-wrapper {
  pointer-events: none;
  inset-inline-end: unset;
  inset-inline-start: 0px;
  width: 400px;
  height: 400px;
  top: 106px;
}
.gif-2-wrapper.gif-1-wrapper-double-size {
  width: 800px;
  height: 800px;
  transform: scale(0.75);
}
.gif-1-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.gif-1-content .circle-stack-1 {
  top: 12%;
  inset-inline-end: 5%;
}
.gif-1-content .circle-stack-2 {
  top: 35%;
  inset-inline-end: 27%;
  width: 110px;
}
.gif-1-content .circle-stack-3 {
  top: 50%;
  inset-inline-end: 18%;
  width: 75px;
}
.gif-1-content .circle-stack-4 {
  top: 52%;
  inset-inline-end: 14%;
  width: 130px;
}
.gif-1-content .myimg-3 {
  top: 2%;
  inset-inline-end: 2%;
}
.gif-1-content .myimg-10 {
  top: 40%;
  inset-inline-end: 42%;
}
.gif-1-content .myimg-x {
  top: 30%;
  inset-inline-end: 40%;
}
.gif-1-content .myimg-1 {
  top: 8%;
  inset-inline-end: 54%;
}
.gif-1-content .myimg-2 {
  bottom: 5%;
  inset-inline-end: 1px;
}
.gif-1-content .myimg-4 {
  top: 8%;
  inset-inline-end: 4%;
}
.gif-1-content .myimg-6 {
  top: 65%;
  inset-inline-end: 8%;
}
.gif-1-content .myimg-7 {
  top: 32%;
  inset-inline-end: 1px;
}
.gif-1-content .myimg-0 {
  top: 3%;
  inset-inline-end: 35%;
}
.gif-1-content .myimg-xx {
  top: 70%;
  inset-inline-end: 30%;
}
.gif-1-content .myimg-12 {
  top: 12%;
  inset-inline-end: 45%;
}
.gif-1-content .myimg-13 {
  top: 42%;
  inset-inline-start: 7%;
}
.gif-1-content .myimg-14 {
  top: 8%;
  inset-inline-start: 15%;
}
.gif-1-content .myimg-16 {
  top: 23%;
  inset-inline-end: 55%;
}
.gif-1-content .myimg-17 {
  top: 54%;
  inset-inline-start: 18%;
}
.gif-1-content .myimg-18 {
  bottom: 10px;
  inset-inline-end: 20%;
}
.gif-1-content .myimg-19 {
  top: 20%;
  inset-inline-end: 40%;
}
.gif-1-content .myimg-20 {
  top: 0;
  inset-inline-end: 42%;
}
.gif-1-content .myimg-22 {
  top: 35%;
  inset-inline-start: 18%;
}
.gif-1-content .myimg-5 {
  top: 40%;
  inset-inline-start: 18%;
}
.gif-1-content .myimg-4 {
  top: 20%;
  inset-inline-end: 14%;
}
.gif-1-content img {
  will-change: transform, opacity;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

.gif-2-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.gif-2-content .circle-stack-1 {
  top: 13%;
  inset-inline-start: 38%;
}
.gif-2-content .circle-stack-2 {
  top: 33%;
  inset-inline-start: 18%;
}
.gif-2-content .myimg-0 {
  top: 62%;
  inset-inline-start: 36%;
}
.gif-2-content .myimg-1 {
  top: 1%;
  inset-inline-start: 36%;
}
.gif-2-content .myimg-2 {
  top: 45%;
  inset-inline-start: 2%;
}
.gif-2-content .myimg-3 {
  top: 37%;
  inset-inline-start: 16%;
}
.gif-2-content .myimg-4 {
  top: 64%;
  inset-inline-start: 58%;
}
.gif-2-content .myimg-5 {
  top: 18%;
  inset-inline-end: 62%;
}
.gif-2-content .myimg-8 {
  top: 31%;
  inset-inline-start: 32%;
}
.gif-2-content .myimg-9 {
  top: 31%;
  inset-inline-start: 32%;
}
.gif-2-content .myimg-10 {
  top: 56%;
  inset-inline-start: 64%;
}
.gif-2-content .myimg-100 {
  top: 54%;
  inset-inline-start: 29%;
}
.gif-2-content .myimg-1000 {
  top: 31%;
  inset-inline-start: 32%;
}
.gif-2-content .myimg-12 {
  top: 11%;
  inset-inline-end: 50%;
}
.gif-2-content .myimg-14 {
  top: 71%;
  inset-inline-start: 48%;
  scale: 1.5;
}
.gif-2-content .myimg-14-smaller {
  top: 71%;
  inset-inline-start: 48%;
}
.gif-2-content .myimg-144 {
  top: 42%;
  inset-inline-start: 43%;
}
.gif-2-content .myimg-16 {
  top: 50%;
  inset-inline-start: 67%;
  scale: 1.4;
}
.gif-2-content .myimg-16.animated {
  animation: fadeInOut 2s ease-in-out infinite alternate;
}
.gif-2-content .myimg-16-smaller {
  top: 50%;
  inset-inline-start: 67%;
}
.gif-2-content .myimg-16-smaller.animated {
  animation: fadeInOut 2s ease-in-out 2s infinite alternate;
}
.gif-2-content .myimg-15 {
  top: 52%;
  inset-inline-start: 47%;
}
.gif-2-content .myimg-20 {
  top: 4%;
  inset-inline-end: 38%;
}
.gif-2-content .myimg-166 {
  top: 75%;
  inset-inline-start: 58%;
  scale: 1.4;
}
.gif-2-content .myimg-166.animated {
  animation: fadeInOut 2s ease-in-out 2s infinite alternate;
}
.gif-2-content .myimg-166-smaller {
  top: 75%;
  inset-inline-start: 58%;
}
.gif-2-content .myimg-166-smaller.animated {
  animation: fadeInOut 2s ease-in-out infinite alternate;
}
.gif-2-content .myimg-x {
  top: 21%;
  inset-inline-end: 43%;
}
.gif-2-content .myimg-8443 {
  top: 60%;
  inset-inline-start: 44%;
}
.gif-2-content .myimg-8444 {
  top: 34%;
  inset-inline-end: 42%;
}
.gif-2-content .myimg-8447 {
  top: 53%;
  inset-inline-start: 66%;
}
.gif-2-content img {
  will-change: transform, opacity;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-decoration.img-decoration-right-new {
  top: 0px;
  inset-inline-end: 0px;
  width: 300px;
  height: 100%;
}
.img-decoration.img-decoration-right-new .gif-1-content {
  position: sticky;
  width: 100%;
  top: 0;
  height: 300px;
}
.img-decoration.img-decoration-right-new img {
  width: auto;
  height: auto;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-breathing {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.circle-stack {
  position: absolute;
  width: 150px;
  will-change: transform, opacity;
  aspect-ratio: 1/1;
}
.circle-stack.animated {
  animation: circle-breathing 3s ease-in-out infinite alternate;
}
.circle-stack.purple-stack .circle {
  background-color: #b06aa8;
}
.circle-stack.blue-stack .circle {
  background-color: #8cd2ee;
}
.circle-stack.yellow-stack .circle {
  background-color: #d1df65;
}
.circle-stack.white-stack .circle {
  background-color: #fff;
}
.circle-stack .circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: var(--opacity);
  transform: scale(var(--scale));
}
.circle-stack .circle:nth-child(1) {
  --opacity: 1;
  --scale: 0.1;
}
.circle-stack .circle:nth-child(2) {
  --opacity: 0.7;
  --scale: 0.25;
}
.circle-stack .circle:nth-child(3) {
  --opacity: 0.6;
  --scale: 0.4;
}
.circle-stack .circle:nth-child(4) {
  --opacity: 0.5;
  --scale: 0.55;
}
.circle-stack .circle:nth-child(5) {
  --opacity: 0.4;
  --scale: 0.7;
}
.circle-stack .circle:nth-child(6) {
  --opacity: 0.3;
  --scale: 0.85;
}
.circle-stack .circle:nth-child(7) {
  --opacity: 0.2;
  --scale: 1;
}

.gif-wrapper-double-size .gif-1-content .circle-stack-1 {
  width: 300px;
}
.gif-wrapper-double-size .gif-1-content .circle-stack-2 {
  width: 220px;
}
.gif-wrapper-double-size .gif-1-content .circle-stack-3 {
  width: 150px;
}
.gif-wrapper-double-size .gif-1-content .circle-stack-4 {
  width: 260px;
}
.gif-wrapper-double-size .gif-2-content .circle-stack-1 {
  width: 219px;
}
.gif-wrapper-double-size .gif-2-content .circle-stack-2 {
  width: 250px;
}

.all-page-gif {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.all-page-gif.gif-rightside {
  margin-inline: unset;
  inset-inline-start: unset;
  inset-inline-end: 0px;
}
.all-page-gif.gif-leftside {
  margin-inline: unset;
  inset-inline-start: 0px;
  inset-inline-end: unset;
}
.all-page-gif .gif-1-content,
.all-page-gif .gif-2-content {
  position: absolute;
  opacity: 0.6;
}

/*footer BG*/
.rotate-infinite {
  animation: rotate360 4s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate360reversed {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.loader .loader-container:has(.gif-2-wrapper) {
  width: 400px;
  height: 400px;
}
.loader .loader-container:has(.gif-2-wrapper) img {
  width: auto;
  height: auto;
}

.simple-homepage .section.banner {
  position: relative;
}

.banner.section + section {
  padding-top: calc(var(--section-padding-top) / 3);
}

@media screen and (max-width: 767px) {
  .banner.section {
    height: auto;
    width: 100%;
    position: static;
    padding-bottom: 0px;
    inset: unset;
    z-index: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .banner.section + section {
    margin-top: 0px;
  }
  .banner.section > .page-container {
    padding-inline: 0px;
  }
  .banner.section .banner-container {
    border-radius: 0px;
  }
  .swiper-pagination-bullets.banner-slider-pagination {
    position: static;
    padding-inline: var(--page-container);
    transform: none !important;
    flex-direction: row;
    gap: 10px;
  }
  .banner.section + section {
    padding-top: var(--section-padding-top);
  }
  .banner-img {
    position: static;
    border-radius: 0px;
  }
  .banner-img img,
  .banner-img video {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.error-section {
  margin-top: var(--offset-from-header);
}

.error-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error-section-content .error-section-img {
  margin-bottom: 45px;
  animation: longBlurShake 4s ease-in-out 1s infinite;
}
@media screen and (max-width: 767px) {
  .error-section-content .error-section-img {
    margin-bottom: 20px;
  }
}

@keyframes longBlurShake {
  0% {
    transform: translate(0, 0);
    filter: blur(0);
  }
  4% {
    transform: translate(-2px, 2px);
  }
  8% {
    transform: translate(-1px, -2px);
  }
  10% {
    filter: blur(4px);
  }
  12% {
    transform: translate(2px, 1px);
  }
  16% {
    transform: translate(1px, -1px);
  }
  20% {
    transform: translate(0, 0);
    filter: blur(0);
  }
  100% {
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.inner-banner {
  padding-top: var(--innerpage-banner-offset-from-header);
  padding-bottom: 138px;
  position: relative;
  overflow: hidden;
}
.inner-banner .inner-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
}
.inner-banner .inner-banner-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner .inner-banner-content {
  position: relative;
  z-index: 1;
}
.inner-banner .heading {
  color: #fff;
  font-size: calc(95px * var(--font-scale));
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .inner-banner .heading {
    font-size: calc(55px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .heading {
    font-size: calc(48px * var(--font-scale));
    text-align: start;
  }
}
.inner-banner .desc {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 1400px) {
  .inner-banner .desc {
    font-size: 24;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .desc {
    font-size: 20;
    text-align: start;
  }
}

.innerpage-content {
  padding-top: 62px;
  padding-bottom: 53px;
}
.innerpage-content > .section:first-child, .innerpage-content > .section-spacing:first-child {
  padding-top: 0px;
}

.main-section-heading {
  font-size: var(--main-heading-font-size);
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .main-section-heading {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-section-heading {
    margin-bottom: 20px;
  }
}

.light-dark-blue-gradient {
  background: linear-gradient(90deg, #00b5ca 10%, #0053a5 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.dark-light-blue-gradient {
  background: linear-gradient(270deg, #00a6b6 10%, #0060a5 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.blue-green-gradient {
  background: linear-gradient(90deg, #00a6b6 10.25%, #c8da37 89.79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.dark-light-prurple-gradient {
  background: linear-gradient(270deg, #953192 39.8%, #3f123e 93.55%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.main-section-desc {
  color: #000;
  font-size: var(--body-text-font-size);
}

.supplier-training-container {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .supplier-training-container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.supplier-training-container .left-side {
  flex: 0 0 430px;
}
@media screen and (max-width: 767px) {
  .supplier-training-container .left-side {
    flex: 1;
    max-width: 100%;
  }
}
.supplier-training-container .right-side {
  flex: 1 1 100%;
}
@media screen and (max-width: 767px) {
  .supplier-training-container .right-side {
    flex: auto;
    height: 239px;
  }
}

.videos-items-container {
  width: 100%;
  padding-block: 25px;
  padding-inline-start: 12px;
  position: relative;
}
.videos-items-container::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: calc(100% - 30px);
  height: 100%;
  display: block;
  z-index: 0;
  border-radius: 20px;
  background-color: #6fc7ea;
}

.videos-items-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  direction: ltr;
}

.videos-items-wrapper {
  position: relative;
  max-height: 584px;
  overflow-y: scroll;
  overflow-x: visible;
  direction: rtl;
  z-index: 1;
  padding-inline-end: 12px;
}
.videos-items-wrapper::-webkit-scrollbar {
  width: 8px;
  background: #c5e9f7;
  border-radius: 10px;
}
.videos-items-wrapper::-webkit-scrollbar-track {
  background: #c5e9f7;
  border-radius: 10px;
}
.videos-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

.video-item {
  width: calc(100% - 46px - 30px);
  transition: width 0.3s;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .video-item {
    width: calc(100% - 20px - 30px);
  }
}
.video-item:hover .video-item-wrapper {
  border: 1px solid #6fc7ea;
}
.video-item.active {
  width: 100%;
}
.video-item.active .video-item-wrapper {
  border: 1px solid #6fc7ea;
}
.video-item.active .video-item-img {
  width: 155px;
}
.video-item.active .video-title {
  color: #0153a5;
  font-size: calc(28px * var(--font-scale));
}
.video-item .video-item-wrapper {
  border-radius: 12px;
  padding: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.video-item .video-item-img {
  width: 130px;
  flex-shrink: 0;
  height: 89px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.video-item .video-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-item .video-item-img .video-time {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  font-size: calc(15px * var(--font-scale));
  display: inline-flex;
  padding: 2px 9px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.38);
}
.video-item .video-title {
  color: #000;
  font-size: calc(24px * var(--font-scale));
  transition: all 0.3s;
}

.video-full-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  max-width: 100%;
}

.whistleblower-banner .inner-banner-content .heading {
  max-width: 867px;
  margin-inline: auto;
}

.corporate-governance-overview {
  background: #fafafa;
  position: relative;
}
.corporate-governance-overview .background-img-1 {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .corporate-governance-overview .background-img-1 {
    display: none;
  }
}
.corporate-governance-overview .background-img-1 img {
  margin-inline-start: auto;
  margin-inline-end: 32px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.corporate-governance-overview .background-img-2 {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .corporate-governance-overview .background-img-2 {
    display: none;
  }
}
.corporate-governance-overview .background-img-2 img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.corporate-governance-overview .overview-documents {
  margin-top: 28px;
}
.corporate-governance-overview .corporate-governance-overview-wrapper {
  padding: 42px 55px;
  border-radius: 22px;
  background: #fff;
  -webkit-backdrop-filter: blur(9.6999998093px);
          backdrop-filter: blur(9.6999998093px);
}
@media screen and (max-width: 1400px) {
  .corporate-governance-overview .corporate-governance-overview-wrapper {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .corporate-governance-overview .corporate-governance-overview-wrapper {
    padding: 15px;
  }
}

.overview-documents {
  display: flex;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .overview-documents {
    gap: 9px;
  }
}

.overview-document {
  min-width: 266px;
}
@media screen and (max-width: 767px) {
  .overview-document {
    min-width: 150px;
    flex-grow: 1;
  }
  .overview-document p {
    width: 1.6ch;
    overflow: hidden;
    white-space: nowrap;
  }
}
.overview-document .overview-document-wrapper {
  border-radius: 8.185px;
  border: 0.818px solid #e4e4e4;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
}
@media screen and (max-width: 1400px) {
  .overview-document .overview-document-wrapper {
    padding: 16px;
  }
}
.overview-document .document-title {
  color: #000;
  font-size: calc(28px * var(--font-scale));
  transform: translateY(0.12em);
}
@media screen and (max-width: 1400px) {
  .overview-document .document-title {
    font-size: calc(24px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .overview-document .document-title {
    font-size: calc(20px * var(--font-scale));
  }
}
.overview-document .right-side {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .overview-document .right-side {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .overview-document .right-side {
    gap: 12px;
  }
}

.section-divider {
  background: #e4e4e4;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .section-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.corporate-governance {
  background: #fafafa;
}

.corporate-governance-overview-2 {
  padding-block: 82px;
  background-color: #fff;
  position: relative;
}
.corporate-governance-overview-2 .background-img-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .corporate-governance-overview-2 .background-img-1 {
    display: none;
  }
}
.corporate-governance-overview-2 .background-img-1 img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1400px) {
  .corporate-governance-overview-2 {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }
}

.overview-boxes-container .slider-scrollbar,
.values-policies-boxes-container .slider-scrollbar {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .overview-boxes-container .slider-scrollbar,
  .values-policies-boxes-container .slider-scrollbar {
    display: none;
  }
}

.overview-box {
  height: auto;
}
.overview-box .overview-box-wrapper {
  padding: 34px 52px;
  border-radius: 22px;
  background: #fafafa;
  -webkit-backdrop-filter: blur(9.6999998093px);
          backdrop-filter: blur(9.6999998093px);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 140px;
}
@media screen and (max-width: 1400px) {
  .overview-box .overview-box-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .overview-box .overview-box-wrapper {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(0deg, #0053a5 0%, #10004d 100%);
  }
  .overview-box .overview-box-wrapper .main-section-heading,
  .overview-box .overview-box-wrapper .box-desc {
    color: #fff;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    background: transparent;
  }
  .overview-box .overview-box-wrapper .base-btn {
    background-color: #ffffff;
    color: #000;
  }
}
.overview-box .overview-box-wrapper .base-btn {
  margin-top: auto;
}
.overview-box .box-desc {
  color: #000;
  font-size: var(--body-text-font-size);
}

.general-tabs-container {
  display: flex;
  gap: 48px;
  min-height: 660px;
  margin-top: 32px;
  /*
  .right-side:has(.board-management-content) {
    height: 683px;
    overflow-y: auto;
    padding-inline-end: 14px;
    &::-webkit-scrollbar {
      width: 14px;
      background: rgb(154, 165, 204);
      border-radius: 10px;
    }
    &::-webkit-scrollbar-track {
      background: rgb(154, 165, 204);
      border-radius: 10px;
    }
    &::-webkit-scrollbar-thumb {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: inset 0 0 0 4px rgb(154, 165, 204);
    }
  }
  */
}
.general-tabs-container.responsive-layout {
  display: none;
  padding: 29px 18px;
  border-radius: 20px;
  background: linear-gradient(0deg, #0053a5 0%, #10004d 100%);
}
.general-tabs-container.responsive-layout .accordion-body-wrapper {
  max-height: 620px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-inline-end: 6px;
}
.general-tabs-container.responsive-layout .accordion-body-wrapper::-webkit-scrollbar {
  width: 5px;
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.general-tabs-container.responsive-layout .accordion-body-wrapper::-webkit-scrollbar-track {
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.general-tabs-container.responsive-layout .accordion-body-wrapper::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgb(154, 165, 204);
}
@media screen and (max-width: 1400px) {
  .general-tabs-container {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .general-tabs-container {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
    min-height: unset;
  }
  .general-tabs-container.responsive-layout {
    display: flex;
  }
  .general-tabs-container:not(.responsive-layout) {
    display: none;
  }
}
.general-tabs-container .left-side {
  flex: 0 0 391px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .general-tabs-container .left-side {
    flex: 1;
  }
}
.general-tabs-container .right-side:has(.swiper) {
  min-width: 0;
}
.general-tabs-container .accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
.general-tabs-container .accordion-item {
  background-color: transparent;
  border: none;
}
.general-tabs-container .accordion-button {
  padding-inline: 13px;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border-radius: 10px !important;
  font-size: calc(28px * var(--font-scale));
}
.general-tabs-container .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.15);
}
.general-tabs-container .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M8.00563 9.87499C7.66931 9.87565 7.33622 9.80418 7.02566 9.66475C6.7151 9.52531 6.43319 9.32067 6.19637 9.06268L0.287107 2.68285C0.196082 2.58451 0.123835 2.46775 0.0745732 2.33926C0.0253111 2.21078 0 2.07308 0 1.93401C0 1.79494 0.0253111 1.65725 0.0745732 1.52876C0.123835 1.40028 0.196082 1.28351 0.287107 1.18517C0.378132 1.08684 0.486166 1.00884 0.605095 0.955616C0.724024 0.902396 0.851432 0.875 0.98016 0.875C1.10889 0.875 1.23639 0.902396 1.35532 0.955616C1.47425 1.00884 1.58228 1.08684 1.67331 1.18517L7.58266 7.56924C7.69707 7.68742 7.84925 7.75341 8.00754 7.75341C8.16583 7.75341 8.31801 7.68742 8.43242 7.56924L14.3418 1.18517C14.5267 0.992774 14.7741 0.886511 15.0308 0.889305C15.2875 0.8921 15.5329 1.00371 15.7142 1.2001C15.8955 1.39648 15.9981 1.66195 16 1.93928C16.0018 2.21661 15.9028 2.48365 15.7241 2.68285L9.81871 9.06268C9.5813 9.32098 9.29875 9.52577 8.98751 9.66521C8.67627 9.80465 8.34257 9.87598 8.00563 9.87499Z' fill='white'/%3E%3C/svg%3E");
  background-size: 16px 9px;
  width: 16px;
  height: 9px;
}
.general-tabs-container .accordion-body {
  border-radius: 15px;
  background: #fff;
  padding: 24px 14px;
  margin-top: 8px;
  height: auto;
}

.board-items-wrapper {
  padding: 32px 24px;
  border-radius: 17px;
  background: linear-gradient(0deg, #00b5ca 10%, #0053a5 90%);
  height: 100%;
  position: relative;
}
.board-items-wrapper .background-img-1 {
  position: absolute;
  bottom: 0px;
  pointer-events: none;
  overflow: hidden;
}
.board-items-wrapper .background-img-1 img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin-inline-start: auto;
}
@media screen and (max-width: 1400px) {
  .board-items-wrapper {
    padding: 20px;
  }
}

.board-items {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}
.board-items .board-item {
  width: 100%;
  padding: 24px 26px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  color: #585858;
  font-size: 19px;
  transition: color 0.3s ease, font-size 0.3s ease, font-weight 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .board-items .board-item {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .board-items .board-item {
    font-size: 16px;
  }
}
.board-items .board-item.active {
  color: #000;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .board-items .board-item.active {
    font-size: 18px;
  }
}

.board-responsibilities-content {
  height: 660px;
  overflow-y: auto;
  padding-inline-end: 8px;
}
.board-responsibilities-content::-webkit-scrollbar {
  width: 14px;
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.board-responsibilities-content::-webkit-scrollbar-track {
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.board-responsibilities-content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 0 4px rgb(154, 165, 204);
}
.board-responsibilities-content .heading {
  color: #000;
  font-size: var(--sub-heading-font-size);
  font-weight: 800;
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .board-responsibilities-content .heading {
    margin-bottom: 18px;
  }
}
.board-responsibilities-content .board-responsibilities-paragragh:not(:last-child) {
  margin-bottom: 29px;
}
@media screen and (max-width: 1400px) {
  .board-responsibilities-content .board-responsibilities-paragragh:not(:last-child) {
    margin-bottom: 20px;
  }
}
.board-responsibilities-content .board-responsibilities-paragragh .title {
  color: #000;
  font-size: var(--body-text-font-size);
  font-weight: 700;
  margin-bottom: 4px;
}
.board-responsibilities-content .board-responsibilities-paragragh .desc {
  color: #000;
  font-size: var(--body-text-font-size);
}

.responsive-layout .board-responsibilities-content {
  height: auto;
  overflow-y: initial;
  padding-inline-end: 0px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.values-policies {
  background: #f7f7f7;
  position: relative;
}
.values-policies .page-container {
  position: relative;
  z-index: 1;
}
.values-policies .background-img-1 {
  position: absolute;
  top: -95px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .values-policies .background-img-1 {
    display: none;
  }
}
.values-policies .background-img-1 img {
  margin-inline-start: auto;
  margin-inline-end: -252px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.values-policies-box {
  height: auto;
}
.values-policies-box .box-wrapper {
  height: 100%;
  padding: 42px 36px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .values-policies-box .box-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .values-policies-box .box-wrapper {
    border-radius: 20px;
    background: linear-gradient(0deg, #0053a5 0%, #10004d 100%);
  }
  .values-policies-box .box-wrapper .box-title {
    color: #fff;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    background: transparent;
  }
  .values-policies-box .box-wrapper .box-desc {
    color: #fff;
  }
  .values-policies-box .box-wrapper .base-btn {
    background-color: #ffffff;
    color: #000;
  }
}
.values-policies-box .box-title {
  color: #344c98;
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .values-policies-box .box-title {
    margin-bottom: 18px;
  }
}
.values-policies-box .box-desc {
  color: #000;
  font-size: var(--body-text-font-size);
}

.policies {
  background: linear-gradient(0deg, #00b5ca 10%, #0053a5 90%);
}
.policies .main-section-heading {
  color: #fff;
}

.policies-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 14px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media screen and (max-width: 767px) {
  .policies-boxes {
    grid-template-columns: 1fr;
  }
}

.policies-box {
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.policies-box .box-wrapper {
  height: 100%;
  padding: 22px 48px;
  padding-inline-end: 42px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .policies-box .box-wrapper {
    padding-inline: 28px;
  }
}
.policies-box .box-wrapper .box-title {
  color: #000;
  font-size: var(--body-text-font-size);
  font-weight: 300;
}

.code-conduct {
  background-color: #fff;
}

.code-conduct-box .box-number,
.code-conduct-box .box-title {
  color: #fff;
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  margin-bottom: 20px;
}
.code-conduct-box .box-desc {
  color: #fff;
  font-size: var(--body-text-font-size);
  flex-grow: 1;
  height: 335px;
  overflow-y: auto;
  padding-inline-end: 8px;
}
.code-conduct-box .box-desc::-webkit-scrollbar {
  width: 8px;
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.code-conduct-box .box-desc::-webkit-scrollbar-track {
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.code-conduct-box .box-desc::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

.code-conduct-boxes .slider-scrollbar {
  margin-top: 89px;
}
@media screen and (max-width: 1400px) {
  .code-conduct-boxes .slider-scrollbar {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .code-conduct-boxes .slider-scrollbar {
    margin-top: 20px;
  }
}

.code-conduct-boxes-slider .code-conduct-box {
  height: auto;
  display: flex;
  flex-direction: column;
}
.code-conduct-boxes-slider .code-conduct-box .box-wrapper {
  height: 100%;
  border-radius: 20px;
  padding: 50px 36px;
}
@media screen and (max-width: 1400px) {
  .code-conduct-boxes-slider .code-conduct-box .box-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .code-conduct-boxes-slider .code-conduct-box .box-wrapper {
    padding: 20px;
  }
}
.code-conduct-boxes-slider .code-conduct-box:nth-child(6n+1) .box-wrapper {
  background: linear-gradient(0deg, #00b5ca 10%, #0053a5 90%);
}
.code-conduct-boxes-slider .code-conduct-box:nth-child(6n+2) .box-wrapper {
  background: linear-gradient(180deg, #00343d 10%, #00a6b6 90%);
}
.code-conduct-boxes-slider .code-conduct-box:nth-child(6n+3) .box-wrapper {
  background: linear-gradient(0deg, #0053a5 0%, #10004d 100%);
}
.code-conduct-boxes-slider .code-conduct-box:nth-child(6n+4) .box-wrapper {
  background: linear-gradient(0deg, #00b5ca 10%, #344c98 90%);
}
.code-conduct-boxes-slider .code-conduct-box:nth-child(6n+5) .box-wrapper {
  background: linear-gradient(180deg, #00343d 10%, #344c98 90%);
}
.code-conduct-boxes-slider .code-conduct-box:nth-child(6n) .box-wrapper {
  background: linear-gradient(0deg, #0053a5 0%, #344c98 100%);
}

.video-gallery {
  background-color: #fff;
}

.disclosure-archives-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .disclosure-archives-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.disclosure-archives-header .right-side {
  display: flex;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .disclosure-archives-header .right-side {
    flex-direction: column;
  }
}

.disclosure-archives-document {
  width: 100%;
  transition: box-shadow 0.3s;
}
.disclosure-archives-document.active {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.0509803922);
}
.disclosure-archives-document .main-section-heading {
  margin-bottom: 0px;
}
.disclosure-archives-document .document-wrapper {
  display: flex;
  padding: 24px 42px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .disclosure-archives-document .document-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .disclosure-archives-document .document-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
}
.disclosure-archives-document .document-date {
  color: #066aa8;
  font-size: calc(24px * var(--font-scale));
  width: 250px;
  flex: 0 0 250px;
}
@media screen and (max-width: 1100px) {
  .disclosure-archives-document .document-date {
    flex: 0 0 auto;
  }
}
.disclosure-archives-document .document-title {
  color: #000;
  font-size: calc(28px * var(--font-scale));
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .disclosure-archives-document .document-title {
    font-size: calc(24px * var(--font-scale));
  }
}
.disclosure-archives-document .document-details {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #066aa8;
  font-size: calc(24px * var(--font-scale));
  text-decoration: none;
}
.disclosure-archives-document .document-details span {
  transform: translateY(0.09em);
}
.disclosure-archives-document .document-download {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #00353f;
  font-size: calc(24px * var(--font-scale));
  text-decoration: none;
}
.disclosure-archives-document .document-download span {
  transform: translateY(0.09em);
}
.disclosure-archives-document .document-actions {
  display: flex;
  gap: 35px;
  flex-shrink: 0;
}
.disclosure-archives-document .document-desc {
  padding-inline: 42px;
  padding-bottom: 24px;
  background-color: #fff;
  display: none;
}
.disclosure-archives-document .document-desc .document-desc-img {
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  .disclosure-archives-document .document-desc {
    padding-inline: 20px;
    padding-bottom: 20px;
  }
}

.disclosure-archives-documents {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}

.disclosure-search {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 10px;
  border-bottom: 3px solid #9c9c9c;
  min-width: 260px;
}
.disclosure-search input {
  width: 100%;
  outline: none;
  border: none;
  font-size: calc(24px * var(--font-scale));
}

.date-picker {
  padding: 10px 21px;
  border: 1px solid #000;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.date-picker input {
  transform: translateY(0.09em);
  outline: none;
  border: none;
  color: #000;
  font-size: var(--body-text-font-size);
  width: 56px;
  background-color: transparent;
}

.header-with-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .header-with-btn {
    margin-bottom: 20px;
  }
}
.header-with-btn .main-section-heading {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .header-with-btn {
    flex-direction: column;
    align-items: stretch;
  }
}

.tech-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .tech-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tech-logos .tech-logo {
    width: 100%;
  }
  .tech-logos .tech-logo img {
    max-width: 100%;
  }
}

.message-ceo {
  background: linear-gradient(0deg, #953192 10%, #3f123e 90%);
  position: relative;
}
.message-ceo .main-section-heading {
  color: #fff;
}
.message-ceo .background-img-1 {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.message-ceo .background-img-1 img {
  margin-inline-start: auto;
  margin-inline-end: 60px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .message-ceo .background-img-1 img {
    margin-inline-end: 12px;
    width: 80px;
  }
}
.message-ceo .background-img-2 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.message-ceo .background-img-2 img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.meassage-content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 58px;
}
@media screen and (max-width: 991px) {
  .meassage-content {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.meassage-content .left-side {
  flex: 0 0 465px;
}
@media screen and (max-width: 991px) {
  .meassage-content .left-side {
    flex: 1;
  }
}
.meassage-content .ceo-img {
  width: 100%;
  height: 476px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .meassage-content .ceo-img {
    width: 232px;
    height: 244px;
    margin-inline: auto;
  }
}
.meassage-content .ceo-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.meassage-content .ceo-name {
  margin-bottom: 14px;
  color: #fff;
  text-align: center;
  font-size: calc(32px * var(--font-scale));
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .meassage-content .ceo-name {
    font-size: calc(28px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .meassage-content .ceo-name {
    font-size: calc(24px * var(--font-scale));
    margin-bottom: 2px;
  }
}
.meassage-content .ceo-title {
  color: #fff;
  text-align: center;
  font-size: calc(24px * var(--font-scale));
}
@media screen and (max-width: 1400px) {
  .meassage-content .ceo-title {
    font-size: calc(20px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .meassage-content .ceo-title {
    font-size: calc(18px * var(--font-scale));
  }
}
.meassage-content .message-text {
  color: #fff;
  font-size: var(--body-text-font-size);
}

.board-management .board-items-wrapper {
  border-radius: 17px;
  background: var(--Gradient-8, linear-gradient(0deg, #0053a5 0%, #10004d 100%));
}

.board-management-item {
  cursor: pointer;
}
.board-management-item.active .item-content {
  background-color: rgba(6, 106, 168, 0.2);
}
.board-management-item .item-content {
  padding: 20px 8px;
}
@media screen and (max-width: 991px) {
  .board-management-item .item-content {
    padding: 12px 8px;
  }
}
.board-management-item .item-img {
  height: 261px;
}
@media screen and (max-width: 991px) {
  .board-management-item .item-img {
    height: 195px;
  }
}
.board-management-item .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-management-item .item-name {
  color: #000;
  text-align: center;
  font-size: calc(32px * var(--font-scale));
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 1400px) {
  .board-management-item .item-name {
    font-size: calc(28px * var(--font-scale));
  }
}
@media screen and (max-width: 991px) {
  .board-management-item .item-name {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .board-management-item .item-name {
    font-size: calc(24px * var(--font-scale));
  }
}
.board-management-item .item-title {
  color: #000;
  font-size: calc(24px * var(--font-scale));
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .board-management-item .item-title {
    font-size: calc(20px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .board-management-item .item-title {
    font-size: calc(18px * var(--font-scale));
  }
}

.board-management-desc-item {
  display: none;
  animation: fadeEffect 0.8s;
  font-size: var(--body-text-font-size);
}
.board-management-desc-item.active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.swiper.board-management-slider {
  margin-bottom: 30px;
}
.swiper.board-management-slider .nav-prev,
.swiper.board-management-slider .nav-next {
  position: absolute;
  top: 110px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .swiper.board-management-slider .nav-prev,
  .swiper.board-management-slider .nav-next {
    top: 67px;
  }
}
.swiper.board-management-slider .nav-prev img,
.swiper.board-management-slider .nav-next img {
  scale: 1.2;
  filter: drop-shadow(0px 2px 1px black);
}
.swiper.board-management-slider .nav-prev {
  left: 0;
  display: none;
}
.swiper.board-management-slider .nav-next {
  right: 0;
}
.swiper.board-management-slider .nav-next img {
  transform-origin: right;
}

.years-navigation-slider-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .years-navigation-slider-container {
    gap: 2px;
  }
}
.years-navigation-slider-container .nav-prev,
.years-navigation-slider-container .nav-next {
  cursor: pointer;
}

.years-navigation-content-items .years-navigation-content-item {
  display: none;
  animation: fadeEffect 0.8s;
}
.years-navigation-content-items .years-navigation-content-item.active {
  display: block;
}

.years-navigation-slider-container {
  border-bottom: 1px solid #c7c7c7;
}

.years-navigation-slide {
  padding-inline: 24px;
  color: #000;
  text-align: center;
  font-size: calc(36px * var(--font-scale));
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.years-navigation-slide span {
  white-space: nowrap;
}
.years-navigation-slide::after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  background-color: #344c98;
  pointer-events: none;
  transition: opacity 0.4s;
}
@media screen and (max-width: 1400px) {
  .years-navigation-slide {
    font-size: calc(30px * var(--font-scale));
    padding-inline: 16px;
  }
}
@media screen and (max-width: 767px) {
  .years-navigation-slide {
    font-size: calc(24px * var(--font-scale));
    padding-inline: 4px;
  }
}
.years-navigation-slide.active {
  color: #344c98;
}
.years-navigation-slide.active::after {
  opacity: 1;
}

.milestones {
  background: #f6f6f6;
}

.milestones-box {
  height: auto;
  text-decoration: none;
}
.milestones-box .box-wrapper {
  height: 100%;
  padding: 29px 20px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 5.271px 46.387px 5.271px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  .milestones-box .box-wrapper {
    padding: 18px;
  }
}
.milestones-box .box-date {
  color: #000;
  font-size: calc(32px * var(--font-scale));
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 1400px) {
  .milestones-box .box-date {
    font-size: calc(28px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .milestones-box .box-date {
    font-size: calc(24px * var(--font-scale));
  }
}
.milestones-box .box-details {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: calc(24px * var(--font-scale));
  margin-bottom: 18px;
}
@media screen and (max-width: 1400px) {
  .milestones-box .box-details {
    font-size: calc(20px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .milestones-box .box-details {
    font-size: calc(18px * var(--font-scale));
  }
}
.milestones-box .box-img {
  height: 194px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.milestones-box .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.read-more {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #000;
  font-size: calc(24px * var(--font-scale));
  margin-top: 38px;
}
@media screen and (max-width: 1400px) {
  .read-more {
    font-size: calc(20px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .read-more {
    font-size: calc(18px * var(--font-scale));
  }
}

.years-navigation-content-items {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .years-navigation-content-items {
    margin-top: 24px;
  }
}

.milestones-boxes-wrapper {
  width: 100%;
}
.milestones-boxes-wrapper .milestones-boxes.swiper {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .milestones-boxes-wrapper .milestones-boxes.swiper {
    margin-bottom: 24px;
  }
}
.milestones-boxes-wrapper .milestones-boxes.swiper .nav-prev,
.milestones-boxes-wrapper .milestones-boxes.swiper .nav-next {
  cursor: pointer;
}

.brand-boxes-container .slider-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .brand-boxes-container .slider-scrollbar {
    margin-top: 24px;
    display: flex;
  }
}

.brand-desc {
  color: #000;
  font-size: var(--body-text-font-size);
}

.brand-desc-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .brand-desc-content {
    margin-top: 24px;
  }
}

.brand-box {
  height: auto;
  cursor: pointer;
}
.brand-box.active .box-wrapper {
  border-color: #23aeb7;
}
.brand-box.active .box-title {
  color: #23aeb7;
}
.brand-box.active .box-img svg path {
  stroke: #23aeb7;
}
.brand-box .box-wrapper {
  height: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  border-radius: 17px;
  border: 1px solid #bfbfbf;
  transition: all 0.3s;
}
.brand-box .box-img {
  height: 48px;
  transition: all 0.3s;
}
.brand-box .box-title {
  color: #cfcfcf;
  text-align: center;
  font-size: calc(24px * var(--font-scale));
  font-weight: 700;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .brand-box .box-title {
    font-size: calc(20px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .brand-box .box-title {
    font-size: calc(18px * var(--font-scale));
  }
}

.awards {
  background: #f9f9f9;
  position: relative;
}
.awards .background-img-1 {
  position: absolute;
  bottom: 42px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .awards .background-img-1 {
    display: none;
  }
}
.awards .background-img-1 img {
  margin-inline-start: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.awards-cards-container .slider-scrollbar {
  margin-top: 47px;
}
@media screen and (max-width: 1400px) {
  .awards-cards-container .slider-scrollbar {
    margin-top: 20px;
  }
}

.awards-card {
  height: auto;
  text-decoration: none;
}
.awards-card .card-wrapper {
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.awards-card .card-body {
  padding: 20px 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.awards-card .card-img,
.awards-card .box-img {
  height: 210px;
  width: 100%;
}
.awards-card .card-img img,
.awards-card .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.awards-card .card-date {
  color: #7e7e7e;
  font-size: var(--box-date-size);
  font-weight: var(--box-date-weight);
  margin-bottom: 10px;
}
.awards-card .card-title {
  color: #000;
  font-size: var(--box-title-size);
  font-weight: var(--box-title-weight);
  margin-bottom: 10px;
  transition: transform 0.6s;
}
.awards-card .base-btn {
  margin-top: auto;
}

/**/
.sustainability-page .innerpage-content,
.ide-page .innerpage-content {
  padding-top: 0px;
}

.global-compact {
  background: linear-gradient(180deg, #00343d -40%, #00a6b6 90%);
}

.global-compact-slider-container {
  position: relative;
}
.global-compact-slider-container .slider-pagination {
  position: absolute;
  bottom: 20px;
  left: var(--page-container);
  width: auto;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .global-compact-slider-container .slider-pagination {
    bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .global-compact-slider-container .slider-pagination {
    left: 0;
    right: 0;
    justify-content: center;
  }
}
.global-compact-slider-container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 0.4;
  transition: opacity 0.4s;
}
@media screen and (max-width: 1200px) {
  .global-compact-slider-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.global-compact-slider-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.global-compact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline-start: var(--page-container);
  background: linear-gradient(180deg, #00343d -40%, #00a6b6 90%);
  height: auto;
}
@media screen and (max-width: 991px) {
  .global-compact-container {
    flex-direction: column;
  }
}
.global-compact-container .left-side {
  width: 100%;
  max-width: 780px;
  padding-block: 30px;
}
@media screen and (max-width: 991px) {
  .global-compact-container .left-side {
    padding-inline-end: var(--page-container);
  }
}
.global-compact-container .right-side {
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .global-compact-container .right-side {
    align-self: flex-end;
    max-width: 100%;
  }
}
.global-compact-container .right-side img {
  mix-blend-mode: screen;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.global-compact-container .main-section-heading {
  color: #fff;
}
.global-compact-container .main-section-desc {
  color: #fff;
  margin-bottom: 35px;
}

.sustainability-page .inner-banner-content {
  padding-top: 0px;
}

.awards .awards-cards-container ~ .base-btn {
  margin-top: 24px;
}

.milestones .years-navigation-container ~ .base-btn {
  margin-top: 24px;
}

.mission-vision-section {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.mission-vision-section > .background-img-1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mission-vision-section > .background-img-1 {
    display: none;
  }
}
.mission-vision-section > .background-img-1 img {
  width: 170px;
  margin-inline-end: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.mission-vision-section > .background-img-2 {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mission-vision-section > .background-img-2 {
    display: none;
  }
}
.mission-vision-section > .background-img-2 img {
  width: 287px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin-inline-start: auto;
}

.mission-vision-boxes {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 14px;
  perspective: 1000px;
}

.mission-vision-box {
  height: auto;
  transition: margin-inline-start 0.5s;
  overflow: hidden;
  z-index: 2;
  position: relative;
  transform-style: preserve-3d;
}
.mission-vision-box:nth-child(1) {
  flex: 1 0 28%;
}
.mission-vision-box:nth-child(1):has(~ .active) {
  margin-inline-start: calc(-28% - 14px);
}
.mission-vision-box:nth-child(1) .background-img-1 {
  position: absolute;
  top: 140px;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1200px) {
  .mission-vision-box:nth-child(1) .background-img-1 {
    display: block;
  }
}
.mission-vision-box:nth-child(1) .background-img-1 img {
  margin-inline-start: auto;
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .mission-vision-box:nth-child(1) .mission-vision-box-wrapper {
    background-color: #034146;
    padding-bottom: 90px;
  }
}
.mission-vision-box:nth-child(n+2) {
  flex: 1 0 35%;
}
.mission-vision-box:nth-child(3) {
  flex: 1 0 calc(63% + 14px);
}
@media screen and (max-width: 1200px) {
  .mission-vision-box:nth-child(2) .mission-vision-box-wrapper {
    background-color: #281f51;
  }
  .mission-vision-box:nth-child(n+3) .mission-vision-box-wrapper {
    background-color: #ab1368;
  }
}
.mission-vision-box:nth-child(2) .mission-vision-box-wrapper .background-img-1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .mission-vision-box:nth-child(2) .mission-vision-box-wrapper .background-img-1 {
    display: block;
    margin-bottom: 20px;
  }
}
.mission-vision-box.commitments-content-placeholder {
  z-index: 1;
  margin-inline-start: 0px;
  opacity: 1;
  transition: margin-inline-start 0.5s, opacity 0.5s;
}
.mission-vision-box.commitments-content-placeholder .close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.mission-vision-box.commitments-content-placeholder:not(.active) {
  margin-inline-start: calc(-63% - 14px);
  opacity: 0;
}
.mission-vision-box:nth-child(4) .background-img-1 {
  position: absolute;
  top: -50px;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1200px) {
  .mission-vision-box:nth-child(4) .background-img-1 {
    display: block;
  }
}
.mission-vision-box:nth-child(4) .background-img-1 img {
  margin-inline-start: auto;
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mission-vision-box-wrapper {
  background-color: #fff;
  border-radius: 22px;
  padding: 36px 32px;
  height: 100%;
  font-size: var(--body-text-font-size);
}
@media screen and (max-width: 1600px) {
  .mission-vision-box-wrapper {
    padding: 32px 18px;
  }
}

.commitments-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.commitments-item {
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: var(--body-text-font-size);
  color: #000;
}
.commitments-item img {
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .commitments-item img {
    transform: rotate(90deg);
  }
}
.commitments-item.active img {
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .commitments-item.active img {
    transform: rotate(270deg);
  }
}

.our-vision-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr 1fr;
  row-gap: 8px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1400px) {
  .our-vision-boxes {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

.our-vision-box {
  padding: 9px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.our-vision-box:hover .box-img {
  filter: grayscale(0);
}
.our-vision-box .box-img {
  width: 100%;
  height: 174px;
  max-width: 211px;
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
  filter: grayscale(1);
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .our-vision-box .box-img {
    max-width: 100%;
  }
}
.our-vision-box .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-vision-box .box-title {
  color: #000;
  font-size: var(--body-text-font-size);
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .our-vision-box {
    padding: 5px;
  }
}

.commitments-item-wrapper .commitments-content {
  display: none;
}

/* for table */
.commitments-table table {
  font-size: 16px;
  border-collapse: collapse;
}

.commitments-table table th,
td {
  padding: 16px 8px;
  border: 1px solid #eaecf0;
}

.commitments-table table thead {
  background: rgba(111, 199, 234, 0.2);
}

.commitments-table table thead th {
  font-weight: 700;
  color: #281f51;
}

.commitments-table table tbody tr:last-child td {
  font-weight: 700;
  color: #344c98;
}

.commitments-img {
  width: 100%;
  height: 279px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .commitments-img {
    margin-bottom: 20px;
  }
}
.commitments-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .mission-vision-boxes {
    flex-direction: column;
  }
  .mission-vision-box .commitments-item {
    color: #fff;
  }
  .mission-vision-box .commitments-item img {
    filter: invert(1);
  }
  .mission-vision-box .main-section-heading {
    background: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
  }
  .mission-vision-box .main-section-desc,
  .our-vision-box .box-title {
    color: #fff;
  }
  .mission-vision-box.commitments-content-placeholder {
    display: none;
  }
  .commitments-item-wrapper .commitments-content {
    display: block;
  }
  .commitments-item-wrapper .commitments-content .mission-vision-box-wrapper {
    margin-top: 8px;
    background-color: #fff;
    padding: 18px 14px;
  }
  .commitments-items {
    gap: 20px;
  }
}
/**/
.strategic-pillars-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 290px;
  gap: 22px;
  perspective: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .strategic-pillars-boxes {
    grid-auto-rows: 170px;
    gap: 8px;
  }
}

.strategic-pillars-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
}
.strategic-pillars-box:hover .box-img::before {
  opacity: 1;
}
.strategic-pillars-box:hover .box-img img {
  scale: 1.1;
}
.strategic-pillars-box .box-img {
  position: absolute;
  inset: 0;
}
.strategic-pillars-box .box-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3568627451);
  opacity: 0;
  transition: all 0.8s;
  z-index: 1;
}
.strategic-pillars-box .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}
.strategic-pillars-box .box-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--sub-heading-font-size);
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-inline: 8px;
}

.climate-change-section {
  background: linear-gradient(0deg, #0053a5 0%, #10004d 100%);
}
.climate-change-section .main-section-heading {
  color: #fff;
}

.tabs-with-text {
  display: flex;
  gap: 40px;
  font-size: var(--body-text-font-size);
  color: #fff;
}
.tabs-with-text .left-side {
  flex: 0 0 395px;
}
.tabs-with-text .tabs-text-wrapper {
  direction: rtl;
  color: #fff;
  max-height: 530px;
  padding-inline-end: 22px;
  overflow-y: auto;
}
.tabs-with-text .tabs-text-wrapper::-webkit-scrollbar {
  width: 8px;
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.tabs-with-text .tabs-text-wrapper::-webkit-scrollbar-track {
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.tabs-with-text .tabs-text-wrapper::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}
.tabs-with-text .tabs-text-items {
  direction: ltr;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tabs-text-item-container .tabs-text-item-content-wrapper {
  display: none;
}

.tabs-text-item {
  padding: 13px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-radius: 10px;
  transition: background-color 0.4s;
  color: #fff;
  text-decoration: none;
}
.tabs-text-item img {
  transition: transform 0.4s;
}
.tabs-text-item.active {
  background-color: rgba(255, 255, 255, 0.15);
  font-weight: 700;
}
.tabs-text-item.active img {
  transform: rotate(180deg);
}

.tabs-text-full-placeholder-wrapper {
  padding: 30px;
  border-radius: 22px;
  background: rgba(244, 244, 244, 0.09);
  height: auto;
}
.tabs-text-full-placeholder-wrapper .tabs-text-full-placeholder {
  max-height: 470px;
  padding-inline-end: 22px;
  overflow-y: auto;
  margin-bottom: -6px;
  padding-bottom: 6px;
}
.tabs-text-full-placeholder-wrapper .tabs-text-full-placeholder::-webkit-scrollbar {
  width: 8px;
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.tabs-text-full-placeholder-wrapper .tabs-text-full-placeholder::-webkit-scrollbar-track {
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.tabs-text-full-placeholder-wrapper .tabs-text-full-placeholder::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .tabs-with-text .right-side {
    display: none;
  }
  .tabs-with-text .left-side {
    flex: 1;
    max-width: 100%;
  }
  .tabs-text-item img {
    transform: rotate(90deg);
  }
  .tabs-text-item.active img {
    transform: rotate(270deg);
  }
  .tabs-with-text .tabs-text-wrapper {
    max-height: unset;
    padding-inline-end: 0px;
  }
  .tabs-text-item-container .tabs-text-item-content-wrapper {
    display: block;
  }
  .tabs-text-item-container .tabs-text-item-content-wrapper .tabs-text-item-content {
    padding: 18px 14px;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    margin-top: 8px;
  }
}
.tabs-with-slider {
  display: flex;
  align-items: center;
  gap: 0px;
  height: 700px;
}
.tabs-with-slider .left-side {
  flex: 0 0 418px;
  height: 100%;
  position: relative;
}
.tabs-with-slider .left-side .background-img-1 {
  position: absolute;
  top: 100px;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tabs-with-slider .left-side .background-img-1 {
    display: none;
  }
}
.tabs-with-slider .left-side .background-img-1 img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs-with-slider .left-tabs-wrapper {
  padding: 30px;
  border-radius: 22px;
  background: linear-gradient(0deg, #0053a5 0%, #10004d 100%);
  height: 100%;
}
.tabs-with-slider .left-tabs-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.tabs-with-slider .main-section-heading {
  color: #fff;
}
.tabs-with-slider .right-side,
.tabs-with-slider .left-side {
  min-width: 0;
}
.tabs-with-slider .swiper-slide {
  height: auto;
  transition: opacity 0.5s;
  cursor: pointer;
}
.tabs-with-slider .right-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.11;
}
.tabs-with-slider .slide-wrapper {
  padding: 47px 32px;
  border-radius: 22px;
  background: #f6f6f6;
  overflow: hidden;
  display: flex;
  gap: 30px;
  height: 100%;
}
.tabs-with-slider .slide-img {
  width: 330px;
  height: 408px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
.tabs-with-slider .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs-with-slider .slide-title {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  margin-bottom: 18px;
}
.tabs-with-slider .slide-content {
  display: flex;
  flex-direction: column;
  color: #000;
  font-size: var(--body-text-font-size);
}
.tabs-with-slider .slide-content .base-btn {
  margin-top: 35px;
}
@media screen and (max-width: 1500px) {
  .tabs-with-slider .slide-content .base-btn {
    margin-top: 20px;
  }
}
.tabs-with-slider .tabs-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tabs-with-slider.inclusion-tabs .left-tabs-wrapper {
  background: linear-gradient(180deg, #00343d 10%, #00a6b6 90%);
}
.tabs-with-slider.inclusion-tabs .slide-wrapper {
  flex-direction: row-reverse;
}

.tabs-with-slider.generation-youth-tabs .left-tabs-wrapper {
  background: linear-gradient(0deg, #00b5ca 10%, #0053a5 90%);
}

.tabs-with-slider.facts-figures-tabs .left-tabs-wrapper {
  background: linear-gradient(0deg, #953192 10%, #3f123e 90%);
}
.tabs-with-slider.facts-figures-tabs .slide-wrapper {
  flex-direction: row-reverse;
}

.tabs-with-slider.tabs-reveal {
  gap: 45px;
}

.tabs-with-slider.tabs-reveal.reports-tabs {
  gap: 60px;
  height: unset;
  align-items: stretch;
}
.tabs-with-slider.tabs-reveal.reports-tabs .left-tabs-wrapper {
  background: none;
  padding: 0px;
}
.tabs-with-slider.tabs-reveal.reports-tabs .left-side {
  height: auto;
}
.tabs-with-slider.tabs-reveal.reports-tabs .right-side {
  padding-top: 40px;
}
.tabs-with-slider.tabs-reveal.reports-tabs .swiper-slide {
  opacity: 1;
}

.we-able-section {
  background: linear-gradient(0deg, #953192 10%, #3f123e 90%);
}

.tabs-with-slider.tabs-reveal.we-able-tabs {
  gap: 45px;
  align-items: stretch;
  color: #fff;
}
.tabs-with-slider.tabs-reveal.we-able-tabs .main-section-heading {
  margin-bottom: 5px;
}
.tabs-with-slider.tabs-reveal.we-able-tabs .left-tabs-wrapper {
  background: none;
  padding-inline: 0px;
  padding-block: 0px;
}
.tabs-with-slider.tabs-reveal.we-able-tabs .left-side {
  height: auto;
}
@media screen and (min-width: 1201px) {
  .tabs-with-slider.tabs-reveal.we-able-tabs .tabs-text-item img {
    display: block;
    filter: brightness(0);
  }
}
@media screen and (min-width: 1201px) {
  .tabs-with-slider.tabs-reveal.we-able-tabs .tabs-text-item.active {
    background-color: rgba(255, 255, 255, 0.8980392157);
    color: #9b4291;
  }
}

.we-able-content {
  height: inherit;
  overflow-y: auto;
  padding-inline-end: 8px;
}
.we-able-content::-webkit-scrollbar {
  width: 8px;
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.we-able-content::-webkit-scrollbar-track {
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.we-able-content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}
.we-able-content .heading {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  margin-bottom: 20px;
}

.page-container:has(.tabs-with-slider:not(.tabs-reveal)) {
  padding-inline-end: 0px;
}

@media screen and (max-width: 1600px) {
  .tabs-with-slider .left-side {
    flex: 0 0 340px;
  }
  .tabs-with-slider .left-tabs-wrapper {
    padding: 18px;
  }
  .tabs-with-slider .slide-wrapper {
    padding: 18px;
    gap: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container:has(.tabs-with-slider:not(.tabs-reveal)) {
    padding-inline-end: var(--page-container);
  }
  .tabs-with-slider {
    height: auto;
  }
  .tabs-with-slider .tabs-items {
    gap: 12px;
  }
  .tabs-with-slider .right-side {
    display: none;
  }
  .tabs-with-slider .left-side {
    flex: 1;
  }
  .tabs-with-slider .tabs-text-item-container .tabs-text-item-content-wrapper {
    display: block;
  }
  .tabs-with-slider .tabs-text-item-container .tabs-text-item-content {
    padding: 18px 14px;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    margin-top: 8px;
  }
  .tabs-with-slider .slide-img {
    margin-bottom: 20px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .tabs-with-slider .slide-img {
    width: 100%;
  }
  .tabs-with-slider .left-tabs-wrapper {
    padding: 30px 18px;
  }
  .tabs-with-slider:not(.tabs-reveal) .left-tabs-content {
    background-image: url(../img/tabs-with-slider-bg.png);
    background-repeat: no-repeat;
    background-position: 100% -9px;
  }
}
.reports-section {
  background: linear-gradient(0deg, #0053a5 0%, #10004d 100%);
}

.report-slide {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  color: #fff;
}
.report-slide .report-img {
  width: auto;
  height: 509px;
  flex-shrink: 0;
}
.report-slide .report-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.report-slide .report-title {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  margin-bottom: 14px;
}
.report-slide .report-desc {
  margin-bottom: 20px;
}
.report-slide .report-desc .collapse-text {
  overflow: hidden;
}
.report-slide .download-wrapper {
  display: flex;
  padding: 14px 18px;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
}
.report-slide .file-name {
  margin-inline-end: 14px;
  color: #303030;
}
.report-slide .divider {
  margin-inline: 12px;
}
.report-slide.lanscape-report {
  flex-direction: column;
  gap: 18px;
}
.report-slide.lanscape-report .report-img {
  height: 300px;
}

.tabs-with-slider .report-slide {
  cursor: auto;
}

.years-slider-container {
  margin-bottom: 47px;
}

.years-slider {
  margin-bottom: 20px;
  color: #fff;
}
.years-slider .swiper-wrapper {
  align-items: baseline;
}
.years-slider .years-slide {
  font-size: calc(var(--third-level-heading-font-size) * 1.5);
  scale: 0.5;
  font-weight: var(--third-level-heading-font-weight);
}
.years-slider .years-slide.active {
  color: #6fc7ea;
  scale: 1;
}

@media screen and (max-width: 1200px) {
  .years-slider-container {
    margin-bottom: 12px;
  }
  .years-slider {
    margin-bottom: 1px;
  }
  .years-slider .years-slide {
    color: #000;
  }
  .report-slide {
    color: #000;
  }
  .report-slide .download-wrapper {
    box-shadow: 0 4px 50.7px 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .report-slide {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }
  .report-slide .report-img {
    width: 100%;
    height: auto;
  }
  .report-slide .report-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .report-slide .report-title {
    margin-bottom: 5px;
  }
  .years-slider .years-slide {
    font-size: calc(var(--third-level-heading-font-size) * 1.2);
  }
  .years-slide.active {
    color: #344c98;
  }
}
.tab-reveal-content {
  display: none;
}
.tab-reveal-content.active {
  display: block;
}

/**/
.press-btn {
  color: #008ebc;
  border: 1px solid transparent;
  background-color: transparent;
}
@media screen and (max-width: 1399px) {
  .press-btn {
    border: 1px solid #008ebc;
    width: auto;
  }
}
.press-btn.active {
  background-color: #008ebc;
  color: #fff;
  border: 1px solid #008ebc;
}

.press-buttons-wrapper,
.press-actions {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .press-buttons-wrapper,
  .press-actions {
    margin-bottom: 20px;
  }
}

.press-buttons-wrapper {
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .press-buttons-wrapper {
    background-color: transparent;
    border-radius: 0px;
  }
}

.press-actions-wrapper {
  padding: 11px 19px;
  display: flex;
  gap: 10px;
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .press-actions-wrapper {
    flex-direction: column;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
  }
}
.press-actions-wrapper .date-picker {
  border-radius: 72px;
}
.press-actions-wrapper .date-picker input {
  width: 100%;
  background-color: transparent;
  transform: translateY(0.11em);
}
.press-actions-wrapper .rounded-search,
.press-actions-wrapper .date-picker {
  flex: 1 1 0px;
}
.press-actions-wrapper .base-btn {
  min-width: unset;
}

.rounded-search {
  padding: 10px 21px;
  border: 1px solid #000;
  border-radius: 72px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.rounded-search input {
  flex-grow: 1;
  border: none;
  outline: none;
  background-color: transparent;
}

.press-release-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  row-gap: 40px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.press-release-cards .press-card {
  background-color: #fff;
  perspective: 1000px;
  cursor: pointer;
}
.press-release-cards .press-card .press-title {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.press-release-page,
.press-details-page {
  background-color: #f6f6f6;
}

/**/
.press-details-title {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .press-details-title {
    margin-bottom: 20px;
  }
}

.press-gallery-wrapper {
  display: grid;
  grid-template-columns: 1fr 238px;
  gap: 40px;
  margin-bottom: 40px;
  height: 730px;
}
@media screen and (max-width: 991px) {
  .press-gallery-wrapper {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 267px 134px;
  }
}
@media screen and (max-width: 767px) {
  .press-gallery-wrapper {
    gap: 12px;
    margin-bottom: 24px;
  }
}
.press-gallery-wrapper .main-slider,
.press-gallery-wrapper .thumbs-slider {
  height: 100%;
  width: 100%;
  min-width: 0;
}
.press-gallery-wrapper .thumbs-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
.press-gallery-wrapper .swiper-slide {
  transition: opacity 0.4s;
}
.press-gallery-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.press-gallery-wrapper .main-slider .img-caption {
  position: absolute;
  bottom: 0px;
  padding: 6px;
  margin-inline: 14px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  border-radius: 6px;
  color: #fff;
  font-size: var(--body-text-font-size);
}

.press-details-content {
  font-size: var(--body-text-font-size);
}
.press-details-content table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 30px;
}
.press-details-content table td {
  padding: 20px 12px;
  vertical-align: middle;
  border: none;
}
@media screen and (max-width: 767px) {
  .press-details-content table td {
    padding: 8px;
  }
}
.press-details-content table tr:nth-child(even) {
  background: #fff;
}
.press-details-content table tr:nth-child(odd) {
  background: #eeeeee;
}
.press-details-content table tr td:nth-child(1) {
  color: #008ebc;
  font-weight: 700;
  width: 40%;
  border-inline-end: 1px solid #cdcdcd;
}

.colored-link {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}
.colored-link span {
  position: relative;
}
.colored-link::before {
  content: "";
  background-image: linear-gradient(270deg, #00a6b6 10%, #0060a5 90%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  height: 15%;
  border-radius: 8px;
}
.colored-link:hover {
  color: #fff;
}
.colored-link:hover::before {
  height: 100%;
  border-radius: 0;
}

.block-quote {
  padding: 20px;
  border-radius: 20px;
  background-color: #eeeff2;
  display: flex;
  gap: 40px;
  margin-block: 20px;
  max-width: 770px;
}
.block-quote.left-sided {
  float: left;
  margin-inline-end: 18px;
}
.block-quote.right-sided {
  float: right;
  margin-inline-start: 18px;
}
.block-quote .block-img {
  overflow: hidden;
  width: 26%;
  flex-shrink: 0;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .block-quote .block-img {
    width: 100%;
  }
}
.block-quote .block-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .block-quote {
    flex-direction: column;
    gap: 20px;
  }
}

/**/
.ide-page .section.ide-intro {
  background: linear-gradient(270deg, #00b5ca 10.16%, #0053a5 91.41%);
  padding-top: 100px;
  position: relative;
}
.ide-page .section.ide-intro > .background-img-1 {
  position: absolute;
  top: 0px;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ide-page .section.ide-intro > .background-img-1 {
    display: none;
  }
}
.ide-page .section.ide-intro > .background-img-1 img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-start: auto;
}

.ide-intro-content {
  display: flex;
  align-items: flex-end;
  gap: 70px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .ide-intro-content {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}
.ide-intro-content .left-side,
.ide-intro-content .right-side {
  flex: 1 1 0px;
}
.ide-intro-content .ide-img {
  height: 153px;
  margin-bottom: 20px;
}
.ide-intro-content .intro-heading {
  font-weight: 700;
  margin-bottom: 16px;
}
.ide-intro-content .intro-desc {
  font-size: var(--body-text-font-size);
}
.ide-intro-content .ide-intro-box > .box-wrapper {
  padding: 48px 42px;
  border-radius: 22px;
  background: rgba(247, 249, 253, 0.21);
  box-shadow: 15px 4px 52.9px 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(9.6999998093px);
          backdrop-filter: blur(9.6999998093px);
}
@media screen and (max-width: 767px) {
  .ide-intro-content .ide-intro-box > .box-wrapper {
    padding: 20px;
  }
}
.ide-intro-content .ide-intro-box .intro-heading {
  margin-bottom: 34px;
}

.ide-download-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 26px;
}

.ide-download-item {
  width: 100%;
  max-width: 575px;
  cursor: pointer;
}
.ide-download-item .box-wrapper {
  font-size: var(--body-text-font-size);
  color: #000;
  display: flex;
  justify-content: space-between;
  padding: 17px;
  gap: 10px;
  border-radius: 8px;
  background: #fff;
}

.ide-university-video {
  width: 100%;
  height: 478px;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}

.ide-university-desc {
  font-size: var(--body-text-font-size);
  color: #000;
}

.tabs-with-slider.solid-tabs {
  align-items: flex-start;
  color: #000;
}
.tabs-with-slider.solid-tabs .right-side {
  height: 100%;
  width: 100%;
}
.tabs-with-slider.solid-tabs .tab-reveal-container,
.tabs-with-slider.solid-tabs .tab-reveal-content {
  height: inherit;
}
.tabs-with-slider.solid-tabs .left-tabs-wrapper {
  padding: 32px 24px;
}
.tabs-with-slider.solid-tabs .tabs-text-item {
  font-size: 19px;
  transition: all 0.4s;
}
@media screen and (min-width: 1201px) {
  .tabs-with-slider.solid-tabs .tabs-text-item {
    background-color: #fff;
    color: #585858;
  }
}
@media screen and (min-width: 1201px) {
  .tabs-with-slider.solid-tabs .tabs-text-item img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tabs-with-slider.solid-tabs .tabs-text-item {
    font-size: 16px;
  }
}
.tabs-with-slider.solid-tabs .tabs-text-item.active {
  font-size: 22px;
}
@media screen and (min-width: 1201px) {
  .tabs-with-slider.solid-tabs .tabs-text-item.active {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .tabs-with-slider.solid-tabs .tabs-text-item.active {
    font-size: 18px;
  }
}
.tabs-with-slider.solid-tabs .tabs-with-slider .tabs-items {
  gap: 11px;
}

.we-tabs.tabs-with-slider .left-tabs-wrapper {
  background: linear-gradient(0deg, #953192 10%, #3f123e 90%);
}

.we-tabs-content {
  height: 100%;
  overflow-y: auto;
  padding-inline-end: 10px;
}
.we-tabs-content::-webkit-scrollbar {
  width: 14px;
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.we-tabs-content::-webkit-scrollbar-track {
  background: rgb(154, 165, 204);
  border-radius: 10px;
}
.we-tabs-content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 0 4px rgb(154, 165, 204);
}
.we-tabs-content .heading {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  margin-bottom: 20px;
}
.we-tabs-content .we-introduction-img {
  width: 100%;
  height: 258px;
  max-width: 614px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .we-tabs-content .we-introduction-img {
    height: auto;
  }
}
.we-tabs-content .we-introduction-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.we-tabs-content .we-tabs-paragraph:not(:last-child) {
  margin-bottom: 40px;
}
.we-tabs-content .we-tabs-video {
  width: 556px;
  height: 312px;
  margin-bottom: 24px;
}
.we-tabs-content .we-support-img {
  width: 100%;
  max-width: 624px;
  height: 351px;
  aspect-ratio: 16/9;
  margin-bottom: 24px;
}
.we-tabs-content .we-support-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.we-tabs-content .we-succeed-img {
  width: 100%;
  max-width: 408px;
  height: 408px;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
}
.we-tabs-content .we-succeed-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.we-section .videos-items-container::before {
  background: linear-gradient(0deg, #953192 10%, #3f123e 90%);
}
.we-section .main-section-desc {
  margin-bottom: 34px;
}
.we-section .btns-wrapper {
  display: flex;
  border-radius: 72px;
  background-color: #f6f6f6;
}
.we-section .btns-wrapper a {
  color: #442c43;
}
.we-section .btns-wrapper a.active {
  color: #fff;
  background: #442c43;
}

.paragraph-with-img {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.paragraph-with-img.centered-items {
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .paragraph-with-img.centered-items {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1500px) {
  .paragraph-with-img {
    grid-template-columns: 1fr;
  }
}

.we-tabs-small-paragraph .heading {
  font-size: var(--body-text-font-size);
  font-weight: 800;
  margin-bottom: 5px;
}
.we-tabs-small-paragraph p {
  font-size: var(--body-text-font-size);
}
.we-tabs-small-paragraph:not(:last-child) {
  margin-bottom: 18px;
}

.zy-generations .years-slider {
  margin-bottom: 20px;
  color: #000;
}
.zy-generations .years-slider-container {
  margin-bottom: 20px;
}
.zy-generations .years-slider .swiper-slide {
  opacity: 1;
}
.zy-generations .report-slide {
  color: #000;
}

.collapsible-text .show-more,
.collapsible-text .show-less {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}
.collapsible-text .show-more {
  color: inherit;
}
.collapsible-text .show-less {
  display: none;
}

.financial-contributions-table {
  font-size: 16px;
  border-collapse: collapse;
}
.financial-contributions-table th,
.financial-contributions-table td {
  padding: 16px 8px;
  border: 1px solid #eaecf0;
}
.financial-contributions-table thead {
  background: rgba(111, 199, 234, 0.2);
}
.financial-contributions-table thead th {
  font-weight: 700;
  color: #281f51;
}
.financial-contributions-table tbody tr:last-child td {
  font-weight: 700;
  color: #344c98;
}

.image-with-btn {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .image-with-btn {
    flex-direction: column;
  }
}
.image-with-btn .image-wrapper {
  max-width: 800px;
}
.image-with-btn .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.we-able-library-section .background-img-1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .we-able-library-section .background-img-1 {
    display: none;
  }
}
.we-able-library-section .background-img-1 img {
  margin-inline-start: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.we-able-slider-container .slider-navigation {
  margin-top: 20px;
}

.we-able-video {
  max-width: 644px;
  width: 100%;
  height: 363px;
  margin-bottom: 20px;
}

.we-able-library-section {
  position: relative;
}

.we-able-library-slider-container .we-able-library-slide {
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  .we-able-library-slider-container .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    -moz-column-gap: 60px;
         column-gap: 60px;
    transform: translate3d(0) !important;
  }
  .we-able-library-slider-container .we-able-library-slide {
    flex: 0 1 calc(33.333% - 40px);
    width: calc(33.333% - 40px);
  }
  .we-able-library-slider-container .slider-scrollbar {
    display: none;
  }
}
.we-able-library-slider-container .slider-scrollbar {
  margin-top: 20px;
}

.we-able-library-slide .slide-img {
  margin-bottom: 20px;
  width: 100%;
  height: 300px;
}
.we-able-library-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.we-able-library-slide .slide-desc {
  color: #000;
  text-align: center;
}

.tabs-with-slider.be-well-tabs {
  align-items: flex-start;
}
.tabs-with-slider.be-well-tabs .left-tabs-wrapper {
  background: linear-gradient(#4ec9f5, #953192);
}
.tabs-with-slider.be-well-tabs .right-side {
  height: 100%;
}
.tabs-with-slider.be-well-tabs .tab-reveal-container,
.tabs-with-slider.be-well-tabs .tab-reveal-content {
  height: inherit;
}

.tabs-item-group {
  /*
  &:has(.tabs-text-item.active) {
    .tabs-item-group-text img {
      transform: rotate(180deg);
    }
  }
  */
}
.tabs-item-group .tabs-item-group-text {
  padding: 13px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: background-color 0.4s;
  color: #344c98;
  background-color: #d9f4ff;
}
.tabs-item-group .tabs-item-group-text img {
  filter: brightness(0);
  transition: all 0.4s;
}
.tabs-item-group .tabs-item-group-content {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tabs-item-group .tabs-text-item {
  color: #585858;
}
.tabs-item-group .tabs-text-item img {
  filter: brightness(0.4);
}
.tabs-item-group .tabs-text-item.active {
  color: #000;
}
.tabs-item-group .tabs-text-item.active img {
  filter: brightness(0);
}

.tabs-with-slider.di-tabs {
  align-items: center;
}
.tabs-with-slider.di-tabs .right-side {
  height: unset;
}
.tabs-with-slider.di-tabs .left-side .background-img-1 {
  bottom: 0px;
  top: unset;
}

.ide-reports-years-navigation {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .ide-reports-years-navigation {
    margin-top: 20px;
  }
}
.ide-reports-years-navigation .years-navigation-slide::after {
  background-color: #8f37b8;
}
.ide-reports-years-navigation .years-navigation-slide.active {
  color: #8f37b8;
}

.ide-reports {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ide-report {
  transition: box-shadow 0.3s;
  border-radius: 12px;
}
.ide-report:hover {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.0509803922);
}
.ide-report:hover .report-date {
  color: #8f37b8;
}
.ide-report .report-wrapper {
  padding: 32px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ide-report .report-wrapper {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 2px;
  }
}
.ide-report .report-date {
  font-weight: 700;
  transition: color 0.3s;
}
.ide-report .right-side {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .ide-report .right-side {
    gap: 8px;
  }
}
.ide-report .divider {
  height: 16px;
  width: 1px;
  flex: 0 0 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .ide-report .divider {
    display: none;
  }
}
.ide-report .download-item {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ide-report .download-item {
    border: 1px solid #e4e4e4;
    padding: 12px;
    font-size: 16px;
  }
}
.ide-report .download-item img {
  display: block;
  margin-inline-end: 16px;
}
.ide-report .download-item .item-size {
  margin-inline-end: 8px;
  color: #959595;
}

.ide-gallery-section {
  background: linear-gradient(90deg, #0053a5 0%, #10004d 100%);
}
.ide-gallery-section .main-section-heading {
  color: #fff;
}
.ide-gallery-section .btns-wrapper {
  display: flex;
  border-radius: 72px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1200px) {
  .ide-gallery-section .btns-wrapper {
    display: none;
  }
}
.ide-gallery-section .btns-wrapper a {
  color: #353535;
  max-width: 330px;
}
.ide-gallery-section .btns-wrapper a.active {
  color: #fff;
  background: #0152a4;
}
.ide-gallery-section .tab-reveal-container,
.ide-gallery-section .tab-reveal-content,
.ide-gallery-section .ide-gallery-content,
.ide-gallery-section .ide-gallery-content-container,
.ide-gallery-section .ide-gallery-thumbs-slider {
  height: 100%;
}
.ide-gallery-section .tabs-with-slider .right-side,
.ide-gallery-section .tabs-with-slider .left-side {
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .ide-gallery-section .tabs-with-slider .left-side {
    display: none;
  }
}
.ide-gallery-section .ide-gallery-content {
  padding: 34px 42px;
  background: rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .ide-gallery-section .ide-gallery-content {
    padding: 12px 10px;
  }
}
.ide-gallery-section .ide-gallery-content-container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .ide-gallery-section .ide-gallery-content-container {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-container {
  flex: 0 0 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-container .nav-next,
.ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-container .nav-prev {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-container .nav-next,
  .ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-container .nav-prev {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-container {
    flex: 1;
    width: 100%;
  }
}
.ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-slider {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-slider .swiper-slide:nth-child(odd) {
    padding-inline-end: 10px;
    margin-inline-start: 0px !important;
  }
  .ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-slider .swiper-slide:nth-child(even) {
    margin-inline-start: 0px !important;
    padding-inline-start: 10px;
  }
  .ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-slider .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
.ide-gallery-section .ide-gallery-content-container .ide-gallery-slider {
  width: 100%;
  min-width: 0;
}
.ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-slide .img-wrapper {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: all 0.4s;
}
.ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-slide .img-wrapper img {
  border-radius: 4px;
}
.ide-gallery-section .ide-gallery-content-container .ide-gallery-thumbs-slide.active .img-wrapper {
  background-color: #fff;
  padding: 4px;
  filter: grayscale(0);
}
.ide-gallery-section .ide-gallery-content-container .swiper-slide {
  opacity: 1;
  border-radius: 5px;
  overflow: hidden;
}
.ide-gallery-section .ide-gallery-content-container img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ide-gallery-tabs .tabs-text-item-content-wrapper .tabs-text-item-content {
  padding: 0px;
  border: 0px;
  background: transparent;
}

.be-well-gallery .videos-items-content {
  direction: inherit;
  margin-bottom: 20px;
}
.be-well-gallery .video-item {
  width: 100%;
}
.be-well-gallery .video-full-wrapper {
  height: 430px;
}

/**/
.facts-and-figures-section {
  position: relative;
}
.facts-and-figures-section:has(.tabs-text-item-container:first-child .active) > .background-img-1 {
  display: block;
}
.facts-and-figures-section > .background-img-1 {
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  display: none;
}
@media screen and (max-width: 1200px) {
  .facts-and-figures-section > .background-img-1 {
    display: none;
  }
}
.facts-and-figures-section > .background-img-1 img {
  margin-inline: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.facts-and-figures-section > .page-container {
  z-index: 1;
}

.financial-highlights-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.key-figures-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-auto-rows: 1fr;
  row-gap: 24px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.key-figures-boxes .key-figures-box .box-wrapper {
  padding-inline: 14px;
}

.financial-highlights-box .box-wrapper,
.key-figures-box .box-wrapper {
  background: rgba(247, 249, 253, 0.6);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  border-radius: 12px;
  padding: 55px 35px 50px;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .financial-highlights-box .box-wrapper,
  .key-figures-box .box-wrapper {
    padding: 20px;
  }
}
.financial-highlights-box .blue-heading,
.key-figures-box .blue-heading {
  font-size: var(--body-text-font-size);
  color: #0060a5;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .financial-highlights-box .blue-heading,
  .key-figures-box .blue-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .financial-highlights-box .blue-heading,
  .key-figures-box .blue-heading {
    font-size: 16px;
    display: flex;
    gap: 0.35ch;
    flex-wrap: wrap;
  }
}
.financial-highlights-box .black-heading,
.key-figures-box .black-heading {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .financial-highlights-box .black-heading,
  .key-figures-box .black-heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .financial-highlights-box .black-heading,
  .key-figures-box .black-heading {
    font-size: 24px;
  }
}
.financial-highlights-box .small-heading,
.key-figures-box .small-heading {
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  .financial-highlights-box .small-heading,
  .key-figures-box .small-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .financial-highlights-box .small-heading,
  .key-figures-box .small-heading {
    font-size: 16px;
  }
}

.blur-only:hover img {
  animation: blurOnly 0.5s ease-in-out;
}

.shake-only:hover img {
  animation: shakeOnly 0.5s ease-in-out;
}

@keyframes blurShake {
  0% {
    transform: translate(0, 0);
    filter: blur(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-1px, -2px);
  }
  50% {
    filter: blur(4px);
  }
  60% {
    transform: translate(2px, 1px);
  }
  80% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
    filter: blur(0);
  }
}
@keyframes blurOnly {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes shakeOnly {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-1px, -2px);
  }
  60% {
    transform: translate(2px, 1px);
  }
  80% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fact-sheet-slider-container {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}
.fact-sheet-slider-container .nav-next,
.fact-sheet-slider-container .nav-prev {
  cursor: pointer;
}

.fact-sheet-content-items .fact-sheet-content-item {
  display: none;
  animation: fadeEffect 0.8s;
}
.fact-sheet-content-items .fact-sheet-content-item.active {
  display: block;
}

.fact-sheet-slider {
  min-width: 0;
}
.fact-sheet-slider .fact-sheet-slide.swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  opacity: 1;
  font-weight: 700;
}
.fact-sheet-slider .fact-sheet-slide.swiper-slide.active p {
  background: linear-gradient(270deg, #00a6b6 10%, #0060a5 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.text-with-btn {
  display: flex;
  gap: 120px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .text-with-btn {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .text-with-btn {
    flex-wrap: wrap;
  }
}
.text-with-btn .base-btn {
  white-space: nowrap;
}

.zain-group-map {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 25px;
  margin-block: 30px;
}
@media screen and (max-width: 767px) {
  .zain-group-map {
    grid-template-columns: 1fr;
  }
}
.zain-group-map .world-map-img {
  width: 100%;
}
.zain-group-map .world-map-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zain-group-map .right-side-boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.zain-group-map .right-side-boxes .box {
  box-shadow: 0px 4px 55.8px 1px rgba(0, 0, 0, 0.0588235294);
  border-radius: 20px;
}
.zain-group-map .right-side-boxes .box .box-wrapper {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.zain-group-map .right-side-boxes .box .box-item {
  display: flex;
  gap: 12px;
}
.zain-group-map .right-side-boxes .box .colored-box {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.ownership-color {
  background-color: #10004d;
}

.revenu-color {
  background-color: #6fc7ea;
}

.customer-color {
  background-color: #344c98;
}

.zain-group-statistics-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  row-gap: 24px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.zain-group-statistics-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.zain-group-statistics-item .country-row {
  display: flex;
  gap: 12px;
}
.zain-group-statistics-item .country-row .country-img {
  width: 32px;
  height: 26px;
  flex-shrink: 0;
}
.zain-group-statistics-item .country-row .country-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zain-group-statistics-item .statistics-row {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 4fr 4fr;
  border-radius: 5px;
  overflow: hidden;
}
.zain-group-statistics-item .statistics-row > div {
  padding-top: 2px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.zain-group-statistics-item .statistics-flags {
  display: flex;
  gap: 12px;
}

.tabs-with-slider.facts-and-figures-tabs {
  margin-top: 20px;
  height: auto;
}
.tabs-with-slider.facts-and-figures-tabs .left-tabs-wrapper {
  padding: 0px;
  background: transparent;
}
.tabs-with-slider.facts-and-figures-tabs .tabs-text-item {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
}
@media screen and (max-width: 1200px) {
  .tabs-with-slider.facts-and-figures-tabs .tabs-text-item {
    color: #000;
    background: rgba(222, 234, 235, 0.3019607843);
    -webkit-backdrop-filter: blur(54px);
            backdrop-filter: blur(54px);
  }
}
.tabs-with-slider.facts-and-figures-tabs .tabs-text-item img {
  transform: rotate(0deg);
}
.tabs-with-slider.facts-and-figures-tabs .tabs-text-item.active {
  font-size: var(--third-level-heading-font-size);
}
.tabs-with-slider.facts-and-figures-tabs .tabs-text-item.active p {
  background: linear-gradient(270deg, #00a6b6 10%, #0060a5 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.tabs-with-slider.facts-and-figures-tabs .tabs-text-item.active img {
  transform: rotate(180deg);
}

.key-milestones-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 45px;
}
@media screen and (max-width: 1400px) {
  .key-milestones-boxes {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}

.key-milestones-box {
  box-shadow: 0px 5.27px 46.39px 5.27px rgba(0, 0, 0, 0.0392156863);
  border-radius: 26px;
  background-color: #fff;
}
.key-milestones-box .box-wrapper {
  padding: 42px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1400px) {
  .key-milestones-box .box-wrapper {
    padding: 20px;
  }
}
.key-milestones-box .box-heading {
  font-weight: 700;
  margin-bottom: 12px;
}

.ward-progress-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media screen and (max-width: 991px) {
  .ward-progress-boxes {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.ward-progress-box {
  box-shadow: 0px 4px 55.8px 1px rgba(0, 0, 0, 0.0588235294);
  border-radius: 12px;
  color: #3c3c3c;
}
.ward-progress-box .box-wrapper {
  background: #fff;
  padding: 24px;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .ward-progress-box .box-wrapper {
    padding: 20px;
  }
}
.ward-progress-box .box-img {
  height: 80px;
  margin-bottom: 14px;
}
.ward-progress-box .box-img img {
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ward-progress-box .box-heading {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .ward-progress-box .box-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ward-progress-box .box-heading {
    font-size: 20px;
  }
}
.ward-progress-box .box-botoom-items {
  width: 100%;
  border-top: 1px solid rgba(118, 118, 118, 0.4);
  margin-top: 18px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .ward-progress-box .box-botoom-items {
    flex-direction: column;
  }
}
.ward-progress-box .box-botoom-items .box-botoom-item {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.ward-progress-box .box-botoom-items .box-botoom-item img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.we-introduction-img {
  transform-style: preserve-3d;
}

.financial-reports-wrapper {
  display: flex;
  gap: 47px;
  border-bottom: 3px solid #eaeaea;
}
.financial-reports-wrapper > .left-side, .financial-reports-wrapper > .right-side {
  min-width: 0;
  flex: 1;
}
.financial-reports-wrapper .divider {
  width: 3px;
  height: auto;
  flex: 0 0 3px;
  background-color: #eaeaea;
}
@media screen and (max-width: 1200px) {
  .financial-reports-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .financial-reports-wrapper .divider {
    display: none;
  }
}

.annual-report-container {
  margin-bottom: 25px;
}
.annual-report-container .heading {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  margin-bottom: 18px;
}

.annual-report-item {
  position: relative;
  height: 350px;
}
.annual-report-item .overview-document {
  min-width: unset;
  width: 100%;
}
.annual-report-item .report-img {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
}
.annual-report-item .report-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.anuual-reports-documents {
  display: flex;
  gap: 16px;
  height: 100%;
  position: relative;
  z-index: 1;
  align-items: flex-end;
  padding: 24px;
}

/**/
.financial-years-slider {
  margin-top: 40px;
  color: #000;
}
.financial-years-slider .swiper-wrapper {
  align-items: baseline;
}
.financial-years-slider .financial-years-slide {
  font-size: calc(var(--third-level-heading-font-size) * 1.5);
  scale: 0.5;
  font-weight: var(--third-level-heading-font-weight);
  cursor: pointer;
}
.financial-years-slider .financial-years-slide.active {
  color: #5781e7;
  scale: 1;
}

.annual-report-item,
.quarters-boxes,
.dividend-boxes,
.general-assembly-boxes {
  display: none;
  animation: fadeEffect 0.8s;
}
.annual-report-item.active,
.quarters-boxes.active,
.dividend-boxes.active,
.general-assembly-boxes.active {
  display: block;
}

.reports-slider .report-slide {
  display: none;
  animation: fadeEffect 0.8s;
}
.reports-slider .report-slide.active {
  display: flex;
}

.quarters-container,
.dividend-container,
.general-assembly-container {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eaeaea;
}
.quarters-container .heading,
.dividend-container .heading,
.general-assembly-container .heading {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
  margin-bottom: 18px;
}

.quarter-box:not(:last-child) {
  margin-bottom: 14px;
}
.quarter-box:hover .box-wrapper {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.0509803922);
}
.quarter-box:hover .box-name {
  color: #8f37b8;
}
.quarter-box .box-wrapper {
  padding: 20px 40px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .quarter-box .box-wrapper {
    flex-wrap: wrap;
  }
}
.quarter-box .box-name {
  flex: 0 0 320px;
  font-weight: 700;
  transition: color 0.3s;
}

.quarter-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  position: relative;
  text-decoration: none;
}
.quarter-item:last-child::after {
  display: none;
}
.quarter-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  inset-inline-end: 0px;
}
.quarter-item img {
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.quarter-item p {
  flex: 1;
}

.quarter-items {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  width: 100%;
}
.quarter-items .swiper-button-disabled {
  opacity: 0.4;
}

.quarter-items-slider {
  width: 100%;
}

.dividend-box:not(:last-child) {
  margin-bottom: 14px;
}
.dividend-box:hover .box-wrapper {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.0509803922);
}
.dividend-box:hover .box-name {
  color: #8f37b8;
}
.dividend-box .box-wrapper {
  padding: 20px 40px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.dividend-box .box-name {
  flex: 0 0 320px;
  font-weight: 700;
  transition: color 0.3s;
}

.dividend-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}
.dividend-item img {
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dividend-item p {
  flex: 1;
}

.dividend-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
}

.general-assembly-box:not(:last-child) {
  margin-bottom: 14px;
}
.general-assembly-box:hover .box-wrapper {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.0509803922);
}
.general-assembly-box:hover .box-name {
  color: #8f37b8;
}
.general-assembly-box .box-wrapper {
  padding: 20px 40px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.general-assembly-box .box-name {
  flex: 0 0 320px;
  font-weight: 700;
  transition: color 0.3s;
}

.general-assembly-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}
.general-assembly-item img {
  display: block;
}
.general-assembly-item p {
  flex: 1;
}

.general-assembly-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
}

@media screen and (max-width: 1200px) {
  .general-assembly-items,
  .dividend-items {
    flex-direction: column;
    align-items: flex-start;
  }
  .general-assembly-items .divider,
  .dividend-items .divider {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .general-assembly-items,
  .dividend-items {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 12px;
    box-shadow: 0px 4px 17.8px 0px rgba(0, 0, 0, 0.0784313725);
  }
  .general-assembly-item,
  .dividend-item {
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 13px;
  }
  .dividend-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .dividend-item {
    flex-direction: column;
    text-align: center;
  }
  .dividend-item:first-child {
    grid-column: span 2;
  }
  .general-assembly-item {
    width: 100%;
  }
  .dividend-box .box-wrapper,
  .general-assembly-box .box-wrapper {
    padding: 0px;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
  }
  .dividend-box .box-name,
  .general-assembly-box .box-name {
    flex: auto;
  }
}
.shareholders-section {
  position: relative;
}
.shareholders-section .background-img-1 {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .shareholders-section .background-img-1 {
    display: none;
  }
}
.shareholders-section .background-img-1 img {
  margin-inline-end: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.shareholders-section .page-container {
  position: relative;
  z-index: 1;
}

.shareholders-container {
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .shareholders-container {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.shareholders-container #chart-data {
  display: none;
}
.shareholders-container .chart-container {
  flex: 0 0 252px;
  aspect-ratio: 1/1;
}

.shareholders-item {
  display: flex;
  align-items: flex-start;
  gap: 29px;
}
@media screen and (max-width: 767px) {
  .shareholders-item {
    gap: 2px;
  }
}
.shareholders-item:not(:last-child) {
  margin-bottom: 21px;
}
.shareholders-item .shareholders-percentage {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .shareholders-item .shareholders-percentage {
    flex: 0 0 120px;
  }
}
.shareholders-item .colored-box {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .shareholders-item .colored-box {
    width: 20px;
    height: 20px;
  }
}
.shareholders-item .percentage-value {
  font-weight: 700;
}

.ir-app-section {
  background-image: linear-gradient(#0ca5b5, #00343d);
}

.ir-app-container {
  display: flex;
  gap: 94px;
  align-items: center;
  color: #fff;
  font-size: 32px;
  overflow: hidden;
}
.ir-app-container > .ir-app-download {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ir-app-container {
    font-size: 24px;
    gap: 35px;
  }
}
@media screen and (max-width: 991px) {
  .ir-app-container {
    flex-direction: column-reverse;
    font-size: var(--body-text-font-size);
    gap: 20px;
  }
  .ir-app-container > .ir-app-download {
    display: block;
  }
}
.ir-app-container .left-side {
  width: 388px;
  flex: 0 0 388px;
  height: 773px;
}
@media screen and (max-width: 991px) {
  .ir-app-container .left-side {
    width: auto;
    flex: auto;
    height: auto;
  }
}
.ir-app-container .left-side img,
.ir-app-container .left-side picture {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ir-app-container .right-side {
  flex-grow: 1;
}
.ir-app-container .right-side .ir-app-download {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .ir-app-container .right-side .ir-app-download {
    display: none;
  }
}

.app-stores {
  display: flex;
  gap: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .app-stores {
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .app-stores {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .shareholders-content .header-with-btn .base-btn {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .shareholders-container > .base-btn {
    display: none;
  }
}

.world-of-zain-content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .world-of-zain-content {
    grid-template-columns: 1fr;
  }
}
.world-of-zain-content .world-map-img {
  width: 100%;
}
.world-of-zain-content .world-map-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.world-of-zain-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.world-of-zain-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.world-of-zain-item .bold-font {
  padding-inline-end: 8px;
}
.world-of-zain-item .item-img {
  width: 40px;
}
.world-of-zain-item .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fact-sheet-slider.world-of-zain-slider .fact-sheet-slide {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  padding: 4px 18px;
  border-radius: 12px;
  border: 1.5px solid transparent;
}
@media screen and (max-width: 1400px) {
  .fact-sheet-slider.world-of-zain-slider .fact-sheet-slide {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .fact-sheet-slider.world-of-zain-slider .fact-sheet-slide {
    font-size: 22px;
  }
}
.fact-sheet-slider.world-of-zain-slider .fact-sheet-slide.active {
  border-color: #23aeb7;
}
.fact-sheet-slider.world-of-zain-slider .country-img {
  width: 32px;
  flex: 0 0 32px;
}

.inner-banner-img {
  overflow: hidden;
}

.m2m-intro {
  background: #281f51;
}

.m2m-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .m2m-container {
    flex-direction: column;
  }
}
.m2m-container .left-side {
  max-width: 725px;
}
.m2m-container .main-section-desc {
  color: #fff;
}
.m2m-container .m2m-image {
  width: 480px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .m2m-container .m2m-image {
    width: auto;
  }
}
.m2m-container .m2m-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.innerpage-content:has(.m2m-intro),
.innerpage-content:has(.copyrights-container) {
  padding-top: 0px;
}

.m2m-intro {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

.m2m-intro-desc p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m2m-intro-desc p {
    margin-bottom: 20px;
  }
}

.m2m-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  margin-bottom: 100px;
  perspective: 800px;
}
@media screen and (max-width: 1400px) {
  .m2m-boxes {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m2m-boxes {
    margin-bottom: 20px;
  }
}

.m2m-box {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.m2m-box .box-wrapper {
  display: flex;
  padding: 18px 11px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 55.8px 1px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.m2m-content {
  text-align: center;
}
.m2m-content .main-section-heading {
  margin-inline: auto;
}

.intersted-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.intersted-row .left-side {
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
}
.intersted-row .right-side {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.copyrights-section {
  position: relative;
}
.copyrights-section .background-img-1 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin-inline-start: var(--page-container);
}
@media screen and (max-width: 1200px) {
  .copyrights-section .background-img-1 {
    display: none;
  }
}
.copyrights-section .background-img-1 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.copyrights-container {
  gap: 20px;
  padding-top: var(--section-padding-top);
}
.copyrights-container .copyrights-content {
  max-width: 52%;
  margin-inline-start: auto;
}
@media screen and (max-width: 1200px) {
  .copyrights-container .copyrights-content {
    max-width: 100%;
  }
}

.media-gallery-tabs.tabs-with-slider .left-side .background-img-1 {
  top: unset;
  bottom: 0px;
}
.media-gallery-tabs.tabs-with-slider .left-tabs-wrapper {
  background: linear-gradient(0deg, #953192 10%, #3f123e 90%);
}

.logos-slider-container {
  margin-top: 32px;
}
.logos-slider-container .slider-scrollbar {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .logos-slider-container .slider-scrollbar {
    margin-top: 30px;
  }
}

.logos-slide .slide-wrapper {
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 4.689px 41.261px 4.689px rgba(0, 0, 0, 0.04);
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .logos-slide .slide-wrapper {
    gap: 18px;
  }
}
.logos-slide .slide-img {
  width: 80%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.logos-slide .slide-img img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.headquaters-slider .slide-img {
  height: 165px;
}

.corporate-magazine-tabs.tabs-with-slider .left-side .background-img-1 {
  top: unset;
  bottom: 0px;
}

.Zainiac-slide .slide-wrapper {
  display: flex;
  padding: 7px 4px 15px;
  flex-direction: column;
  align-items: center;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 5.271px 46.387px 5.271px rgba(0, 0, 0, 0.04);
  gap: 5px;
}
.Zainiac-slide .slide-img {
  height: 303px;
}
.Zainiac-slide .slide-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Zainiac-slide .slide-title {
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .Zainiac-slide .slide-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Zainiac-slide .slide-title {
    font-size: 18px;
  }
}
.Zainiac-slide .slide-downloads {
  display: flex;
  align-items: center;
  gap: 22px;
}
.Zainiac-slide .slide-downloads .divider {
  width: 1px;
  flex: 0 0 1px;
  height: 20px;
  background-color: #9a9a9a;
}
.Zainiac-slide .slide-download {
  display: flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  text-decoration: none;
}

.purple-videos .videos-items-container::before {
  background-color: #442c43;
}
.purple-videos .video-item.active .video-item-wrapper {
  border: 1px solid #9b4291;
}
.purple-videos .video-item.active .video-title {
  color: #442c43;
}

.contact-us-tabs.tabs-with-slider {
  align-items: stretch;
  gap: 8px;
  height: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .contact-us-tabs.tabs-with-slider {
    display: none;
  }
}
.contact-us-tabs.tabs-with-slider .left-tabs-wrapper {
  background: linear-gradient(0deg, #953192 10%, #3f123e 90%);
}
.contact-us-tabs.tabs-with-slider .right-side {
  height: auto;
}
.contact-us-tabs.tabs-with-slider .tab-reveal-container {
  height: 100%;
}
.contact-us-tabs.tabs-with-slider .tabs-text-item {
  background-color: #f6f6f6;
}
.contact-us-tabs.tabs-with-slider .tabs-text-item.active {
  background: rgba(255, 255, 255, 0.9);
}

.contact-us-content {
  display: flex;
  gap: 2px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contact-us-content {
    flex-direction: column;
    gap: 8px;
  }
}
.contact-us-content .map-container {
  height: auto;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .contact-us-content .map-container {
    height: 308px;
    flex: auto;
    border-radius: 20px;
    overflow: hidden;
  }
}
.contact-us-content .map-container iframe {
  width: 100%;
  height: 100%;
}
.contact-us-content .contact-us-box {
  flex: 0 0 390px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-us-content .contact-us-box {
    flex: auto;
  }
}
.contact-us-content .contact-us-box .box-wrapper {
  height: 100%;
  padding: 43px 20px;
  border-radius: 17px;
  background: linear-gradient(0deg, #953192 10%, #3f123e 90%);
}
.contact-us-content .contact-us-box .heading {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: var(--body-text-font-size);
}
.contact-us-content .contact-us-box .contact-us-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-us-content .contact-us-box .contact-us-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .contact-us-content .contact-us-box .contact-us-item {
    font-size: 16px;
  }
}
.contact-us-content .contact-us-box .contact-us-item a {
  color: #fff;
  text-decoration: none;
}
.contact-us-content .contact-us-box .contact-us-item img {
  width: 24px;
}

.tabs-with-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .tabs-with-icon {
    gap: 8px;
  }
}
.tabs-with-icon img {
  display: block !important;
  transform: none !important;
  width: 27px;
  flex: 0 0 27px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-us-tabs-responsive {
  margin-top: 20px;
}
@media screen and (min-width: 1201px) {
  .contact-us-tabs-responsive {
    display: none;
  }
}
.contact-us-tabs-responsive .swiper-slide {
  width: auto;
}
.contact-us-tabs-responsive .swiper-slide.active .tabs-with-icon {
  background-color: #442c43;
  color: #fff;
}
.contact-us-tabs-responsive .tabs-with-icon {
  cursor: pointer;
  padding: 15px 28px;
  border: 1px solid #442c43;
  border-radius: 72px;
}
.contact-us-tabs-responsive .contact-us-tabs-content {
  margin-top: 16px;
}

/**/
.feedback-content {
  position: relative;
}
.feedback-content .background-img-1 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  top: 57%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .feedback-content .background-img-1 {
    display: none;
  }
}
.feedback-content .background-img-1 img {
  margin-inline-end: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.feedback-content .page-container {
  position: relative;
  z-index: 1;
}

.policies-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.policies-btns .policies-btns-wrapper {
  display: flex;
  background-color: #f6f6f6;
  border-radius: 72px;
  overflow: hidden;
}
.policies-btns .policies-btns-wrapper .base-btn {
  color: #838383;
}
.policies-btns .policies-btns-wrapper .base-btn.active {
  background: #23aeb7;
  color: #fff;
}

.plicies-tabs-container,
.plicies-tabs-content {
  margin-top: 65px;
}
@media screen and (max-width: 1400px) {
  .plicies-tabs-container,
  .plicies-tabs-content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .plicies-tabs-container,
  .plicies-tabs-content {
    margin-top: 20px;
  }
}

.privacy-tabs-content {
  margin-top: 55px;
}
@media screen and (max-width: 1400px) {
  .privacy-tabs-content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-tabs-content {
    margin-top: 20px;
  }
}
.privacy-tabs-content .privacy-heading {
  margin-bottom: 20px;
  font-size: var(--third-level-heading-font-size);
  font-weight: var(--third-level-heading-font-weight);
}

.privacy-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(435px, 1fr));
  gap: 32px;
  perspective: 1000px;
}
@media screen and (max-width: 767px) {
  .privacy-boxes {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.privacy-box {
  transform-style: preserve-3d;
}
.privacy-box .box-wrapper {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  padding: 28px;
  padding-bottom: 80px;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .privacy-box .box-wrapper {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-box .box-wrapper {
    padding: 16px;
  }
}
.privacy-box .box-wrapper .box-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 1400px) {
  .privacy-box .box-wrapper .box-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-box .box-wrapper .box-heading {
    font-size: 20px;
  }
}

.privacy-info-container {
  margin-bottom: 55px;
  margin-top: 32px;
}
@media screen and (max-width: 1400px) {
  .privacy-info-container {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-info-container {
    margin-bottom: 20px;
  }
}

.privacy-info-tabs.tabs-with-slider {
  height: auto;
}
.privacy-info-tabs.tabs-with-slider .left-tabs-wrapper {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .privacy-info-tabs.tabs-with-slider .left-tabs-wrapper {
    padding: 0px;
  }
}
.privacy-info-tabs.tabs-with-slider .left-tabs-wrapper .tabs-text-item {
  color: #020202;
}
.privacy-info-tabs.tabs-with-slider .left-tabs-wrapper .tabs-text-item.active {
  background: rgba(185, 185, 185, 0.0705882353);
  color: #344c98;
}

.privacy-info-container {
  padding: 55px 60px;
  border-radius: 20px;
  background: #fafafa;
}
@media screen and (max-width: 1400px) {
  .privacy-info-container {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-info-container {
    padding-inline: 12px;
  }
}

.privacy-info-content {
  padding: 25px;
  border-radius: 22px;
  background: rgba(185, 185, 185, 0.07);
}
@media screen and (max-width: 767px) {
  .privacy-info-content {
    padding: 10px;
  }
}

.sitemap-big-boxes {
  margin-bottom: 12px;
}

.sitemap-big-boxes,
.sitemap-small-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 12px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  perspective: 800px;
}

.sitemap-big-box,
.sitemap-small-box {
  transform-style: preserve-3d;
  flex: 0 0 calc(33.333333% - 20px);
}
@media screen and (max-width: 1200px) {
  .sitemap-big-box,
  .sitemap-small-box {
    flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .sitemap-big-box,
  .sitemap-small-box {
    flex: 1 1 100%;
  }
}
.sitemap-big-box .box-wrapper,
.sitemap-small-box .box-wrapper {
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  padding: 30px 28px;
}
@media screen and (max-width: 1400px) {
  .sitemap-big-box .box-wrapper,
  .sitemap-small-box .box-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-big-box .box-wrapper,
  .sitemap-small-box .box-wrapper {
    padding: 18px;
  }
}
.sitemap-big-box .heading,
.sitemap-small-box .heading {
  font-weight: 700;
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.sitemap-big-box .box-links,
.sitemap-small-box .box-links {
  margin-top: 20px;
  padding-inline-start: 0px;
  list-style: none;
}
.sitemap-big-box .box-link a,
.sitemap-small-box .box-link a {
  text-decoration: none;
  color: inherit;
}

.sitemap-big-box {
  min-height: 378px;
}
@media screen and (max-width: 1200px) {
  .sitemap-big-box {
    min-height: unset;
  }
}

.child-intro-section {
  position: relative;
  background-color: #fafafa;
}
.child-intro-section > .page-container {
  position: relative;
  z-index: 1;
}
.child-intro-section .background-img-1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .child-intro-section .background-img-1 {
    display: none;
  }
}
.child-intro-section .background-img-1 img {
  margin-inline-start: auto;
  margin-inline-end: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.child-intro-wrapper {
  border-radius: 22px;
  background: #fff;
  -webkit-backdrop-filter: blur(9.6999998093px);
          backdrop-filter: blur(9.6999998093px);
  padding: 42px 55px;
}
@media screen and (max-width: 1400px) {
  .child-intro-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .child-intro-wrapper {
    padding: 20px;
  }
}
.child-intro-wrapper .base-btn {
  margin-top: 20px;
}

.innerpage-content .section.child-intro-section {
  padding-top: var(--section-padding-top);
}

.innerpage-content:has(.child-intro-section) {
  padding-top: 0px;
}

.online-safety-section {
  position: relative;
  background: linear-gradient(0deg, #0053a5 0%, #10004d 100%);
  color: #fff;
}
.online-safety-section > .page-container {
  position: relative;
  z-index: 1;
}
.online-safety-section .background-img-1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .online-safety-section .background-img-1 {
    display: none;
  }
}
.online-safety-section .background-img-1 img {
  margin-inline-start: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.online-safety-section .background-img-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .online-safety-section .background-img-2 {
    display: none;
  }
}
.online-safety-section .background-img-2 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-with-content {
  display: flex;
  gap: 55px;
  align-items: center;
  perspective: 1000px;
}
@media screen and (max-width: 1200px) {
  .img-with-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.img-with-content .img-wrapper {
  flex: 1 0 388px;
  min-height: 100%;
  transform-style: preserve-3d;
}
@media screen and (max-width: 52px) {
  .img-with-content .img-wrapper {
    flex: 1;
  }
}
.img-with-content .base-btn {
  margin-top: 35px;
}
@media screen and (max-width: 1400px) {
  .img-with-content .base-btn {
    margin-top: 20px;
  }
}

.internet-monsters-section {
  position: relative;
}
.internet-monsters-section > .page-container {
  position: relative;
  z-index: 1;
}
.internet-monsters-section .background-img-1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .internet-monsters-section .background-img-1 {
    display: none;
  }
}
.internet-monsters-section .background-img-1 img {
  margin-inline-start: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.child-online-safety-section {
  position: relative;
  background: #442c43;
  color: #fff;
}
.child-online-safety-section > .page-container {
  position: relative;
  z-index: 1;
}
.child-online-safety-section .background-img-1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .child-online-safety-section .background-img-1 {
    display: none;
  }
}
.child-online-safety-section .background-img-1 img {
  margin-inline-start: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.child-online-safety-section .background-img-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .child-online-safety-section .background-img-2 {
    display: none;
  }
}
.child-online-safety-section .background-img-2 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.children-outline-section {
  position: relative;
  background-color: #fafafa;
}
.children-outline-section > .page-container {
  position: relative;
  z-index: 1;
}
.children-outline-section .background-img-1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .children-outline-section .background-img-1 {
    display: none;
  }
}
.children-outline-section .background-img-1 img {
  margin-inline-start: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/**/
.innerpage-content:has(.milestones-page),
.innerpage-content:has(.disclosure-archives-page),
.innerpage-content:has(.awards-page) {
  padding-block: 0px;
}

.innerpage-content .section.milestones-page,
.innerpage-content .section.awards-page,
.innerpage-content .section.disclosure-archives-page {
  padding-top: var(--section-padding-top);
}

.milestones-boxes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  row-gap: 30px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  perspective: 1000px;
}
@media screen and (max-width: 525px) {
  .milestones-boxes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.milestones-boxes-grid .milestones-box {
  transform-style: preserve-3d;
}
.milestones-boxes-grid .milestones-box .box-wrapper {
  background: #fff;
}

.milestones-page,
.awards-page {
  background-color: #f6f6f6;
}

.general-pagination {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .general-pagination {
    margin-top: 20px;
  }
}

.general-pagination,
.pagination-items {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.prev-pagination,
.pagination-item,
.next-pagination {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .prev-pagination,
  .pagination-item,
  .next-pagination {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.prev-pagination,
.next-pagination {
  border: 1px solid #23aeb7;
}
.prev-pagination.disabled,
.next-pagination.disabled {
  border: 1px solid #585858;
}
.prev-pagination.disabled img,
.next-pagination.disabled img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(27%) hue-rotate(251deg) brightness(92%) contrast(86%);
}

.pagination-item.active {
  color: #fff;
  background: #23aeb7;
}

.awards-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  perspective: 1000px;
}
@media screen and (max-width: 525px) {
  .awards-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.awards-cards-grid .awards-card {
  transform-style: preserve-3d;
}

.disclosure-archives,
.disclosure-archives-section {
  background: #fafafa;
  overflow: hidden;
}

.disclosure-archives-page {
  background-color: #f6f6f6;
}

.years-navigation-slider.swiper {
  width: 100%;
}

.ide-university-content {
  display: flex;
  gap: 40px;
}
.ide-university-content .left-side,
.ide-university-content .right-side {
  flex: 1 1 0;
}
@media screen and (max-width: 991px) {
  .ide-university-content {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.ide-university-content .img-wrapper {
  width: 100%;
}
.ide-university-content .img-wrapper img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tabs-item-group:not(.collapsed) .tabs-item-group-text img {
  transform: rotate(180deg);
}

/**/
.fancy-title,
.fancy-title1 {
  position: relative;
  overflow: visible !important;
}

.fancy-title .fancy-letter {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.fancy-title .fancy-layer {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  opacity: 0;
}

.fancy-title1 .fancy-letter {
  height: 1.25em;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fancy-title1 .fancy-layers {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.fancy-title1 .fancy-layer {
  display: block;
}

.fancy-title1.fixed-height .fancy-layers {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  height: 1.5em;
}

.press-release-cards .press-card .press-title-wrapper {
  position: relative;
  padding-inline-end: 10px;
}
.press-release-cards .press-card .press-title-wrapper img {
  position: absolute;
  left: 0;
  top: -2px;
  transition: transform 0.4s;
  transform: scaleX(0);
  transform-origin: left;
}

.press-release-cards .press-card:hover .press-img img {
  animation: blurShake 0.5s ease-in-out;
}

.press-release-cards .press-card:hover .press-title-wrapper img {
  transform: scaleX(1);
  transition-delay: 0.2s;
}

.press-release-cards .press-card .press-title-wrapper .press-title {
  transition: transform 0.6s;
}

.press-release-cards .press-card:hover .press-title-wrapper .press-title {
  transform: translateX(30px);
}

.press-release-cards .press-card .bottom-content img {
  transform: scaleX(0);
  transition: transform 0.4s;
}

/*
.press-details-img{
  height: 500px;
  width: auto;
  border-radius: 24px;
  margin-bottom: 20px;
}

.cards-details-animation {
  position: relative;
  overflow: hidden;
  display: grid;
  .press-card{
    overflow: visible;
  }
  &>.details-view,&>.press-release-cards-container{
  grid-column: 1;
  grid-row: 1;
  }
}

.details-view {
  margin-top: 60px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
  transition: all 0.6s ease;
  position: relative;
  background-color: #fff;
  .close-detail{
    position: absolute;
    top: -100px;
    inset-inline-end: 0px;
    z-index: 2;
  }
}
.details-view.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.press-details-img img {
  height: 100%;
  width: auto;
  border-radius: 12px;
}
.close-detail {
  margin-top: 20px;
}

.press-details-content {
    z-index: 5;
    position: relative;
}
*/
/**/
.cards-details-animation {
  perspective: 1200px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.press-cards-animation-container {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  background-color: #f6f6f6;
}

.details-container,
.press-details-container {
  will-change: transform, opacity;
  display: none;
}

.details-view.active {
  opacity: 1;
  display: block;
}

.press-back {
  margin-bottom: 20px;
}

.press-back-button {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
}
.press-back-button p {
  transform: translateY(0.09em);
}
.press-back-button:hover img {
  animation: arrowMove 0.6s ease-in-out infinite alternate;
}

.share-button {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .share-button {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .share-button {
    justify-content: stretch;
  }
  .share-button .base-btn {
    width: 100%;
  }
}

.press-card.horizontal-card {
  flex-direction: row;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .press-card.horizontal-card {
    flex-direction: column;
  }
}
.press-card.horizontal-card .press-img {
  margin-bottom: 0px;
  height: 100%;
  flex: 0 0 36%;
}
.press-card.horizontal-card .press-title {
  margin-bottom: 18px;
}
.press-card.horizontal-card.next-card:hover .press-card-nav img {
  animation: arrowMoveBack 0.6s ease-in-out infinite alternate;
}
.press-card.horizontal-card.prev-card:hover .press-card-nav img {
  animation: arrowMove 0.6s ease-in-out infinite alternate;
}

.press-card-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #344c98;
  size: 22px;
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .press-card-nav {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .press-card-nav {
    margin-top: 16px;
  }
}

.previous-news-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .previous-news-cards {
    grid-template-columns: 1fr;
  }
}

.previous-news.section {
  background: #eee;
}

.details-container .previous-news {
  padding-top: var(--section-padding-top);
}

@keyframes arrowMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-6px);
  }
}
@keyframes arrowMoveBack {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(6px);
  }
}
.cool-btn {
  transition: background 0.4s ease, transform 0.3s ease;
}

.cool-btn img {
  transition: transform 0.4s ease;
}

/* subtle light sweep effect */
.cool-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

/* Hover effects */
.cool-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #1a1a1a, #333);
}

.cool-btn:hover::before {
  left: 100%;
}

.cool-btn:hover span {
  transform: translateX(6px);
  transition: transform 0.4s ease;
}

.cool-btn:hover img {
  transform: translateX(4px) rotate(8deg);
}

.read-more-centered {
  margin-top: 30px;
}
.read-more-centered .base-btn {
  margin-inline: auto;
}

.image-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.image-popup-overlay.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}
.image-popup-overlay .popup-image {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.image-popup-overlay .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body.prevent-scroll {
  overflow: hidden;
  height: 100%;
}

.awards-card .title-wrapper {
  position: relative;
  padding-inline-end: 15px;
}
.awards-card .title-wrapper img {
  position: absolute;
  left: 0;
  top: -2px;
  transition: transform 0.4s;
  transform: scaleX(0);
  transform-origin: left;
}
.awards-card:hover .card-img img {
  animation: blurShake 0.5s ease-in-out;
}
.awards-card:hover .card-title {
  transform: translateX(30px);
}
.awards-card:hover .title-wrapper img {
  transform: scaleX(1);
  transition-delay: 0.2s;
}

.press-card .press-title {
  transition: transform 0.6s;
}
.press-card .title-wrapper {
  position: relative;
  padding-inline-end: 15px;
}
.press-card .title-wrapper img {
  position: absolute;
  left: 0;
  top: -2px;
  transition: transform 0.4s;
  transform: scaleX(0);
  transform-origin: left;
}
.press-card:hover .press-img img {
  animation: blurShake 0.5s ease-in-out;
}
.press-card:hover .press-title {
  transform: translateX(30px);
}
.press-card:hover .title-wrapper img {
  transform: scaleX(1);
  transition-delay: 0.2s;
}

.milestones-box .box-details {
  transition: transform 0.6s;
}
.milestones-box .title-wrapper {
  position: relative;
  padding-inline-end: 15px;
}
.milestones-box .title-wrapper img {
  position: absolute;
  left: 0;
  top: -2px;
  transition: transform 0.4s;
  transform: scaleX(0);
  transform-origin: left;
}
.milestones-box:hover .box-img img {
  animation: blurShake 0.5s ease-in-out;
}
.milestones-box:hover .box-details {
  transform: translateX(30px);
}
.milestones-box:hover .title-wrapper img {
  transform: scaleX(1);
  transition-delay: 0.2s;
}

.view-more-slide {
  display: flex;
  align-items: center;
  height: auto;
}

.press-cards-container:has(.swiper.press-cards.swiper-disabled) {
  padding-inline-end: var(--page-container);
}

.swiper.press-cards.swiper-disabled .swiper-wrapper {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1499px) {
  .swiper.press-cards.swiper-disabled .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1199px) {
  .swiper.press-cards.swiper-disabled .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .swiper.press-cards.swiper-disabled .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.swiper.press-cards.swiper-disabled ~ .slider-navigation {
  display: none;
}
.swiper.press-cards.swiper-disabled .press-card {
  height: 100%;
}
.swiper.press-cards.swiper-disabled .press-desc {
  transform: scaleY(1);
  display: block;
}

div.card-no-img {
  background-color: rgba(196, 196, 196, 0.5019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
div.card-no-img img {
  width: auto !important;
  height: auto !important;
}

.global-form .form-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 31px;
}
.global-form .form-row.one-element {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 992px) {
  .global-form .form-row {
    grid-template-columns: 1fr;
  }
}
.global-form .form-group.show-error .error {
  display: block;
}
.global-form .form-group-wrapper {
  width: 100%;
}
.global-form .text-label {
  color: #3c3c3c;
  font-size: calc(28px * var(--font-scale));
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-bottom: 18px;
}
@media screen and (max-width: 992px) {
  .global-form .text-label {
    font-size: calc(24px * var(--font-scale));
    margin-bottom: 14px;
  }
}
.global-form .text-input {
  width: 100%;
  outline: none;
  border-radius: 24px;
  border: 1px solid #000;
  font-size: calc(24px * var(--font-scale));
  padding: 5px 20px;
}
.global-form textarea.text-input {
  height: 134px;
  resize: none;
}
.global-form .error {
  display: none;
  font-size: calc(18px * var(--font-scale));
  color: red;
  margin-top: 2px;
}
.global-form .upload-box {
  width: 100%;
  padding: 20px;
  height: 134px;
  border: 1px solid #000;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.global-form .upload-box input[type=file] {
  display: none;
}
.global-form .upload-box .file-name {
  display: none;
  font-size: calc(24px * var(--font-scale));
  word-break: break-word;
  text-align: center;
}
.global-form .select-form + .select2 .select2-selection__rendered {
  padding: 0px;
  color: #000;
  line-height: normal;
}
.global-form .select-form + .select2 .select2-selection--single {
  height: auto;
  width: 100%;
  outline: none;
  border-radius: 24px;
  border: 1px solid #000;
  font-size: calc(24px * var(--font-scale));
  line-height: normal;
  padding: 5px 20px;
}
.global-form .select-form + .select2 .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
}

.feedback-form.global-form textarea.text-input {
  height: 179px;
}

.whistleblower-form .base-btn,
.feedback-form .base-btn {
  width: 100%;
  max-width: 615px;
}

.footer {
  background-image: url(../img/footer-bg.png);
  padding-block: 60px 24px;
  padding-inline: var(--page-container);
  overflow: hidden;
  color: #fff;
  background-size: cover;
  position: relative;
  /*
  &::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(../img/footer-decoartion.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 82%;
  }
    */
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 32px;
  }
}

.footer-content {
  position: relative;
  z-index: 1;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-columns {
    margin-bottom: 40px;
    row-gap: 40px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}

.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-column .heading {
  min-height: 60px;
  font-weight: 700;
  font-size: calc(24px * var(--font-scale));
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .footer-column .heading {
    font-size: calc(22px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .footer-column .heading {
    font-size: calc(28px * var(--font-scale));
    min-height: 55px;
    margin-bottom: 14px;
  }
}

.footer-nav-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-nav-items .nav-item {
  font-size: calc(20px * var(--font-scale));
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .footer-nav-items .nav-item {
    font-size: calc(18px * var(--font-scale));
  }
}

.footer-row-nav-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .footer-row-nav-items {
    row-gap: 10px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer-row-nav-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 2px;
  }
}
.footer-row-nav-items .row-nav-item {
  font-weight: 700;
  font-size: calc(24px * var(--font-scale));
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .footer-row-nav-items .row-nav-item {
    font-size: calc(20px * var(--font-scale));
  }
}
@media screen and (max-width: 767px) {
  .footer-row-nav-items .row-nav-item {
    font-size: calc(18px * var(--font-scale));
  }
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-content {
    flex-direction: column;
  }
}

.footer-copyright {
  font-size: calc(20px * var(--font-scale));
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
}

.footer-social-icons {
  display: flex;
  gap: 8px;
}

.footer-social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.128) 0%, rgba(255, 255, 255, 0.032) 100%);
}

.footer-row {
  margin-bottom: 35px;
}

.footer-background {
  width: 565px;
  height: 465px;
  position: absolute;
  z-index: 0;
  top: 0;
  inset-inline-end: 10%;
  opacity: 0.1;
  display: none;
}
.footer-background .footer-background-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.footer-background .footer-background-content img {
  will-change: transform, opacity;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-background .footer-background-content .circle-stack-1 {
  width: 250px;
  top: 10%;
  inset-inline-end: 5%;
}
.footer-background .footer-background-content .circle-stack-3 {
  top: 45%;
  inset-inline-end: 20%;
}
.footer-background .footer-background-content .circle-stack-2 {
  top: 30%;
  inset-inline-end: 30%;
}
.footer-background .footer-background-content .circle-stack-4 {
  top: 55%;
  inset-inline-end: 17%;
  width: 180px;
}
.footer-background .footer-background-content .myimg-x {
  top: 70%;
  inset-inline-end: 25%;
}
.footer-background .footer-background-content .myimg-1 {
  top: 75%;
  inset-inline-end: 2%;
}
.footer-background .footer-background-content .myimg-2 {
  animation: rotate360 6s ease-in-out infinite;
  top: 2%;
  inset-inline-end: 2%;
}
.footer-background .footer-background-content .myimg-3 {
  animation: rotate360reversed 6s ease-in-out infinite;
  top: 24%;
  inset-inline-end: 10%;
}
.footer-background .footer-background-content .myimg-15 {
  animation: fadeInOut 2s ease-in-out 1s infinite alternate;
  top: 55%;
  inset-inline-end: 20%;
}
.footer-background .footer-background-content .myimg-5 {
  top: 60%;
  inset-inline-end: 9%;
}
.footer-background .footer-background-content .myimg-6 {
  top: 35%;
  inset-inline-end: 0%;
}
.footer-background .footer-background-content .myimg-9 {
  top: 30%;
  inset-inline-end: 40%;
  animation: rotate360 6s ease-in-out infinite alternate;
}
.footer-background .footer-background-content .myimg-14 {
  top: 41%;
  inset-inline-end: 49%;
  animation: rotate360reversed 6s ease-in-out infinite alternate;
}
.footer-background .footer-background-content .myimg-8454 {
  top: 40%;
  inset-inline-end: 48%;
}
.footer-background .footer-background-content .myimg-0 {
  top: 4%;
  inset-inline-start: 30%;
}
.footer-background .footer-background-content .myimg-8453 {
  animation: fadeInOut 2s ease-in-out infinite alternate;
  top: 17%;
  inset-inline-start: 35%;
}
.footer-background .footer-background-content .myimg-18 {
  top: 33%;
  inset-inline-start: 17%;
}
.footer-background .footer-background-content .myimg-13 {
  top: 5%;
  inset-inline-start: 8%;
  animation: rotate360reversed 6s ease-in-out infinite alternate;
}
.footer-background .footer-background-content .myimg-4 {
  top: 30%;
  inset-inline-start: 25%;
}
.footer-background .footer-background-content .myimg-16 {
  top: 67%;
  inset-inline-start: 8%;
  animation: rotate360 6s ease-in-out infinite alternate;
}
.footer-background .footer-background-content .myimg-8456 {
  top: 67%;
  inset-inline-start: 19%;
  animation: fadeInOut 2s ease-in-out 1s infinite alternate;
}

/* */
.bold-font {
  font-weight: 700 !important;
}/*# sourceMappingURL=styles.css.map */