/* Core Styles */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Bold.woff');
  src: url('../fonts/Inter_18pt-Bold.woff') format('woff'), url('../fonts/Inter_18pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Medium.woff');
  src: url('../fonts/Inter_18pt-Medium.woff') format('woff'), url('../fonts/Inter_18pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Light.woff');
  src: url('../fonts/Inter_18pt-Light.woff') format('woff'), url('../fonts/Inter_18pt-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Regular.woff');
  src: url('../fonts/Inter_18pt-Regular.woff') format('woff'), url('../fonts/Inter_18pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
.text-orange {
  color: #F58320;
}
.text-blue1 {
  color: #002664;
}
.text-blue2 {
  color: #00549F;
}
.text-white {
  color: #FFFFFF;
}
.text-black {
  color: #1E1E1E;
}
.flex {
  display: flex;
  gap: 30px;
}
.flex.no-gap {
  gap: 0 !important;
}
.flex.align-bottom {
  align-items: flex-end;
}
.flex.justify-center {
  justify-content: center;
}
.text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.space {
  height: 70px;
}
.mobile {
  display: none !important;
}
.mobile.column {
  flex-direction: column;
}
@media screen and (max-width: 1040px) {
  .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;
}
.oar25 * {
  font-family: 'Inter', sans-serif;
}
/* 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: 180px;
  font-size: 11.25rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 140px;
    font-size: 8.75rem;
  }
}
@media screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 840px) {
  h1,
  .h1 {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
h2,
.h2 {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 1440px) {
  h2,
  .h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
p,
.body {
  margin: 20px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  p,
  .body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  p,
  .body {
    font-size: 16px;
    font-size: 1rem;
  }
}
.text-section {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .text-section {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .text-section {
    font-size: 16px;
    font-size: 1rem;
  }
}
.quote {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 1440px) {
  .quote {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .quote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.numbers {
  font-size: 53px;
  font-size: 3.3125rem;
  font-weight: 900;
}
@media screen and (max-width: 1440px) {
  .numbers {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1040px) {
  .numbers {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.numbers.small {
  font-size: 32px;
  font-size: 2rem;
}
.text-orange {
  color: #F58320 !important;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.no-wrap {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.oar2025 * {
  font-family: "Inter", sans-serif, Arial;
}
.oar2025 a:hover {
  text-decoration: underline;
}
.oar2025 .no-margin {
  margin: 0 !important;
}
.oar2025 .container {
  margin: 0 auto;
  width: 100%;
}
.oar2025 .section {
  padding: 60px 0;
}
.oar2025 .flex {
  display: flex;
}
.oar2025 .flex.align-center {
  align-items: center;
}
.oar2025 .flex.justify-space-between {
  justify-content: space-between;
}
.oar2025 .quote-container {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .oar2025 .quote-container {
    gap: 10px;
  }
}
.oar2025 .quote-container::before {
  content: "";
  width: 35px;
  height: 30px;
  display: block;
  background: url("../images/icons/quote.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .oar2025 .quote-container::before {
    width: 35px;
    height: 23px;
  }
}
.oar2025 .quote-container .quote {
  width: calc(100% - 35px);
  color: #002664;
}
.oar2025 .quote-container .quote::after {
  content: "";
  width: 35px;
  height: 30px;
  display: inline-block;
  background: url("../images/icons/quote.png") no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .oar2025 .quote-container .quote::after {
    width: 35px;
    height: 23px;
  }
}
.oar2025 .author strong {
  color: #002664;
  display: block;
}
.oar2025 .bg-gray {
  background: rgba(201, 202, 200, 0.15);
  padding: 100px 0px;
}
@media screen and (max-width: 840px) {
  .oar2025 .bg-gray {
    padding: 40px 0;
  }
}
.oar2025 .keystats-container {
  overflow: hidden;
}
.oar2025 .keystats-container-header {
  padding: 30px 0;
  border-bottom: solid 5px #002664;
  position: relative;
  transition: 0.5s;
  width: max-content;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .oar2025 .keystats-container-header {
    padding: 10px 0;
  }
}
.oar2025 .keystats-container-header.animate {
  padding-left: 130px;
}
@media screen and (max-width: 600px) {
  .oar2025 .keystats-container-header.animate {
    padding-left: 70px;
  }
}
.oar2025 .keystats-container-header.animate img {
  animation: slide-up 0.5s ease-out forwards;
  animation-delay: 0.2s;
}
.oar2025 .keystats-container-header img {
  position: absolute;
  width: 105px;
  height: 105px;
  object-fit: contain;
  object-position: bottom;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 600px) {
  .oar2025 .keystats-container-header img {
    width: 50px;
    height: 50px;
  }
}
.oar2025 .keystats-container-header p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oar2025 .keystats-container-header p span {
  font-weight: 400;
  margin: 20px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .oar2025 .keystats-container-header p span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .keystats-container-header p span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.oar2025 .keystats-container-list {
  margin-top: 50px;
}
@media screen and (max-width: 840px) {
  .oar2025 .keystats-container-list {
    margin-top: 20px;
  }
}
.oar2025 .keystats-container-list.animate > div .keystat {
  animation: slide-up 1s ease-out forwards;
}
.oar2025 .keystats-container-list.animate > div:nth-child(1) .keystat {
  animation-delay: 0.2s;
}
.oar2025 .keystats-container-list.animate > div:nth-child(2) .keystat {
  animation-delay: 0.4s;
}
.oar2025 .keystats-container-list.animate > div:nth-child(3) .keystat {
  animation-delay: 0.6s;
}
.oar2025 .keystats-container-list.animate > div:nth-child(4) .keystat {
  animation-delay: 0.8s;
}
.oar2025 .keystats-container-list.animate > div:nth-child(5) .keystat {
  animation-delay: 1s;
}
.oar2025 .keystats-container-list.animate > div:nth-child(6) .keystat {
  animation-delay: 1.2s;
}
.oar2025 .keystats-container-list > div {
  overflow: hidden;
}
.oar2025 .keystats-container-list > div.multiple {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1040px) {
  .oar2025 .keystats-container-list > div.multiple {
    gap: 20px;
  }
}
.oar2025 .keystats-container-list .keystat {
  padding: 50px 30px;
  background: rgba(0, 38, 100, 0.1);
  display: flex;
  flex-direction: column;
  transform: translateY(250%);
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .oar2025 .keystats-container-list .keystat {
    padding: 30px;
  }
}
.oar2025 .keystats-container-list .keystat p {
  color: #1E1E1E;
}
.oar2025 .keystats-container-list .keystat .up {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.oar2025 .keystats-container-list .keystat .up:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #1E1E1E;
}
.oar2025 .keystats-container-list .keystat .down {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.oar2025 .keystats-container-list .keystat .down:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #1E1E1E;
}
.oar2025 .keystats-container-list .keystat .desc {
  margin-bottom: 50px;
}
.oar2025 .keystats-container-list .keystat .force-bottom {
  margin-top: auto;
}
.oar2025 .keystats-container-list .keystat .numbers + p {
  margin-top: 0;
}
@media screen and (max-width: 1040px) {
  .oar2025 .keystats-container-list .keystat .row > [class*="col-"] {
    width: 100%;
    margin-bottom: 0;
  }
}
.oar2025 .keystats-container + .keystats-container {
  margin-top: 100px;
}
@media screen and (max-width: 840px) {
  .oar2025 .keystats-container + .keystats-container {
    margin-top: 50px;
  }
}
.oar2025 .keystats-container.blue2 .keystats-container-header {
  border-color: #0075B0;
}
.oar2025 .keystats-container.blue2 .keystats-container-header p {
  color: #0075B0;
}
.oar2025 .keystats-container.blue2 .keystats-container-list .keystat {
  background: rgba(0, 117, 176, 0.1);
}
.oar2025 .keystats-container.green .keystats-container-header {
  border-color: #2FB457;
}
.oar2025 .keystats-container.green .keystats-container-header p {
  color: #2FB457;
}
.oar2025 .keystats-container.green .keystats-container-list .keystat {
  background: rgba(47, 180, 87, 0.1);
}
.oar2025 .keystats-container.orange .keystats-container-header {
  border-color: #F58320;
}
.oar2025 .keystats-container.orange .keystats-container-header p {
  color: #F58320;
}
.oar2025 .keystats-container.orange .keystats-container-list .keystat {
  background: rgba(245, 131, 32, 0.1);
}
.oar2025 .keystats-container.purple .keystats-container-header {
  border-color: #58478D;
}
.oar2025 .keystats-container.purple .keystats-container-header p {
  color: #58478D;
}
.oar2025 .keystats-container.purple .keystats-container-list .keystat {
  background: rgba(88, 71, 141, 0.1);
}
.oar2025 .footnotes {
  margin-top: 100px;
}
@media screen and (max-width: 840px) {
  .oar2025 .footnotes {
    margin-top: 50px;
  }
}
.oar2025 .footnotes ol,
.oar2025 .footnotes ul {
  padding-left: 20px;
}
.oar2025 .footnotes ol li,
.oar2025 .footnotes ul li {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 5px;
}
.oar2025 .panels-container {
  margin-top: 100px;
}
.oar2025 .panels {
  overflow: hidden;
}
.oar2025 .panels.animate .panels-header {
  width: 100%;
}
.oar2025 .panels.animate .panels-list {
  animation: slide-down 0.5s ease-out forwards;
  animation-delay: 0.5s;
}
.oar2025 .panels.animate .panels-list .flex > *::after,
.oar2025 .panels.animate .panels-list .row > *::after {
  height: 100%;
  transition: 0.5s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1040px) {
  .oar2025 .panels.animate .panels-list .flex > *::after,
  .oar2025 .panels.animate .panels-list .row > *::after {
    width: 100%;
    height: 1px;
  }
}
.oar2025 .panels-header {
  background: #00549F;
  padding: 25px 50px;
  position: relative;
  z-index: 1;
  width: 40%;
  transition: 0.4s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 600px) {
  .oar2025 .panels-header {
    padding: 20px;
  }
}
@media screen and (max-width: 840px) {
  .oar2025 .panels-header {
    width: 70%;
  }
}
.oar2025 .panels-header p {
  color: #FFFFFF;
  width: max-content;
}
@media screen and (max-width: 840px) {
  .oar2025 .panels-header p {
    width: auto;
  }
}
.oar2025 .panels-list {
  background: #E5F1F7;
  padding: 50px;
  transform: translateY(-200%);
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .oar2025 .panels-list {
    padding: 30px 20px;
  }
}
.oar2025 .panels-list > .flex,
.oar2025 .panels-list > .row {
  width: 100%;
}
.oar2025 .panels-list > .flex > *:after,
.oar2025 .panels-list > .row > *:after {
  content: "";
  width: 1px;
  height: 0%;
  background: #1E1E1E;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1040px) {
  .oar2025 .panels-list > .flex > *:after,
  .oar2025 .panels-list > .row > *:after {
    width: 0%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
}
.oar2025 .panels-list > .flex > *:last-child:after,
.oar2025 .panels-list > .row > *:last-child:after {
  display: none;
}
@media screen and (max-width: 1040px) {
  .oar2025 .panels-list > .flex > *:last-child:after,
  .oar2025 .panels-list > .row > *:last-child:after {
    display: block;
  }
}
.oar2025 .panels .panel {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .oar2025 .panels .panel {
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
.oar2025 .panels .panel p:not(.h3) {
  opacity: 0;
  transform: translateY(-50%);
}
.oar2025 .panels .panel img {
  display: block;
  width: 100%;
}
.oar2025 .panels + .panels {
  margin-top: 50px;
}
.oar2025 .drawers {
  display: flex;
  flex-wrap: wrap;
}
.oar2025 .drawers.open .drawer:not(.open) {
  width: 200px;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers.open .drawer:not(.open) {
    width: 100%;
  }
}
.oar2025 .drawers.open .drawer:not(.open).our-leadership {
  background-position: 85% 30%;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers.open .drawer:not(.open).our-leadership {
    background-position: top;
  }
}
.oar2025 .drawers.open .drawer:not(.open):hover > .btn {
  opacity: 0;
}
.oar2025 .drawers.open .drawer:not(.open) * {
  opacity: 0;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers.open .drawer:not(.open) * {
    opacity: 1;
  }
}
.oar2025 .drawers .drawer {
  width: calc(100% / 3);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  position: relative;
  overflow: hidden;
  transition: width 0.4s, background-size 0.4s, background-position 0.4s;
  cursor: pointer;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer {
    width: 100%;
    min-height: calc(100vh / 3);
    height: auto;
    transition: 0.4s;
    background-size: cover !important;
    background-position: top !important;
  }
}
@media screen and (max-width: 840px) {
  .oar2025 .drawers .drawer {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .drawers .drawer {
    padding: 40px 20px;
  }
}
.oar2025 .drawers .drawer.our-business {
  background-image: url("../images/our-business.jpg");
  background-size: auto 130%;
  background-position: 45% bottom;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer.our-business {
    background-image: url("../images/our-business-m.jpg");
  }
}
.oar2025 .drawers .drawer.our-strategy {
  background-image: url("../images/our-strategy.jpg");
  background-position: 85%;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer.our-strategy {
    background-image: url("../images/our-strategy-m.jpg");
  }
}
.oar2025 .drawers .drawer.our-leadership {
  background-image: url("../images/our-leadership.jpg");
  background-position: 92% 30%;
  background-size: auto 250%;
}
@media screen and (max-width: 1440px) {
  .oar2025 .drawers .drawer.our-leadership {
    background-position: 89% 30%;
  }
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer.our-leadership {
    background-image: url("../images/our-leadership-m.jpg");
  }
}
@media screen and (min-width: 1441px) {
  .oar2025 .drawers .drawer:not(.open):hover {
    background-size: auto 105%;
  }
  .oar2025 .drawers .drawer:not(.open):hover.our-business {
    background-size: auto 135%;
  }
  .oar2025 .drawers .drawer:not(.open):hover.our-leadership {
    background-size: auto 260%;
  }
  .oar2025 .drawers .drawer:not(.open):hover .h2 {
    margin-bottom: 50px;
  }
  .oar2025 .drawers .drawer:not(.open):hover > .btn {
    transform: translateY(0);
    opacity: 1;
  }
}
.oar2025 .drawers .drawer.open {
  width: calc(100% - 400px);
  background-size: 130%;
  padding-left: 100px;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer.open {
    width: 100%;
    background-position: top !important;
    background-size: 100% auto !important;
    background-color: #002664;
    padding: 30vh 40px 40px;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .drawers .drawer.open {
    padding: 30vh 20px 40px;
  }
}
.oar2025 .drawers .drawer.open.our-business {
  background-position: left top;
}
.oar2025 .drawers .drawer.open.our-strategy {
  background-position: left center;
}
.oar2025 .drawers .drawer.open.our-leadership {
  background-size: 150%;
}
.oar2025 .drawers .drawer.open:after {
  background: #002664;
  background: linear-gradient(90deg, #002664 0%, rgba(0, 38, 100, 0) 100%);
  height: 100%;
}
.oar2025 .drawers .drawer.open .h2 span {
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 900;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer.open .h2 span {
    font-size: inherit;
  }
}
.oar2025 .drawers .drawer.open > .btn {
  display: none;
}
.oar2025 .drawers .drawer.open .content {
  display: block;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer.open .content {
    display: none;
    opacity: 1;
  }
}
.oar2025 .drawers .drawer.open .content > * {
  opacity: 1;
  transform: translate(0);
}
.oar2025 .drawers .drawer:after {
  content: '';
  width: 100%;
  height: 500px;
  position: absolute;
  background: #002664;
  background: linear-gradient(0deg, #002664 0%, rgba(0, 38, 100, 0) 100%);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer:after {
    display: none;
  }
}
.oar2025 .drawers .drawer * {
  position: relative;
  z-index: 1;
}
.oar2025 .drawers .drawer .h2 {
  color: #FFFFFF;
  font-weight: 900;
  line-height: 1;
  transition: 0.4s;
  margin-bottom: 0;
}
.oar2025 .drawers .drawer .h2 span {
  display: block;
  transition: 0.4s;
}
.oar2025 .drawers .drawer > .btn {
  width: max-content;
  transform: translateY(100%);
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer > .btn {
    display: none;
  }
}
.oar2025 .drawers .drawer .content {
  display: none;
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer .content {
    opacity: 0;
  }
}
.oar2025 .drawers .drawer .content > * {
  opacity: 0;
  transform: translate(100%);
  transition: 0.4s;
  width: 70%;
}
@media screen and (max-width: 600px) {
  .oar2025 .drawers .drawer .content > * {
    width: 100%;
  }
}
.oar2025 .drawers .drawer .content .buttons {
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}
@media screen and (max-width: 1040px) {
  .oar2025 .drawers .drawer .content .buttons {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .drawers .drawer .content .buttons {
    margin-top: 30px;
  }
}
.oar2025 .drawers .drawer .content .buttons .btn {
  width: max-content;
}
@media screen and (max-width: 840px) {
  .oar2025 .drawers .drawer .content .buttons .btn {
    width: auto;
    text-align: left;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0;
}
@media screen and (max-width: 1040px) {
  .row {
    gap: 20px;
  }
}
.row + .row {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .row + .row {
    margin-top: 20px;
  }
}
.row.no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 600px) {
  .row.no-wrap {
    gap: 20px;
  }
}
.row.gutters-md {
  gap: 20px;
}
.row.gutters-sm {
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .row.gutters-sm > [class*="col"] {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .row.reverse-mobile {
    flex-direction: column-reverse;
  }
  .row.reverse-mobile > div:first-child {
    margin-bottom: 0;
  }
  .row.reverse-mobile > div:last-child {
    margin-bottom: 20px;
  }
  .row.reverse-mobile > * {
    margin-bottom: 40px;
  }
}
.row.align-top {
  align-items: flex-start;
}
.row.align-center {
  align-items: center;
}
.row.justify-center {
  justify-content: center;
}
.row.justify-left {
  justify-content: flex-start;
}
.five-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media screen and (max-width: 840px) {
  .five-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .five-cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 840px) {
  .five-cols .col > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.col-1 {
  width: calc(((1 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-1 {
    width: calc(((1 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-1 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 840px) {
  .col-1 {
    width: 100%;
  }
}
.gutters-md .col-1 {
  width: calc(((1 / 12) * 100%) - 20px);
}
.gutters-sm .col-1 {
  width: calc(((1 / 12) * 100%) - 10px);
}
.col-1.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-2 {
  width: calc(((2 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-2 {
    width: calc(((2 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-2 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 840px) {
  .col-2 {
    width: 100%;
  }
}
.gutters-md .col-2 {
  width: calc(((2 / 12) * 100%) - 20px);
}
.gutters-sm .col-2 {
  width: calc(((2 / 12) * 100%) - 10px);
}
.col-2.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-3 {
  width: calc(((3 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-3 {
    width: calc(((3 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-3 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 840px) {
  .col-3 {
    width: 100%;
  }
}
.gutters-md .col-3 {
  width: calc(((3 / 12) * 100%) - 20px);
}
.gutters-sm .col-3 {
  width: calc(((3 / 12) * 100%) - 10px);
}
.col-3.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-4 {
  width: calc(((4 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-4 {
    width: calc(((4 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-4 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 840px) {
  .col-4 {
    width: 100%;
  }
}
.gutters-md .col-4 {
  width: calc(((4 / 12) * 100%) - 20px);
}
.gutters-sm .col-4 {
  width: calc(((4 / 12) * 100%) - 10px);
}
.col-4.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-5 {
  width: calc(((5 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-5 {
    width: calc(((5 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-5 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 840px) {
  .col-5 {
    width: 100%;
  }
}
.gutters-md .col-5 {
  width: calc(((5 / 12) * 100%) - 20px);
}
.gutters-sm .col-5 {
  width: calc(((5 / 12) * 100%) - 10px);
}
.col-5.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-6 {
  width: calc(((6 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-6 {
    width: calc(((6 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-6 {
    width: 100%;
  }
}
.gutters-md .col-6 {
  width: calc(((6 / 12) * 100%) - 20px);
}
.gutters-sm .col-6 {
  width: calc(((6 / 12) * 100%) - 10px);
}
.col-6.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-7 {
  width: calc(((7 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-7 {
    width: calc(((7 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-7 {
    width: 100%;
  }
}
.gutters-md .col-7 {
  width: calc(((7 / 12) * 100%) - 20px);
}
.gutters-sm .col-7 {
  width: calc(((7 / 12) * 100%) - 10px);
}
.col-7.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-8 {
  width: calc(((8 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-8 {
    width: calc(((8 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-8 {
    width: 100%;
  }
}
.gutters-md .col-8 {
  width: calc(((8 / 12) * 100%) - 20px);
}
.gutters-sm .col-8 {
  width: calc(((8 / 12) * 100%) - 10px);
}
.col-8.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-9 {
  width: calc(((9 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-9 {
    width: calc(((9 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-9 {
    width: 100%;
  }
}
.gutters-md .col-9 {
  width: calc(((9 / 12) * 100%) - 20px);
}
.gutters-sm .col-9 {
  width: calc(((9 / 12) * 100%) - 10px);
}
.col-9.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-10 {
  width: calc(((10 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-10 {
    width: calc(((10 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-10 {
    width: 100%;
  }
}
.gutters-md .col-10 {
  width: calc(((10 / 12) * 100%) - 20px);
}
.gutters-sm .col-10 {
  width: calc(((10 / 12) * 100%) - 10px);
}
.col-10.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-11 {
  width: calc(((11 / 12) * 100%) - 25px);
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .col-11 {
    width: calc(((11 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-11 {
    width: 100%;
  }
}
.gutters-md .col-11 {
  width: calc(((11 / 12) * 100%) - 20px);
}
.gutters-sm .col-11 {
  width: calc(((11 / 12) * 100%) - 10px);
}
.col-11.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-12 {
  width: calc(((12 / 12) * 100%) - 25px);
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .col-12 {
    width: calc(((12 / 12) * 100%) - 10px);
  }
}
@media screen and (max-width: 1040px) {
  .col-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .col-12 {
    width: 100%;
  }
}
.gutters-md .col-12 {
  width: calc(((12 / 12) * 100%) - 20px);
}
.gutters-sm .col-12 {
  width: calc(((12 / 12) * 100%) - 10px);
}
.col-12.force-left {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 840px) {
  .row > [class*="col"] {
    width: 100% !important;
  }
  .row > [class*="col"]:last-child {
    margin-bottom: 0;
  }
}
.slide-up {
  transform: translateY(200%);
  animation: slide-up 0.5s ease-out forwards;
}
.slide-up.animation-delay-1 {
  animation-delay: 0.5s;
}
.fade-in-up {
  opacity: 0;
  transform: translateY(200%);
  animation: fade-in-up 0.5s ease-out forwards;
}
.fade-in-up.animation-delay-1 {
  animation-delay: 0.5s;
}
.fade-out-top {
  transform: translateY(0);
  opacity: 1;
  animation: fade-out-top 0.5s ease-out forwards;
}
.fade-out-bottom {
  transform: translateY(0);
  opacity: 1;
  animation: fade-out-bottom 0.5s ease-out forwards;
}
.slide-down {
  transform: translateY(-200%);
  animation: slide-down 0.5s ease-out forwards;
}
.slide-down.animation-delay-1 {
  animation-delay: 0.5s;
}
.fade-in-down {
  opacity: 0;
  transform: translateY(-200%);
  animation: fade-in-down 0.5s ease-out forwards;
}
.fade-in-down.animation-delay-1 {
  animation-delay: 0.5s;
}
@keyframes slide-up {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    transform: translateY(200%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    transform: translateY(-200%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-bottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
.slide-left-right {
  transform: translateX(-100%);
  opacity: 0;
  animation: slide-left-right 0.5s ease-out forwards;
}
@keyframes slide-left-right {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.boat-up-down {
  overflow: visible;
  padding-top: 10px;
}
.boat-up-down.animation-delay-1 img {
  animation-delay: 0.7s;
}
.boat-up-down img {
  animation: boat-up-down 3s ease-in-out infinite;
  display: block;
  min-width: 100px;
}
@keyframes boat-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* components Styles */
.oar2025.scrolled .nav {
  z-index: 2;
}
.oar2025 .nav {
  position: absolute;
  top: 100vh;
  width: 100%;
  z-index: -1;
}
.oar2025 .nav.sticky {
  top: 0;
  position: fixed;
}
.oar2025 .nav-container {
  padding: 30px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .oar2025 .nav-container {
    padding: 20px;
    height: 80px;
  }
}
.oar2025 .nav-container::before {
  content: "";
  background: rgba(0, 38, 100, 0.3);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1040px) {
  .oar2025 .nav .container {
    background: linear-gradient(90deg, #002664 0%, #2FB457 100%);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s;
    padding: 0;
  }
}
.oar2025 .nav .container.open .selected:before {
  display: block;
}
@media screen and (max-width: 1040px) {
  .oar2025 .nav .container:before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #FFFFFF;
    display: block;
    top: 2px;
    left: 2px;
    border-radius: 20px;
  }
}
.oar2025 .nav .selected {
  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;
}
.oar2025 .nav .selected:before {
  content: '';
  width: calc(100% - 60px);
  height: 1px;
  background: #9F9F9F;
  position: absolute;
  bottom: 0;
  display: none;
}
.oar2025 .nav .selected:after {
  content: '';
  background: url(../images/icons/icon-down.svg);
  width: 12px;
  height: 10px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.oar2025 .nav nav {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  .oar2025 .nav nav {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 10px 30px;
    display: none;
  }
}
.oar2025 .nav nav a {
  color: #FFFFFF;
  padding: 5px 15px;
  border-left: solid 1px #FFFFFF;
  text-align: center;
}
.oar2025 .nav nav a:focus {
  outline: none !important;
}
@media screen and (max-width: 1440px) {
  .oar2025 .nav nav a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1040px) {
  .oar2025 .nav nav a {
    color: #0075B0;
    margin-bottom: 20px;
    padding: 0;
  }
}
.oar2025 .nav nav a:first-child,
.oar2025 .nav nav a + .active {
  border-left: none;
}
.oar2025 .nav nav a.active {
  background: #FFFFFF;
  border-radius: 15px;
  color: #002664;
}
.oar2025 .nav nav a.active + a {
  border-left: none;
}
.main-footer {
  position: relative;
}
.scrolled .banner-video {
  opacity: 0;
  z-index: -1;
  transition: 1s;
}
.scrolled .banner-main {
  opacity: 1;
  z-index: 1;
}
.banner-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-video-container {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1440px) {
}
.banner-video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #002664 100%);
  z-index: 1;
  bottom: 0;
}
.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-video .container {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
  height: 50vh;
  margin: 0;
}
@media screen and (max-width: 840px) {
  .banner-video .container {
    padding-bottom: 130px;
  }
}
.banner-video .container .writeup {
  margin: auto 0 0;
  height: 100%;
  transition: 1s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.scrolled .banner-video .container .writeup {
  height: 0%;
}
.banner-video .container .writeup * {
  color: #FFFFFF;
  margin: 0;
}
.banner-video .container .writeup .h1,
.banner-video .container .writeup .h2,
.banner-video .container .writeup .h3 {
  opacity: 0;
  transform: translateY(200%);
  animation: fade-in-up 0.5s ease-out forwards;
  animation-delay: 1.7s;
}
.banner-video .container .writeup .h1.animation-delay-1,
.banner-video .container .writeup .h2.animation-delay-1,
.banner-video .container .writeup .h3.animation-delay-1 {
  animation-delay: 0.5s;
}
.banner-video .container .writeup .h1 .show-main-content,
.banner-video .container .writeup .h2 .show-main-content,
.banner-video .container .writeup .h3 .show-main-content {
  transform: translateY(0);
  opacity: 1;
  animation: fade-out-top 0.5s ease-out forwards;
}
.banner-video .container .writeup .h3 {
  margin-bottom: 25px;
}
.scrolled .banner-video .container .writeup .h3 {
  opacity: 0 !important;
  transition: 0.4s;
}
.banner-video .container .writeup .h1 {
  line-height: 0.8;
  transition: 0.4s;
  margin-left: -10px;
  font-size: 200px;
  font-size: 12.5rem;
}
@media screen and (max-width: 1440px) {
  .banner-video .container .writeup .h1 {
    font-size: 150px;
    font-size: 9.375rem;
    margin-left: -5px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-video .container .writeup .h1 {
    font-size: 130px;
    font-size: 8.125rem;
  }
}
@media screen and (max-width: 1040px) {
  .banner-video .container .writeup .h1 {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-video .container .writeup .h1 {
    font-size: 100px;
    font-size: 6.25rem;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .banner-video .container .writeup .h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.scrolled .banner-video .container .writeup .h1 {
  font-size: inherit;
  font-weight: 900;
}
@media screen and (max-width: 840px) {
  .banner-video .container .writeup .align-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-video .container .writeup .align-bottom .h2 {
  width: 1220px;
}
@media screen and (max-width: 1440px) {
  .banner-video .container .writeup .align-bottom .h2 {
    width: 900px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-video .container .writeup .align-bottom .h2 {
    width: 790px;
  }
}
@media screen and (max-width: 1040px) {
  .banner-video .container .writeup .align-bottom .h2 {
    width: 730px;
  }
}
.banner-video .container .writeup .align-bottom .h3 {
  margin-bottom: -20px;
}
@media screen and (max-width: 840px) {
  .banner-video .container .writeup .align-bottom .h3 {
    max-width: 300px;
  }
}
.banner-video .container .writeup .align-bottom .h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #FFFFFF;
  margin-top: 10px;
}
@media screen and (max-width: 840px) {
  .banner-video .container .writeup .align-bottom .h3 br {
    display: none;
  }
}
.banner-main {
  height: 100vh;
  height: calc(100vh - (var(--aw-header-height-lg) + var(--aw-header-top-height-lg)));
  opacity: 0;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .banner-main {
    height: calc(100vh - var(--aw-header-height));
  }
}
.banner-main-container {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .banner-main-container {
    width: 80%;
  }
}
@media screen and (max-width: 840px) {
  .banner-main-container {
    width: 100%;
  }
}
.banner-main-container:after {
  background: linear-gradient(90deg, #002664 0%, rgba(0, 38, 100, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.banner-main-container img {
  transform: translateX(-100%);
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
  top: 0;
}
@media screen and (max-width: 1600px) {
  .banner-main-container img {
    object-position: center;
  }
}
@media screen and (max-width: 1040px) {
  .banner-main-container img {
    object-position: 70%;
  }
}
.scrolled .banner-main-container img {
  transform: translateX(-100%);
  opacity: 0;
  animation: slide-left-right 0.5s ease-out forwards;
  animation-duration: 1s;
}
.banner-main-container .container {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (max-width: 1040px) {
  .banner-main-container .container {
    justify-content: flex-end;
  }
}
.scrolled .banner-main-container .container .writeup *:not(.h2) {
  opacity: 0;
  transform: translateY(200%);
  animation: fade-in-up 0.5s ease-out forwards;
  animation-delay: 0.5s;
}
.scrolled .banner-main-container .container .writeup *:not(.h2).animation-delay-1 {
  animation-delay: 0.5s;
}
.banner-main-container .container p:not(.h2) {
  color: #FFFFFF;
  margin: 0;
  max-width: 850px;
}
.banner-main-container .container .h2 {
  opacity: 0;
}
.scrolled .banner-main-container .container .h2 {
  opacity: 1;
  transition: 0.5s;
}
/* pages Styles */
.oar2025 {
  height: 100vh;
  overflow: hidden;
  background: #FFFFFF;
}
.oar2025.scrolled {
  overflow: visible;
  height: auto;
}
.oar2025 .masked-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.oar2025 .masked-section.visible img {
  clip-path: circle(100%);
}
.oar2025 .masked-section.visible:before {
  opacity: 0;
  pointer-events: none;
}
.oar2025 .masked-section.visible .writeup > * {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.oar2025 .masked-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 38, 100, 0.8);
  transition: opacity 0.5s ease-out;
}
.oar2025 .masked-section img {
  clip-path: circle(10%);
  transition: clip-path 0.5s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.oar2025 .masked-section > div {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.oar2025 .masked-section .container {
  z-index: 2;
  padding-bottom: 100px;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1600px) {
  .oar2025 .masked-section .container {
    padding-bottom: 60px;
  }
}
.oar2025 .masked-section .container .h2 span {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .oar2025 .masked-section .text-section br {
    display: none;
  }
}
.oar2025 .masked-section .writeup > * {
  opacity: 0;
  transform: translateY(50%);
}
.oar2025 .masked-section .writeup:not(.h1) {
  max-width: 900px;
}
.oar2025 .masked-section .writeup > *:not(.btn),
.oar2025 .masked-section .writeup .h2 span {
  color: #FFFFFF;
}
.oar2025 .section .h1,
.oar2025 .section .h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .oar2025 .section .h1,
  .oar2025 .section .h2 {
    margin-bottom: 20px;
  }
}
.oar2025 .introduction {
  background-image: url("../images/bg-intro.jpg");
}
.oar2025 .chairman-and-ceo#chairmans-message {
  padding-bottom: 0;
}
.oar2025 .chairman-and-ceo#chairmans-message .row {
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .oar2025 .chairman-and-ceo#chairmans-message .row {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1040px) {
  .oar2025 .chairman-and-ceo#chairmans-message .writeup-container p {
    display: none;
    margin-bottom: 40px;
    height: auto;
  }
}
.oar2025 .chairman-and-ceo#chairmans-message .writeup-container .btn {
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .oar2025 .chairman-and-ceo#chairmans-message .writeup-container .btn {
    margin-top: 0;
  }
}
.oar2025 .chairman-and-ceo#president-ceo-interview .writeup-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .oar2025 .chairman-and-ceo#president-ceo-interview .writeup-container {
    display: none;
    margin-bottom: 40px;
    height: auto;
  }
}
.oar2025 .chairman-and-ceo .container .row .media-container img {
  width: 100%;
}
.oar2025 .chairman-and-ceo .q-and-a .item {
  margin-bottom: 40px;
}
.oar2025 .chairman-and-ceo .q-and-a .item .question,
.oar2025 .chairman-and-ceo .q-and-a .item .answer {
  display: flex;
  gap: 30px;
}
.oar2025 .chairman-and-ceo .q-and-a .item .question:before,
.oar2025 .chairman-and-ceo .q-and-a .item .answer:before {
  content: "Q";
  color: #FFFFFF;
  font-weight: 900;
  width: 40px;
  height: 40px;
  background: #00549F;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oar2025 .chairman-and-ceo .q-and-a .item .question-content,
.oar2025 .chairman-and-ceo .q-and-a .item .answer-content {
  width: calc(100% - 80px);
}
.oar2025 .chairman-and-ceo .q-and-a .item .question {
  font-weight: 700;
  align-items: center;
  color: #00549F;
  margin-bottom: 20px;
}
.oar2025 .chairman-and-ceo .q-and-a .item .answer:before {
  content: "A";
  background: #F58320;
}
.oar2025 .chairman-and-ceo .pagination {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.oar2025 .chairman-and-ceo .pagination button {
  background: transparent;
  border: none;
}
.oar2025 .chairman-and-ceo .pagination button.active {
  font-weight: 700;
  color: #F58320;
}
.oar2025 .chairman-and-ceo .pagination .prev:before,
.oar2025 .chairman-and-ceo .pagination .next:before,
.oar2025 .chairman-and-ceo .pagination .prev:after,
.oar2025 .chairman-and-ceo .pagination .next:after {
  content: "";
  width: 15px;
  height: 4px;
  background-color: #002664;
  display: block;
  border-radius: 2px 0 0 2px;
}
.oar2025 .chairman-and-ceo .pagination .prev::before,
.oar2025 .chairman-and-ceo .pagination .next::before {
  transform: rotate(45deg) translateY(-4px);
}
.oar2025 .chairman-and-ceo .pagination .prev:after,
.oar2025 .chairman-and-ceo .pagination .next:after {
  transform: rotate(-45deg) translateY(4px);
}
.oar2025 .chairman-and-ceo .pagination .prev {
  transform: rotate(180deg);
}
.oar2025 .chairman-and-ceo .pagination .pages {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.oar2025 .chairman-and-ceo .toggle-writeup {
  display: none;
  width: max-content;
}
@media screen and (max-width: 1040px) {
  .oar2025 .chairman-and-ceo .toggle-writeup {
    display: block;
    margin: 0;
  }
}
.oar2025 .chairman-and-ceo .toggle-writeup.show span:before {
  content: "Hide ";
}
.oar2025 .chairman-and-ceo .toggle-writeup span:before {
  content: "View ";
}
@media screen and (max-width: 1040px) {
  .oar2025 .chairman-and-ceo .media-container,
  .oar2025 .chairman-and-ceo .col-7 {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .oar2025 .chairman-and-ceo .content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1040px) {
  .oar2025 .chairman-and-ceo .content.show {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .oar2025 .chairman-and-ceo .content .writeup-container {
    display: none;
  }
}
.oar2025 .assets .years .bar {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: 700;
}
.oar2025 .assets .years .bar-blue {
  background: #00549F;
  width: 70%;
}
.oar2025 .assets .years .bar-gray {
  background: #9D9D9D;
}
.oar2025 #aet-glance .chart-container picture,
.oar2025 #aet-glance .chart-container img {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.oar2025 .our-customer-value-proposition .container > .font-bold {
  max-width: 920px;
}
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel {
  padding-left: 120px;
  transition: padding-left 0.4s;
  transition-delay: 1s;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-customers.animate .panel {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .oar2025 .our-customer-value-proposition .container .our-customers.animate .panel {
    padding-left: 60px;
  }
}
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel:nth-child(2) {
  transition-delay: 1.2s;
}
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel:nth-child(2) img,
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel:nth-child(2) p:not(.h3) {
  transition-delay: 1.4s;
}
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel:nth-child(3) {
  transition-delay: 1.4s;
}
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel:nth-child(3) img,
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel:nth-child(3) p:not(.h3) {
  transition-delay: 1.6s;
}
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel:nth-child(4) {
  transition-delay: 1.6s;
}
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel:nth-child(4) img,
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel:nth-child(4) p:not(.h3) {
  transition-delay: 1.8s;
}
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel img {
  transform: translateY(0);
  transition: 0.4s;
  transition-delay: 1.2s;
}
.oar2025 .our-customer-value-proposition .container .our-customers.animate .panel p:not(.h3) {
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s;
  transition-delay: 1.2s;
}
.oar2025 .our-customer-value-proposition .container .our-customers .panels-list .flex > * {
  width: calc(calc(100% / 4));
}
.oar2025 .our-customer-value-proposition .container .our-customers .panel {
  padding-left: 0;
  transition: 0.4s;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oar2025 .our-customer-value-proposition .container .our-customers .panel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  object-fit: contain;
  transform: translateX(-100%);
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-customers .panel img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .oar2025 .our-customer-value-proposition .container .our-customers .panel img {
    width: 40px;
    height: 40px;
  }
}
.oar2025 .our-customer-value-proposition .container .our-customers .panel p {
  margin: 0;
  max-width: 180px;
}
@media screen and (max-width: 840px) {
  .oar2025 .our-customer-value-proposition .container .our-customers .panel p {
    max-width: none;
  }
}
.oar2025 .our-customer-value-proposition .container .what-our-customers-want.animate .panel p:not(.h3),
.oar2025 .our-customer-value-proposition .container .what-sets-us-apart.animate .panel p:not(.h3) {
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1040px) {
  .oar2025 .our-customer-value-proposition .container .what-our-customers-want .panels-list .flex,
  .oar2025 .our-customer-value-proposition .container .what-sets-us-apart .panels-list .flex {
    flex-wrap: wrap;
  }
}
.oar2025 .our-customer-value-proposition .container .what-our-customers-want .panels-list .flex > *,
.oar2025 .our-customer-value-proposition .container .what-sets-us-apart .panels-list .flex > * {
  width: calc(calc(100% / 5));
}
@media screen and (max-width: 1040px) {
  .oar2025 .our-customer-value-proposition .container .what-our-customers-want .panels-list .flex > *,
  .oar2025 .our-customer-value-proposition .container .what-sets-us-apart .panels-list .flex > * {
    width: calc(calc(100% / 2) - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 840px) {
  .oar2025 .our-customer-value-proposition .container .what-our-customers-want .panels-list .flex > *,
  .oar2025 .our-customer-value-proposition .container .what-sets-us-apart .panels-list .flex > * {
    width: 100%;
    margin-bottom: 0;
  }
}
.oar2025 .our-customer-value-proposition .container .what-our-customers-want .panel,
.oar2025 .our-customer-value-proposition .container .what-sets-us-apart .panel {
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .what-our-customers-want .panel,
  .oar2025 .our-customer-value-proposition .container .what-sets-us-apart .panel {
    padding-right: 0;
  }
}
.oar2025 .our-customer-value-proposition .container .what-sets-us-apart .panels-list .flex > * {
  width: calc(calc(100% / 4));
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .pale-blue {
  transform: translateY(0);
  transition: 0.7s;
  transition-delay: 1.5s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .pale-blue:nth-child(3) {
  transition-delay: 2.5s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .pale-blue:last-child {
  transition-delay: 3.5s;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:before {
    transform: translateY(0);
    opacity: 1;
    transition: 0.7s;
    transition-delay: 3s;
  }
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:after {
    opacity: 1;
    transition: 0.7s;
    transition-delay: 3s;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow:first-child {
  opacity: 1;
  transition: 0.7s;
  transition-delay: 2.7s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow::before {
  transition-delay: 3.5s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow:after {
  transition-delay: 3.5s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow img {
  transition-delay: 2.9s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow p {
  transform: translateY(0);
  opacity: 1;
  transition: 0.7s;
  transition-delay: 2.9s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .img-container *,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow-down * {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s;
  transition-delay: 3.1s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .orange-border-left:before {
  transition-delay: 3.1s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .orange-border-left p,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .orange-border-left img {
  transition-delay: 3.1s;
  opacity: 1;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .orange-border-left p.numbers,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .orange-border-left img.numbers,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .orange-border-left p:last-child,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .orange-border-left img:last-child {
  transition-delay: 3.1s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow-curve::before,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow-curve::after,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow-curve span,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) .arrow-curve p {
  opacity: 1;
  transition: 0.7s;
  transition-delay: 3.3s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) > .flex:last-child:before {
  transform: translateY(0);
  opacity: 1;
  transition: 0.7s;
  transition-delay: 3.3s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content:nth-child(4) > .flex:last-child::after {
  opacity: 1;
  transition: 0.7s;
  transition-delay: 3.5s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .arrow {
  opacity: 1;
  transition: 0.7s;
  transition-delay: 1.9s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .arrow::before {
  width: calc(100% - 20px);
  transition: 0.7s;
  transition-delay: 2.5s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .arrow:after {
  left: calc(100% - 20px);
  transition: 0.7s;
  transition-delay: 2.5s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .arrow img {
  transform: translateX(0);
  transition: 0.7s;
  transition-delay: 2.9s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .arrow-down:before {
  transform: translateY(0);
  opacity: 1;
  transition: 0.7s;
  transition-delay: 2.9s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .arrow-down::after {
  opacity: 1;
  transition: 0.7s;
  transition-delay: 3.1s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .arrow-curve {
  opacity: 1;
  transition: 0.7s;
  transition-delay: 3.1s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .arrow-curve:before {
  right: 20px;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .arrow-curve:after {
  right: 10px;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .orange-border-left:before {
  transform: translateY(0);
  transition: 0.7s;
  transition-delay: 1.9s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .orange-border-left p {
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s;
  transition-delay: 2.1s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .orange-border-left p:not(.numbers):not(:last-child) {
  transform: translateX(0);
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .orange-border-left p.numbers,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .orange-border-left p:last-child {
  transform: translateY(0);
  transition-delay: 2.3s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain.animate .value-chain .content .white-border {
  transform: translateY(0);
  opacity: 1;
  transition: 0.7s;
  transition-delay: 2.3s;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain {
  overflow: hidden;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain > .flex {
  flex-wrap: wrap;
  gap: 50px;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue {
  background: #6EAFCF;
  width: 150px;
  text-align: center;
  padding: 50px 25px;
  transform: translateY(-200%);
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue {
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue > div {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue > div:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue > div + div {
  border-top: solid 1px #FFFFFF;
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue > div + div {
    padding-top: 20px;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue p {
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .pale-blue p {
    margin-top: 0;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content {
  padding: 0px 20px 0 12px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #E5F1F7;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content {
    width: 100%;
    z-index: 1;
    padding: 40px 60px;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content {
    padding: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:before {
    content: "";
    width: 10px;
    height: calc(100% - 100px);
    background: #F58320;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 45px;
    margin: auto;
    opacity: 0;
    transform: translateY(-25%);
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:before {
    left: 5px;
  }
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #F58320;
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin: auto;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content::after {
    left: 0;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(2) {
  width: calc(50% - 300px);
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(2) {
    width: 100%;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) {
  width: calc(50% - 150px);
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) {
    padding-top: 40px;
    width: 100%;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) .arrow:first-child {
  opacity: 0;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) .arrow:first-child img {
  min-width: 150px;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) .img-container * {
  transform: translateY(-100%);
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) > .flex:last-child {
    flex-wrap: wrap;
    gap: 0px;
    padding-left: 120px;
    position: relative;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) > .flex:last-child {
    padding-left: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) > .flex:last-child:before {
    content: "";
    width: 10px;
    height: calc(100% + 40px);
    background: #F58320;
    display: block;
    position: absolute;
    top: -60px;
    left: 45px;
    margin: auto;
    transform: translateY(-25%);
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) > .flex:last-child:before {
    height: calc(100% + 25px);
    top: -45px;
  }
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) > .flex:last-child::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #F58320;
    position: absolute;
    bottom: 0;
    left: 40px;
    margin: auto;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) > .flex:last-child::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) > .flex:last-child .orange-border-left {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) > .flex:last-child .orange-border-left {
    margin-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content:nth-child(4) > .flex:last-child .orange-border-left:last-child {
    margin-bottom: 0;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content > * {
  margin-bottom: 30px;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .bg-light-blue {
  background: #E5F1F7;
  padding: 10px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .bg-light-blue {
    background: transparent;
    padding: 0;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow {
  position: relative;
  padding: 0 40px 0 50px;
  margin-bottom: 25px;
  min-height: 113px;
  display: flex;
  align-items: center;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow {
    padding-left: 30px;
    padding-right: 0;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow:before {
  content: "";
  width: 30px;
  height: 10px;
  background: #F58320;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow:before {
    display: none;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #F58320;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow::after {
    display: none;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow img {
  transform: translateX(-200%);
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow p {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-down {
  position: relative;
  padding: 20px 0;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
}
@media screen and (max-width: 1600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-down {
    margin-left: 20px;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-down:before {
  content: "";
  width: 10px;
  height: calc(100% - 20px);
  background: #F58320;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transform: translateY(-250%);
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-down::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #F58320;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-down > * {
  text-align: center;
  position: relative;
  z-index: 1;
  transform: translateY(-200%);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-down p {
    padding: 10px;
    background: #E5F1F7;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve {
  margin-left: 55px;
  position: relative;
  padding: 0 40px 0 50px;
  margin-bottom: 25px;
  min-height: 113px;
  display: flex;
  align-items: center;
  opacity: 0;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve {
    padding-left: 30px;
    padding-right: 0;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve:before {
  content: "";
  width: 30px;
  height: 10px;
  background: #F58320;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve:before {
    display: none;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #F58320;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve::after {
    display: none;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve img {
  transform: translateX(-200%);
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve p {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve {
    padding-left: 50px;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve:before {
  width: calc(50% + 20px);
  left: auto;
  right: 20px;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve:after {
  left: auto;
  right: 0;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve::before,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve::after,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve span {
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve::before,
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve::after,
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve span {
    display: none;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .arrow-curve span {
  width: 30px;
  height: 30px;
  border-left: solid 10px #F58320;
  border-bottom: solid 10px #F58320;
  border-bottom-left-radius: 10px;
  margin-bottom: auto;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .orange-border-left {
  padding-left: 20px;
  margin-left: 30px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .orange-border-left:not(:last-child) {
    margin-bottom: 20px;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .orange-border-left:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #F58320;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transform: translateY(-200%);
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .orange-border-left img {
  opacity: 0;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .orange-border-left p {
  opacity: 0;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .orange-border-left p:not(.numbers):not(:last-child) {
  transform: translateX(-100%);
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .orange-border-left p.numbers,
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .orange-border-left p:last-child {
  transform: translateY(-100%);
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .orange-border-left + .orange-border-left {
  margin-left: 0;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .white-border {
  border: solid 5px #FFFFFF;
  padding: 25px 20px;
  margin-left: 30px;
  transform: translateY(-20%);
  opacity: 0;
  background: #E5F1F7;
  position: relative;
  z-index: 1;
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .img-container {
  margin-left: 50px;
  position: relative;
  z-index: 1;
  width: max-content;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .img-container {
    margin-left: 30px;
  }
}
.oar2025 .our-customer-value-proposition .container .our-role-across-the-value-chain .value-chain .content .img-container img {
  height: 45px;
  width: auto;
}
.oar2025 .financial-performance {
  background-image: url("../images/bg-financial.jpg");
}
.oar2025 .financial-performance-details .container .chart-container {
  margin-top: 100px;
}
.oar2025 .financial-performance-details .container .chart-container .h3 {
  margin-bottom: 50px;
}
.oar2025 .financial-performance-details .container .row .chart-container img {
  max-height: 600px;
  display: block;
  margin: auto;
}
.oar2025 .financial-performance-details .container table {
  width: 100%;
  min-width: 600px;
}
.oar2025 .financial-performance-details .container table + table {
  margin-top: 40px;
}
.oar2025 .financial-performance-details .container table thead th {
  background: #00549F;
  color: #FFFFFF;
}
.oar2025 .financial-performance-details .container table th,
.oar2025 .financial-performance-details .container table td {
  padding: 10px;
  border-bottom: solid 1px #1E1E1E;
  text-align: left;
}
.oar2025 .financial-performance-details .container table th:first-child,
.oar2025 .financial-performance-details .container table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .oar2025 .financial-performance-details .container table th:first-child,
  .oar2025 .financial-performance-details .container table td:first-child {
    width: 170px;
  }
}
.oar2025 .financial-performance-details .container table th:last-child,
.oar2025 .financial-performance-details .container table td:last-child {
  font-weight: 700;
}
.oar2025 .financial-performance-details .container table td {
  background: #E5F1F7;
}
.oar2025 .financial-performance-details .container .scroll-left-right,
.oar2025 .financial-performance-details .container .table-instruction {
  display: none !important;
}
.oar2025 .financial-performance-details .container .panels {
  display: flex;
  flex-direction: column;
}
.oar2025 .financial-performance-details .container .panels.table {
  margin-bottom: 0;
}
.oar2025 .financial-performance-details .container .panels.table .panels-list {
  padding: 0;
  background: transparent;
}
.oar2025 .financial-performance-details .container .panels.table .panel {
  width: 100%;
  overflow-x: auto;
  padding: 0;
}
.oar2025 .financial-performance-details .container .panels.table .panel:after {
  display: none;
}
.oar2025 .financial-performance-details .container .panels-list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oar2025 .sustainability {
  background-image: url("../images/sustainability.jpg");
}
.oar2025 .sustainability .writeup {
  width: 60%;
}
@media screen and (max-width: 840px) {
  .oar2025 .sustainability .writeup {
    width: 100%;
  }
}
.oar2025 .sustainability .writeup .text-section {
  margin-top: 30px;
}
.oar2025 .sustainability .writeup .buttons {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .oar2025 .sustainability .writeup .buttons {
    margin-top: 50px;
  }
}
.oar2025 .sustainability .writeup .buttons .btn {
  width: max-content;
}
@media screen and (max-width: 600px) {
  .oar2025 .sustainability .writeup .buttons .btn {
    width: auto;
    text-align: left;
  }
}
.oar2025 .aet-connects {
  background-image: url("../images/bg-aet-connect.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 750px;
}
@media screen and (max-width: 840px) {
  .oar2025 .aet-connects {
    min-height: 0;
  }
}
.oar2025 .aet-connects .container img {
  display: block;
  width: 100%;
}
.oar2025 .aet-connects .container .h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .oar2025 .aet-connects .container .h2 {
    margin-bottom: 10px;
  }
}
.oar2025 .sustainability-strategy .slider-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.oar2025 .sustainability-strategy .before-image,
.oar2025 .sustainability-strategy .after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.oar2025 .sustainability-strategy .before-image img,
.oar2025 .sustainability-strategy .after-image img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  object-fit: contain;
  width: 90%;
  margin: 40px auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .oar2025 .sustainability-strategy .before-image img,
  .oar2025 .sustainability-strategy .after-image img {
    width: 100%;
  }
}
.oar2025 .sustainability-strategy .after-image {
  clip-path: inset(0 50% 0 0);
}
.oar2025 .sustainability-strategy .after-image .after-text {
  visibility: visible;
  z-index: 3;
}
.oar2025 .sustainability-strategy .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #FFFFFF;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.oar2025 .sustainability-strategy .slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00549F;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.oar2025 .sustainability-strategy .slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.oar2025 .sustainability-strategy .pulse-container {
  position: relative;
  display: inline-block;
}
.oar2025 .sustainability-strategy .pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #00549F;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

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