<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Core Styles */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff');
  src: url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff');
  src: url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff');
  src: url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff');
  src: url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff');
  src: url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
.flex {
  display: flex;
}
.flex .no-gap {
  gap: 0 !important;
}
.text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.space {
  height: 70px;
}
.mobile {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .mobile {
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    min-height: 0 !important;
    line-height: 1 !important;
  }
}
.nowrap {
  white-space: nowrap;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html * {
  margin: 0;
}
html {
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #1E1E1E;
}
a {
  text-decoration: none;
  color: inherit;
}
.oar24 {
  display: flex;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .oar24 {
    flex-direction: column;
  }
}
.oar24 * {
  box-sizing: border-box;
}
.oar24 *:not([class^=ion-]) {
  font-family: "Montserrat", sans-serif;
}
.oar24 a {
  outline: none !important;
}
.oar24 .text-blue {
  color: #00549F;
}
.oar24 aside,
.oar24 .side-nav {
  width: 250px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
  padding: 50px 30px 50px 40px;
  position: fixed;
  height: 100vh;
  background: #FFFFFF;
}
@media screen and (min-width: 1921px) {
  .oar24 aside,
  .oar24 .side-nav {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .oar24 aside,
  .oar24 .side-nav {
    width: 100%;
    height: 80px;
    padding: 20px;
    z-index: 3;
  }
}
.scrolling .oar24 aside,
.scrolling .oar24 .side-nav,
.sticky-header-on .oar24 aside,
.sticky-header-on .oar24 .side-nav {
  top: 0;
}
.oar24 aside + section,
.oar24 .side-nav + section {
  width: calc(100% - 250px);
  margin-left: 250px;
}
@media screen and (min-width: 1921px) {
  .oar24 aside + section,
  .oar24 .side-nav + section {
    margin-left: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .oar24 aside + section,
  .oar24 .side-nav + section {
    margin-left: 0;
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .oar24 aside nav,
  .oar24 .side-nav nav {
    background: linear-gradient(90deg, #002664 0%, #2FB457 100%);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 40px;
    transition: 0.4s;
  }
}
.oar24 aside nav.active,
.oar24 .side-nav nav.active {
  height: auto;
}
@media screen and (max-width: 1200px) {
  .oar24 aside nav:before,
  .oar24 .side-nav nav:before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #FFFFFF;
    display: block;
    top: 2px;
    left: 2px;
    border-radius: 20px;
  }
}
.oar24 aside nav p,
.oar24 .side-nav nav p {
  margin: 0;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
  box-sizing: border-box;
  color: #00549F;
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.oar24 aside nav p:before,
.oar24 .side-nav nav p:before {
  content: '';
  width: calc(100% - 60px);
  height: 1px;
  background: #9F9F9F;
  position: absolute;
  bottom: 0;
}
.oar24 aside nav p:after,
.oar24 .side-nav nav p:after {
  content: '';
  background: url("../images/icons/icon-down.svg");
  width: 12px;
  height: 10px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.oar24 aside nav ul,
.oar24 .side-nav nav ul {
  list-style: none;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .oar24 aside nav ul,
  .oar24 .side-nav nav ul {
    position: relative;
    z-index: 1;
    padding: 10px 30px;
  }
}
.oar24 aside nav ul li,
.oar24 .side-nav nav ul li {
  color: #0075B0;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.oar24 aside nav ul li a.active,
.oar24 .side-nav nav ul li a.active,
.oar24 aside nav ul li a:hover,
.oar24 .side-nav nav ul li a:hover {
  color: #002664;
  position: relative;
}
.oar24 aside nav ul li a.active:before,
.oar24 .side-nav nav ul li a.active:before,
.oar24 aside nav ul li a:hover:before,
.oar24 .side-nav nav ul li a:hover:before {
  content: '\2192';
  display: block;
  position: absolute;
  font-size: 32px;
  top: -8px;
  left: -26px;
  line-height: 1;
}
.oar24 aside nav .btn,
.oar24 .side-nav nav .btn {
  font-size: 14px;
  font-size: 0.875rem;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 1200px) {
  .oar24 aside nav .btn,
  .oar24 .side-nav nav .btn {
    display: none;
  }
}
.oar24 section {
  background: #FFFFFF;
}
.oar24 section .gradient-container {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .oar24 section .gradient-container {
    margin-bottom: 50px;
  }
}
.oar24 section .gradient-container .section-container {
  padding-right: 100px;
}
@media screen and (max-width: 1600px) {
  .oar24 section .gradient-container .section-container {
    padding-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .gradient-container .section-container {
    padding-right: 20px;
  }
}
.oar24 section .section-container {
  width: calc(100% - 100px);
  padding-left: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1800px) {
  .oar24 section .section-container {
    padding-left: 50px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .section-container {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .oar24 section .section-container {
    width: 100%;
    padding-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .section-container {
    padding-left: 20px;
  }
}
.oar24 section .section-container.full {
  width: 100%;
}
.oar24 section .section-container.bg-blue-gradient {
  padding-bottom: 100px;
  padding-top: 200px;
  margin-top: -100px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 200px;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .oar24 section .section-container.bg-blue-gradient {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 840px) {
  .oar24 section .section-container.bg-blue-gradient {
    border-bottom-right-radius: 80px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .section-container.bg-blue-gradient {
    padding-bottom: 50px;
  }
}
.oar24 section .section-container.bg-blue-gradient sup {
  color: inherit;
}
.oar24 section .section-container.bg-blue-gradient::before {
  content: '';
  display: block;
  background: #00549F;
  background: linear-gradient(0deg, #00549f 0%, rgba(0, 84, 159, 0.5) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.15;
  left: 0;
  z-index: 0;
}
.oar24 section .section-container.bg-blue-gradient * {
  color: #00549F;
}
.oar24 section .section-container.bg-blue-gradient .numbers sup,
.oar24 section .section-container.bg-blue-gradient .h3 sup {
  font-size: 30%;
  top: -2em;
  right: -2px;
}
@media screen and (max-width: 840px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .h2 {
    margin-bottom: 40px;
  }
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex {
  gap: 95px;
  margin-top: 80px;
}
@media screen and (max-width: 1600px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex {
    gap: 50px;
  }
}
@media screen and (max-width: 840px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex {
    flex-direction: column;
    margin-top: 0;
    gap: 30px;
  }
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex svg {
  width: 100%;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex img {
  display: block;
  margin: auto;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex &gt; * {
  padding-right: 95px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 1600px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex &gt; * {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex &gt; * {
    width: calc(50% - 20px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 840px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex &gt; * {
    width: 100%;
    padding-bottom: 30px;
    gap: 30px;
  }
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex &gt; *:not(:last-child) {
  border-right: dotted 5px #FFFFFF;
}
@media screen and (max-width: 840px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex &gt; *:not(:last-child) {
    border-right: none;
    border-bottom: dotted 5px #FFFFFF;
  }
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex &gt; * &gt; *:not(:last-child) {
  border-bottom: dotted 5px #FFFFFF;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex &gt; * svg {
  width: 220px;
}
@media screen and (max-width: 600px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex &gt; * svg {
    width: 150px;
  }
}
@media screen and (max-width: 1600px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex .left {
    padding-right: 50px;
  }
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex .right {
    padding-right: 0;
  }
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p {
  background: #FFFFFF;
  border-radius: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 25px 100px 20px 40px;
  line-height: 1;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 100px 20px 20px;
    height: 60px;
  }
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p.small {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 75px 5px 20px;
  height: auto;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p.grow {
  width: 125px;
  transition: 1s;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p.grow.animate {
  width: 109%;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p.gradient {
  background: linear-gradient(90deg, #002664 0%, #2FB457 100%);
  color: #FFFFFF;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p.gray {
  background: #9F9F9F;
  color: #FFFFFF;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p.animate span {
  right: 0;
  transform: rotate(0deg);
  opacity: 1;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p sup {
  font-size: 50%;
}
.oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p span {
  background: linear-gradient(90deg, #002664 0%, #2FB457 100%);
  color: #FFFFFF;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  opacity: 0;
  right: 100%;
  transform: rotate(-270deg);
  font-size: 36px;
  font-size: 2.25rem;
  transition: 1.5s;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .oar24 section .section-container.bg-blue-gradient .container &gt; .flex .pills p span {
    width: 60px;
    height: 60px;
    font-size: 32px;
    font-size: 2rem;
  }
}
.oar24 section .section-container.no-margin-bottom {
  margin-bottom: 0;
}
.oar24 section .section-container .container {
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.oar24 section .banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
  max-height: 500px;
  height: 100%;
  margin-bottom: 0;
  z-index: 2;
  max-width: 1670px;
}
@media screen and (max-width: 1400px) {
  .oar24 section .banner {
    max-height: 400px;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .oar24 section .banner {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .banner {
    min-height: 240px;
  }
}
.oar24 section .banner &gt; * {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .oar24 section .banner &gt; * {
    width: 60%;
  }
}
@media screen and (max-width: 840px) {
  .oar24 section .banner &gt; * {
    width: 80%;
  }
}
.oar24 section .banner-video {
  max-width: 1200px;
  max-height: 500px;
  overflow: hidden;
  border-radius: 0 200px 200px 0;
  background: linear-gradient(90deg, #0075B0 0%, #2FB457 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .oar24 section .banner-video {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 840px) {
  .oar24 section .banner-video {
    border-radius: 0 80px 80px 0;
  }
}
.oar24 section .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.oar24 section .banner-writeup h1 {
  color: #FFFFFF;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .oar24 section .banner-writeup h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .banner-writeup h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1200px) {
  .oar24 section .banner-writeup h1 br {
    display: none;
  }
}
.oar24 section .banner-writeup h1 span {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .oar24 section .banner-writeup h1 span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .banner-writeup h1 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1400px) {
  .oar24 section .banner-writeup h1 span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .banner-writeup h1 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.oar24 section .banner-media {
  position: absolute;
  right: 0;
  bottom: -130px;
}
@media screen and (max-width: 1400px) {
  .oar24 section .banner-media {
    right: -75px;
    top: 190px;
    bottom: auto;
  }
}
@media screen and (max-width: 1200px) {
  .oar24 section .banner-media {
    right: 0;
    width: 50%;
  }
}
@media screen and (max-width: 840px) {
  .oar24 section .banner-media {
    width: 80%;
    top: 75%;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .banner-media {
    right: auto;
    left: 40px;
  }
}
.oar24 section .banner-media img {
  border-bottom-right-radius: 200px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 840px) {
  .oar24 section .banner-media img {
    width: 80%;
    height: 300px;
    border-bottom-right-radius: 80px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .banner-media img {
    height: 200px;
    width: calc(100% + 20px);
    max-width: none;
  }
}
.oar24 section .text-only {
  background: url("../images/bg-gradient.jpg") no-repeat;
  background-position: right bottom;
  background-size: cover;
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .oar24 section .text-only {
    padding-bottom: 50px;
  }
}
.oar24 section .text-only .container {
  padding: 240px 160px 150px 100px;
  background: #FFFFFF;
  border-bottom-left-radius: 200px;
}
@media screen and (max-width: 1800px) {
  .oar24 section .text-only .container {
    padding-right: 100px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .text-only .container {
    border-bottom-left-radius: 80px;
    padding: 180px 40px 45px 40px;
  }
}
.oar24 section .chairman {
  padding: 0 100px 100px 100px;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .oar24 section .chairman {
    padding: 0 50px 50px 50px;
  }
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman {
    padding: 0px 60px 100px 100px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman {
    padding: 0;
  }
}
.oar24 section .chairman::before {
  content: '';
  display: block;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 117, 176, 0.1) 17%, rgba(0, 117, 176, 0.52) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.3;
  left: 0;
  z-index: 0;
}
.oar24 section .chairman .accordion {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion {
    padding-bottom: 50px;
  }
}
.oar24 section .chairman .accordion .close {
  display: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
  margin: 0 0 0 auto;
  position: absolute;
  right: -80px;
  top: 0;
}
@media screen and (max-width: 1800px) {
  .oar24 section .chairman .accordion .close {
    right: 0;
    top: -60px;
  }
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion .close {
    right: -40px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion .close {
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 2;
  }
}
.oar24 section .chairman .accordion.opened .close {
  display: flex;
}
.oar24 section .chairman .accordion.opened .close:before,
.oar24 section .chairman .accordion.opened .close:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  transform-origin: top;
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion.opened .close:before,
  .oar24 section .chairman .accordion.opened .close:after {
    width: 20px;
  }
}
.oar24 section .chairman .accordion.opened .close::after {
  transform: rotate(-45deg);
}
.oar24 section .chairman .accordion.opened .accordion-item:not(.active) {
  opacity: 0;
}
.oar24 section .chairman .accordion.opened .active {
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion.opened .active {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion.opened .active {
    gap: 0px;
    align-items: center;
  }
}
.oar24 section .chairman .accordion.opened .active .writeup {
  justify-content: flex-start;
  width: 70%;
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion.opened .active .writeup {
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion.opened .active .writeup {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.oar24 section .chairman .accordion.opened .active .writeup .open {
  display: none;
}
.oar24 section .chairman .accordion.opened .active .writeup .title {
  height: auto !important;
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion.opened .active .writeup .title {
    white-space: nowrap;
    position: absolute;
    left: 20px;
  }
}
.oar24 section .chairman .accordion.opened .active .writeup .message {
  display: block;
}
.oar24 section .chairman .accordion.opened .active .writeup .btn {
  display: inline-block;
}
.oar24 section .chairman .accordion.opened .active .writeup .name br {
  display: none;
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion.opened .active .media {
    width: 140px;
  }
  .oar24 section .chairman .accordion.opened .active .media img {
    width: 100%;
    height: auto;
  }
}
.oar24 section .chairman .accordion-item {
  display: flex;
  justify-content: space-between;
  width: 50%;
  transition: 0.2s;
  gap: 55px;
  position: relative;
  text-align: right;
  background: transparent;
  border: 0;
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion-item {
    padding: 200px 0px 150px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
.oar24 section .chairman .accordion-item.right {
  text-align: left;
}
.oar24 section .chairman .accordion-item.right .writeup .bottom {
  margin: 0;
}
.oar24 section .chairman .accordion-item.active {
  text-align: left;
}
.oar24 section .chairman .accordion-item.active .writeup {
  width: calc(100% - 415px);
}
.oar24 section .chairman .accordion-item.active .writeup .bottom {
  margin: 0;
}
.oar24 section .chairman .accordion-item.active .media {
  width: 360px;
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item.active .media {
    width: 200px;
  }
}
.oar24 section .chairman .accordion-item:hover .media img {
  transform: scale(1.05);
}
.oar24 section .chairman .accordion-item .writeup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #00549F;
  padding-top: 100px;
  padding-bottom: 150px;
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion-item .writeup {
    position: absolute;
    height: 100%;
    padding: 0;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .writeup {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.oar24 section .chairman .accordion-item .writeup .title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion-item .writeup .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .writeup .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .writeup .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.oar24 section .chairman .accordion-item .writeup .open {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 30px;
  text-decoration: underline;
  display: block;
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion-item .writeup .open {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .writeup .open {
    font-size: 16px;
    font-size: 1rem;
  }
}
.oar24 section .chairman .accordion-item .writeup .bottom {
  width: max-content;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion-item .writeup .bottom {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .writeup .bottom {
    text-align: center;
    width: auto;
  }
}
.oar24 section .chairman .accordion-item .writeup .name {
  font-weight: 700;
}
.oar24 section .chairman .accordion-item .writeup .position {
  margin-top: 0;
}
.oar24 section .chairman .accordion-item .writeup .message {
  display: none;
  margin-top: 50px;
  margin-bottom: 30px;
}
.oar24 section .chairman .accordion-item .writeup .message p {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion-item .writeup .message p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .writeup .message p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .writeup .message p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.oar24 section .chairman .accordion-item .writeup .message p:first-child::before {
  content: open-quote;
  margin-left: -5px;
}
.oar24 section .chairman .accordion-item .writeup .btn {
  display: none;
  margin-top: 50px;
}
.oar24 section .chairman .accordion-item .media {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .oar24 section .chairman .accordion-item .media {
    width: 360px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .media {
    width: 200px;
  }
}
.oar24 section .chairman .accordion-item .media:after {
  content: '';
  display: block;
  width: 100%;
  height: 90%;
  background: url("../images/bg-gradient-curve.png") no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  border-bottom-right-radius: 200px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .media:after {
    border-bottom-right-radius: 80px;
  }
}
.oar24 section .chairman .accordion-item .media img {
  transition: 0.4s;
  width: auto;
  height: 800px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .oar24 section .chairman .accordion-item .media img {
    height: 430px;
  }
}
.oar24 section .heading {
  margin-bottom: 50px;
}
.oar24 section .at-a-glance {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .oar24 section .at-a-glance {
    padding: 0px 20px;
  }
}
.oar24 section .at-a-glance .bg-video {
  overflow: hidden;
  border-radius: 0 0 200px 0;
  background: linear-gradient(90deg, #0075B0 0%, #2FB457 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .oar24 section .at-a-glance .bg-video {
    border-bottom-right-radius: 80px;
  }
}
.oar24 section .at-a-glance .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.oar24 section .at-a-glance .container {
  position: relative;
  z-index: 1;
  padding: 50px 100px 130px 0;
}
@media screen and (max-width: 1400px) {
  .oar24 section .at-a-glance .container {
    padding-right: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .at-a-glance .container {
    padding-right: 0;
  }
}
.oar24 section .at-a-glance .container .h2 {
  color: #FFFFFF;
  margin-bottom: 50px;
}
.oar24 section .at-a-glance .container .keystats {
  display: flex;
  gap: 65px;
}
@media screen and (max-width: 840px) {
  .oar24 section .at-a-glance .container .keystats {
    flex-direction: column;
  }
}
.oar24 section .at-a-glance .container .keystats .keystat {
  width: calc(100% / 3);
  color: #FFFFFF;
  text-align: center;
  padding-right: 65px;
  border-right: dotted 5px #FFFFFF;
}
@media screen and (max-width: 840px) {
  .oar24 section .at-a-glance .container .keystats .keystat {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
.oar24 section .at-a-glance .container .keystats .keystat:last-child {
  border: none;
}
.oar24 section .at-a-glance .container .keystats .keystat p {
  font-weight: 300;
  text-transform: uppercase;
}
.oar24 section .at-a-glance .container .keystats .keystat p:first-child {
  font-weight: 700;
  color: #00549F;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .oar24 section .at-a-glance .container .keystats .keystat p:first-child {
    margin-bottom: 20px;
  }
}
.oar24 section .at-a-glance .container .keystats .keystat p.values {
  font-size: 96px;
  font-size: 6rem;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .oar24 section .at-a-glance .container .keystats .keystat p.values {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .at-a-glance .container .keystats .keystat p.values {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
.oar24 section .at-a-glance .container .keystats .keystat p.values-md {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .oar24 section .at-a-glance .container .keystats .keystat p.values-md {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.oar24 section .at-a-glance .container .keystats .keystat p:last-child {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 600px) {
  .oar24 section .at-a-glance .container .keystats .keystat p:last-child {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.oar24 section .assets .container &gt; .flex &gt; * &gt; * {
  padding-bottom: 70px;
}
@media screen and (max-width: 840px) {
  .oar24 section .assets .container &gt; .flex &gt; * &gt; * {
    padding-bottom: 30px;
  }
}
.oar24 section .assets .container &gt; .flex &gt; * &gt; *:first-child {
  min-height: 265px;
}
@media screen and (max-width: 600px) {
  .oar24 section .assets .container &gt; .flex &gt; * &gt; *:first-child {
    min-height: 0;
  }
}
.oar24 section .assets .container &gt; .flex &gt; *.left &gt; * .keystat .h3 {
  margin-top: 0;
}
.oar24 section .assets .container &gt; .flex &gt; *.left .flex {
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1400px) {
  .oar24 section .assets .container &gt; .flex &gt; *.left .flex {
    gap: 20px;
  }
}
.oar24 section .assets .container &gt; .flex &gt; *.left .flex .media {
  max-width: 200px;
}
.oar24 section .assets .container &gt; .flex &gt; *.right .row p + .flex {
  margin-top: 20px;
}
.oar24 section .assets .container &gt; .flex &gt; *.right .row .flex {
  align-items: center;
}
.oar24 section .assets .container &gt; .flex &gt; *.right .row .flex p {
  margin: 0;
}
.oar24 section .assets .container &gt; .flex &gt; *.right .row .flex p:first-child {
  margin-right: 30px;
}
.oar24 section .assets .container &gt; .flex &gt; *.right .row .pills {
  margin-top: 25px;
  width: 100%;
}
.oar24 section .operational .flex .flex {
  gap: 40px;
}
.oar24 section .operational .flex .flex .body {
  margin-top: 0;
}
.oar24 section .human-capital .container &gt; .flex {
  gap: 60px !important;
}
@media screen and (max-width: 840px) {
  .oar24 section .human-capital .container &gt; .flex {
    gap: 40px !important;
  }
}
.oar24 section .human-capital .container &gt; .flex &gt; * {
  padding-right: 60px !important;
}
@media screen and (max-width: 840px) {
  .oar24 section .human-capital .container &gt; .flex &gt; * {
    padding-right: 0 !important;
  }
}
.oar24 section .human-capital .col {
  justify-content: center;
}
.oar24 section .human-capital .col svg {
  width: 183px;
}
.oar24 section .human-capital .no-gap p {
  margin-right: 20px;
}
.oar24 section .human-capital .h3 {
  margin-top: 10px;
}
.oar24 section .hse .flex + .flex {
  border-top: dotted 5px #FFFFFF;
  padding-top: 70px;
}
@media screen and (max-width: 840px) {
  .oar24 section .hse .flex + .flex {
    padding-top: 30px;
  }
}
@media screen and (max-width: 840px) {
  .oar24 section .hse .col.text-center {
    text-align: left !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.oar24 section .awards .writeup .flex .numbers-md {
  margin-right: 30px;
}
.oar24 section .footnotes {
  padding-left: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .oar24 section .footnotes {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0;
  }
}
.oar24 section .footnotes p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 600px) {
  .oar24 section .footnotes p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.oar24 section .our-customer {
  padding-right: 100px;
}
@media screen and (max-width: 840px) {
  .oar24 section .our-customer {
    padding-right: 60px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .our-customer {
    padding-right: 0;
  }
}
.oar24 section .our-customer .table-container {
  margin-top: 55px;
  color: #00549F;
  min-width: 1000px;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .oar24 section .our-customer .table-container {
    padding: 0;
    min-width: auto;
    max-width: 1000px;
  }
  .oar24 section .our-customer .table-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .oar24 section .our-customer .table-container::-webkit-scrollbar-thumb {
    background: #00549F;
    border-radius: 2px;
  }
  .oar24 section .our-customer .table-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
  }
}
.oar24 section .our-customer .table-container p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .oar24 section .our-customer .table-container p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.oar24 section .our-customer .table-container &gt; .flex {
  min-width: 1410px;
}
.oar24 section .our-customer .table-container &gt; .flex .left {
  width: calc(calc(320 / 1410) * 100%);
  padding-right: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.oar24 section .our-customer .table-container &gt; .flex .left:before {
  content: '';
  width: 41px;
  height: 41px;
  background: url("../images/our-customer/arrow.svg");
  background-size: contain;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.oar24 section .our-customer .table-container &gt; .flex .left &gt; div {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  border-bottom-right-radius: 50px;
}
.oar24 section .our-customer .table-container &gt; .flex .left &gt; div .group {
  margin-bottom: 80px;
}
.oar24 section .our-customer .table-container &gt; .flex .right {
  width: calc(calc(1020 / 1410) * 100%);
}
.oar24 section .our-customer .table-container &gt; .flex .right .headings .col {
  padding-right: 30px;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex:not(.headings):not(:last-child) {
  margin-bottom: 30px;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex:not(.headings) .col {
  padding: 20px 30px 20px 0;
  width: calc(100% / 3);
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex:not(.headings) .col:first-child {
  padding-left: 20px;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.green .col {
  background-color: rgba(47, 180, 87, 0.05);
  color: #2FB457;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col {
  background: #FFFFFF;
  flex-basis: auto;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col:last-child {
  width: calc(100% - calc(100% / 3));
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col p {
  color: #1E1E1E;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col p.text-blue,
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col p.text-green {
  display: flex;
  align-items: center;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col p.text-blue:before,
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col p.text-green:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 14px;
  margin-right: 10px;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col p.text-blue {
  color: #00549F;
  font-weight: 700;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col p.text-blue::before {
  background: #00549F;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col p.text-green {
  color: #2FB457;
}
.oar24 section .our-customer .table-container &gt; .flex .right .flex.white .col p.text-green::before {
  background: #2FB457;
}
.oar24 section .our-customer .table-container &gt; .flex .left &gt; div,
.oar24 section .our-customer .table-container &gt; .flex .flex:not(.headings) .col {
  background-color: rgba(0, 84, 159, 0.05);
}
.oar24 section .our-customer .table-container &gt; .flex .heading {
  background: linear-gradient(90deg, #0075B0 0%, #2FB457 100%);
  color: #FFFFFF;
  text-align: left;
  border-bottom-right-radius: 50px;
  padding: 10px 20px;
  height: 75px;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.oar24 section .our-customer .table-container &gt; .flex .border-right-rounded {
  border-bottom-right-radius: 50px;
}
.oar24 section .our-business {
  position: relative;
  z-index: 2;
}
.oar24 section .our-business * {
  color: #FFFFFF;
}
.oar24 section .our-business .bg-video {
  overflow: hidden;
  border-radius: 0 0 200px 0;
  background: linear-gradient(90deg, #0075B0 0%, #2FB457 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .oar24 section .our-business .bg-video {
    border-bottom-right-radius: 80px;
  }
}
.oar24 section .our-business .bg-video video {
  width: 150%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.5;
}
.oar24 section .our-business .container {
  padding: 100px 160px 150px 0;
}
@media screen and (max-width: 1400px) {
  .oar24 section .our-business .container {
    padding: 100px 50px 150px 0;
  }
}
.oar24 section .our-business .container .flex {
  gap: 100px;
}
@media screen and (max-width: 1600px) {
  .oar24 section .our-business .container .flex {
    gap: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .oar24 section .our-business .container .flex {
    gap: 40px;
  }
}
@media screen and (max-width: 840px) {
  .oar24 section .our-business .container .flex {
    flex-direction: column;
  }
}
.oar24 section .our-business .container .flex .col {
  flex: 1;
}
.oar24 section .our-business .container .flex .col img {
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 600px) {
  .oar24 section .our-business .container .flex .col img {
    border-bottom-right-radius: 80px;
  }
}
.oar24 section .our-business .container .flex .col ul {
  list-style: none;
  margin-top: 40px;
}
.oar24 section .our-business .container .flex .col ul li {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .oar24 section .our-business .container .flex .col ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.oar24 section .our-business .container .flex .col ul li a {
  text-decoration: underline;
}
.oar24 section .financial-performance {
  position: relative;
  padding-bottom: 150px;
  margin-bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .oar24 section .financial-performance {
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
.oar24 section .financial-performance::before {
  content: '';
  display: block;
  background: #00549F;
  background: linear-gradient(0deg, #F3F7FA 0%, #fff 100%);
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-bottom-right-radius: 300px;
}
@media screen and (max-width: 600px) {
  .oar24 section .financial-performance::before {
    border-bottom-right-radius: 80px;
  }
}
.oar24 section .financial-performance .h2 {
  margin-top: 70px;
}
.oar24 section .financial-performance .table-container {
  margin-top: 40px;
  padding-right: 100px;
}
@media screen and (max-width: 1400px) {
  .oar24 section .financial-performance .table-container {
    max-width: 1000px;
    overflow: scroll;
    width: calc(100% - 100px);
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .financial-performance .table-container {
    width: 100%;
  }
}
.oar24 section .financial-performance .table-container table {
  width: 100%;
  border: none;
}
.oar24 section .financial-performance .table-container table thead {
  background-color: rgba(0, 117, 176, 0.05);
  text-align: left;
}
.oar24 section .financial-performance .table-container table th,
.oar24 section .financial-performance .table-container table td {
  padding: 20px 40px;
  border: none;
  border-bottom: solid 1px #1E1E1E;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .oar24 section .financial-performance .table-container table th,
  .oar24 section .financial-performance .table-container table td {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px;
  }
}
.oar24 section .financial-performance .table-container table th:first-child,
.oar24 section .financial-performance .table-container table td:first-child {
  width: 30%;
}
.oar24 section .financial-performance .table-container table th {
  color: #0075B0;
}
.oar24 section .financial-performance .table-container table td:last-child {
  font-weight: 700;
}
.oar24 section .charts .content {
  display: flex;
  margin-top: 95px;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .oar24 section .charts .content {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .charts .content {
    margin-top: 40px;
  }
}
.oar24 section .charts .content + .text-black {
  margin-top: 70px;
  color: #1E1E1E;
}
.oar24 section .charts .content + .text-black small {
  color: inherit;
}
.oar24 section .charts .content .media {
  width: 55%;
}
@media screen and (max-width: 840px) {
  .oar24 section .charts .content .media {
    width: 100%;
    margin-bottom: 70px;
  }
}
.oar24 section .charts .content .writeup {
  width: 40%;
}
@media screen and (max-width: 840px) {
  .oar24 section .charts .content .writeup {
    width: 100%;
  }
}
.oar24 section .charts .content .writeup *:not(.text-blue) {
  color: #1E1E1E;
}
.oar24 section .charts .content .writeup &gt; *:first-child {
  padding-bottom: 40px;
  border-bottom: dotted 5px #1E1E1E;
  margin-bottom: 40px;
  gap: 20px;
}
.oar24 section .charts .content .writeup &gt; div &gt; .flex {
  align-items: center;
  margin-bottom: 30px;
}
.oar24 section .charts .content .writeup &gt; div &gt; .flex &gt; * {
  margin: 0;
}
.oar24 section .charts .content .writeup &gt; div &gt; .flex &gt; .h1 {
  margin-right: 20px;
}
.oar24 section .charts .content .writeup &gt; .flex {
  align-items: center;
}
.oar24 section .charts .content .writeup &gt; .flex &gt; * {
  margin: 0;
  line-height: 1;
}
.oar24 section .charts .content .writeup &gt; .flex .flex {
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
}
.oar24 section .charts .content .writeup &gt; .flex .flex * {
  margin: 0;
}
.oar24 section .charts .content .writeup &gt; .flex .flex *:first-child {
  width: 120px;
}
.oar24 section .sustainability {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 840px) {
  .oar24 section .sustainability .flex {
    flex-direction: column;
  }
}
.oar24 section .sustainability .flex &gt; * {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .oar24 section .sustainability .flex &gt; * {
    width: 100%;
  }
}
.oar24 section .sustainability .media {
  border-bottom-left-radius: 200px;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .oar24 section .sustainability .media {
    border-bottom-left-radius: 0;
    border-top-left-radius: 80px;
    aspect-ratio: 1;
  }
}
.oar24 section .sustainability .media img {
  height: 100%;
  object-fit: cover;
}
.oar24 section .sustainability .links {
  position: relative;
  padding: 100px;
}
@media screen and (max-width: 1600px) {
  .oar24 section .sustainability .links {
    padding: 50px;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .sustainability .links {
    padding: 50px 30px;
  }
}
.oar24 section .sustainability .links * {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.oar24 section .sustainability .links .bg-video {
  overflow: hidden;
  background: linear-gradient(90deg, #0075B0 0%, #2FB457 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.oar24 section .sustainability .links .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.oar24 section .sustainability .links ul {
  list-style: none;
  margin-top: 40px;
}
.oar24 section .sustainability .links ul li {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}
.oar24 section .sustainability .links ul li a {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .oar24 section .sustainability .links ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.oar24 section .sustainability .links ul .indent {
  padding-left: 20px;
}
.oar24 section .sustainability .links ul + p {
  margin-top: 80px;
}
.oar24 section .sustainability .links ul + p a {
  text-decoration: underline;
}
.oar24 section .reports {
  background: url("../images/bg-gradient2.jpg") no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding-top: 350px;
  padding-bottom: 150px;
  margin-top: -100px;
}
@media screen and (max-width: 840px) {
  .oar24 section .reports {
    padding-top: 200px;
  }
}
.oar24 section .reports .container {
  padding-right: 100px;
}
@media screen and (max-width: 1400px) {
  .oar24 section .reports .container {
    padding-right: 50px;
  }
}
.oar24 section .reports .flex {
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .oar24 section .reports .flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .oar24 section .reports .flex {
    flex-direction: column;
  }
}
.oar24 section .reports .flex &gt; * {
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .oar24 section .reports .flex &gt; * {
    width: 100%;
  }
}
.oar24 section .reports .flex .h1 {
  color: #FFFFFF;
}
.oar24 section .reports .flex .media {
  display: flex;
  gap: 50px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .oar24 section .reports .flex .media {
    gap: 20px;
    width: 100%;
  }
}
.oar24 section .reports .flex .media img {
  width: 100%;
  display: block;
}
/* Third Party Styles */
/* Shared Styles */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif, Arial;
}
h1,
.h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h2,
.h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  h2,
  .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h3,
.h3 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  h3,
  .h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h4,
.h4 {
  font-size: 28px;
  font-size: 1.75rem;
}
h5,
.h5 {
  font-size: 24px;
  font-size: 1.5rem;
}
h6,
.h6 {
  font-size: 20px;
  font-size: 1.25rem;
}
.body {
  font-size: 16px;
  font-size: 1rem;
}
p {
  margin: 20px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}
p:first-child {
  margin-top: 0;
}
.numbers {
  font-size: 96px;
  font-size: 6rem;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .numbers {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 600px) {
  .numbers {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
.numbers-md {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .numbers-md {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.no-wrap {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
a:hover {
  text-decoration: underline;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.col,
.flex-grow {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
@media screen and (min-width: 641px) {
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 841px) {
  .col-md {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1025px) {
  .col-lg {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 640px) {
  .row {
    flex-direction: column;
    margin: 0;
  }
  .row .col-4 {
    margin-top: 20px;
  }
  [class*=col-] {
    width: 100%;
    padding: 0;
  }
}
/* components Styles */
.main-header {
  position: relative;
}
.main-footer {
  position: relative;
}
/* pages Styles */
.homepage {
  position: relative;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>