@font-face {
  font-family: "HKGroteskWide";
  src: url("../webfonts/HKGroteskWide-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../webfonts/HKGroteskWide-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../webfonts/HKGroteskWide-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../webfonts/HKGroteskWide-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../webfonts/HKGroteskWide-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../webfonts/HKGroteskWide-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HKGroteskWide";
  src: url("../webfonts/HKGroteskWide-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far, .fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-sharp-solid-900.woff2") format("woff2"), url("../webfonts/fa-sharp-solid-900.ttf") format("truetype");
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fal, .fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #333;
  overflow: visible;
  overflow-x: hidden;
}
@media (max-width: 399px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "HKGroteskWide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 25px;
}

h1, h2, h3 {
  font-weight: 900;
}

h4 {
  font-weight: 800;
}

h3 {
  font-size: 36px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

p a {
  color: #fff;
  text-decoration: underline;
}
p a:hover {
  color: #06013A;
}

small {
  font-size: 0.75em;
}

.mt-n2 {
  margin-top: -20px;
}

.outer-nav.vertical a {
  font-family: "HKGroteskWide", sans-serif;
}

.sp-image-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sp-image-wrapper .sp-image {
  flex: 1 0 0;
}
.sp-image-wrapper .sp-image img {
  width: 100%;
}

.red-text {
  color: #FF5E00;
}

.link {
  margin-top: 25px;
}
.link .btn-primary {
  background: url(../images/i-btn-primary-frame.svg) center right/contain no-repeat;
  position: relative;
  padding: 10px 50px 10px 20px;
  border: 0;
  overflow: hidden;
  color: #180092;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}
.link .btn-primary:before {
  content: "";
  background: url(../images/i-btn-primary-bg.svg) center right/cover no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0.5s all;
}
.link .btn-primary:after {
  content: "";
  background: url(../images/i-btn-primary-arrow.svg) right/100% no-repeat;
  position: absolute;
  height: 100%;
  top: 0;
  right: -2.5px;
  aspect-ratio: 1;
  transition: 0.5s all;
}
.link .btn-primary span {
  position: relative;
}
.link .btn-primary:hover {
  color: #FF5E00;
}
.link .btn-primary:hover:after {
  transform: translateX(13px);
}
.link .download-btn {
  border: 0;
  color: #fff;
}
.link .download-btn i {
  font-size: 21px;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .link .download-btn i {
    font-size: 28px;
  }
}
.link .download-btn span {
  padding-left: 8px;
  display: inline-block;
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .link .download-btn span {
    display: none;
  }
}
.link .download-btn:hover {
  color: #FF5E00;
}
.link .btn + .btn {
  margin-left: 10px;
}

.accordion .accordion-button {
  background: none;
  color: #fff;
  box-shadow: none;
}
.accordion .accordion-button::after {
  background: none;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  content: "+";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  transform: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: #99B6FF;
}
.accordion .accordion-button:not(.collapsed)::after {
  background: none;
  content: "\f068";
}
.accordion .accordion-item {
  background: none;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.accordion .accordion-item .accordion-header {
  background: none;
}

.sp-banner {
  position: relative;
}
.sp-banner img {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 991.98px) {
  .sp-banner img {
    margin-bottom: 25px;
    width: auto;
  }
}

hr {
  opacity: 0.9;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  background: linear-gradient(103.78deg, #180092 17.83%, #110069 110.25%);
  z-index: 9999;
  transition: 0.5s ease-in-out;
  transition-delay: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader .image {
  overflow: hidden;
}

#preloader img {
  width: 200px;
  transition: 0.5s ease-in-out;
}

#preloader .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#preloader .preloader-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#preloader .dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--os-primary-color);
  color: var(--os-primary-color);
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
  margin-top: 30px;
  margin-bottom: 30px;
}

#preloader .dot-pulse::before,
#preloader .dot-pulse:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--os-primary-color);
  color: var(--os-primary-color);
}

#preloader .dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}

#preloader .dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

body.loaded #preloader {
  transform: translateY(-100%);
  visibility: hidden;
}

body.loaded #preloader img {
  transform: translateY(100%);
  /*opacity: 0;*/
  /*visibility: hidden;*/
}

body.loaded #preloader .dot-pulse {
  opacity: 0;
  visibility: visible;
}

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/top-header-bg.jpg) no-repeat;
  background-size: cover;
  backdrop-filter: blur(40px);
  transition: top 0.2s ease-in-out;
  z-index: 18;
  opacity: 0;
  animation-name: headerAnimation;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
@media (max-width: 991.98px) {
  #header {
    background: none;
    backdrop-filter: blur(0);
    transition: top 0.4s ease-in-out;
  }
}
@keyframes headerAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0.5px 0 #fff;
}
@media (max-width: 991.98px) {
  #header .top-header {
    box-shadow: none;
  }
}
#header .top-header .logo-brand {
  padding-left: 25px;
  border: 0;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  #header .top-header .logo-brand {
    padding-top: 15px;
  }
}
#header .top-header .logo-brand:focus-visible {
  outline: 0;
}
#header .top-header .logo-brand span {
  font-family: "HKGroteskWide", sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  #header .top-header .logo-brand span {
    display: block;
    font-size: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  #header .top-header .logo-brand span {
    font-size: 9px;
  }
}
#header .top-header .top-right-header {
  display: flex;
}
@media (max-width: 991.98px) {
  #header .top-header .top-right-header {
    display: none;
  }
}
#header .top-header .top-right-header a {
  display: block;
  padding: 25px 40px;
}
#header .top-header .top-right-header a span {
  font-family: "HKGroteskWide", sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
#header .top-header .top-right-header a img {
  width: 28px;
  padding-right: 10px;
}
#header .top-header .top-right-header a.contact-link {
  border-left: 0.6px solid #fff;
}
#header .top-header .top-right-header a.top-download-link {
  background: #fff;
}
#header .top-header .top-right-header a.top-download-link span {
  color: #180092;
}
@media (max-width: 991.98px) {
  #header .bottom-header {
    display: none;
  }
}
#header .bottom-header #menu_main {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 0;
  justify-content: space-between;
  transition: all 0.2s ease;
}
#header .bottom-header #menu_main li {
  transition: all 0.05s ease-in-out;
}
#header .bottom-header #menu_main li a {
  color: #fff;
  font-family: "HKGroteskWide", sans-serif;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}
#header .bottom-header #menu_main li[data-section=section_1] a {
  width: 80px;
}
#header .bottom-header #menu_main li[data-section=section_2] a {
  width: 100px;
}
#header .bottom-header #menu_main li[data-section=section_3] a {
  width: 120px;
}
#header .bottom-header #menu_main li[data-section=section_4] a {
  width: 80px;
}
#header .bottom-header #menu_main li[data-section=section_5] a {
  width: 115px;
}
#header .bottom-header #menu_main li[data-section=section_6] a {
  width: 150px;
}
#header .bottom-header #menu_main li[data-section=section_7] a {
  width: 95px;
}
#header .bottom-header .shrink-logo {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 7px;
  z-index: 9;
  opacity: 0;
}
#header.shrink {
  top: -75px;
  background: #06013A;
}
@media (max-width: 991.98px) {
  #header.shrink {
    top: 0;
    padding-bottom: 10px;
  }
}
#header.shrink .bottom-header .container {
  max-width: 100%;
}
#header.shrink .bottom-header #menu_main {
  padding: 10px 0;
  justify-content: flex-end;
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  #header.shrink .bottom-header #menu_main {
    justify-content: center;
  }
}
#header.shrink .bottom-header #menu_main .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 1199.98px) {
  #header.shrink .bottom-header #menu_main .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
}
#header.shrink .bottom-header #menu_main .list-inline-item a {
  opacity: 0;
  animation-name: shrinkLogo;
  animation-duration: 0.35s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
#header.shrink .bottom-header #menu_main .list-inline-item a:hover {
  color: #FF5E00;
}
@media (max-width: 1199.98px) {
  #header.shrink .bottom-header #menu_main .list-inline-item a {
    margin: 0 8px;
  }
}
#header.shrink .bottom-header #menu_main .list-inline-item.active a {
  color: #FF5E00;
}
#header.shrink .shrink-logo {
  display: block;
  animation-name: shrinkLogo;
  animation-duration: 1.1s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}
@media (max-width: 1199.98px) {
  #header.shrink .shrink-logo {
    display: none;
  }
}
@keyframes shrinkLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .mobile-menu {
  display: none;
}
@media (max-width: 991.98px) {
  #header .mobile-menu {
    display: block;
  }
}
#header .mobile-menu #showMenu {
  background: none;
  border: 0;
  box-shadow: none;
  position: relative;
  width: 44px;
  height: 44px;
  white-space: nowrap;
  color: transparent;
}
#header .mobile-menu #showMenu span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
  display: inline-block;
  height: 3px;
  width: 28px;
  background: #fff;
}
#header .mobile-menu #showMenu span:before, #header .mobile-menu #showMenu span:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 28px;
  background: #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
#header .mobile-menu #showMenu span:after {
  top: 10px;
}
#header .mobile-menu #showMenu span:before {
  top: -10px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #mobile_main {
    padding-right: 300px;
  }
}
@media (min-width: 497px) and (max-width: 575.98px) {
  #mobile_main {
    padding-right: 100px;
  }
}
.hero-banner-wrapper {
  position: relative;
  overflow: hidden;
}
.hero-banner-wrapper img {
  opacity: 0;
  transform: scale(1.2);
  animation-name: bannerbg;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-banner-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 53%;
  opacity: 0;
  transform: scale(1.2);
  animation-name: bannerbg;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@media (max-width: 575.98px) {
  .hero-banner-wrapper .hero-banner-img {
    padding-bottom: 150%;
  }
}
@keyframes bannerbg {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.hero-banner-wrapper .hero-caption {
  position: absolute;
  left: 50%;
  bottom: 200px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .hero-banner-wrapper .hero-caption {
    bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-wrapper .hero-caption {
    bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-wrapper .hero-caption {
    bottom: 150px;
  }
}
.hero-banner-wrapper .hero-caption .top-caption {
  font-size: 110px;
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 900;
  letter-spacing: -16px;
}
@media (max-width: 1199.98px) {
  .hero-banner-wrapper .hero-caption .top-caption {
    font-size: 60px;
    letter-spacing: -8px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-wrapper .hero-caption .top-caption {
    font-size: 38px;
    letter-spacing: -4px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-wrapper .hero-caption .top-caption {
    font-size: 32px;
    letter-spacing: -3px;
  }
}
.hero-banner-wrapper .hero-caption .top-caption span {
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  opacity: 0;
  display: inline-block;
}
.hero-banner-wrapper .hero-caption .top-caption span.red {
  color: #FF5E00;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterE {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterM {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3.1s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterP {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3.2s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterO {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3.3s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterW {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3.4s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterE2 {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterR {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3.6s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterI {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3.7s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterN {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3.8s;
  animation-fill-mode: forwards;
}
.hero-banner-wrapper .hero-caption .top-caption span.letterG {
  animation-name: letterAnimation;
  animation-duration: 0.5s;
  animation-delay: 3.9s;
  animation-fill-mode: forwards;
}
@keyframes letterAnimation {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.hero-banner-wrapper .hero-caption .bottom-caption {
  color: #fff;
}
.hero-banner-wrapper .hero-caption .bottom-caption span {
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 300;
  letter-spacing: 28px;
  font-size: 38px;
  text-transform: uppercase;
  position: relative;
  top: 25px;
  opacity: 0;
  display: block;
  transform: scale(0.8);
  animation-name: taglineanimation;
  animation-duration: 1.35s;
  animation-delay: 4.5s;
  animation-fill-mode: forwards;
}
@media (max-width: 1199.98px) {
  .hero-banner-wrapper .hero-caption .bottom-caption span {
    font-size: 28px;
    letter-spacing: 10px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-wrapper .hero-caption .bottom-caption span {
    font-size: 18px;
  }
}
@keyframes taglineanimation {
  0% {
    top: 25px;
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

.scroll-indicator {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scrollIndicator;
  animation-duration: 1.35s;
  animation-delay: 6s;
  animation-fill-mode: forwards;
}
@media (max-width: 575.98px) {
  .scroll-indicator {
    animation-name: scrollIndicator2;
  }
}
.scroll-indicator .scrollwheel {
  content: "";
  display: block;
  width: 3px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: top;
  transform: translateX(-50%) translateY(-50%);
  animation: scroll infinite ease-in-out 2s;
}
@keyframes scrollIndicator {
  0% {
    bottom: -80px;
  }
  100% {
    bottom: 35px;
  }
}
@keyframes scrollIndicator2 {
  0% {
    bottom: -80px;
  }
  100% {
    bottom: 45px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(-50%) translateY(-50%) scaleY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-50%) scaleY(1);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scaleY(0);
    transform-origin: bottom;
  }
}
#PWR .section-wrapper {
  background: #080150 url(../images/pwr-bg.jpg) no-repeat;
  background-position: top right;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  #PWR .section-wrapper {
    background-position: bottom right;
    padding: 50px 0 80px;
  }
  #PWR .section-wrapper .link {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  #PWR .section-wrapper {
    background: none;
  }
  #PWR .section-wrapper:before {
    content: "";
    background: #080150 url(../images/mobile-pwr-bg.png) no-repeat;
    background-position: bottom 35% right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
#PWR .section-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(90deg, #080150 0%, #080150 25%, rgba(8, 1, 80, 0.6) 118.99%);
  z-index: 0;
}
@media (max-width: 991.98px) {
  #PWR .section-wrapper::after {
    background: linear-gradient(296.1deg, #1800E7 -18.26%, #180092 -1.06%, rgba(6, 1, 58, 0.6) 71.16%);
  }
}
#PWR .section-wrapper .content-wrapper {
  position: relative;
  color: #fff;
  z-index: 9;
}
@media (min-width: 1400px) {
  #PWR .section-wrapper .content-wrapper .first-box {
    padding-right: 100px;
  }
}
@media (min-width: 991.98px) {
  #PWR .section-wrapper .content-wrapper .first-box {
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  #PWR .section-wrapper .content-wrapper .first-box {
    padding-bottom: 65px;
  }
}
@media (max-width: 991.98px) {
  #PWR .section-wrapper .content-wrapper .first-box {
    padding-bottom: 45px;
  }
}
#PWR .section-wrapper .content-wrapper .second-box {
  position: relative;
}
@media (min-width: 1400px) {
  #PWR .section-wrapper .content-wrapper .second-box {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  #PWR .section-wrapper .content-wrapper .second-box {
    padding-left: 50px;
  }
}
#PWR .section-wrapper .content-wrapper .second-box h4 {
  color: #FF5E00;
  font-size: 28px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767.98px) {
  #PWR .section-wrapper .content-wrapper .second-box h4 {
    font-size: 16px;
  }
}
#PWR .section-wrapper .content-wrapper .second-box h4:after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 348px;
  height: 348px;
  background: url(../images/chevron.png) no-repeat;
  z-index: -1;
}
@media (max-width: 767.98px) {
  #PWR .section-wrapper .content-wrapper .second-box h4:after {
    background: url(../images/pattern.png) no-repeat;
    right: auto;
    left: 40px;
  }
}
#PWR .section-wrapper .content-wrapper .second-box b {
  font-family: "HKGroteskWide", sans-serif;
  font-size: 86px;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  #PWR .section-wrapper .content-wrapper .second-box b {
    font-size: 68px;
  }
}
@media (max-width: 767.98px) {
  #PWR .section-wrapper .content-wrapper .second-box b {
    font-size: 58px;
  }
}
@media (max-width: 575.98px) {
  #PWR .section-wrapper .content-wrapper .second-box b {
    font-size: 48px;
  }
}
#PWR .section-wrapper .content-wrapper .second-box span {
  font-family: "HKGroteskWide", sans-serif;
  font-size: 26px;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  #PWR .section-wrapper .content-wrapper .second-box span {
    font-size: 21px;
  }
}

.section-header h2 {
  margin-bottom: 80px;
  font-size: 48px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .section-header h2 img {
    width: 32px;
  }
}
.section-header h2 span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
@media (max-width: 767.98px) {
  .section-header h2 span {
    vertical-align: top;
    line-height: 1;
  }
}

#section_1 .section-wrapper {
  background: #0B026D;
  padding: 50px 0 60px;
  position: relative;
}
#section_1 .section-wrapper .content-wrapper h2 {
  color: #fff;
}
@media (max-width: 991.98px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav {
    flex-wrap: nowrap;
    overflow-x: scroll; /* Always shows scrollbar */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    margin-bottom: 25px;
    /* Scrollbar height for horizontal scrollbar */
    --scrollbar-height: 8px;
    /* Fade distance on left/right */
    --mask-width: 10px;
    width: 100%; /* Keep space for scrollbars and padding */
    padding-right: var(--mask-width);
    padding-bottom: 20px;
    /* Horizontal mask */
    --mask-image-content: linear-gradient(
        to right,
        transparent,
        white var(--mask-width),
        white calc(100% - var(--mask-width)),
        transparent
    );
    --mask-size-content: 100% calc(100% - var(--scrollbar-height));
    --mask-image-scrollbar: linear-gradient(white, white);
    --mask-size-scrollbar: 100% var(--scrollbar-height);
    mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
    mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
    mask-position: 0 0, 0 100%;
    mask-repeat: no-repeat, no-repeat;
  }
}
@media (min-width: 992px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav {
    padding-right: 50px;
  }
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link {
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 900;
  text-align: left;
  transition: all 0.25s ease-in-out;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 12px;
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link {
    min-width: 200px;
    padding: 10px 18px;
    margin-right: 10px;
  }
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link .circle-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url(../images/circle-arrow-left-blue.png) no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link .circle-arrow {
    margin-right: 5px;
    width: 32px;
    height: 32px;
  }
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link .nav-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  letter-spacing: 0.2px;
}
@media (max-width: 991.98px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link .nav-text {
    font-size: 14px;
  }
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link.active, #section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link:hover {
  color: #99B6FF;
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link.active .circle-arrow, #section_1 .section-wrapper .content-wrapper .snapshot-tabs .nav .nav-link:hover .circle-arrow {
  background-image: url(../images/active-circle-arrow-left-blue.png);
}
@media (min-width: 379.98px) and (max-width: 575.98px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box {
  padding-left: 18px;
  border-left: 6px solid #fff;
  margin-bottom: 65px;
}
@media (max-width: 991.98px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box {
    margin-bottom: 25px;
  }
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box .snapshot-img {
  height: 72px;
  margin-bottom: 10px;
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box .snapshot-content {
  color: #fff;
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box .snapshot-content .figure-title {
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 767.98px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box .snapshot-content .figure-title {
    font-size: 15px;
  }
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box .snapshot-content h4 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box .snapshot-content h4 {
    font-size: 28px;
  }
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box .snapshot-content b {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  display: block;
}
@media (max-width: 767.98px) {
  #section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-box .snapshot-content b {
    font-size: 18px;
  }
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .main-customer {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .main-customer span {
  font-family: "HKGroteskWide", sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  padding: 0 0 6px 10px;
  text-transform: uppercase;
}
#section_1 .section-wrapper .content-wrapper .snapshot-tabs .tab-content .snapshot-note small {
  display: block;
  color: #fff;
}

.who-we-are-wrapper {
  background: #180092;
  position: relative;
  z-index: 11;
}
.who-we-are-wrapper .bottom-wrapper {
  padding: 30px 0 50px;
}
.who-we-are-wrapper .bottom-wrapper h2 {
  color: #fff;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .who-we-are-wrapper .bottom-wrapper .sp-content {
    padding-right: 100px;
  }
}
.who-we-are-wrapper .bottom-wrapper .sp-content p {
  color: #fff;
}

#section_2 .section-wrapper {
  background: #0B026D url(../images/our-leaders-chevron.png) no-repeat;
  background-position: top right;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  #section_2 .section-wrapper {
    padding-bottom: 35px;
  }
}
#section_2 .section-wrapper .section-header h2 {
  color: #fff;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) {
  background-color: #0B026D;
  color: #fff;
}
@media (min-width: 992px) {
  #section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) {
    opacity: 0 !important;
  }
}
@media (min-width: 992px) {
  #section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video).swiper-slide-active {
    opacity: 1 !important;
  }
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video)[data-hash=ahmad-fairus-rahim] .link {
  margin-top: 10px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-profile {
  padding-right: 50px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-profile img {
  width: 100%;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-profile .profile-name {
  margin-top: 25px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-profile .profile-name span {
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-profile .profile-name h3 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-deeplink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-deeplink a {
  flex: 1 0 0;
  color: rgba(255, 255, 255, 0.3);
  display: block;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-deeplink a:first-child {
  padding-right: 60px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-deeplink a h5 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-deeplink a span {
  display: block;
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.25s ease;
  margin-top: 5px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-deeplink a:hover {
  color: #fff;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-deeplink a:hover span {
  border-color: #fff;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .left-quote {
  margin-bottom: 30px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content p {
  padding-left: 20px;
  margin-bottom: 20px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .leader-figure-wrapper {
  padding-left: 20px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .leader-figure-wrapper .mb-4 {
  margin-bottom: 1.8rem !important;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .leader-figure-wrapper .leader-figure {
  border-left: 6px solid #fff;
  padding-left: 20px;
  line-height: 1;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .leader-figure-wrapper .leader-figure h6 {
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .leader-figure-wrapper .leader-figure h4 {
  font-weight: 900;
  font-size: 36px;
  display: flex;
  align-items: center;
  line-height: 32px;
  margin-bottom: 10px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .leader-figure-wrapper .leader-figure h4 span {
  padding-left: 8px;
  font-size: 21px;
  display: inline-block;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .leader-figure-wrapper .leader-figure span {
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 400;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .right-quote {
  text-align: right;
  margin-top: 10px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .swiper-leader-video .swiper-button-next {
  margin-left: 12px;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .swiper-leader-video .swiper-button-disabled {
  opacity: 0.5;
}
#section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .leader-content-wrapper .leader-content .swiper-leader-video .fancyYoutube {
  color: #FFF;
}
@media (max-width: 767.98px) {
  #section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .link .download-btn span {
    display: none;
  }
  #section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video) .link .download-btn i {
    font-size: 28px;
  }
  #section_2 .section-wrapper .leader-sliders .swiper-slide:not(.swiper-slide-video).swiper-slide-next {
    opacity: 0.5;
  }
}

#section_3 {
  background-color: #180092;
  padding: 60px 0;
}
#section_3 .section-header h2 {
  color: #fff;
}
#section_3 .link {
  margin-top: 35px;
}
#section_3 .business-model {
  color: #fff;
}
#section_3 .business-model .image-wrapper {
  margin: 0 80px 0 30px;
}
@media (max-width: 991.98px) {
  #section_3 .business-model .image-wrapper {
    margin: 0;
    text-align: center;
  }
}
#section_3 .business-model .image-wrapper:after {
  top: -10px;
  right: -10px;
}
#section_3 .business-model .accordion-body {
  color: #fff;
  padding-top: 5px;
}
@media (min-width: 1200px) {
  #section_3 .business-model .accordion-body {
    padding-left: 90px;
  }
}
#section_3 .business-model .accordion-body h5 {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 700;
}
#section_3 .business-model .accordion-body ul {
  margin-bottom: 25px;
}
#section_3 .business-model .accordion-button b {
  font-size: 28px;
  font-family: "HKGroteskWide", sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #section_3 .business-model .accordion-button b {
    font-size: 18px;
  }
}
#section_3 .business-model .impact-list li {
  margin-right: 3px;
}
#section_3 .business-model .impact-list li img {
  height: 37px;
}
@media (max-width: 767.98px) {
  #section_3 .business-model .impact-list li {
    margin-bottom: 10px;
  }
}

#section_4 {
  background: #0B026D url(../images/strategy-bg.png) no-repeat;
  background-position: bottom right;
  padding: 60px 0;
  background-size: 100%;
  color: #fff;
}
#section_4 .section-header h2 {
  margin-bottom: 40px;
}
#section_4 .sia-right-wrapper h4 {
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#section_4 .sia-right-wrapper p {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  #section_4 .sia-right-wrapper .pwr-wrapper {
    margin-top: 25px;
  }
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box {
  position: relative;
  margin-bottom: 40px;
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box span {
  display: block;
  position: absolute;
  font-size: 90px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height: 1.6;
  font-weight: 900;
  border-radius: 50%;
  width: 136px;
  height: 146px;
  text-align: center;
  border: 4px solid #fff;
  z-index: 9;
}
@media (max-width: 767.98px) {
  #section_4 .sia-right-wrapper .pwr-wrapper .pwr-box span {
    width: 100px;
    height: 100px;
    font-size: 56px;
    line-height: 1.7;
  }
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box .pwr-content {
  background: #fff;
  margin-left: 70px;
  padding: 20px 20px 20px 75px;
  position: relative;
}
@media (max-width: 767.98px) {
  #section_4 .sia-right-wrapper .pwr-wrapper .pwr-box .pwr-content {
    padding: 15px 15px 15px 40px;
  }
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box .pwr-content h6 {
  font-size: 21px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box .pwr-content p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box.pioneer-box span {
  background-color: #1800E7;
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box.pioneer-box .pwr-content h6 {
  color: #1800E7;
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box.winning-box span {
  background-color: #FF5E00;
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box.winning-box .pwr-content h6 {
  color: #FF5E00;
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box.revitalising-box span {
  background-color: #D82E00;
}
#section_4 .sia-right-wrapper .pwr-wrapper .pwr-box.revitalising-box .pwr-content h6 {
  color: #D82E00;
}
#section_4 .link {
  margin-top: 50px;
}

.value-figure {
  margin-bottom: 25px;
  padding-left: 18px;
  border-left: 6px solid #fff;
}
.value-figure .figure-title {
  font-family: "HKGroteskWide", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.value-figure h4 {
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 900;
  font-size: 36px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .value-figure h4 {
    font-size: 28px;
  }
}
.value-figure h4 small {
  display: inline-block;
  font-size: 21px;
  padding: 0 8px;
}
@media (max-width: 767.98px) {
  .value-figure h4 small {
    font-size: 16px;
  }
}
.value-figure h4 small + span {
  font-size: 21px;
}
@media (max-width: 767.98px) {
  .value-figure h4 small + span {
    font-size: 16px;
  }
}
.value-figure h4 .drop-text {
  color: #FF5E00;
}
.value-figure h4 .rise-text {
  color: #99B6FF;
}
.value-figure b {
  font-weight: 400;
}

#section_5 {
  background: #180092;
  padding: 60px 0;
  color: #fff;
}
#section_5 .section-header h2 {
  color: #fff;
}
@media (max-width: 991.98px) {
  #section_5 .delivering-business-value .business-value-swiper .value-box .value-content {
    margin-top: 25px;
  }
}
#section_5 .delivering-business-value .business-value-swiper .value-box .value-content > img {
  margin-bottom: 20px;
}
#section_5 .delivering-business-value .business-value-swiper .value-box .value-content .value-figure-group {
  display: flex;
}
#section_5 .delivering-business-value .business-value-swiper .value-box .value-content .value-figure-group .sm-value-figure {
  border-left: 2px solid #fff;
  padding: 2px 0 2px 20px;
  width: 200px;
}
#section_5 .delivering-business-value .business-value-swiper .value-box .value-content .value-figure-group .sm-value-figure .figure-title {
  font-family: "HKGroteskWide", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#section_5 .delivering-business-value .business-value-swiper .value-box .value-content .value-figure-group .sm-value-figure h4 {
  margin-bottom: 0;
  font-family: "HKGroteskWide", sans-serif;
  font-weight: 900;
  font-size: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
}
#section_5 .delivering-business-value .business-value-swiper .value-box .value-content .value-figure-group .sm-value-figure b {
  font-weight: 400;
  font-size: 12px;
}
#section_5 .delivering-business-value .business-value-swiper .value-box .value-content p small {
  font-size: 11px;
}
@media (min-width: 992px) {
  #section_5 .delivering-business-value .business-value-swiper .value-box {
    margin-bottom: 60px;
  }
}
#section_5 .delivering-business-value .business-value-swiper .view-btn {
  color: #fff;
}
#section_5 .delivering-business-value .business-value-swiper .view-btn i {
  padding-right: 5px;
}
#section_5 .delivering-business-value .business-value-swiper .view-btn i:before {
  content: "\f077";
}
#section_5 .delivering-business-value .business-value-swiper .view-btn.collapsed i:before {
  content: "\f078";
}
@media (max-width: 991.98px) {
  #section_5 .delivering-business-value .business-value-swiper .download-btn span {
    display: none;
  }
}
#section_5 .delivering-business-value .swiper-nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
#section_5 .delivering-business-value .swiper-nav-bar .swiper-button-prev {
  width: 28px;
}
#section_5 .delivering-business-value .swiper-nav-bar .swiper-button-prev:after {
  display: none;
}
#section_5 .delivering-business-value .swiper-nav-bar .swiper-button-prev .circle-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../images/active-circle-arrow-right.png) no-repeat;
  background-size: cover;
}
#section_5 .delivering-business-value .swiper-nav-bar .swiper-button-next {
  width: 28px;
}
#section_5 .delivering-business-value .swiper-nav-bar .swiper-button-next:after {
  display: none;
}
#section_5 .delivering-business-value .swiper-nav-bar .swiper-button-next .circle-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../images/active-circle-arrow-left.png) no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  #section_5 .delivering-business-value .swiper-wrapper {
    display: block;
  }
  #section_5 .delivering-business-value .swiper-nav-bar {
    display: none;
  }
}

#section_6 {
  background: #0B026D url(../images/sustainable-bg.png) no-repeat;
  background-size: 100%;
  padding: 60px 0;
  color: #fff;
}
#section_6 .sp-accordion .accordion-item {
  color: #fff;
}
#section_6 .sp-accordion .accordion-item h5 {
  font-size: 21px;
}
#section_6 .sp-accordion .accordion-item .accordion-header .accordion-button {
  padding: 10px 20px 10px 0;
}
#section_6 .sp-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #99B6FF;
}
#section_6 .sp-accordion .accordion-item .accordion-header b {
  padding-left: 14px;
}
@media (min-width: 1200px) {
  #section_6 .sp-accordion .accordion-item .accordion-body {
    padding-left: 70px;
  }
}

#section_7 {
  background: #180092;
  padding: 60px 0;
  color: #fff;
}
#section_7 .section-header h2 {
  color: #fff;
}
#section_7 .sp-accordion .accordion-item {
  color: #fff;
}
#section_7 .sp-accordion .accordion-header .accordion-button {
  padding: 10px 20px 10px 0;
}
#section_7 .sp-accordion .accordion-header .accordion-button:not(.collapsed) {
  color: #99B6FF;
}
#section_7 .sp-accordion .accordion-header b {
  padding-left: 14px;
}
@media (min-width: 1200px) {
  #section_7 .sp-accordion .accordion-body {
    padding-left: 70px;
  }
}

#section_8 {
  background: #0B026D url(../images/downloads-bg.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}
#section_8 .section-header h2 {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  #section_8 .download-tab {
    padding-left: 120px;
  }
}
#section_8 .download-tab #section_8_tab_content {
  margin-top: 35px;
}
#section_8 .download-tab .report-swiper {
  padding: 20px;
  background: url(../images/download-slide-frame.png) no-repeat;
  background-size: contain;
}
#section_8 .download-tab .control-wrapper {
  position: relative;
  margin: 10px auto 15px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}
#section_8 .download-tab .control-wrapper .swiper-page-indicator {
  font-family: "HKGroteskWide", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 55px;
  margin-right: 55px;
}
#section_8 .download-tab .control-wrapper .swiper-page-indicator .swiper-pagination {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  padding-left: 8px;
}
#section_8 .download-tab .control-wrapper .swiper-button-prev {
  width: 28px;
}
#section_8 .download-tab .control-wrapper .swiper-button-prev:after {
  display: none;
}
#section_8 .download-tab .control-wrapper .swiper-button-prev .circle-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../images/active-circle-arrow-right.png) no-repeat;
  background-size: cover;
}
#section_8 .download-tab .control-wrapper .swiper-button-next {
  width: 28px;
}
#section_8 .download-tab .control-wrapper .swiper-button-next:after {
  display: none;
}
#section_8 .download-tab .control-wrapper .swiper-button-next .circle-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../images/active-circle-arrow-left.png) no-repeat;
  background-size: cover;
}
#section_8 .download-tab .nav {
  display: flex;
  align-items: center;
}
#section_8 .download-tab .nav .fa-light {
  font-size: 18px;
}
#section_8 .download-tab .nav .nav-link {
  border-bottom: 4px solid transparent;
  padding: 0;
  margin: 0 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.4px;
}
#section_8 .download-tab .nav .nav-link.active {
  border-color: #fff;
}
#section_8 .download-tab .checkbox-wrapper .check-item {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
#section_8 .download-tab .checkbox-wrapper .check-item input[type^=checkbox] {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
}
#section_8 .download-tab .checkbox-wrapper .check-item input[type^=checkbox] + .checkmark {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 2px solid #fff;
  margin-right: 12px;
}
#section_8 .download-tab .checkbox-wrapper .check-item input[type^=checkbox]:checked + .checkmark {
  border: 0;
  background: url(../images/i-input-checked.svg) no-repeat center;
  background-size: 100%;
}
#section_8 .download-tab .checkbox-wrapper .check-item label {
  text-transform: uppercase;
}
#section_8 .preview-wrapper {
  text-align: center;
}
#section_8 .preview-wrapper a {
  color: #fff;
  font-family: "HKGroteskWide", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  font-size: 12px;
  display: block;
}
#section_8 .preview-wrapper a:hover {
  color: #D82E00;
}
@media (max-width: 767.98px) {
  #section_8 .link .btn + .btn {
    margin: 10px 0;
  }
}

.ratio-preview {
  --bs-aspect-ratio: 137.5%;
}

.footer {
  background: #0B026D;
  padding: 30px 0;
}
.footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-wrapper a, .footer .footer-wrapper span {
  font-family: "HKGroteskWide", sans-serif;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.footer .footer-wrapper a {
  display: flex;
  align-items: center;
}
.footer .footer-wrapper a:hover {
  color: #D82E00;
}
.footer .footer-wrapper a img {
  width: 25px;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .footer .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-wrapper a {
    margin-bottom: 15px;
  }
  .footer .footer-wrapper .copyright {
    line-height: 1.35;
  }
}

.btn-share {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  position: fixed;
  right: 0;
  bottom: 60px;
  background: #FF5E00;
  font-family: "HKGroteskWide", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  z-index: 1030;
  transition: 0.5s transform;
  transition-delay: 2s;
  transform: translateX(100%);
  cursor: pointer;
}
.btn-share > span {
  margin-left: 4px;
}
.btn-share::before {
  content: "";
  background: url("../images/i-share.svg") no-repeat center/contain;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 0;
  transition: 0.2s all;
}
.btn-share > .buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  transition: 0.2s transform;
}
.btn-share > .buttons > * {
  border: 0;
  padding: 0;
  margin-right: 10px;
  width: 53px;
  height: 53px;
  display: block;
  transition: 0.2s ease-in-out;
}
.btn-share > .buttons > *:hover {
  transform: translateY(-5px);
}
.btn-share > .buttons > .btn-facebook {
  background: url("../images/i-facebook-square.svg") no-repeat center/contain;
}
.btn-share > .buttons > .btn-twitter {
  background: url("../images/i-twitter-square.svg") no-repeat center/contain;
}
.btn-share > .buttons > .btn-linkedin {
  background: url("../images/i-linkedin-square.svg") no-repeat center/contain;
}

body.loaded .btn-share {
  transform: translateX(0);
}

.btn-share.active > .buttons {
  opacity: 1;
  visibility: visible;
  transform: translateX(-190px) translateY(-50%);
}

@media (max-width: 767px) {
  .btn-share > span {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
