@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "MS PGothic";
  src: url("fonts/MS-PGothic.woff2") format("woff2"), url("fonts/MS-PGothic.woff") format("woff"), url("fonts/MS-PGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Poppins", sans-serif;
}

.lang-switch .pll-switcher-select div.dropdown-menu .dropdown-item#bs-select-1-2{
	display:none;
}

p {
  color: #585858;
}

h1 {
  font-weight: 400;
  line-height: 1.4;
}

::-moz-placeholder {
  color: #A3A3A3;
  font-size: 14px;
}

::placeholder {
  color: #A3A3A3;
  font-size: 14px;
}

.modal-backdrop {
  z-index: 1040;
}

.offcanvas {
  background-color: #004098;
  width: 450px;
}
.offcanvas .offcanvas-header .btn-close {
  opacity: 1;
}

#indicator {
  position: fixed;
  top: 0px;
  left: 0;
  height: 4px;
  background-color: #19afe1;
  z-index: 9999;
}

.home nav.navbar {
  transition: 0.4s all;
  background-color: transparent;
}
.home nav.navbar .navbar-brand img {
  width: 270px;
}
.home nav.navbar .nav-item {
  padding-right: 15px;
}
.home nav.navbar .nav-item a.nav-link {
  font-size: 25px;
  color: #fff;
  transition: 0.3s all;
}
.home nav.navbar .nav-item a.nav-link:hover {
  font-weight: 600;
}
.home nav.navbar .nav-item a.nav-link::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.home nav.navbar .navbar-toggler {
  padding: 0;
  border: none;
  line-height: unset;
}
.home nav.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.home nav.navbar .navbar-toggler .navbar-toggler-icon {
  font-size: 25px;
}

.home .logo-blue {
  display: none !important;
}
.home .cs-header.scrolled nav.navbar {
  background-color: #004098;
}

.page-template-impact .logo-blue,
.page-template-impact-jap .logo-blue {
  display: none !important;
}
.page-template-impact .cs-header.scrolled nav.navbar,
.page-template-impact-jap .cs-header.scrolled nav.navbar {
  background-color: #004098;
}
.page-template-impact .navbar-toggler-icon,
.page-template-impact-jap .navbar-toggler-icon {
  color: #fff;
}
.page-template-impact nav.navbar .nav-item a.nav-link,
.page-template-impact-jap nav.navbar .nav-item a.nav-link {
  color: #fff;
}

.page-template-careers .logo-blue {
  display: none !important;
}
.page-template-careers .cs-header.scrolled nav.navbar {
  background-color: #004098;
}
.page-template-careers .navbar-toggler-icon {
  color: #fff;
}
.page-template-careers nav.navbar .nav-item a.nav-link {
  color: #fff;
}

.page-template-saison-investment-management .white-logo {
  display: none;
}

.page-template-saison-investment-management .navbar-toggler-icon {
  color: #004098;
}

.home .navbar-toggler-icon {
  color: #fff;
}

.page-template-saison-investment-management .scrolled .navbar-toggler-icon {
  color: #fff;
}

.page-template-saison-investment-management .scrolled .white-logo {
  display: block;
}

.lang-switch {
  display: inline-block;
  margin-right: 10px;
}

nav.navbar {
  transition: 0.4s all;
  background-color: transparent;
}
nav.navbar .navbar-brand img {
  width: 270px;
}
nav.navbar .nav-item {
  padding-right: 15px;
}
nav.navbar .nav-item a.nav-link {
  font-size: 25px;
  color: #ffffff;
  transition: 0.3s all;
}
nav.navbar .nav-item a.nav-link:hover {
  font-weight: 600;
}
nav.navbar .nav-item a.nav-link::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
nav.navbar .navbar-toggler {
  padding: 0;
  border: none;
  line-height: unset;
}
nav.navbar .navbar-toggler:focus {
  box-shadow: none;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  font-size: 25px;
}

.cs-header.scrolled nav.navbar {
  background-color: #004098;
}
.cs-header.scrolled nav.navbar .nav-item a.nav-link {
  color: #ffffff;
}

.hero-slider-list .hero-slider {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-slider-list h1 {
  font-size: 45px;
}
.hero-slider-list .video-slide .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-slider-list .video-slide .home-hero-video-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  z-index: 10;
}
.hero-slider-list .video-slide .home-hero-video-info a {
  color: #fff;
}
.hero-slider-list .video-slide .home-hero-video-info a:hover {
  color: #19AFE1;
}
.hero-slider-list .video-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero .owl-nav {
  display: none;
}
.hero .owl-carousel__nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  z-index: 990;
}
.hero .owl-carousel__nav .nav-button {
  cursor: pointer;
}
.hero .owl-carousel__nav .nav-button i {
  font-size: 40px;
  color: #fff;
}

.btn-theme {
  background: #004098;
  color: #fff;
  padding: 10px 25px;
}

.btn-theme:hover {
  background: #fff;
  color: #004098;
}

.btn-theme-light {
  background: #19AFE1;
  color: #fff;
  padding: 10px 25px;
  border-radius: 0;
}

.btn-theme-light:hover {
  background: #fff;
  color: #19AFE1;
}

.cs-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0px;
}

.text-theme {
  color: #004098;
}

img.hero-circle {
  position: absolute;
  right: 0;
  width: 400px;
  bottom: -48%;
  mix-blend-mode: hard-light;
  z-index: 5;
}

.who-we-are {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.who-we-are .image-box {
  z-index: 5;
}

.our-history {
  padding-top: 100px;
}
.our-history .description-box {
  position: relative;
  margin-top: 15px;
}
.our-history .description-box .nxtprev-btn {
  position: absolute;
  top: 70px;
}
.our-history .description-box .cm-item-info,
.our-history .description-box .cm-item-info-img {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
}
.our-history .description-box .cm-item-info.des-show,
.our-history .description-box .cm-item-info-img.des-show {
  visibility: visible;
  opacity: 1;
}
.our-history .cm-container {
  position: relative;
  width: 400px;
  height: 400px;
  border: solid 3px #004098;
  left: 0px;
  border-radius: 100%;
  box-sizing: border-box;
  margin: 30px 0;
}
.our-history .cm-container::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  border: solid 3px #004098;
  left: 0px;
  border-radius: 100%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-history .cm-container .circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border: solid 3px #004098;
  left: 0px;
  border-radius: 100%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-history .cm-container .cm-items {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: auto;
  left: 188px;
  top: 190px;
  box-sizing: border-box;
}
.our-history .cm-container .cm-items .cm-item {
  position: absolute;
  list-style: none;
  width: auto;
  box-sizing: border-box;
  cursor: pointer;
}
.our-history .cm-container .cm-items .cm-item span {
  position: relative;
  color: #000000;
  padding-left: 30px;
  text-decoration: none;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  font-weight: 500;
  top: -5px;
}
.our-history .cm-container .cm-items .cm-item span:hover {
  color: #004098;
  font-size: 17px;
}
.our-history .cm-container .cm-items .cm-item span::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #004098;
  border-radius: 100%;
}
.our-history .cm-container .cm-items .cm-item span div.cm-label {
  position: relative;
  left: 25px;
  top: -25px;
}
.our-history .cm-container .cm-items .cm-item.selected {
  cursor: default;
}
.our-history .cm-container .cm-items .cm-item.selected span {
  font-weight: 700;
  color: #004098;
  font-size: 28px;
  top: -11px;
  left: 20px;
}
.our-history .cm-container .cm-items .cm-item.selected span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -8px;
  background-color: #004098;
  border-radius: 100%;
  display: none;
}
.our-history .cm-container .cm-items .cm-item.selected span div.cm-label {
  position: relative;
  left: 26px !important;
  top: -43px !important;
}
.our-history .cm-container .cm-selected-container {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #004098;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.our-history .cm-container .cm-selected-container .cm-selected-label {
  width: 140px;
  overflow: hidden;
  font-weight: 700;
  color: #004098;
  font-size: 22px;
  box-sizing: border-box;
  margin-top: -10px;
  display: none;
}
.our-history .cm-container .cm-selected-container .cm-selected-label span {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: inherit;
  display: none;
}

.cm-dec {
  margin-top: 70px;
}

.cm-dec-img {
  position: absolute;
  top: -260px;
  left: 0;
  width: 100%;
  height: 100%;
}

.cm-dec-img img {
  width: 100%;
}

#my-circle-menu-mobile {
  position: relative;
}
#my-circle-menu-mobile::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background-color: #fff;
  top: -10px;
  left: 0;
  right: 0;
}
#my-circle-menu-mobile .cm-selected-container {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -15px;
  top: unset;
}
#my-circle-menu-mobile .cm-container .cm-items .cm-item.selected span div.cm-label {
  position: relative;
  left: -38px !important;
  top: 5px !important;
  font-size: 25px;
  line-height: 1;
  width: 100px;
  color: #004098;
}
#my-circle-menu-mobile .cm-container {
  margin: 30px auto;
  margin-top: -300px;
  right: 0;
  left: -2px;
  transform: scale(1.5);
}
#my-circle-menu-mobile .cm-container::before {
  display: none;
}
#my-circle-menu-mobile .cm-container .cm-items .cm-item span {
  top: 0px;
}
#my-circle-menu-mobile .cm-container .cm-items .cm-item span::before {
  content: "";
  position: absolute;
  top: -2px;
}
#my-circle-menu-mobile .cm-container .cm-items .cm-item.selected span {
  font-size: 35px;
}
#my-circle-menu-mobile .owl-nav {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#my-circle-menu-mobile .owl-nav .fa-solid {
  font-size: 2rem;
}
#my-circle-menu-mobile .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
  color: #000;
}
#my-circle-menu-mobile .cm-container .cm-items .cm-item span {
  padding-left: 0px;
}
#my-circle-menu-mobile .cm-container .cm-items .cm-item span div.cm-label {
  padding-top: 30px;
  width: 65px;
  line-height: 1;
  font-size: 14px;
  color: #696969;
}
#my-circle-menu-mobile .description-box-mobile {
  margin-top: 200px;
}
#my-circle-menu-mobile .item img {
  width: 70%;
  margin: 0 auto;
}

.cm-button.cm-button-prev i.lni,
.cm-button.cm-button-next i.lni {
  color: #000000;
}

.cm-button.cm-button-prev.data-end i.lni,
.cm-button.cm-button-next.data-end i.lni {
  opacity: 0.5;
  cursor: pointer;
}

.cm-button.cm-button-prev.data-end,
.cm-button.cm-button-next.data-end {
  pointer-events: none;
}

.nxtprev-btn i.lni {
  font-size: 1.5rem;
}

.nxtprev-btn .cm-button {
  margin-right: 15px;
}

.owl-arrows i.lni {
  font-size: 1.5rem;
}

.owl-arrows a {
  margin-right: 10px;
  line-height: 1;
}

.group-subsidaries {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F9F9F9;
}
.group-subsidaries h4 {
  margin-top: -30px;
  color: #004098;
}
.group-subsidaries a {
  text-decoration: none;
}
.group-subsidaries a h4 {
  color: #004098;
}
.group-subsidaries a img {
  transition: 0.5s all;
}
.group-subsidaries a:hover img {
  transform: scale(1.1);
}
.group-subsidaries .accordion-item {
  background-color: transparent;
  border: none;
}
.group-subsidaries i.lni {
  font-size: 1.3rem;
}
.group-subsidaries [aria-expanded=true] i {
  transition: 0.4s all;
  transform: rotate(180deg);
}
.group-subsidaries [aria-expanded=false] i {
  transition: 0.4s all;
  transform: rotate(0deg);
}

.our-verticles {
  padding-top: 100px;
  padding-bottom: 100px;
}
.our-verticles .accordion .accordion-item {
  border: none;
  cursor: pointer;
}
.our-verticles .accordion .accordion-item .accordion-button[aria-expanded=true] span.down-arrow i {
  transition: 0.4s all;
  transform: rotate(180deg);
}
.our-verticles .accordion .accordion-item .accordion-button[aria-expanded=false] span.down-arrow i {
  transition: 0.4s all;
  transform: rotate(0deg);
}
.our-verticles .accordion .accordion-item:last-child {
  border-bottom: none;
}
.our-verticles .accordion .accordion-item .ov-image-box {
  text-align: center;
  justify-content: center;
  border: none;
}
.our-verticles .accordion .accordion-item .ov-image-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 64, 152, 0.4);
  transition: 0.4s all;
}
.our-verticles .accordion .accordion-item .ov-image-box h2 {
  position: absolute;
  color: #fff;
  font-size: 2.5rem;
}
.our-verticles .accordion .accordion-item .ov-image-box span {
  position: absolute;
  color: white;
  bottom: 30px;
  font-size: 25px;
}
.our-verticles .accordion .accordion-item .ov-image-box::after {
  display: none;
}
.our-verticles .accordion .accordion-item .ov-image-box:hover::before {
  background: rgba(0, 63, 152, 0.631372549);
}
.our-verticles .accordion .accordion-item p {
  color: #585858;
}
.our-verticles .accordion .accordion-item .accordion-body {
  padding: 1rem 0;
}

img.contact-circle {
  position: absolute;
  width: 300px;
  top: -205px;
  z-index: 10;
}

.our-team {
  padding-top: 100px;
  padding-bottom: 100px;
}
.our-team .team-box {
  margin-bottom: 30px;
  transition: 0.4s all;
}
.our-team .team-box img {
  border: 4px solid #004098;
  border-radius: 100%;
  padding: 10px;
  width: 100%;
}
.our-team .team-box .linked-in {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
}
.our-team .team-box p {
  line-height: 1.4;
}
.our-team .team-box .profile-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
  margin: 15px;
}
.our-team .team-box .profile-img .linked-in {
  position: absolute;
  opacity: 0;
}
.our-team .team-box #has-link::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 64, 152, 0.4);
  transition: 0.4s all;
  border-radius: 100%;
  opacity: 0;
}
.our-team .team-box:hover #has-link .linked-in {
  opacity: 1;
}
.our-team .team-box:hover #has-link::before {
  opacity: 1;
}

.our-news {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 64, 152, 0.8), rgba(0, 64, 152, 0.8)), url("images/news-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 10;
}
.our-news .divider {
  background: #f1f1f1;
  height: 100%;
  width: 2px;
  margin: 0 auto;
  opacity: 0.5;
  margin-top: -15px;
}
.our-news .news-list {
  min-height: 0px;
}

.owl-dots {
  display: flex;
}
.owl-dots.hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  bottom: 40px;
}
.owl-dots .owl-dot {
  display: flex;
  margin-right: 22px;
  transition: all 0.5s;
  border: none;
  background: transparent;
  padding: 0;
}
.owl-dots .owl-dot.active span {
  text-align: center;
}
.owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
}
.owl-dots .owl-dot span {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.contact {
  position: relative;
  background: url("images/contact-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact .contact-title p {
  color: #fff;
}
.contact .wpcf7 .form-group label {
  width: 100%;
}
.contact .wpcf7 .form-group .form-control {
  border-radius: 0;
}

footer {
  background-color: #004098;
  padding: 10px 20px;
}
footer .copyright-txt {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
footer .copyright-txt-right {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
}
footer .linked-in {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid #00a0d2;
  color: #fff;
}

.wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.scrolltop .icon {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.scrolltop .icon .lni {
  font-weight: 800;
}

.scrolltop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #004098;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 9999;
}

.page-404 {
  position: relative;
  background-color: #004098;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 96vh;
}
.page-404 span {
  font-size: 300px;
  color: #003681;
  font-weight: 800;
}
.page-404 p {
  color: #03D9FF;
  font-size: 50px;
  line-height: 1.5;
}
.page-404 a {
  background: #19AFE1;
  color: #fff;
  border-radius: 0;
  padding: 15px 25px;
}

.circle-404 {
  width: 58%;
  position: absolute;
  right: 0;
  bottom: -52px;
}

.z-index-5 {
  z-index: 5;
}

.error404 .navbar-toggler {
  display: none;
}
.error404 .offcanvas {
  display: none;
}

.light-blue {
  color: #03D9FF !important;
}

.sim-page {
  position: relative;
  padding: 100px 0;
}
.sim-page .sim-bg img {
  position: absolute;
  right: 0;
  z-index: -1;
}
.sim-page h1 {
  color: #004098;
}

.sim-page strong,
.our-contribution strong {
  color: #004098;
}

.bootstrap-select .dropdown-menu ul li.selected.active {
  display: none;
}

.lang-switch .pll-switcher-select {
  z-index: 10;
  width: 35px !important;
}
.lang-switch .pll-switcher-select .dropdown-toggle {
  border-radius: 100%;
  height: 35px;
  padding: 0;
  width: 35px;
  line-height: 35px;
  z-index: 9999;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.lang-switch .pll-switcher-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
  color: #033273;
  font-weight: 400;
}
.lang-switch .pll-switcher-select .dropdown-toggle:focus {
  outline: unset !important;
  outline-offset: unset;
  box-shadow: unset;
}
.lang-switch .pll-switcher-select div.dropdown-menu {
  border-radius: 30px;
  height: 65px;
  width: 35px;
  background-clip: initial;
  top: 5px;
  background-color: #d9d9d9;
}
.lang-switch .pll-switcher-select div.dropdown-menu .dropdown-item {
  padding: 0;
  background-color: #d9d9d9;
  color: #5d5d5d;
}
.lang-switch .pll-switcher-select div.dropdown-menu .dropdown-item:hover {
  background-color: #d9d9d9;
  color: #000000;
}
.lang-switch .pll-switcher-select .dropdown-menu.inner {
  text-align: center;
  margin-top: 25px !important;
}

.dropdown-toggle::after {
  display: none;
}

.impact-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.impact-hero .bg-video .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.impact-hero .video-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.impact-hero .bg-video-info {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  z-index: 10;
}
.impact-hero .bg-video-info .main-title h1 {
  font-size: 12rem;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
}
.impact-hero .bg-video-info p {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.7);
}

.row-gap-25 {
  row-gap: 25px;
}

.our-contribution-section {
  background: #fff;
  padding-bottom: 60px;
  position: relative;
}
.our-contribution-section a {
  width: 100%;
}
.our-contribution-section h1 {
  color: #004098;
  font-size: 80px;
  font-weight: 300;
  line-height: 60px;
}
.our-contribution-section .oc-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F2F2F2;
  text-align: center;
}
.our-contribution-section .oc-box i {
  color: #004098;
  font-size: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.our-contribution-section .oc-box img {
  width: 100%;
}

.careers-hero {
  background-size: cover;
  background-position: center;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 60px 0;
  position: relative;
}
.careers-hero h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: 400;
}
.careers-hero p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.careers-list-section {
  background: #fff;
  padding: 60px 0;
  position: relative;
}
.careers-list-section h1 {
  font-weight: 400;
  font-size: 50px;
  color: #004098;
}
.careers-list-section .careers-box {
  text-decoration: none;
  padding: 1rem;
  border: 1px solid #004098;
  border-radius: 0.7rem;
  display: block;
  transition: 0.4s all;
}
.careers-list-section .careers-box:hover {
  background-color: #004098;
}
.careers-list-section .careers-box:hover h5 {
  color: #fff;
}
.careers-list-section .careers-box:hover p {
  color: #fff;
}
.careers-list-section .careers-box h5 {
  color: #212529;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}
.careers-list-section .careers-box p {
  margin-bottom: 0;
  color: #585858;
}

.flow-chart-section {
  padding: 60px 0;
  position: relative;
}
.flow-chart-section .sustainbility-circles {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -1;
}
.flow-chart-section h1 {
  color: #004098;
  font-size: 80px;
  font-weight: 300;
  line-height: 60px;
}
.flow-chart-section .chart-box {
  border: 4px solid #000000;
  text-align: center;
  padding: 30px 20px;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-chart-section .chart-box.top {
  position: relative;
}
.flow-chart-section .chart-top-arrow {
  text-align: center;
}
.flow-chart-section .chart-dark-box {
  position: relative;
  border: 4px solid #000000;
  text-align: center;
  padding: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  transition: 0.4s all;
}
.flow-chart-section .chart-dark-box h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-chart-section .chart-dark-box:hover {
  background: #004098;
}
.flow-chart-section .chart-dark-box:hover h2 {
  color: #ffffff;
}
.flow-chart-section .chart-dark-box:hover i {
  color: #ffffff;
}
.flow-chart-section .chart-dark-box[aria-expanded=true] {
  justify-content: start;
}
.flow-chart-section .chart-dark-box[aria-expanded=true] i {
  transition: 0.4s all;
  transform: rotate(45deg);
}
.flow-chart-section .chart-dark-box[aria-expanded=false] {
  justify-content: center;
}
.flow-chart-section .chart-dark-box[aria-expanded=false] i {
  transition: 0.4s all;
  transform: rotate(135deg);
  animation: rotate-down-box 3s infinite;
}
.flow-chart-section .chart-dark-box i {
  color: #000000;
  font-size: 2rem;
}
.flow-chart-section .chart-dark-box .bottom-arrow {
  position: absolute;
  bottom: 0;
  right: 25px;
}
@keyframes rotate-down-box {
  0% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
.flow-chart-section span {
  font-size: 20px;
  font-weight: 600;
}
.flow-chart-section .left-down {
  position: relative;
  display: flex;
  align-items: center;
}
.flow-chart-section .left-down i {
  transform: rotate(45deg);
  font-size: 2.5rem;
}
.flow-chart-section .left-down-flat {
  position: relative;
  display: flex;
  align-items: center;
}
.flow-chart-section .left-down-flat i {
  transform: rotate(45deg);
  font-size: 2.5rem;
}
.flow-chart-section .right-up {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.flow-chart-section .right-up i {
  transform: rotate(140deg);
  font-size: 2.5rem;
}
.flow-chart-section .right-up-flat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.flow-chart-section .right-up-flat i {
  transform: rotate(140deg);
  font-size: 2.5rem;
}
.flow-chart-section [aria-expanded=true] {
  min-height: 410px;
  transition: 0.4s all;
  background: #004098;
}
.flow-chart-section [aria-expanded=true] h2 {
  color: #ffffff;
}
.flow-chart-section [aria-expanded=true] i {
  color: #ffffff;
}
.flow-chart-section [aria-expanded=false] {
  min-height: 180px;
  transition: 0.4s all;
  background: transparent;
}
.flow-chart-section [aria-expanded=false] i {
  color: #000000;
}
.flow-chart-section .accordion .accordion-body ul {
  list-style: decimal;
  margin-bottom: 0;
}
.flow-chart-section .accordion .accordion-body ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: left;
}
.flow-chart-section .fading {
  color: #000;
}

@keyframes color-change1 {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
    text-shadow: 4px 2px 10px rgba(25, 175, 225, 0);
  }
  100% {
    transform: scale(1.05);
    text-shadow: 4px 2px 10px rgb(25, 175, 225);
  }
}
@keyframes color-change2 {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
    text-shadow: 4px 2px 10px rgba(25, 175, 225, 0);
  }
  100% {
    transform: scale(1.05);
    text-shadow: 4px 2px 10px rgb(25, 175, 225);
  }
}
@keyframes color-change3 {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
    text-shadow: 4px 2px 10px rgba(25, 175, 225, 0);
  }
  100% {
    transform: scale(1.05);
    text-shadow: 4px 2px 10px rgb(25, 175, 225);
  }
}
@keyframes color-change4 {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
    text-shadow: 4px 2px 10px rgba(25, 175, 225, 0);
  }
  100% {
    transform: scale(1.05);
    text-shadow: 4px 2px 10px rgb(25, 175, 225);
  }
}
.light-blue-bg {
  background: #19AFE1;
}

.dark-blue-bg {
  background: #004098;
}

.text-sliding-section {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.text-sliding-section .text-box .txt-bg {
  background-position: center;
  background-size: cover;
  padding: 0px 60px;
  min-height: 250px;
  background-repeat: no-repeat;
}
.text-sliding-section .text-box a {
  color: #FFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 90px;
  text-decoration: none;
  position: relative;
}
.text-sliding-section .text-box .right-arrow i {
  color: #ffffff;
  font-size: 50px;
  cursor: pointer;
}
.text-sliding-section .text-box .icon-box {
  min-height: 250px;
}
.text-sliding-section .text-box .icon-box img {
  width: 100px;
  height: auto;
}
.text-sliding-section .our-approach .esg-box {
  border: 3px solid #8C8C8C;
  border-right: none;
  text-align: left;
}
.text-sliding-section .our-approach .esg-box .border-bottom-impact {
  border-bottom: 2px solid #B7B7B7;
}
.text-sliding-section .our-approach .esg-box i {
  color: #B7B7B7;
  transform: rotate(315deg);
  font-size: 3rem;
}
.text-sliding-section .our-approach .esg-box h2 {
  color: #004098;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.text-sliding-section .our-approach .esg-box h6 {
  color: #004098;
  font-size: 26px;
  font-weight: 600;
}
.text-sliding-section .our-approach .esg-box p {
  color: #004098;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.text-sliding-section .our-approach .esg-impact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.text-sliding-section .our-approach .esg-impact .left-arrow i {
  font-size: 50px;
  cursor: pointer;
  color: #004098;
}
.text-sliding-section .our-approach .impact-box {
  background: #004098;
  border: 3px solid #8C8C8C;
  border-left: none;
  text-align: left;
}
.text-sliding-section .our-approach .impact-box .border-bottom-impact {
  border-bottom: 2px solid #B7B7B7;
}
.text-sliding-section .our-approach .impact-box i {
  color: #B7B7B7;
  transform: rotate(315deg);
  font-size: 3rem;
}
.text-sliding-section .our-approach .impact-box h2 {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.text-sliding-section .our-approach .impact-box h6 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
.text-sliding-section .our-approach .impact-box p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.text-sliding-section .our-approach .grey-box {
  border: 2px solid #8C8C8C;
}
.text-sliding-section .esg-all-box {
  display: flex;
  align-items: center;
}
.text-sliding-section .esg-all-box .left-arrow {
  font-size: 50px;
  cursor: pointer;
  color: #004098;
}
.text-sliding-section .esg-risk {
  background: #F2F2F2;
  padding: 25px 15px;
  min-height: 550px;
  width: 100%;
}
.text-sliding-section .esg-risk p {
  color: #004098;
  font-weight: 400;
}
.text-sliding-section .esg-risk .esg-mini-box {
  text-align: center;
  text-align: center;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s all;
  position: relative;
  padding: 15px;
}
.text-sliding-section .esg-risk .esg-mini-box .esg-mini-info h6 {
  color: #004098;
  font-size: 20px;
  font-weight: 600;
}
.text-sliding-section .esg-risk .esg-mini-box .esg-mini-info img {
  width: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 40px;
}
.text-sliding-section .esg-risk .esg-mini-box .esg-mini-info i {
  color: #B7B7B7;
  font-size: 2rem;
}
.text-sliding-section .esg-risk .esg-mini-box .esg-mini-info[aria-expanded=true] i {
  transition: 0.4s all;
  transform: rotate(45deg);
  color: #014098;
}
.text-sliding-section .esg-risk .esg-mini-box .esg-mini-info[aria-expanded=false] i {
  transition: 0.4s all;
  transform: rotate(130deg);
}
.text-sliding-section .esg-risk .esg-mini-box .esg-mini-info:hover i {
  color: #014098;
}

.right-elastic {
  animation: relastic 3s infinite;
}

@keyframes relastic {
  0% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(30px, 0, 0);
  }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
}
.left-elastic {
  animation: lelastic 3s infinite;
}

@keyframes lelastic {
  0% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-30px, 0, 0);
  }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
}
.impact-management {
  position: relative;
}
.impact-management .impact-management-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-color: #19AFE1;
  padding: 0px 60px;
}
.impact-management .impact-management-bg .right-arrow i {
  color: #ffffff;
  font-size: 50px;
  cursor: pointer;
}
.impact-management .im-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.impact-management .im-info a {
  font-size: 50px;
  animation: popup 3s infinite;
  color: #fff;
}
.impact-management .im-info a:hover {
  color: #fff;
}
.impact-management .im-info h1 {
  color: #FFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
}

.impact-management .im-logos {
  padding: 8px 50px;
}
.impact-management .im-logos img {
  height: 60px;
  width: auto;
  display: block;
}

.strategic-all-box {
  display: flex;
  align-items: center;
}
.strategic-all-box .left-arrow {
  font-size: 50px;
  cursor: pointer;
  color: #004098;
}

.strategic-box {
  background-color: #F2F2F2;
}
.strategic-box .im-modal-box {
  min-height: 360px;
  background: #FFF;
  position: relative;
}
.strategic-box .im-modal-box::after {
  position: absolute;
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #014098;
  top: 50%;
  right: -32px;
  transform: translate(-50%, -50%);
}
.strategic-box .im-modal-box.last-box::after {
  display: none;
}
.strategic-box .im-modal-box .im-info-modal {
  padding: 30px;
  text-align: center;
}
.strategic-box .im-modal-box .im-info-modal img {
  width: 40px;
  margin: 0 auto;
}
.strategic-box .im-modal-box .im-info-modal h6 {
  margin-top: 20px;
  color: #004098;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.strategic-box .im-modal-box .im-info-modal p {
  color: #004098;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@keyframes popup {
  0% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1);
  }
  40% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1.2);
  }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1);
  }
}
.impact-goals-section {
  padding: 60px 0;
  position: relative;
}
.impact-goals-section .acco-border {
  border-bottom: 2px solid #B7B7B7;
}
.impact-goals-section .impact-goals-circles {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.impact-goals-section h1 {
  color: #004098;
  text-align: center;
  font-size: 80px;
  font-weight: 300;
  line-height: 60px;
}
.impact-goals-section .impact-goals-box {
  display: flex;
  gap: 22px;
}
.impact-goals-section .impact-goals-box img {
  width: 180px;
}
.impact-goals-section .goals-info {
  display: flex;
  align-items: end;
  padding-bottom: 15px;
  gap: 25px;
}
.impact-goals-section .goals-info i {
  color: rgb(183, 183, 183);
  font-size: 4rem;
}
.impact-goals-section .goals-info span[aria-expanded=false] i {
  transform: rotate(45deg);
  animation: rotate-left 2s infinite;
}
.impact-goals-section .goals-info span[aria-expanded=true] i {
  transform: rotate(90deg);
  color: #004098;
}
.impact-goals-section .goals-info h6 {
  color: #004098;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
}
.impact-goals-section .goals-info h6 b {
  font-weight: 600;
}
.impact-goals-section .goals-info.r-side span[aria-expanded=false] i {
  transform: rotate(45deg);
  animation: rotate-right 2s infinite;
}
.impact-goals-section .goals-info.r-side span[aria-expanded=true] i {
  transform: rotate(0deg);
  color: #004098;
}
@keyframes rotate-left {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.impact-goals-section .goals-box {
  padding: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
.impact-goals-section .goals-box .amount-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.impact-goals-section .goals-box .amount-info span {
  color: #FFF;
  font-size: 60px;
  font-weight: 400;
}
.impact-goals-section .goals-box .amount-info .goals-icon img {
  width: 45px;
  height: auto;
  margin-bottom: 0;
}
.impact-goals-section .goals-box .amount-info h5 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
}
.impact-goals-section .goals-box p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 0;
}
.impact-goals-section .goals-box p b {
  font-weight: 600;
}

.impact-numbers {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.impact-numbers .im-num-circle {
  position: absolute;
  right: 0;
  top: -12%;
}
.impact-numbers h1 {
  color: #004098;
  font-size: 80px;
  font-weight: 300;
  line-height: 60px;
}
.impact-numbers .im-main-count {
  text-align: left;
  position: relative;
}
.impact-numbers .im-main-count.dark-blue {
  padding: 80px 0px;
  background: #004098;
}
.impact-numbers .im-main-count.dark-blue::after {
  position: absolute;
  content: "";
  background: #004098;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.impact-numbers .im-main-count.light-blue {
  padding: 80px 0px;
  padding-left: 140px;
  background: #19AFE1;
}
.impact-numbers .im-main-count.light-blue::after {
  position: absolute;
  content: "";
  background: #19AFE1;
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.impact-numbers .im-main-count h1 {
  color: #ffffff;
  font-size: 140px;
  font-style: normal;
  font-weight: 300;
  line-height: 140px;
  text-indent: -12px;
}
.impact-numbers .im-main-count h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}
.impact-numbers .im-main-count span {
  margin-left: -12px;
}
.impact-numbers .impact-count-bg {
  min-height: 80vh;
  display: flex;
  align-items: end;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.impact-numbers .impact-count-bg::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 94.47%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.impact-numbers .impact-count-bg .source-text {
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.impact-numbers .impact-count-bg .impact-counts {
  z-index: 10;
  position: relative;
}
.impact-numbers .impact-count-bg .impact-counts h3 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 400;
}
.impact-numbers .impact-count-bg .impact-counts h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.impact-numbers .impact-count-bg .impact-counts p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.impact-team-map {
  background: #F2F2F2;
  padding: 60px 0;
  position: relative;
}
.impact-team-map h1 {
  color: #004098;
  font-size: 80px;
  font-weight: 300;
  line-height: 60px;
}
.impact-team-map .team-box h5 {
  color: #023F95;
  font-size: 20px;
  font-weight: 700;
}
.impact-team-map .team-box p {
  color: #023F95;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.impact-team-map .team-box #has-link::before {
  background: #19AFE1;
  mix-blend-mode: screen;
}
.impact-team-map .team-box .linked-in {
  background: #023F95;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.case-studies h1 {
  color: #004098;
  font-size: 80px;
  font-weight: 300;
  line-height: 60px;
}
.case-studies .video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.case-studies .video .video-bg-circle {
  position: absolute;
  right: -190px;
  bottom: -80px;
}
.case-studies .video .bg-video .full-video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 5;
}
.case-studies .video .bg-video-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  z-index: 10;
}
.case-studies .video .bg-video-info a {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.case-studies .video .bg-video-info a img {
  width: 45px;
  height: auto;
  margin-left: 10px;
}

.social-bond-climate-section {
  padding-bottom: 60px;
  position: relative;
}
.social-bond-climate-section .social-bond-climate-circles {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.social-bond-climate-section .sbcs-top {
  border-bottom: 2px solid #B7B7B7;
  padding-bottom: 1.5rem;
}
.social-bond-climate-section h1 {
  color: #004098;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.social-bond-climate-section i {
  font-size: 3rem;
  color: #B7B7B7;
}
.social-bond-climate-section span i {
  transition: 0.4s all;
  transform: rotate(45deg);
}
.social-bond-climate-section p {
  color: #004098;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}
.social-bond-climate-section a {
  text-decoration: none;
  text-align: center;
}
.social-bond-climate-section a i {
  color: #B7B7B7;
  font-size: 2rem;
  transform: rotate(0deg);
}
.social-bond-climate-section a p {
  animation: down-elastic 3s infinite;
}
.social-bond-climate-section a span {
  display: block;
  color: #004098;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}
.social-bond-climate-section a[aria-expanded=true] span.rm {
  display: none;
}
.social-bond-climate-section a[aria-expanded=true] span.rl {
  display: block;
}
.social-bond-climate-section a[aria-expanded=true] i {
  transition: 0.4s all;
  transform: rotate(180deg);
}
.social-bond-climate-section a[aria-expanded=false] span.rm {
  display: block;
}
.social-bond-climate-section a[aria-expanded=false] span.rl {
  display: none;
}
.social-bond-climate-section a[aria-expanded=false] i {
  transition: 0.4s all;
  transform: rotate(0deg);
}
.social-bond-climate-section h5 {
  color: #004098;
  font-size: 20px;
  font-weight: 600;
}
.social-bond-climate-section h6 {
  color: #004098;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
.social-bond-climate-section .acco-bottom-line {
  border-bottom: 2px solid #B7B7B7;
}

@keyframes down-elastic {
  0% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 20px, 0);
  }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
}
.main-guys {
  position: relative;
}
.main-guys .main-guys-circles {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-guys .person-image img {
  width: 100%;
}
.main-guys .all-quote-box .quotes-description {
  background: #004098;
  min-height: 300px;
  padding: 60px 30px;
  position: relative;
}
.main-guys .all-quote-box .quotes-description p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 28px;
}
.main-guys .all-quote-box .quotes-description img {
  width: auto;
  margin: 0 auto;
}
.main-guys .all-quote-box .quotes-description img.quote-down {
  transform: rotate(180deg);
}
.main-guys .all-quote-box .quotes-owner h6 {
  color: #004098;
  font-size: 32px;
  font-weight: 700;
}
.main-guys .all-quote-box .quotes-owner p {
  color: #004098;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.page-template-impact .our-team .team-box,
.page-template-impact-jap .our-team .team-box {
  margin-bottom: 0px;
}

.page-template-impact .modal .modal-body,
.page-template-impact-jap .modal .modal-body {
  padding-bottom: 25px;
}
.page-template-impact .modal p,
.page-template-impact-jap .modal p {
  color: #004098;
}

.jp-version .social-bond-climate-section h5 {
  font-weight: 400;
}

.jp-version .jp-text {
  font-family: "MS PGothic";
  font-style: normal;
}

.jp-version .jp-text-bold {
  font-family: "MS PGothic";
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 399px) {
  #my-circle-menu-mobile .cm-container {
    left: -16px;
  }
}
@media (max-width: 378px) {
  #my-circle-menu-mobile .cm-container {
    left: -22px;
  }
}
@media (max-width: 360px) {
  #my-circle-menu-mobile .cm-container {
    left: -30px;
  }
}
@media (min-width: 220px) and (max-width: 600px) {
  .modal img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .sim-page {
    padding: 40px 0;
  }
  .sim-page h1 {
    font-size: 32px;
  }
  img.hero-circle {
    position: absolute;
    right: 0;
    width: 170px;
    top: -150px;
  }
  .hero {
    min-height: 60vh;
    background-position: 95% 0%;
  }
  .offcanvas {
    width: 335px;
  }
  nav.navbar .navbar-brand {
    width: 60%;
  }
  nav.navbar .navbar-brand img {
    width: 200px !important;
  }
  nav.navbar .nav-item {
    padding-right: 15px;
  }
  nav.navbar .nav-item a.nav-link {
    font-size: 14px;
    color: #fff;
  }
  .who-we-are {
    padding-top: 60px;
  }
  .contact {
    background-position: 20% 0;
  }
  .contact-title {
    padding: 60px 0;
    text-align: center;
  }
  .our-team .team-box img {
    width: 100%;
  }
  .group-subsidaries img {
    width: 75%;
  }
  img.contact-circle {
    display: none;
  }
  .text-theme {
    font-size: 32px;
  }
  .hero h1 {
    font-size: 32px;
  }
  footer {
    padding: 10px 0px;
  }
  .page-404 span {
    font-size: 160px !important;
  }
  .page-404 p {
    font-size: 25px;
  }
  .circle-404 {
    width: 100%;
    position: absolute;
  }
  .our-history {
    padding-bottom: 50px;
  }
  .our-history .description-box {
    min-height: 300px;
  }
  .our-history .cm-container {
    transform: scale(1.5);
    transform-origin: center;
  }
  .our-history .cm-container .cm-items .cm-item.selected span {
    font-size: 20px;
  }
  .scrolltop {
    bottom: 60px;
  }
  .our-contribution {
    background: url("images/our-contribution-mobile.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    min-height: 700px;
  }
  #my-circle-menu-mobile {
    position: relative;
  }
  #my-circle-menu-mobile::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background-color: #fff;
    top: -10px;
    left: 0;
    right: 0;
  }
  #my-circle-menu-mobile .cm-selected-container {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -15px;
    top: unset;
  }
  #my-circle-menu-mobile .cm-container .cm-items .cm-item.selected span div.cm-label {
    position: relative;
    left: -38px !important;
    top: 5px !important;
    font-size: 25px;
  }
  #my-circle-menu-mobile .cm-container {
    margin: 30px auto;
    margin-top: -390px;
    right: 0;
  }
  #my-circle-menu-mobile .cm-container::before {
    display: none;
  }
  #my-circle-menu-mobile .cm-container .cm-items .cm-item span {
    top: 0px;
  }
  #my-circle-menu-mobile .cm-container .cm-items .cm-item span::before {
    content: "";
    position: absolute;
    top: -2px;
  }
  #my-circle-menu-mobile .cm-container .cm-items .cm-item.selected span {
    font-size: 35px;
  }
  #my-circle-menu-mobile .owl-nav {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #my-circle-menu-mobile .owl-nav .fa-solid {
    font-size: 2rem;
  }
  #my-circle-menu-mobile .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
    color: #000;
  }
  #my-circle-menu-mobile .cm-container .cm-items .cm-item span {
    padding-left: 0px;
  }
  #my-circle-menu-mobile .cm-container .cm-items .cm-item span div.cm-label {
    padding-top: 30px;
  }
  #my-circle-menu-mobile .description-box-mobile {
    margin-top: 200px;
  }
  #my-circle-menu-mobile .item img {
    width: 100%;
    margin: 0 auto;
  }
  .lang-switch {
    position: absolute;
    right: 75px;
  }
  .group-subsidaries p {
    margin-top: -60px;
  }
  .impact-hero .bg-video-info .main-title h1 {
    font-size: 4rem;
  }
  .impact-hero .bg-video-info p {
    font-size: 18px;
  }
  .impact-numbers h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .impact-numbers .im-main-count {
    padding-left: 20px !important;
  }
  .impact-numbers .im-main-count h1 {
    font-size: 80px;
    text-indent: 1px;
  }
  .impact-numbers .im-main-count.dark-blue::after {
    display: none;
  }
  .impact-numbers .im-main-count.light-blue::after {
    display: none;
  }
  .case-studies {
    overflow: hidden;
  }
  .case-studies h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .impact-goals-section h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .impact-goals-section .goals-info h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .impact-goals-section .impact-goals-box img {
    width: auto;
    height: 100px;
  }
  .text-sliding-section .text-box a {
    font-size: 45px;
    line-height: 50px;
  }
  .text-sliding-section .text-box .txt-bg {
    padding: 0px 40px;
  }
  .text-sliding-section .our-approach .esg-box {
    border: 3px solid #8C8C8C;
    border-bottom: 0;
  }
  .text-sliding-section .our-approach .esg-box h2 {
    font-size: 40px;
  }
  .text-sliding-section .our-approach .impact-box {
    border: 3px solid #8C8C8C;
    border-top: 0;
  }
  .text-sliding-section .our-approach .impact-box h2 {
    font-size: 40px;
  }
  .our-contribution-section h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .impact-management .im-info h1 {
    font-size: 38px;
    line-height: 1.2;
  }
  .impact-management .im-info h1 br {
    display: none;
  }
  .impact-management .impact-management-bg {
    padding: 0px 25px;
  }
  .impact-management .im-logos img {
    height: auto;
    width: 100%;
  }
  .flow-chart-section h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .flow-chart-section .chart-box,
  .flow-chart-section .chart-dark-box {
    font-size: 25px;
    justify-content: space-around;
    min-height: 150px;
  }
  .impact-team-map h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .main-guys .name-desg i {
    font-size: 2rem;
  }
  .main-guys .name-desg h5 {
    font-size: 25px;
    line-height: 28px;
  }
  .main-guys .name-desg p {
    font-size: 18px;
    line-height: 28px;
  }
  .main-guys .name-desg p br {
    display: none;
  }
  .main-guys .person-image img {
    width: 100%;
  }
  .main-guys .right-side-photo,
  .main-guys .left-side-photo {
    flex-direction: column;
    border: 1px solid;
  }
  .main-guys .left-side-photo .name-desg i {
    transform: rotate(135deg);
    animation: rotate-left-mobile 3s infinite;
  }
  .main-guys .right-side-photo .name-desg i {
    transform: rotate(215deg);
    animation: rotate-right-mobile 3s infinite;
  }
  .main-guys .all-quote-box .quotes-description p {
    font-size: 20px;
    margin-top: 15px;
  }
  .main-guys .all-quote-box .quotes-owner p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  @keyframes rotate-left-mobile {
    0% {
      transform: rotate(135deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(135deg);
    }
  }
  @keyframes rotate-right-mobile {
    0% {
      transform: rotate(215deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(215deg);
    }
  }
  .strategic-box .im-modal-box {
    min-height: auto;
  }
  .strategic-box .im-modal-box::after {
    position: absolute;
    content: "";
    border-top: 21px solid #014098;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    top: 106%;
    right: unset;
    left: 50%;
  }
  .strategic-box .im-modal-box .im-info-modal {
    padding: 20px;
  }
  .impact-numbers .impact-count-bg {
    background-position: 45% 50%;
    background-repeat: no-repeat;
    min-height: 60vh;
  }
  .impact-numbers .impact-count-bg .impact-counts h3 {
    font-size: 30px;
  }
  .our-contribution-section .oc-box i {
    font-size: 1rem;
  }
  .social-bond-climate-section .sbcs-top h1 {
    min-height: unset;
  }
  .social-bond-climate-section .sbcs-top-m {
    border-bottom: 2px solid #B7B7B7;
    padding-bottom: 1.5rem;
  }
  .social-bond-climate-section p {
    font-size: 18px;
    line-height: 28px;
  }
  .social-bond-climate-section .sbcs-top {
    padding-bottom: 1.5rem;
  }
  .impact-goals-section .impact-goals-circles {
    width: 100%;
  }
  .flow-chart-section .sustainbility-circles {
    width: 100%;
  }
  .impact-numbers .im-main-count.dark-blue {
    padding: 50px 0px;
  }
  .impact-numbers .im-main-count.light-blue {
    padding: 50px 0px;
  }
  .impact-hero {
    height: 55vh;
  }
  .impact-hero .bg-video .hero-video {
    height: 60%;
  }
  .impact-hero .video-overlay {
    height: 60%;
  }
  .impact-hero .bg-video-info {
    top: 40%;
  }
  .case-studies .video {
    overflow: hidden;
  }
  .page-template-impact .our-team .team-box,
  .page-template-impact-jap .our-team .team-box {
    margin-bottom: 30px;
  }
  .impact-goals-section .goals-box {
    padding: 15px;
  }
}
@media (min-width: 601px) and (max-width: 962px) {
  .contact-title {
    padding: 60px 0;
    text-align: center;
  }
  img.contact-circle {
    position: absolute;
    width: 140px;
    top: -93px;
  }
  img.hero-circle {
    position: absolute;
    width: 225px;
    top: -220px;
  }
  .our-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .page-404 span {
    font-size: 230px;
  }
  .page-404 p {
    font-size: 30px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1300px) {
  .cm-dec-img img {
    width: 85%;
  }
  img.hero-circle {
    width: 380px;
    bottom: -60%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .our-contribution {
    background-position: 30% 0% !important;
  }
  .our-history .cm-container {
    left: -180px;
  }
}
.our-contribution {
  background: url("images/our-contribution-mobile.jpg");
  background-size: cover;
  background-position: bottom;
  padding: 50px 0;
  min-height: 780px;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .offcanvas {
    width: 400px;
  }
  img.hero-circle {
    position: absolute;
    right: 0;
    width: 300px;
    top: -320px;
    mix-blend-mode: hard-light;
  }
  .contact-title {
    padding: 60px 0;
    text-align: center;
  }
  .contact {
    background-position: 20% 0;
  }
  img.contact-circle {
    position: absolute;
    width: 150px;
    top: -98px;
    z-index: 10;
  }
  .circle-404 {
    width: 100%;
  }
  .our-history .cm-container {
    left: -240px;
  }
  .scrolltop {
    bottom: 60px;
  }
  .our-contribution {
    background: url("images/our-contribution.jpg");
    background-size: cover;
    background-position: 25% 0%;
    padding: 40px 0;
    min-height: unset;
  }
  .cm-dec-img {
    top: -230px;
  }
  .hero {
    background-position: 95% 0%;
  }
  .lang-switch {
    position: absolute;
    right: 100px;
  }
  .impact-hero .bg-video-info .main-title h1 {
    font-size: 8rem;
  }
  .impact-hero .bg-video-info p {
    font-size: 28px;
  }
  .impact-numbers h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .impact-numbers .im-main-count {
    text-align: center;
  }
  .impact-numbers .im-main-count.light-blue {
    padding-left: 0;
  }
  .impact-numbers .im-main-count.dark-blue::after {
    display: none;
  }
  .impact-numbers .im-main-count.light-blue::after {
    display: none;
  }
  .case-studies h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .impact-goals-section h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .text-sliding-section .text-box a {
    font-size: 45px;
    line-height: 50px;
  }
  .text-sliding-section .text-box .txt-bg {
    padding: 0px 40px;
  }
  .text-sliding-section .our-approach .esg-box h2 {
    font-size: 40px;
  }
  .text-sliding-section .our-approach .impact-box h2 {
    font-size: 40px;
  }
  .our-contribution-section h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .impact-management .im-info h1 {
    font-size: 40px;
  }
  .impact-management .impact-management-bg {
    padding: 0px 25px;
  }
  .impact-management .im-logos img {
    height: auto;
    width: 100%;
  }
  .flow-chart-section h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .flow-chart-section .chart-box,
  .flow-chart-section .chart-dark-box {
    font-size: 25px;
    justify-content: space-around;
    min-height: 120px;
  }
  .impact-team-map h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .main-guys .person-image img {
    width: 100%;
  }
  .main-guys .right-side-photo,
  .main-guys .left-side-photo {
    flex-direction: column;
    border: 1px solid;
  }
  .main-guys .all-quote-box .quotes-description p {
    font-size: 20px;
    margin-top: 15px;
  }
  .main-guys .all-quote-box .quotes-owner p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .strategic-box .im-modal-box .im-info-modal {
    padding: 12px;
  }
  .strategic-box .im-modal-box .im-info-modal h6 {
    font-size: 16px;
    line-height: 18px;
  }
  .strategic-box .im-modal-box .im-info-modal p {
    font-size: 14px;
    line-height: 22px;
  }
  .case-studies .video {
    height: 390px;
  }
  .impact-management .im-logos {
    padding: 8px 16px;
  }
  .text-sliding-section .esg-risk {
    min-height: 740px;
  }
  .case-studies .video {
    overflow: hidden;
  }
}
@media (min-width: 1000px) {
  .impact-numbers .im-main-count h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1300px) {
  .impact-numbers .im-main-count h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .jp-version .social-bond-climate-section h5 {
    font-size: 16px;
  }
  .impact-goals-section .goals-box {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .our-contribution {
    background: url("images/our-contribution.jpg");
    background-size: cover;
    background-position: 30% 0%;
    padding: 70px 0;
    min-height: unset;
  }
}
@media (min-width: 1021px) {
  img.contact-circle {
    position: absolute;
    width: 180px;
    top: -120px;
    z-index: 10;
  }
  .our-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  img.contact-circle {
    position: absolute;
    width: 160px;
    top: -105px;
    z-index: 10;
    left: -50px;
  }
  .our-news {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .jp-version .text-sliding-section .text-box a {
    font-size: 55px;
  }
}
@media (min-width: 1400px) {
  .our-contribution {
    background-position: 40% 0%;
    padding: 70px 0;
  }
  .impact-numbers .im-main-count h1 {
    font-size: 140px;
    line-height: 140px;
  }
  .jp-version .text-sliding-section .text-box a {
    font-size: 65px;
  }
  img.contact-circle {
    left: -70px;
    width: 180px;
    top: -119px;
  }
  .jp-version .social-bond-climate-section h5 {
    font-size: 18px;
  }
  .impact-goals-section .goals-box {
    padding: 30px;
  }
}
@media (min-width: 1600px) {
  img.contact-circle {
    left: 0;
    width: 210px;
    top: -139px;
  }
  .our-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1700px) {
  .our-contribution {
    background-position: center;
    padding: 70px 0;
  }
}/*# sourceMappingURL=style.css.map */