@media (max-width: 1227px) {
  html.nav-open header {
    position: fixed;
    width: 100vw;
  }
}
header {
  top: 0;
  position: sticky;
  z-index: 1000;
  transition: transform 0.3s, opacity 0.3s;
}
header.out {
  transform: translate3d(0, calc(-1 * var(--header-height , 150px)), 0);
  opacity: 0;
}
.home-page-2023 .btn-primary {
  padding: 0.65em 1.3em;
  background: #00b5d3;
  border-radius: 2em;
  border: unset;
  max-width: fit-content;
  transition: background-color 0.2s;
}
.home-page-2023 .btn-primary:is(:hover, :focus-visible, :focus , :active) {
  background-color: #009fba;
}
.home-page-2023 .swiper-btn,
.home-page-2023 .swiper-fun {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 1px solid #00b5d3;
  position: relative;
  display: grid;
  place-content: center;
  transition: .2s;
}
.home-page-2023 .swiper-btn svg,
.home-page-2023 .swiper-fun svg {
  height: 15px;
  width: 10px;
  fill: #00b5d3;
}
.home-page-2023 .swiper-btn.swiper-button-disabled,
.home-page-2023 .swiper-fun.swiper-button-disabled {
  border-color: $sc;
  opacity: .5;
  cursor: auto;
}
.home-page-2023 .swiper-btn.swiper-button-disabled svg,
.home-page-2023 .swiper-fun.swiper-button-disabled svg {
  fill: $sc;
}
.home-page-2023 .swiper-btn.btn-prev svg,
.home-page-2023 .swiper-fun.btn-prev svg,
.home-page-2023 .swiper-btn-prev svg,
.home-page-2023 .swiper-fun-prev svg {
  transform: rotate(180deg);
}
.home-page-2023 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-page-2023 .image-loader {
  position: relative;
  background-color: #9995;
  overflow: hidden;
}
.home-page-2023 .image-loader:before,
.home-page-2023 .image-loader:after {
  content: '';
  height: 100%;
  width: 40px;
  background: #fff5;
  transform: skewX(30deg);
  box-shadow: 0 0 100px #0002;
  position: absolute;
  left: -40px;
  top: 0;
  animation: imageLoader 2s cubic-bezier(0.52, -0.11, 0.35, 1.56) infinite;
  transition: .5s;
}
.home-page-2023 .image-loader:after {
  transform: skewX(30deg) translateX(-40px);
  width: 20px;
}
@keyframes imageLoader {
  from {
    left: -100px;
  }
  to {
    left: calc(100% + 100px);
  }
}
.home-page-2023 .image-loader:has(img.loaded):before,
.home-page-2023 .image-loader:has(img.loaded):after {
  animation-play-state: paused;
  opacity: 0;
}
.home-page-2023 ::-webkit-scrollbar-track,
.home-page-2023 ::-webkit-scrollbar-thumb {
  transition: unset;
}
.home-page-2023 .hero {
  position: relative;
  min-height: 250vh;
}
.home-page-2023 .home-page-hero {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: unset;
  overflow: hidden;
  padding-inline: 30px;
  position: sticky;
  top: 0;
}
.home-page-2023 .home-page-hero > * {
  scale: calc(1 + var(--s-track, 0));
  transform: translateY(calc(var(--s-track , 0) * 2vh));
  opacity: calc(1 - var(--s-track, 0));
}
.home-page-2023 .home-page-hero .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  color: #002846;
  max-width: unset;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-hero .desc {
    margin-bottom: 8px;
    font-size: 44.6154px;
  }
}
.home-page-2023 .home-page-hero .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
  color: #00b5d3;
  margin-bottom: 33px;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-hero .title {
    font-size: 65px;
    line-height: 1.14;
  }
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-hero .btn {
    display: none;
  }
}
.home-page-2023 .home-page-video {
  overflow: hidden;
  width: min( 100% , calc(80vw + var(--s-sec-track)  * (20vw + var(--header-height))));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  position: sticky;
  top: var(--header-height);
  background-color: #fff;
}
.home-page-2023 .home-page-video:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  display: block;
  background: #fff;
  pointer-events: none;
}
.home-page-2023 .home-page-video .video-bg {
  position: sticky;
  top: var(--header-height, 150px);
  background-size: contain;
}
.home-page-2023 .home-page-video .video-bg:not(.video-contain) {
  height: 100vh;
}
.home-page-2023 .home-page-video .video-bg .video-iframe-wrapper {
  background-color: #fff;
}
@media (min-width: 1228px) {
  .home-page-2023 .home-page-video.mobile {
    display: none;
  }
}
.home-page-2023 .home-page-video.desktop {
  display: none;
}
@media (min-width: 1228px) {
  .home-page-2023 .home-page-video.desktop {
    display: block;
  }
}
.home-page-2023 .home-page-vc {
  position: relative;
}
.home-page-2023 .home-page-vc .container {
  display: grid;
  justify-content: center;
  max-width: 650px;
  margin-inline: auto;
  padding-inline: unset;
  padding-block: 100px 80px;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-vc .container {
    max-width: 1370px;
    top: 25%;
    grid-template-columns: 1fr 520px;
    min-height: 650px;
    padding-block: 150px;
  }
}
@media (min-width: 1228px) {
  .home-page-2023 .home-page-vc .container {
    grid-template-columns: 1fr 720px;
  }
}
.home-page-2023 .home-page-vc .home-page-vc-image-wrapper {
  position: relative;
  min-height: 270px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-vc .home-page-vc-image-wrapper {
    order: 2;
    height: 100%;
    margin-bottom: unset;
    transform: scale(0.7);
  }
}
@media (min-width: 1228px) {
  .home-page-2023 .home-page-vc .home-page-vc-image-wrapper {
    transform: scale(1);
  }
}
.home-page-2023 .home-page-vc .home-page-vc-image-wrapper .base-clip-path,
.home-page-2023 .home-page-vc .home-page-vc-image-wrapper .base-clip-path ~ .path-shadow {
  clip-path: path('M160.871 1.16998C152.92 2.62131 146.662 6.76801 142.449 14.0479C95.708 94.8035 48.8713 175.505 2.0582 256.219C0.88089 258.249 -0.283661 260.29 0.0616455 262.761C0.579102 266.464 4.07278 268.901 9.07196 268.939C16.1631 268.993 178.657 269.059 185.745 268.9C188.389 268.841 191.111 268.463 193.641 267.708C200.541 265.65 205.815 261.635 209.53 255.214C255.842 175.159 302.27 95.1716 348.657 15.1593C349.65 13.4456 350.705 11.7228 351.373 9.87549C352.644 6.36769 351.286 3.16695 347.824 1.76458C346.027 1.03643 343.979 0.720385 342.025 0.626811C338.384 0.452676 165.692 0.289695 160.871 1.16998Z');
  position: absolute;
  height: 268px;
  width: 350px;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-vc .home-page-vc-image-wrapper .base-clip-path,
  .home-page-2023 .home-page-vc .home-page-vc-image-wrapper .base-clip-path ~ .path-shadow {
    width: 684px;
    height: 522px;
    clip-path: path("M312.742 1.323c-15.458 2.822-27.622 10.883-35.814 25.036C186.062 183.352 95.008 340.24 4.001 497.153 1.713 501.099-.55 505.068.12 509.871c1.006 7.2 7.798 11.937 17.517 12.011 13.785.105 329.682.233 343.461-.076 5.142-.116 10.432-.85 15.35-2.317 13.415-4.003 23.667-11.806 30.89-24.29 90.033-155.631 180.293-311.131 270.471-466.68 1.931-3.331 3.98-6.68 5.281-10.272 2.47-6.819-.171-13.041-6.901-15.768-3.493-1.415-7.475-2.03-11.274-2.212-7.078-.338-342.8-.655-352.173 1.056Z");
    transform: scale(0.9) translate3d(-50%, 0%, 0);
    left: 300px;
    top: 10px;
  }
}
.home-page-2023 .home-page-vc .home-page-vc-image-wrapper .base-clip-path ~ .path-shadow {
  z-index: -1;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  background: #8eebff;
  opacity: 0.15;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-vc .home-page-vc-image-wrapper .base-clip-path ~ .path-shadow {
    top: -25px;
    left: 270px;
  }
}
.home-page-2023 .home-page-vc .home-page-vc-image-wrapper .clip-line {
  clip-path: path('M93.9784 1.16221C87.5362 2.33621 82.4665 5.69052 79.0526 11.5793C41.1824 76.9032 40.2511 78.2702 2.32223 143.561C1.36835 145.203 0.424805 146.854 0.704567 148.853C1.12384 151.848 3.9545 153.819 8.00494 153.85C13.7504 153.894 6.4039 153.947 12.1465 153.819C14.2895 153.77 16.4944 153.465 18.5442 152.855C24.135 151.189 28.4078 147.942 31.418 142.747C68.941 77.9905 69.5413 77.201 107.125 12.4783C107.929 11.0921 108.784 9.69849 109.326 8.20418C110.355 5.36669 109.255 2.77758 106.45 1.64319C104.994 1.05419 103.334 0.798533 101.751 0.72284C98.8012 0.581981 97.8851 0.450144 93.9784 1.16221Z');
  border-radius: 43px;
  background: linear-gradient(270deg, #8fe6e5 0%, #00b5d3 28.61%, #00809e 64.89%, #08548d 97.31999999999999%);
  position: absolute;
  left: calc(50% + 110px);
  top: 5%;
  height: 190px;
  width: 150px;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-vc .home-page-vc-image-wrapper .clip-line {
    clip-path: path("M181.427 1.07c-12.524 2.283-22.38 8.804-29.017 20.252C78.788 148.315 76.978 150.973 3.242 277.9c-1.854 3.192-3.689 6.402-3.145 10.288.815 5.824 6.318 9.655 14.192 9.716 11.17.085-3.112.188 8.052-.062 4.166-.094 8.452-.688 12.437-1.874 10.87-3.238 19.176-9.55 25.028-19.649 72.947-125.891 74.114-127.426 147.178-253.25 1.564-2.695 3.225-5.404 4.278-8.31 2.002-5.516-.138-10.55-5.591-12.754-2.83-1.146-6.056-1.643-9.134-1.79-5.735-.274-7.515-.53-15.11.854Z");
    top: 60px;
    left: 490px;
    height: 298px;
    width: 212px;
  }
}
.home-page-2023 .home-page-vc .home-page-vc-image-wrapper img {
  object-fit: cover;
}
.home-page-2023 .home-page-vc .home-page-vc-content {
  padding-inline: 15px;
}
.home-page-2023 .home-page-vc .home-page-vc-content .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.15;
  color: #00b5d3;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-vc .home-page-vc-content .title {
    font-size: 50px;
  }
}
.home-page-2023 .home-page-vc .home-page-vc-content .desc {
  font-size: 16px;
  line-height: 1.4;
  color: #002846;
  margin-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-page-2023 .home-page-vc .home-page-vc-content .desc.desktop {
  display: none;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-vc .home-page-vc-content .desc {
    margin-bottom: 40px;
    overflow: visible;
  }
  .home-page-2023 .home-page-vc .home-page-vc-content .desc.desktop {
    display: block;
  }
  .home-page-2023 .home-page-vc .home-page-vc-content .desc.mobile {
    display: none;
  }
}
.home-page-2023 .what-make-us-proud {
  position: relative;
  padding-inline: calc(var(--bs-gutter-x));
  max-width: 1330px;
  margin-inline: auto;
  margin-block: 50px 100px;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud {
    margin-block: 50px 150px;
  }
}
.home-page-2023 .what-make-us-proud h2.title {
  font-family: 'Demo', serif;
  font-weight: 500;
  line-height: 1.159;
  text-align: center;
  color: #00b5d3;
  margin-bottom: 10px;
  font-size: 26px;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud h2.title {
    margin-bottom: 60px;
    font-size: 50px;
  }
}
.home-page-2023 .what-make-us-proud h3.title {
  font-family: 'Demo', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.159;
  color: #00b5d3;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud h3.title {
    font-weight: 400;
    font-size: 24px;
  }
}
.home-page-2023 .what-make-us-proud .swiper-proud {
  overflow: hidden;
}
.home-page-2023 .what-make-us-proud .swiper-slide {
  padding-block: 30px;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud .swiper-slide {
    display: flex;
    padding-block: 60px;
  }
}
.home-page-2023 .what-make-us-proud .image-wrapper {
  position: relative;
  flex-basis: 50%;
  min-height: 350px;
  display: grid;
  place-content: center;
  max-width: 360px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud .image-wrapper {
    max-width: unset;
    min-height: 500px;
    flex-basis: 500px;
  }
}
.home-page-2023 .what-make-us-proud .image-wrapper .base-clip-path,
.home-page-2023 .what-make-us-proud .image-wrapper .base-clip-path ~ .path-shadow {
  clip-path: path('M191.129 1.16998C199.08 2.62131 205.338 6.76801 209.551 14.0479C256.292 94.8035 303.129 175.505 349.942 256.219C351.119 258.249 352.284 260.29 351.938 262.761C351.421 266.464 347.927 268.901 342.928 268.939C335.837 268.993 173.343 269.059 166.255 268.9C163.611 268.841 160.889 268.463 158.359 267.708C151.459 265.65 146.185 261.635 142.47 255.214C96.158 175.159 49.7296 95.1716 3.34293 15.1593C2.34962 13.4456 1.29539 11.7228 0.626554 9.87549C-0.643991 6.36769 0.714199 3.16695 4.17618 1.76458C5.97291 1.03643 8.02107 0.720385 9.97538 0.626811C13.6161 0.452676 186.308 0.289695 191.129 1.16998Z');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 268px;
  width: 360px;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud .image-wrapper .base-clip-path,
  .home-page-2023 .what-make-us-proud .image-wrapper .base-clip-path ~ .path-shadow {
    width: 684px;
    height: 522px;
    clip-path: path("M371.258 1.32335C386.716 4.14482 398.88 12.2063 407.072 26.3588C497.938 183.352 588.991 340.24 679.999 497.153C682.287 501.099 684.551 505.068 683.88 509.871C682.874 517.071 676.082 521.808 666.363 521.882C652.578 521.987 336.681 522.115 322.902 521.806C317.76 521.69 312.47 520.956 307.552 519.489C294.137 515.486 283.885 507.683 276.662 495.199C186.629 339.568 96.3694 184.068 6.19112 28.5195C4.26006 25.1878 2.21058 21.8386 0.910322 18.2474C-1.55969 11.428 1.08071 5.20559 7.811 2.47929C11.3039 1.06374 15.2857 0.449325 19.085 0.267411C26.1627 -0.0711174 361.885 -0.387961 371.258 1.32335Z");
    transform: scale(0.9);
    left: 0px;
    top: 0;
  }
}
.home-page-2023 .what-make-us-proud .image-wrapper .base-clip-path ~ .path-shadow {
  z-index: -1;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% + 20px);
  background: #8eebff;
  opacity: 0.15;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud .image-wrapper .base-clip-path ~ .path-shadow {
    top: -50px;
    left: 10px;
  }
}
.home-page-2023 .what-make-us-proud .image-wrapper .clip-line {
  clip-path: path('M-6.97849 1.16221C-0.536306 2.33621 4.53349 5.69052 7.94735 11.5793C45.8176 76.9032 46.7488 78.2702 84.6777 143.561C85.6316 145.203 86.5751 146.854 86.2954 148.853C85.8761 151.848 83.0454 153.819 78.995 153.85C73.2496 153.894 80.596 153.947 74.8534 153.819C72.7104 153.77 70.5056 153.465 68.4558 152.855C62.865 151.189 58.5922 147.942 55.582 142.747C18.059 77.9905 17.4587 77.201 -20.1248 12.4783C-20.9296 11.0921 -21.7837 9.69849 -22.3256 8.20418C-23.355 5.36669 -22.2546 2.77758 -19.4496 1.64319C-17.9939 1.05419 -16.3344 0.798533 -14.751 0.72284C-11.8013 0.581981 -10.8852 0.450144 -6.97849 1.16221Z');
  border-radius: 43px;
  background: linear-gradient(270deg, #8fe6e5 0%, #00b5d3 28.61%, #00809e 64.89%, #08548d 97.31999999999999%);
  position: absolute;
  height: 153.2877655029297px;
  width: 109.05036163330078px;
  left: -22.70501708984375px;
  top: 57.611572265625px;
  border-radius: 22.11870574951172px;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud .image-wrapper .clip-line {
    clip-path: path("M30.5732 1.07047C43.0972 3.35279 52.9532 9.87375 59.5899 21.3219C133.212 148.315 135.022 150.973 208.758 277.901C210.612 281.093 212.447 284.303 211.903 288.189C211.088 294.013 205.585 297.844 197.711 297.905C186.541 297.99 200.823 298.093 189.659 297.843C185.493 297.749 181.207 297.155 177.222 295.969C166.353 292.731 158.046 286.419 152.194 276.32C79.2475 150.429 78.0804 148.894 5.01617 23.0697C3.45159 20.3746 1.79106 17.6655 0.737561 14.7605C-1.26369 9.24422 0.875613 4.21085 6.32863 2.00552C9.15868 0.860465 12.3848 0.363463 15.463 0.216311C21.1975 -0.0575275 22.9785 -0.313825 30.5732 1.07047Z");
    top: 80px;
    left: -20px;
    height: 298px;
    width: 212px;
  }
}
.home-page-2023 .what-make-us-proud .content {
  padding-inline: 20px;
  flex-basis: 50%;
  min-height: 100%;
  line-height: 21px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
.home-page-2023 .what-make-us-proud .content.image-less {
  margin-inline: auto;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud .content {
    margin-inline: auto 0;
  }
}
.home-page-2023 .what-make-us-proud .swiper-navigations {
  display: flex;
  gap: 15px;
  position: relative;
  padding-inline: 20px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
@media (min-width: 992px) {
  .home-page-2023 .what-make-us-proud .swiper-navigations {
    margin: unset;
    display: none;
  }
}
.home-page-2023 .what-make-us-proud .swiper-navigations.inner {
  padding: unset;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.home-page-2023 .our-impact {
  overflow: hidden;
}
.home-page-2023 .our-impact > .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.159;
  text-align: center;
  color: #00b5d3;
  margin-bottom: 15px;
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact > .title {
    font-size: 58px;
    width: unset;
  }
}
.home-page-2023 .our-impact > .sub-title {
  color: #002846;
  line-height: 1.159;
  font-size: 18px;
  text-align: center;
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact > .sub-title {
    font-size: 34px;
  }
}
.home-page-2023 .our-impact .impact-swiper {
  position: relative;
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper {
  width: 100%;
  aspect-ratio: 1;
  max-height: 1000px;
  z-index: -1;
  position: relative;
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper .background-image {
  width: 85%;
  aspect-ratio: 1;
  max-width: 750px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper .background-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.3);
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  opacity: 0 !important;
  transition: opacity 0.3s var(--speed);
  background-position: center;
  background-size: cover;
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide .inner-icon {
  background: #002846;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  margin-inline: auto;
  margin-bottom: 25px;
  box-shadow: 0 0 0 9px #fff, 0 0 0 10px;
  position: relative;
  display: grid;
  place-items: center;
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide .inner-icon svg {
  max-width: 24px;
  max-height: 32px;
  object-fit: contain;
  stroke: #fff;
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide .inner-icon svg {
    max-width: 135px;
    max-height: unset;
    height: auto;
    stroke: #000;
  }
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide .inner-icon {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    background: transparent;
    width: 100%;
    min-height: 60px;
    height: 180px;
    margin-bottom: unset;
  }
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide .inner-content {
  font-weight: 500;
  font-size: 38px;
  line-height: 1.159;
  color: #002846;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide .inner-content {
    font-size: 80px;
  }
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide .inner-content .amount {
  color: #00b5d3;
}
.home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide .inner-content .desc {
  font-weight: 400;
  font-size: 10.5px;
  text-align: center;
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact .impact-swiper .swiper-wrapper .swiper-slide .inner-content .desc {
    font-size: 22px;
  }
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper {
  width: 85%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 750px;
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper #dashed-circle-progress {
  transform: rotate(31deg);
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x {
  position: absolute;
  inset: 0;
  transform: rotate(30deg);
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .swiper-pagination-bullet {
  height: unset;
  width: unset;
  border-radius: unset;
  background: unset;
  opacity: 1;
  z-index: 20;
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet {
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: 0 var(--r);
  display: block;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet.show-desc .bullet-desc,
  .home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet.swiper-pagination-bullet-active .bullet-desc {
    opacity: 1;
    transition: 0.3s var(--speed);
  }
}
@keyframes rotateToPlace {
  from {
    transform: rotate(0) translateY(-50%);
    opacity: 0;
  }
  to {
    transform: rotate(var(--rotate)) translateY(-50%);
    opacity: 1;
  }
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet .bullet-content {
  transform: rotate(var(--rotate));
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #00b5d3;
  transition: 0.3s;
  display: grid;
  place-items: center;
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet .bullet-content {
    height: 105px;
    width: 105px;
    position: relative;
    display: grid;
    place-items: center;
  }
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet svg {
  display: none;
  stroke: #fff;
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet svg {
    display: block;
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    position: absolute;
  }
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet .bullet-desc {
  display: flex;
  font-size: 40px;
  transform: translate3d(var(--translate), 0) rotate(-30deg);
  gap: 5px;
  width: fit-content;
  opacity: 0;
  transition: 0.3s 0s;
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet .bullet-desc .amount {
  color: #00b5d3;
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet .bullet-desc .field {
  color: #002846;
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet.swiper-pagination-bullet-active .bullet-content {
  transition: 0.5s var(--speed);
  background: #002846;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #002846;
}
@media (min-width: 992px) {
  .home-page-2023 .our-impact .impact-swiper .pagination-wrapper .swiper-pagination-x .globe-bullet.swiper-pagination-bullet-active .bullet-content {
    box-shadow: 0 0 0 10px #ffffff, 0 0 0 11px #002846;
  }
}
.home-page-2023 .our-impact .impact-swiper .pagination-wrapper .dashed-circle-progress {
  bottom: 18px;
  position: relative;
}
.home-page-2023 .our-impact.aos-animate .globe-bullet {
  animation: rotateToPlace 2s ease-in-out forwards 0.5s;
}
.home-page-2023 .home-page-tabs {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-tabs {
    margin-bottom: 150px;
    flex-direction: row;
  }
}
.home-page-2023 .home-page-tabs .tab {
  min-height: 240px;
  flex-grow: 1;
  position: relative;
  color: #fff;
  transition: flex 0.5s, min-height 0.5s, box-shadow 0.5s;
  padding: 5%;
  background-color: #0005;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-tabs .tab {
    min-width: 260px;
    min-height: 1080px;
    padding: unset;
  }
}
.home-page-2023 .home-page-tabs .tab .content {
  margin-inline: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 80%;
  pointer-events: none;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-tabs .tab .content {
    max-width: 637px;
  }
}
.home-page-2023 .home-page-tabs .tab .content > *:not(.title,.background-image) {
  opacity: 0;
  transition: unset;
}
.home-page-2023 .home-page-tabs .tab .content .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.15;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
  width: max-content;
}
.home-page-2023 .home-page-tabs .tab .content .title:before {
  content: '+';
  transition: .2s;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-tabs .tab .content .title:before {
    content: unset;
  }
}
.home-page-2023 .home-page-tabs .tab .content .desc {
  height: 0;
}
.home-page-2023 .home-page-tabs .tab.active {
  flex-grow: 4;
  transition: flex-grow 0.5s, min-height 0.5s, box-shadow 0.5s;
  background: linear-gradient(to top, #333333 10%, transparent);
}
@media (max-width: 991px) {
  .home-page-2023 .home-page-tabs .tab.active {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-tabs .tab.active {
    padding: unset;
  }
}
.home-page-2023 .home-page-tabs .tab.active .content {
  pointer-events: auto;
}
.home-page-2023 .home-page-tabs .tab.active .content > *:not(.title,.background-image) {
  opacity: 1;
  transition: opacity .3s;
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-tabs .tab.active .content {
    left: 75px;
    top: 540px;
    transform: unset;
  }
}
.home-page-2023 .home-page-tabs .tab.active .title {
  position: relative;
  left: 0;
  transform: unset;
}
.home-page-2023 .home-page-tabs .tab.active .title:before {
  content: '-';
}
@media (min-width: 992px) {
  .home-page-2023 .home-page-tabs .tab.active .title:before {
    content: unset;
  }
}
.home-page-2023 .home-page-tabs .tab.active .desc {
  height: max-content;
}
.home-page-2023 .home-page-tabs .tab .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.home-page-2023 .home-page-tabs .tab .background-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.home-page-2023 .sustainability-fundamentals {
  overflow: hidden;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .home-page-2023 .sustainability-fundamentals {
    padding-bottom: 150px;
  }
}
.home-page-2023 .sustainability-fundamentals h2.title {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.15;
  color: #00b5d3;
  width: 85%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .home-page-2023 .sustainability-fundamentals h2.title {
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 50px;
  }
}
.home-page-2023 .sustainability-fundamentals .swiper-slide {
  height: auto;
}
.home-page-2023 .sustainability-fundamentals .item {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 6, 7, 0.08);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-page-2023 .sustainability-fundamentals .item .image-wrapper {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}
.home-page-2023 .sustainability-fundamentals .item .image-wrapper img {
  border-radius: 22px 22px 0 0;
}
.home-page-2023 .sustainability-fundamentals .item .content {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.home-page-2023 .sustainability-fundamentals .item .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.159;
  color: #00b5d3;
  margin-bottom: 8px;
}
.home-page-2023 .sustainability-fundamentals .item .content .desc {
  font-size: 14px;
  line-height: 1.419;
  color: #002846;
  margin-bottom: 20px;
}
.home-page-2023 .sustainability-fundamentals .item .content .btn-primary {
  max-width: unset;
  margin-top: auto;
}
.home-page-2023 .sustainability-fundamentals .swiper-navigations {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-block: 30px;
}
@media (min-width: 1400px) {
  .home-page-2023 .sustainability-fundamentals .swiper-navigations {
    display: none;
  }
}
.home-page-2023 .our-sustainability-journey {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey {
    margin-top: unset;
    overflow: hidden;
  }
}
.home-page-2023 .our-sustainability-journey h2.title {
  line-height: 1.159;
  text-align: center;
  color: #00b5d3;
  position: absolute;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 80%;
  font-size: 26px;
  top: -65px;
}
@media (min-width: 1228px) {
  .home-page-2023 .our-sustainability-journey h2.title {
    display: block;
    font-size: 50px;
    top: 80px;
    font-weight: 400;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-journey-background {
  height: 900px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  opacity: 0.2;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) blur(3px);
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-background {
    height: 1080px;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-journey-main {
  height: 350px;
  width: 270px;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-main {
    height: 450px;
    width: 392px;
    top: 280px;
    transform: translateX(-60%);
  }
}
@media (min-width: 1228px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-main {
    height: 660px;
    width: 562px;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-journey-year {
  position: absolute;
  --top: 140px;
  left: 50%;
  top: calc(var(--top) - 50px);
  transform: translateX(-50%);
  width: 300px;
  height: 150px;
  text-align: center;
}
@media (min-width: 600px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-year {
    left: calc(50% + 170px);
    text-align: start;
  }
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-year {
    width: 500px;
    --top: 280px;
    top: calc(var(--top) - 100px);
    left: calc(50% + 300px);
  }
}
@media (min-width: 1228px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-year {
    left: calc(50% + 400px);
  }
}
.home-page-2023 .our-sustainability-journey .swiper-journey-year .swiper-slide {
  opacity: 0;
}
.home-page-2023 .our-sustainability-journey .swiper-journey-year .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.home-page-2023 .our-sustainability-journey .swiper-journey-year .swiper-slide .slide-year {
  font-weight: 500;
  font-size: 70px;
  line-height: 1.159;
  color: #002846;
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-year .swiper-slide .slide-year {
    font-size: 120px;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-journey-desc {
  position: absolute;
  left: 50%;
  top: 525px;
  width: 270px;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-desc {
    left: calc(50% + 350px);
    top: 330px;
  }
}
@media (min-width: 1228px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-desc {
    left: calc(50% + 420px);
    top: 330px;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-journey-desc .swiper-slide {
  max-height: 350px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-desc .swiper-slide {
    max-height: unset;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-journey-desc .swiper-navigations {
  display: none;
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-journey-desc .swiper-navigations {
    display: block;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-journey-desc .swiper-navigations .swiper-btn {
  transform: rotate(90deg);
  padding: unset;
}
.home-page-2023 .our-sustainability-journey .swiper-journey-desc .swiper-navigations .swiper-btn.btn-next {
  margin-top: 20px;
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper {
  height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: auto hidden;
  z-index: 10;
  background: #fff;
  padding-block-end: 10px;
  /* Handle */
  /* Handle on hover */
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper::-webkit-scrollbar {
  width: 0;
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper::-webkit-scrollbar-thumb {
  background: transparent;
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper {
    left: calc(50% - 350px);
    top: 280px;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    overflow: unset;
  }
}
@media (min-width: 1228px) {
  .home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper {
    left: calc(50% - 450px);
    transform: unset;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination {
  display: flex;
  inset: unset;
  justify-content: center;
  gap: 50px;
  width: max-content;
  min-width: 100%;
  left: var(--active-left, 0);
  transition: left .3s;
  height: fit-content;
  padding-block: 10px 17px;
  top: 0;
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination:before,
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #E5E9EC;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 20px;
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination:after {
  width: var(--active-width, 0);
  left: 0;
  transform: unset;
  background: #002846;
  transition: width .3s, height .3s;
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  height: 40px;
  width: 60px;
  border-radius: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  opacity: 1;
  z-index: 10;
  position: relative;
  cursor: pointer;
  margin: unset;
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    height: unset;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .bullet {
  transform: scale(2);
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .year {
  font-weight: 500;
  font-size: 16px;
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet .bullet {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #002846;
  display: block;
  transition: all .3s;
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet .bullet {
    height: 9px;
    width: 9px;
  }
}
.home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet .year {
  font-family: 'Demo', serif;
  font-weight: 400;
  font-size: 13.7331px;
  line-height: 1.159;
  color: #002846;
}
@media (min-width: 992px) {
  .home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination {
    flex-direction: column;
    position: absolute;
    min-width: unset;
    gap: unset;
    bottom: 60px;
    height: 660px;
    background: transparent;
    justify-content: space-between;
    padding-block: unset;
    transform: unset;
  }
  .home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination:before,
  .home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination:after {
    height: 100%;
    width: 1px;
    left: 70px;
    top: 0%;
    position: absolute;
    padding-block: unset;
    max-height: 775px;
  }
  .home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination:after {
    height: var(--active-width, 0);
    width: 1px;
  }
  .home-page-2023 .our-sustainability-journey .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    flex-direction: row;
    width: 75px;
    font-weight: 400;
    font-size: 20px;
  }
}
.home-page-2023 .logos-swiper {
  margin-block: 100px;
  padding-bottom: 20px;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .home-page-2023 .logos-swiper {
    margin-block: 150px 200px;
  }
}
.home-page-2023 .logos-swiper .title {
  font-family: 'Demo', serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.159;
  color: #00b5d3;
  text-align: center;
  margin-bottom: 40px;
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .home-page-2023 .logos-swiper .title {
    margin-bottom: 120px;
    font-weight: 400;
    font-size: 50px;
  }
}
.home-page-2023 .logos-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.home-page-2023 .logos-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}
.home-page-2023 .logos-swiper .swiper-wrapper .swiper-slide .image-wrapper {
  position: relative;
  height: 130px;
  padding: 18px;
  aspect-ratio: 1;
  background: #FFF;
  box-shadow: 0px 3.6px 14.45px rgba(0, 6, 7, 0.08);
  border-radius: 16px;
  margin-inline-end: 20px;
}
.home-page-2023 .logos-swiper .swiper-wrapper .swiper-slide .image-wrapper img {
  height: 90px;
  width: 90px;
  object-fit: contain;
}
.home-page-2023 .logos-swiper .swiper-wrapper .swiper-slide p {
  margin: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  overflow: hidden;
  height: fit-content;
  font-family: 'Demo', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  max-width: 200px;
}
.home-page-2023 .logos-swiper .swiper-pagination-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.home-page-2023 .logos-swiper .swiper-pagination-logos .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #00b5d3;
  border-radius: 50%;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .home-page-2023 .logos-swiper .swiper-pagination-logos .swiper-pagination-bullet {
    display: none;
  }
}
.home-page-2023 .contact-us {
  position: relative;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Demo', serif;
  color: #FFFFFF;
  padding-inline: 30px;
  gap: 15px;
  text-align: center;
}
.home-page-2023 .contact-us .title {
  font-size: 30px;
  line-height: 1.159;
}
.home-page-2023 .contact-us .desc {
  font-weight: 400;
  line-height: 1.40;
  max-width: 630px;
  padding-bottom: 15px;
}
.home-page-2023 .contact-us .background-image {
  z-index: -1;
}
