/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #053052;
    --color-primary-10: #EBFBFF;
    --color-primary-50: #8CC6FA;
    --color-primary-100: #52ABF9;
    --color-primary-400: #125E97;
    --color-primary-500: #0B4673;
    --color-primary-600: #053052;
    --color-neutrals-900: #3D3D3D;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-full {
    left: 100%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .container {
    width: 100%;
    @media (width >= 428px) {
      max-width: 428px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1800px) {
      max-width: 1800px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .container {
    margin-inline: auto;
    padding-inline: 1rem;
    @media (width >= 640px) {
      padding-inline: 2rem;
    }
    @media (width >= 1024px) {
      padding-inline: 4rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .-mb-8 {
    margin-bottom: calc(var(--spacing) * -8);
  }
  .-ml-4 {
    margin-left: calc(var(--spacing) * -4);
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-19\/14 {
    aspect-ratio: 19/14;
  }
  .aspect-173\/98 {
    aspect-ratio: 173/98;
  }
  .aspect-\[257\/42\] {
    aspect-ratio: 257/42;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[90\%\] {
    height: 90%;
  }
  .h-\[calc\(100\%-60px\)\] {
    height: calc(100% - 60px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[757px\] {
    max-height: 757px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-18 {
    width: calc(var(--spacing) * 18);
  }
  .w-\[32\%\] {
    width: 32%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[312px\] {
    width: 312px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-20 {
    --tw-translate-x: calc(var(--spacing) * -20);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-outside {
    list-style-position: outside;
  }
  .\!list-disc {
    list-style-type: disc !important;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[\#8CC6FA\] {
    border-color: #8CC6FA;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#8CC6FA\] {
    background-color: #8CC6FA;
  }
  .bg-\[\#125E97\] {
    background-color: #125E97;
  }
  .bg-\[\#2290E5\] {
    background-color: #2290E5;
  }
  .bg-\[\#053052\] {
    background-color: #053052;
  }
  .bg-\[\#EBFBFF\] {
    background-color: #EBFBFF;
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-10 {
    background-color: var(--color-primary-10);
  }
  .bg-primary-50 {
    background-color: var(--color-primary-50);
  }
  .bg-primary-400 {
    background-color: var(--color-primary-400);
  }
  .bg-primary-500 {
    background-color: var(--color-primary-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .\!pl-6 {
    padding-left: calc(var(--spacing) * 6) !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-body-base {
    font-size: var(--font-size-display-default);
    line-height: var(--line-height-display-default);
    font-weight: var(--font-weight-display-default);
  }
  .text-body-large {
    font-size: var(--font-size-display-6);
    line-height: var(--line-height-display-6);
    font-weight: var(--font-weight-display-6);
  }
  .text-body-small {
    font-size: var(--font-size-display-small);
    line-height: var(--line-height-display-small);
    font-weight: var(--font-weight-display-small);
  }
  .text-heading-2 {
    font-size: var(--font-size-display-2);
    line-height: var(--line-height-display-2);
    font-weight: var(--font-weight-display-2);
  }
  .text-heading-4 {
    font-size: var(--font-size-display-4);
    line-height: var(--line-height-display-4);
    font-weight: var(--font-weight-display-4);
  }
  .text-heading-5 {
    font-size: var(--font-size-display-5);
    line-height: var(--line-height-display-5);
    font-weight: var(--font-weight-display-5);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[128px\] {
    font-size: 128px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-neutrals-900 {
    color: var(--color-neutrals-900);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-100 {
    color: var(--color-primary-100);
  }
  .text-primary-600 {
    color: var(--color-primary-600);
  }
  .text-primary\/60 {
    color: color-mix(in srgb, #053052 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-primary) 60%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_8px_3px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 0 8px 3px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-\[5px\] {
    --tw-backdrop-blur: blur(5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-\[25px\] {
    --tw-backdrop-blur: blur(25px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .text-shadow-\[0_4px_4px_rgba\(0\,0\,0\,0\.50\)\] {
    text-shadow: 0 4px 4px var(--tw-text-shadow-color, rgba(0,0,0,0.50));
  }
  .text-shadow-\[0_4px_4px_rgba\(0\,0\,0\,0\.60\)\] {
    text-shadow: 0 4px 4px var(--tw-text-shadow-color, rgba(0,0,0,0.60));
  }
  .text-shadow-lg {
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
  }
  .group-hover\:ml-5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        margin-left: calc(var(--spacing) * 5);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:bg-black\/40 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
        }
      }
    }
  }
  .group-hover\:bg-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .xs\:grid-cols-2 {
    @media (width >= 428px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:grid {
    @media (width >= 768px) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 768px) {
      width: 60%;
    }
  }
  .md\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .md\:w-fit {
    @media (width >= 768px) {
      width: fit-content;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 768px) {
      justify-content: flex-end;
    }
  }
  .md\:gap-6 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:self-center {
    @media (width >= 768px) {
      align-self: center;
    }
  }
  .md\:object-top {
    @media (width >= 768px) {
      object-position: top;
    }
  }
  .lg\:-bottom-10 {
    @media (width >= 1024px) {
      bottom: calc(var(--spacing) * -10);
    }
  }
  .lg\:-left-12 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * -12);
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:w-\[35\%\] {
    @media (width >= 1024px) {
      width: 35%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 1024px) {
      width: 50%;
    }
  }
  .lg\:w-\[65\%\] {
    @media (width >= 1024px) {
      width: 65%;
    }
  }
  .lg\:w-\[170px\] {
    @media (width >= 1024px) {
      width: 170px;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:gap-20 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:w-\[400px\] {
    @media (width >= 1280px) {
      width: 400px;
    }
  }
  .\33 xl\:bottom-0 {
    @media (width >= 1800px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .\33 xl\:left-40 {
    @media (width >= 1800px) {
      left: calc(var(--spacing) * 40);
    }
  }
}
html, body {
  font-family: "Lato";
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
:root {
  --fnJeans: #ebfbff;
  --fnSage: #8cc6fa;
  --fnMania: #52abf9;
  --fnPuff: #2290e5;
  --fnMarzipan: #1a77bd;
  --fnEdgewater: #125e97;
  --fnDustblue: #0b4673;
  --fnFadepurple: #053052;
  --fnOcean: #021b31;
  --fnOrg: #1a77bd;
  --fnButter: #2290e5;
  --fnSand: #52abf9;
  --fnGrey: #8cc6fa;
  --fnDgrey: #053052;
  --fnLGrey: #ebfbff;
}
.ar-flex {
  display: flex;
}
.ar-flex-middle {
  align-items: center;
}
.ar-flex-center {
  justify-content: center;
}
.ar-pos-abs {
  position: absolute;
}
.ar-pos-rel {
  position: relative;
}
.ar-overflow-hidden {
  overflow: hidden;
}
.fp-watermark {
  visibility: hidden;
  position: absolute;
  bottom: 0;
}
ul {
  list-style: none;
  padding-left: 0 !important;
}
a {
  display: block;
  text-decoration: none !important;
}
.arOrg {
  color: var(--fnOrg) !important;
}
.arPurple {
  color: #876faa !important;
}
.arButter {
  color: var(--fnButter);
}
.arSand {
  color: var(--fnSand);
}
.arDgrey {
  color: var(--fnDgrey);
}
.arDBlue {
  color: var(--fnDustblue);
}
.arPurple {
  color: #66c080;
}
.arBrown {
  color: #92563e !important;
}
.arBlck {
  color: black;
}
.arWhite {
  color: white !important;
}
.arBorder-r {
  border-radius: 16px;
}
.arBorder-s {
  border-radius: 8px;
}
.arAbuget {
  font-family: "Abuget";
}
.arBold {
  font-family: "Lato";
  font-weight: bold;
}
.arBlack, tspan {
  font-family: "Lato";
  font-weight: bold;
}
.arThin {
  font-weight: 300 !important;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge {
  font-family: "Lato";
  font-weight: bold;
}
.arMenu-wrapper::after, .arMenu-text, .arMenu-dvd, .sec-content, .arQL-item > div, .arAGM-item > div {
  -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.img-hide {
  -webkit-transition: 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.arMenu-wrapper .ar-logo-wrapper {
  margin-top: 25px;
  padding-bottom: 15px;
}
.ar-logo-wrapper .arAR24-txt {
  line-height: 1.3;
}
.ar-logo {
  max-width: 50px;
}
.arMenu-dvd {
  width: 50px;
  border-top: 1px solid #125E97;
}
.arMenu-wrapper {
  width: 80px;
  height: calc(100% - 60px);
  z-index: 5;
  margin: auto 30px auto 30px;
  top: 0;
  bottom: 0;
  border: 1px solid #125E97;
  background: #125E97;
}
.arMenu-list [uk-icon=fn-arrow-right] > svg, .arBack [uk-icon=fn-arrow-right] > svg {
  transform: rotate(-180deg);
}
.arMenu {
  position: absolute;
  padding: 15px;
  display: flex;
  border-radius: 16px;
  flex-direction: column;
  height: calc(100% - 38px);
}
.arMenu-list li.active .arMenu-text, .arMenu-list li.uk-active .arMenu-text {
  color: white;
}
.arMenu-list li.active .arIcon img, .fp-viewing-downloads .ar-Downloads-b-wrapper .arIcon img, .arButton:hover .arIcon img {
  color: #87a5cb;
}
.fp-viewing-downloads .ar-Downloads-b-wrapper .arMenu-text, .arButton:hover .arMenu-text {
  color: white;
}
.arMenu-list li.active .arIcon img, .arMenu-list li.uk-active .arIcon img, .arButton:hover .arIcon img {
  z-index: 10;
  position: relative;
}
.arMenu-list li.active .arIcon::after, .arMenu-list li.uk-active .arIcon::after, .arButton:hover .arIcon::after {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(1) .arIcon::after, li:nth-child(1) .arButton:hover .arIcon::after {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(1) .arMenu-text, li:nth-child(1) .arButton:hover .arMenu-text, li:nth-child(1) .arButton:hover span {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(2) .arIcon::after, li:nth-child(2) .arButton:hover .arIcon::after {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(2) .arMenu-text, .chairman-pg .arMenu-list li.uk-active img, li:nth-child(2) .arButton:hover .arMenu-text, li:nth-child(2) .arButton:hover span {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(3) .arIcon::after, li:nth-child(3) .arButton:hover .arIcon::after {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(3) .arMenu-text, li:nth-child(3) .arButton:hover .arMenu-text, li:nth-child(3) .arButton:hover span {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(4) .arIcon::after, li:nth-child(4) .arButton:hover .arIcon::after {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(4) .arMenu-text, li:nth-child(4) .arButton:hover .arMenu-text, li:nth-child(4) .arButton:hover span {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(5) .arIcon::after, li:nth-child(5) .arButton:hover .arIcon::after {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(5) .arMenu-text, li:nth-child(5) .arButton:hover .arMenu-text, li:nth-child(5) .arButton:hover span {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(6) .arIcon::after, li:nth-child(6) .arButton:hover .arIcon::after {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(6) .arMenu-text, li:nth-child(6) .arButton:hover .arMenu-text, li:nth-child(6) .arButton:hover span {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(7) .arIcon::after, li:nth-child(7) .arButton:hover .arIcon::after {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(7) .arMenu-text, li:nth-child(7) .arButton:hover .arMenu-text, li:nth-child(7) .arButton:hover span {
  background: var(--fnDustblue) !important;
}
.arMenu-list li.active:nth-child(8) .arMenu-text, li:nth-child(8) .arButton:hover .arMenu-text, li:nth-child(8) .arButton:hover span {
  background: var(--fnDustblue) !important;
}
.fp-viewing-downloads .ar-Downloads-b-wrapper .arIcon::after, .fp-viewing-downloads .ar-Downloads-b-wrapper .arMenu-text, .ar-Downloads-b-wrapper .arButton:hover .arMenu-text, .ar-Downloads-b-wrapper .arButton:hover span {
  background: var(--fnDustblue) !important;
}
.arMenu .ar-Downloads-b-wrapper {
  margin-top: auto;
}
.chairman-pg .landing {
  background-attachment: fixed !important;
}
.ar-Downloads-b-wrapper .arIconBG span {
  position: static;
}
.arMenu-list {
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin: 40px auto 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.arMenu-list li {
  padding-bottom: 4px;
}
.arMenu-list::-webkit-scrollbar {
  display: none;
}
.arMenu-list li a, .arMenu-text, .ar-Downloads-b-wrapper a {
  color: #777777;
}
.arReadmore .arMenu-text {
  color: white;
}
.arReadmore .btn-wrapper {
  background: #87a5cb;
  padding: 7px 10px 7px 20px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #87a5cb;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.arReadmore .btn-wrapper span {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  color: #87a5cb;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.arReadmore:hover .btn-wrapper {
  background: #fff;
  border-color: #fff;
  color: #87a5cb;
}
.arReadmore:hover .btn-wrapper span {
  background: #87a5cb;
  color: #fff;
}
.arSpBtn {
  display: block;
}
.arSpBtn .btn-wrapper {
  background: #fff;
  padding: 7px 10px 7px 20px;
  border-radius: 30px;
  color: #87a5cb;
  border: 1px solid #87a5cb;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.arSpBtn .btn-wrapper span {
  width: 35px;
  height: 35px;
  background: #edf1f7;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  color: #87a5cb;
  margin-left: 8px;
  display: inline-block;
  transition: all 0.3s ease;
}
.arSpBtn:hover .btn-wrapper {
  background: #fff;
  border-color: #fff;
  color: #87a5cb;
}
.arSpBtn:hover .btn-wrapper span {
  background: #87a5cb;
  color: #fff;
}
.arMenu-list li a > img, .arMenu-text {
  background: transparent;
}
.ar-sec-button-wrapper .ar-button > img, .ar-sec-button-wrapper .ar-button .arMenu-text {
  background: white;
}
.arMenu-text-wrapper {
  padding-right: 10px;
  left: 90px;
  min-width: 200px;
}
body:not(.home) .arMenu-list .arMenu-text-wrapper {
  left: 90px;
}
.arMenu-text {
  width: 100%;
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
}
.arMenu .arMenu-text {
  padding: 10px;
  width: fit-content;
}
.arMenu .arMenu-text {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.arMenu .arButton:hover .arMenu-text {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.arMenu .arIcon img, .arAGM-icon .arIcon img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.arMenu .arButton {
  width: 100%;
  position: static;
  color: #fff;
}
.arButton {
  position: relative;
  display: block;
  width: fit-content;
  overflow: hidden;
}
.arButton span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.arIconBG {
  width: 50px;
  height: 50px;
  z-index: 2;
  border-radius: 50%;
}
.arIcon {
  position: relative;
}
.arIcon .arBlck {
  z-index: 3;
}
.arIcon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  border-radius: 50%;
}
.arButton .arIcon img, .arButton .arMenu-text div {
  z-index: 3;
}
.arButton:hover span {
  width: 500px;
  height: 500px;
}
.arPlay:hover .arIcon img, .arPlay:hover .arMenu-text, .arReadmore:hover .arMenu-text, .arAGM-item:hover .arAGM-icon > div, .arQL-item:hover .arQL-icon > div {
  color: white;
}
.arPlay .arIcon::after, .arPlay .arMenu-text {
  background: white;
}
.arReadmore.arButton:hover span {
  background: var(--fnOrg);
}
.arReadmore .arIcon::after, .arReadmore .arMenu-text, .arPlay.arButton:hover span, .arAGM-item:hover .arAGM-icon, .arQL-item:hover .arQL-icon {
  background: black;
}
.arPlay .arIcon img, .arPlay .arMenu-text, .arAGM-item:hover > .arBold, .arQL-item:hover > .arBold {
  color: black;
}
#active-menu {
  width: 300px;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#active-menu > * {
  z-index: 8;
}
#active-menu:after {
  content: "";
  background: #fff;
  display: block;
  border-radius: 16px;
  position: absolute;
  width: 150px;
  height: calc(100% + 8px);
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.25s ease;
}
#active-menu .ar-logo-wrapper {
  height: 52px;
  padding-bottom: 0;
}
#active-menu .arMenu-list {
  margin: 45px 8px;
}
#active-menu .arMenu-list .absolute {
  color: #000;
  padding-left: 5px;
  display: flex;
  gap: 12px;
}
#active-menu .arMenu-list .absolute svg {
  width: 25px;
  max-width: 25px;
  flex-shrink: 0;
}
#active-menu .arMenu-list .absolute div {
  font-size: 18px;
  margin: auto;
  flex: auto 0 0;
}
#active-menu .arMenu-list li.active .arMenu-bg .arIcon {
  border-radius: 8px;
  background: rgba(135, 165, 203, 0.5);
}
#active-menu .ar-Downloads-b-wrapper .absolute {
  color: #000;
  padding-left: 12px;
  display: flex;
  gap: 12px;
}
#active-menu .ar-Downloads-b-wrapper .absolute svg {
  width: 25px;
  max-width: 25px;
  flex-shrink: 0;
}
#active-menu .ar-Downloads-b-wrapper .absolute div {
  font-size: 18px;
  margin: auto;
  flex: auto 0 0;
}
#active-menu .ar-Downloads-b-wrapper .arButton:hover span {
  background: #053052;
}
#active-menu .arIconBG {
  width: 255px;
}
#active-menu .ar-logo {
  width: 50px;
  max-width: none;
  transition: width 0.3s ease;
}
#active-menu .arMenu-list li.active .arIcon::after {
  background: none;
}
#active-menu .ar-Downloads-b-wrapper.active .arMenu-bg .arIcon {
  border-radius: 8px;
  background: #053052;
}
#active-menu .ar-Downloads-b-wrapper.active .arIcon::after {
  background: none;
}
.arMenu-wrapper:hover #active-menu {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.arMenu-wrapper:hover #active-menu .ar-logo {
  width: 80px;
}
.arMenu-wrapper:hover #active-menu:after {
  left: 0;
  width: 300px;
}
.section {
  width: 100%;
  height: 100%;
}
.sec-content {
  padding: 30px 30px 30px 150px;
  height: calc(100% - 60px);
  position: relative;
}
.sec1 > .sec-content > div {
  z-index: 2;
}
.sec-inner-wrapper {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  z-index: 2;
  box-sizing: border-box;
}
.arTitle-wrapper {
  bottom: 50px;
  z-index: 5;
}
#title, .ar2024 {
  padding: 0 15%;
}
.ar2024 {
  position: absolute;
  right: 0;
  top: 75%;
  letter-spacing: 0.1em;
}
.ar-Title {
  color: black;
  text-transform: capitalize;
  font-weight: 400;
}
h1.ar-Title {
  font-size: 34px;
}
@media screen and (max-width: 999.98px) {
  h1.ar-Title {
    font-size: 36px;
  }
}
@media screen and (max-width: 560px) {
  h1.ar-Title {
    font-size: 24px;
  }
}
.arCover {
  height: calc(100vh - 60px);
  width: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}
.arPlay-wrapper {
  top: 30px;
  right: 30px;
}
.sec1 .sec-inner-wrapper {
  border-radius: 24px;
  background: #f7fcfd;
  background-size: cover;
  box-shadow: 1.5px 1px 15px 2px #e1e7f1;
  position: relative;
  overflow: hidden;
}
.sec1 .sec-inner-wrapper h2 {
  color: #3f6493;
  line-height: 1;
  font-size: 56px;
  position: absolute;
  top: 35px;
  left: 55px;
  z-index: 7;
  font-weight: 800;
}
@media screen and (max-width: 1199.98px) {
  .sec1 .sec-inner-wrapper h2 {
    font-size: 38px;
    top: 100px;
  }
}
@media screen and (max-width: 999.98px) {
  .sec1 .sec-inner-wrapper h2 {
    font-size: 28px;
    top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .sec1 .sec-inner-wrapper h2 {
    opacity: 0;
    top: 20px;
    left: 30px;
    font-size: 48px;
    animation-name: herolganimation;
    animation-duration: 1s;
    animation-delay: 7s;
    animation-fill-mode: forwards;
  }
  @keyframes herolganimation {
    0% {
      left: -100%;
      opacity: 0;
    }
    50% {
      left: 60px;
      opacity: 1;
    }
    100% {
      left: 30px;
      opacity: 1;
    }
  }
}
@media screen and (min-width: 1300px) {
  .sec1 .sec-inner-wrapper h2 {
    opacity: 0;
    font-size: 56px;
    animation-name: herolganimation;
    animation-duration: 1s;
    animation-delay: 7s;
    animation-fill-mode: forwards;
  }
  @keyframes herolganimation {
    0% {
      left: -100%;
      opacity: 0;
    }
    50% {
      left: 80px;
      opacity: 1;
    }
    100% {
      left: 55px;
      opacity: 1;
    }
  }
}
.sec1 .sec-inner-wrapper .arReadmore {
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: 7;
}
@media screen and (min-width: 1200px) {
  .sec1 .sec-inner-wrapper .arReadmore {
    opacity: 0;
    animation-name: herosmanimation;
    animation-duration: 1s;
    animation-delay: 7s;
    animation-fill-mode: forwards;
  }
}
@media screen and (min-width: 1300px) {
  .sec1 .sec-inner-wrapper .arReadmore {
    opacity: 0;
    animation-name: herosmanimation;
    animation-duration: 1s;
    animation-delay: 7s;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 1199.98px) {
  .sec1 .sec-inner-wrapper .arReadmore {
    top: 180px;
    right: 20px;
  }
}
.sec1 .sec-inner-wrapper .arTitle-wrapper {
  position: absolute;
  right: 50px;
  bottom: 50px !important;
}
.sec1 .sec-inner-wrapper .arTitle-wrapper h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 2.2rem;
}
@media screen and (max-width: 1199.98px) {
  .sec1 .sec-inner-wrapper .arTitle-wrapper {
    bottom: auto;
    top: 100px;
  }
  .sec1 .sec-inner-wrapper .arTitle-wrapper h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .sec1 .sec-inner-wrapper .arTitle-wrapper {
    bottom: 20px !important;
    opacity: 0;
    animation-name: herosmanimation;
    animation-duration: 1s;
    animation-delay: 7s;
    animation-fill-mode: forwards;
  }
  .sec1 .sec-inner-wrapper .arTitle-wrapper h4 {
    font-size: 18px;
  }
  @keyframes herosmanimation {
    0% {
      right: -100%;
      opacity: 0;
    }
    50% {
      right: 70px;
      opacity: 1;
    }
    100% {
      right: 20px;
      opacity: 1;
    }
  }
}
@media screen and (min-width: 1300px) {
  .sec1 .sec-inner-wrapper .arTitle-wrapper {
    opacity: 0;
    animation-name: herosmanimation;
    animation-duration: 1s;
    animation-delay: 7s;
    animation-fill-mode: forwards;
  }
  .sec1 .sec-inner-wrapper .arTitle-wrapper h4 {
    font-size: 24px;
  }
  @keyframes herosmanimation {
    0% {
      right: -100%;
      opacity: 0;
    }
    50% {
      right: 100px;
      opacity: 1;
    }
    100% {
      right: 50px;
      opacity: 1;
    }
  }
}
@media screen and (max-width: 999.98px) {
  .sec1 .sec-inner-wrapper {
    padding: 20px 20px 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .sec1 .sec-inner-wrapper {
    padding: 0;
  }
  .sec1 .sec-inner-wrapper h2 {
    left: 20px;
  }
  .sec1 .sec-inner-wrapper .arTitle-wrapper {
    right: 20px;
  }
}
.sec1 .sec-inner-wrapper .hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sec1 .sec-inner-wrapper .hero-video video {
  height: 100%;
}
.sec1 .sec-inner-wrapper .hero-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .sec1 .sec-inner-wrapper .hero-wrapper {
    height: auto;
  }
}
.sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img {
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img {
    display: none;
  }
}
.sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-1 {
  position: relative;
  z-index: 99;
  margin-bottom: -15%;
  opacity: 0;
  animation-name: hero1animation;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) and (max-height: 899px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-1 {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) and (max-height: 699px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-1 {
    width: 68%;
  }
}
@keyframes hero1animation {
  0% {
    margin-bottom: -100%;
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    margin-bottom: 3%;
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    margin-bottom: 0;
    transform: scale(1);
    opacity: 1;
  }
}
.sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-2 {
  position: absolute;
  z-index: 9;
  right: -208px;
  top: 29px;
  opacity: 0;
  max-width: 400px;
  animation-name: hero2animation;
  animation-duration: 1s;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) and (max-height: 899px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-2 {
    width: 80%;
    right: -110px;
    top: 3px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 699px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-2 {
    width: 69%;
    right: -35px;
    top: 17px;
  }
}
@keyframes hero2animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-3 {
  position: absolute;
  z-index: 9;
  left: -214px;
  top: 14px;
  opacity: 0;
  max-width: 450px;
  animation-name: hero3animation;
  animation-duration: 1s;
  animation-delay: 3.2s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) and (max-height: 899px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-3 {
    width: 86%;
    left: -180px;
    top: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 699px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-3 {
    width: 81%;
    left: -168px;
    top: 15px;
  }
}
@keyframes hero3animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-4 {
  position: absolute;
  z-index: 8;
  right: -121px;
  top: -168px;
  max-width: 650px;
  opacity: 0;
  animation-name: hero4animation;
  animation-duration: 0.85s;
  animation-delay: 4.3s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) and (max-height: 899px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-4 {
    width: 115%;
    right: 4px;
    top: -139px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 699px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-4 {
    width: 107%;
    right: 58px;
    top: -143px;
  }
}
@keyframes hero4animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-5 {
  position: absolute;
  z-index: 10;
  left: -151px;
  bottom: 65px;
  opacity: 0;
  max-width: 260px;
  animation-name: hero4animation;
  animation-duration: 0.85s;
  animation-delay: 5.25s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) and (max-height: 899px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-5 {
    width: 46%;
    left: -114px;
    bottom: 55px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 699px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-5 {
    width: 39%;
    left: -127px;
    bottom: 14px;
  }
}
@keyframes hero5animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-6 {
  position: absolute;
  z-index: 11;
  right: -131px;
  bottom: 77px;
  opacity: 0;
  animation-name: hero5animation;
  animation-duration: 0.85s;
  animation-delay: 5.65s;
  animation-fill-mode: forwards;
  max-width: 310px;
}
@media screen and (min-width: 1200px) and (max-height: 899px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-6 {
    width: 80%;
    right: -53px;
    bottom: 33px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 699px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-6 {
    width: 60%;
    right: 21px;
    bottom: 26px;
  }
}
@keyframes hero6animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-7 {
  position: absolute;
  z-index: 8;
  left: -134px;
  top: -141px;
  opacity: 0;
  animation-name: hero7animation;
  animation-duration: 0.85s;
  animation-delay: 6.05s;
  animation-fill-mode: forwards;
  max-width: 260px;
}
@media screen and (min-width: 1200px) and (max-height: 899px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-7 {
    width: 53%;
    left: -116px;
    top: -122px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 699px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .main-hero-img .hero-7 {
    width: 50%;
    left: -120px;
    top: -125px;
  }
}
@keyframes hero7animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec1 .sec-inner-wrapper .hero-wrapper .mobile-main-hero {
  display: none;
  width: 100%;
  max-width: 800px;
  opacity: 0;
  animation-name: heroMobileanimation;
  animation-duration: 0.85s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes heroMobileanimation {
  0% {
    margin-bottom: -100%;
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    margin-bottom: 3%;
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    margin-bottom: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 1199.98px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .mobile-main-hero {
    display: block;
    margin-top: 100px;
  }
}
@media screen and (max-width: 999.98px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .mobile-main-hero {
    text-align: center;
  }
  .sec1 .sec-inner-wrapper .hero-wrapper .mobile-main-hero img {
    max-width: 600px;
  }
}
@media screen and (max-width: 767.98px) {
  .sec1 .sec-inner-wrapper .hero-wrapper .mobile-main-hero {
    margin-top: 0;
    text-align: center;
    padding: 0 15px;
  }
  .sec1 .sec-inner-wrapper .hero-wrapper .mobile-main-hero img {
    max-width: 460px;
    width: 100%;
  }
}
.chairman-pg .landing {
  background: linear-gradient(69deg, #ae9bcb 0.07%, #edebf6 99.93%);
  background-repeat: no-repeat;
}
.join-pg .landing {
  background-size: 100% 100vh;
  background-repeat: no-repeat;
}
.sec2 .ar-Chairman-img {
  left: 0;
}
@media screen and (min-width: 1300px) {
  .sec2 .section-title {
    margin-bottom: 40px;
  }
}
.sec3 .sec-inner-wrapper {
  background: url(../images/bg__blue.jpg) no-repeat;
  background-size: cover;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 6px 15px -6px rgba(30, 30, 30, 0.12);
  overflow: hidden;
}
.sec3 .section-title {
  color: #3f6493;
}
.sec3 .section-title span {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-top: 25px;
}
.sec3 .ar-Chairman-wrapper .ar-chairman {
  object-position: bottom right;
}
.sec3 .ar-Chairman-img {
  right: 0;
}
.sec3 .ar-Name b {
  display: block;
}
.home .ar-Chairman-wrapper {
  padding: 40px 0;
}
.person-wrapper {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 6px 15px -6px rgba(30, 30, 30, 0.12);
  z-index: 2;
}
.person-wrapper .ceo-title {
  color: #3f6493;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999.98px) {
  .person-wrapper .ceo-title {
    font-size: 18px;
  }
}
.person-wrapper .ceo-title svg {
  margin-right: 16px;
  width: 98px;
  flex: 98px 0 0;
}
.ceo-pg .person-wrapper .ceo-title {
  margin-bottom: 0;
}
.ar-Chairman-img {
  bottom: 0;
  position: absolute;
  border: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.ar-Chairman-img .ar-Chairman-img-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .ar-Chairman-img .ar-Chairman-img-wrapper {
    width: 100%;
  }
}
.ar-Chairman-img .ar-Chairman-img-wrapper .ar-chairman {
  object-fit: contain;
  height: 100%;
  width: 100%;
  max-height: 75vh;
}
.chairman-img .deco-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.chairman-img .deco-2 {
  position: absolute;
  z-index: -1;
  top: 175px;
  right: 0px;
}
.chairman-img .deco-3 {
  position: absolute;
  z-index: -1;
  bottom: 23px;
  left: -29px;
}
.arName-wrapper {
  width: 250px;
  bottom: 58px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  background: rgba(135, 165, 203, 0.3);
  color: #fff;
  backdrop-filter: blur(16px);
  left: 50%;
  transform: translateX(-50%);
}
.button-container {
  display: block;
  cursor: pointer;
  width: fit-content;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.sus-button-wrapper {
  width: 100%;
}
.sus-button-wrapper .button-container {
  width: 100%;
  height: 58px;
}
.sus-button-wrapper .button-container .arSpBtn {
  opacity: 0.9;
  transition: all 0.2s ease;
}
.sus-button-wrapper .button-container .arSpBtn .btn-wrapper {
  padding: 10px 10px 10px 20px;
  justify-content: space-between;
}
.sus-button-wrapper .button-container .arSpBtn:hover {
  opacity: 1;
}
.button-flip3d-vertical2 {
  margin-top: 10px;
}
.button-flip3d-vertical2 .arIcon {
  width: 50px;
  height: 50px;
  background: black;
}
.button-flip3d-vertical2 .arIcon svg {
  transform: scale(1.3);
}
.button-container .flipper, .front, .back, .button-flip3d-vertical2 .arIcon {
  transition: all 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.button-3d > .arMenu-text {
  gap: 12px;
}
.button-3d > .arMenu-text a {
  color: rgba(255, 255, 255, 0.7);
}
.button-3d > .arMenu-text a:hover {
  color: rgb(255, 255, 255);
}
.flipper-flip3d-vertical2 {
  height: 50px;
  transform-origin: 100% 21px;
}
.button-container {
  height: 42px;
}
.front {
  transform: translateZ(21px);
  background: black;
  border-radius: 50px;
}
.back {
  -webkit-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(-21px);
  -ms-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(-21px);
  transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(-21px);
  background: var(--fnOrg);
  border-radius: 50px;
  opacity: 0;
}
.button-flip3d-vertical2:hover .front {
  opacity: 0;
}
.button-flip3d-vertical2:hover .back {
  opacity: 1;
}
.button-flip3d-vertical2:hover .arIcon {
  background: var(--fnOrg);
}
.button-flip3d-vertical2:hover .flipper-flip3d-vertical2 {
  transform: rotateX(90deg);
}
.arQ {
  padding: 0 10px;
  height: fit-content;
  background: #fbb044;
}
.ar-sec-button-wrapper > .arButton {
  margin-top: 30px;
}
.ar-Chairman-content .ar-sec-button-wrapper > .arButton, .ar-Ceo-content .ar-sec-button-wrapper > .arButton {
  margin-top: 10px;
}
.ml-0 {
  margin-left: 0 !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.mb-5 {
  margin-bottom: 25px !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.g-3 {
  margin: 0 -5px;
}
.row.g-3 .col {
  padding: 0 5px;
}
.row.g-4 {
  margin: 0 -6px;
}
.row.g-4 > * {
  padding: 0 6px;
}
.row.g-5 {
  margin: 0 -20px !important;
}
.row.g-5 > * {
  padding: 0 20px !important;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.col {
  flex: 1 0 0;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.col-7 {
  flex: 0 0 auto;
  width: 55%;
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
.info-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 8px;
  min-height: 140px;
  box-sizing: border-box;
}
.info-boxes:last-child {
  margin-bottom: 0;
}
.info-boxes .info-box {
  flex: 1 0 0;
  padding: 0 4px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  color: #fff;
  box-sizing: border-box;
}
.info-boxes .info-box.glance-3, .info-boxes .info-box.glance-4 {
  flex: 50% 0 0;
  width: 50%;
}
.text-end {
  text-align: end;
}
.text-center {
  text-align: center;
}
.info-box-wrapper {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
}
.info-box-wrapper .info-box-wrapper {
  backdrop-filter: none;
}
@media screen and (max-width: 1200px) {
  .info-box-wrapper .d-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    text-align: center;
  }
  .info-box-wrapper img {
    margin-bottom: 15px;
    order: -1;
  }
}
.glance-1 .info-box-wrapper {
  padding: 30px;
  display: flex;
  align-items: center;
}
.glance-1 .info-box-wrapper b {
  font-size: 42px;
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  font-weight: 800;
  line-height: 1;
}
.glance-1 .info-box-wrapper b small {
  font-size: 16px;
  padding-left: 8px;
  font-weight: 400;
}
.glance-2 .info-box-wrapper {
  padding: 24px;
  display: flex;
  align-items: center;
}
.glance-2 .info-box-wrapper .glance-2-header span {
  font-size: 62px;
  margin-right: 8px;
  font-weight: 700;
}
.glance-2 .info-box-wrapper .sp-desc {
  width: 100%;
  margin-right: 15px;
  max-width: 160px;
}
.glance-3 .info-box-wrapper {
  padding: 24px;
  display: block;
}
.glance-3 .info-box-wrapper b {
  font-size: 46px;
  font-weight: 800;
}
.glance-4 .info-box-wrapper {
  padding: 24px;
  display: block;
}
.glance-4 .info-box-wrapper b {
  font-size: 46px;
  display: inline-block;
  margin: 0 8px 0 0;
  font-weight: 700;
  vertical-align: middle;
}
.glance-4 .info-box-wrapper .mt-5 {
  padding-top: 20px;
}
.glance-5 .info-box-wrapper {
  padding: 32px;
  display: block;
}
.glance-5 .info-box-wrapper .col-7 {
  width: 45%;
}
.glance-5 .info-box-wrapper b {
  font-size: 46px;
  font-weight: 800;
}
.glance-5 .info-box-wrapper span {
  line-height: 1.3;
}
.glance-5 .info-box-wrapper h5 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.glance-5 .info-box-wrapper .market-img {
  position: absolute;
  bottom: -18px;
  right: -15px;
  width: auto;
  width: 100%;
  max-width: 285px;
  padding: 0;
}
.glance-5 .info-box-wrapper .market-img img {
  width: 100%;
}
@media screen and (max-width: 1299.98px) {
  .glance-5 .info-box-wrapper .market-img {
    max-width: 245px;
  }
}
.glance-5-1 .info-box-wrapper {
  padding: 24px;
}
.glance-5-1 .info-box-wrapper b {
  font-size: 46px;
  display: block;
  margin: 0 8px 0 0;
  font-weight: 800;
}
.glance-5-1 .info-box-wrapper span {
  line-height: 1.3;
}
.glance-7 .info-box-wrapper, .glance-8 .info-box-wrapper {
  padding: 18px 16px 18px !important;
}
.glance-7 span, .glance-8 span {
  display: block;
}
.glance-7 b, .glance-8 b {
  display: block;
  font-size: 28px;
}
.glance-9 .info-box-wrapper, .glance-10 .info-box-wrapper {
  padding: 18px 16px 18px !important;
}
.glance-9 span, .glance-10 span {
  display: block;
}
.glance-9 b, .glance-10 b {
  display: block;
  font-size: 18px;
}
.glance-8 b, .glance-9 b {
  margin-bottom: 12px;
}
.m-0 {
  margin-top: 0 !important;
}
.right-glance {
  height: 100%;
}
.right-glance > .info-boxes {
  height: 100%;
}
.right-glance .info-box-wrapper {
  padding: 24px;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
}
.right-glance .info-box-wrapper h4 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.right-glance .info-box-wrapper h4 b {
  font-size: 45px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1;
}
.right-glance .info-box-wrapper h4 span {
  vertical-align: middle;
  padding: 0 10px;
}
@media screen and (max-width: 1299.98px) {
  .right-glance .info-box-wrapper {
    padding: 15px;
  }
  .right-glance .info-box-wrapper h4 {
    font-size: 26px;
  }
}
.signature-ceo .ar-Name {
  text-transform: uppercase;
}
.info-header {
  display: block;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .info-header {
    text-align: left;
  }
}
.info-list h5 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 24px;
}
.info-list ul {
  margin: 5px 0;
  list-style: disc;
  padding-left: 20px !important;
}
.info-list ul li {
  padding-bottom: 5px;
}
.info-list ul li:last-child {
  padding-bottom: 0;
}
.d-flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.justify-item-end {
  justify-content: end !important;
}
.justify-item-center {
  justify-content: center;
}
.justify-item-between {
  justify-content: space-between;
}
.direction-column {
  flex-direction: column;
}
.align-item-center {
  align-items: center !important;
}
.h-100 {
  height: 100%;
  box-sizing: border-box;
}
.w-100 {
  width: 100%;
  box-sizing: border-box;
}
.sec4 .sec-inner-wrapper {
  background: url(../images/bg__orange.jpg) no-repeat;
  background-size: cover;
  border-radius: 24px;
}
.sec4 .sec-inner-wrapper .glace-wrapper {
  padding: 40px 0;
  margin-left: -8px;
}
.sec4 .sec-inner-wrapper .glace-wrapper .w-full {
  padding-left: 8px;
}
@media screen and (max-width: 959.98px) {
  .sec4 .sec-inner-wrapper .glace-wrapper .w-full:last-child {
    padding-top: 20px;
  }
}
.sec4 .sec-inner-wrapper .glace-wrapper .ar-Title {
  color: #fff;
  margin-bottom: 30px;
}
.sec4 .sec-inner-wrapper .glace-wrapper.grid {
  margin: 0 -5px;
}
.sec4 .sec-inner-wrapper .glace-wrapper.grid > * {
  padding: 0 5px;
}
.ar-aag-obj-wrapper {
  position: absolute;
  bottom: 0;
}
.arHighlights-wrapper {
  padding-bottom: 25vh;
}
.ar-manu-wrapper {
  padding: 20px 20px 20px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%);
}
.ar-manu-wrapper .arAag-icon {
  margin: 0;
}
.ar-manu-wrapper .ar50, .sec4 .ar38, .ar-Financial-wrapper .ar28 {
  line-height: 1;
}
.ar-Financial-wrapper .ar-Figure-l {
  margin-top: 10px;
}
.arAag-arrow {
  min-width: 19px;
  min-height: 19px;
}
.arHighlights-item-1 {
  margin-bottom: 30px;
}
.arAag-icon {
  margin-top: 10px;
  height: 70px;
}
.sec5 .mb-4 {
  margin-bottom: 12px !important;
}
.sec5 .ar-Title {
  color: #3f6493;
  margin-bottom: 35px !important;
}
.sec5 .sec-inner-wrapper {
  background: url(../images/bg__blue.jpg) no-repeat;
  background-size: cover;
  border-radius: 24px;
}
.sec5 .financial-inner-wrapper {
  padding: 40px 0;
}
.sec5 .financial-wrapper {
  border-radius: 16px;
  padding: 45px 45px 0;
  overflow: hidden;
  box-shadow: 0 6px 15px -6px rgba(30, 30, 30, 0.12);
  height: 100%;
  box-sizing: border-box;
  position: relative;
  background: #fff url(../images/financial-bg.jpg) no-repeat;
  background-position: bottom right;
}
.sec5 .financial-wrapper .row {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sec5 .financial-wrapper {
    padding-bottom: 70px;
    background-size: 80%;
  }
}
.sec5 .financial-wrapper .mb-6 {
  margin-bottom: 25px !important;
}
.sec5 .financial-wrapper .ar-Financial-wrapper h5 {
  margin-bottom: 3px;
  font-size: 16px;
  color: #3f6493;
  font-weight: 400;
}
.sec5 .financial-wrapper .ar-Financial-wrapper h2 {
  margin-top: 0;
  font-size: 34px;
  color: #3f6493;
  font-weight: 700;
}
.sec5 .financial-info-wrapper {
  border-radius: 12px;
  background: rgba(229, 237, 248, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.46);
  padding: 16px;
}
@media screen and (max-width: 999.99px) {
  .sec5 .financial-info-wrapper {
    margin-top: 30px;
  }
}
.sec5 .financial-info {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
}
.sec5 .financial-info h5 {
  color: #3f6493;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
}
@media screen and (max-width: 1299.98px) {
  .sec5 .financial-info h5 {
    font-size: 14px;
  }
}
.sec5 .financial-info .figure {
  color: #3f6493;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.sec5 .financial-bottom {
  position: absolute;
  bottom: 50px;
}
.sec5 .financial-bottom .financial-note {
  max-width: 190px;
  font-style: italic;
  color: #000;
}
.sec5 .financial-bottom-wrapper {
  display: flex;
  margin-right: -45px;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) and (max-height: 899px) {
  .sec5 .financial-wrapper {
    padding: 25px 25px 0;
    background-size: 400px;
  }
  .sec5 .financial-wrapper .mb-6 {
    margin-bottom: 15px !important;
  }
  .sec5 .ar-Title {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1200px) and (max-height: 799px) {
  .sec5 .financial-wrapper {
    background-size: 310px;
  }
}
.ar-Financial-chart {
  margin-bottom: 15px;
}
.sec5 .ar-sec-button-wrapper > a {
  margin-left: auto;
}
.sec6 .sec-inner-wrapper {
  background: url(../images/bg__aqua.jpg) no-repeat;
  border-radius: 24px;
  background-size: cover;
  position: relative;
}
.sec6 .sec-inner-wrapper .sus-inner-wrapper {
  padding: 40px 0;
  display: flex;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.sec6 .sec-inner-wrapper .sus-inner-wrapper .sus-bg {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.sec6 .sec-inner-wrapper .sus-inner-wrapper .sus-bg::after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  bottom: 2px;
  left: 2px;
  display: block;
  background: url(../images/green-bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom center;
  filter: blur(3px);
  z-index: -1;
  border-radius: 24px;
}
@media screen and (max-width: 1199.98px) {
  .sec6 .sec-inner-wrapper .sus-inner-wrapper .sus-bg::after {
    display: none;
  }
}
.sec6 .sec-inner-wrapper .sus-inner-wrapper .ar-Title {
  color: #21ab97;
}
.sec6 .sec-inner-wrapper .sus-inner-wrapper .sus-content-wrapper {
  border-radius: 16px;
  padding: 45px;
  background: rgba(33, 171, 151, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.46);
  flex: 1;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.sec6 .sec-inner-wrapper .sus-inner-wrapper .sus-content-wrapper h5 {
  max-width: 580px;
  margin-bottom: 30px;
  font-weight: 400;
}
.sec6 .sec-inner-wrapper .sus-img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1199.98px) {
  .sec6 .sec-inner-wrapper .sus-img {
    position: relative;
    text-align: center;
  }
}
.arSustain-text {
  margin-bottom: 60px;
}
.arSus-item {
  padding: 10px 25px;
  border-radius: 50px;
  color: black;
  background: #ecf4e0;
  box-shadow: 3px 6px 5px 0 rgba(156, 186, 114, 0.35);
  -webkit-box-shadow: 3px 6px 5px 0 rgba(156, 186, 114, 0.35);
  -moz-box-shadow: 3px 6px 5px 0 rgba(156, 186, 114, 0.35);
}
.arSus-item:hover {
  color: black;
  background: var(--fnSage);
}
.sec6 .arAbuget.ar90 {
  line-height: 1;
  transform-origin: left;
}
.sec6 .arSustain-text {
  color: #282461;
}
.arSus-item {
  font-weight: 700;
}
.sec7 .ar-Title {
  color: #d1838b;
}
.sec7 .sec-inner-wrapper {
  background: url(../images/bg__red.jpg) no-repeat;
  border-radius: 24px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.sec7 .sec-inner-wrapper .report-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .sec7 .sec-inner-wrapper .report-img {
    display: none;
  }
}
.sec7 .sec-inner-wrapper .report-img img {
  max-width: 620px;
}
.sec7 .sec-inner-wrapper .report-inner-wrapper {
  padding: 40px 0;
}
.sec7 .sec-inner-wrapper .report-inner-wrapper .report-msg {
  width: 100%;
  max-width: 600px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.arBasis-item {
  padding: 15px;
  border-radius: 12px;
  background: rgba(249, 234, 232, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 15px -6px rgba(30, 30, 30, 0.12);
}
.arBasis-title {
  border-radius: 16px;
  background: rgba(255, 223, 218, 0.7);
  margin-bottom: 10px;
  text-align: center;
  color: #d1838b;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
.arBasis-title svg {
  margin-right: 12px;
}
.arBasis-item p {
  padding: 0;
  margin: 0;
}
.arBasis-point {
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}
.arBasis-point:last-child {
  margin-bottom: 0;
}
.sec8 .sec-inner-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  background: url(../images/bg__cream-orange.png) no-repeat;
  border-radius: 24px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.sec8 .sec-inner-wrapper .info-box-wrapper {
  padding: 25px;
}
.sec8 .sec-inner-wrapper .info-box-inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.sec8 .sec-inner-wrapper .button-wrapper a {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-bottom: 12px;
}
.sec8 .sec-inner-wrapper .button-wrapper a:last-child {
  margin-bottom: 0;
}
.sec8 .sec-inner-wrapper .button-wrapper .btn-wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.sec8 .sec-inner-wrapper .arAGM-title {
  margin-bottom: 35px;
}
.sec8 .grid-divider > :not(.grid-first-col)::before, .arFH5-item .grid-divider > :not(.grid-first-col)::before {
  border-left: 1px solid #c6c6c6;
}
.sec8 h1.ar-Title {
  padding-top: 40px;
}
.arAGM-wrapper, .arInnerfooter-wrapper {
  padding: 0;
}
.arAGM-wrapper > .grid > .w-full, .arQLwrapper > .grid > .flex {
  gap: 20px;
}
.arAGM-item, .arQL-item {
  color: white;
}
.arAGM-item .arAGM-icon, .arQL-item .arQL-icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.arARbook {
  transition: ease-in 0.2s;
}
.arARbook {
  width: 60%;
  margin-bottom: 30px;
  box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.2);
}
.arDl-wrapper > div:nth-child(1):hover .arARbook, .arDl-wrapper > div:nth-child(2):hover .arARbook {
  transform: scale(0.95);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.4);
}
.arAGM-item .download-icon {
  color: #000;
}
.arAGM-item:hover .download-icon {
  color: #fff;
}
.arAGM-title {
  margin: 60px 0 20px 0;
}
.arFooterlink ul {
  gap: 25px;
  list-style: disc;
  justify-content: flex-end;
}
.ar-content-spacing {
  margin: 50px 0;
}
.chairman-pg, .chairman-pg .content {
  background: #fff9f2;
}
.chairman-pg .landing .sec-inner-wrapper {
  background: url(../images/bg__purple.jpg) no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 40px;
  background-attachment: fixed;
}
.chairman-pg .landing .sec-inner-wrapper .ar-Title {
  margin-bottom: 30px;
  color: #ae9bcb;
}
.chairman-pg .landing .sec-inner-wrapper .landing-content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.4);
  padding: 30px;
  box-shadow: 0px 0px 8px 0 rgba(184, 191, 199, 0.6);
}
.chairman-pg .landing .sec-inner-wrapper .landing-content p {
  color: #000;
}
.chairman-pg .landing .sec-inner-wrapper .landing-content .sp-wrapper {
  border-radius: 24px;
  background: #ebe6f3;
  padding: 15px;
}
.chairman-pg .landing .chairman-img {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s ease;
  bottom: 0;
}
.chairman-pg .landing .chairman-img.reached {
  bottom: 60px !important;
}
.join-pg .landing {
  background: linear-gradient(249deg, #f9eae8 0.38%, #e3a5ab 99.62%);
}
.join-pg .landing .sec-inner-wrapper {
  background: url(../images/bg__red.jpg) no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 40px 40px 0px 0;
  background-attachment: fixed;
}
.join-pg .landing .sec-inner-wrapper .ar-Chairman-wrapper {
  background: url(../images/chairman-ceo-img.png) no-repeat;
  background-position: bottom -120px left 140px;
  background-attachment: fixed;
  background-size: 45%;
}
.join-pg .landing .sec-inner-wrapper .ar-Title {
  margin-bottom: 30px;
  color: #d1838b;
}
.join-pg .landing .sec-inner-wrapper .ar-Title.section-title {
  padding-left: 40px;
}
.join-pg .landing .sec-inner-wrapper .landing-content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  box-shadow: 0px 0px 8px 0 rgba(184, 191, 199, 0.6);
}
.join-pg .landing .sec-inner-wrapper .landing-content p {
  color: #000;
}
.join-pg .landing .sec-inner-wrapper .landing-content .sp-wrapper {
  border-radius: 24px;
  background: #ebe6f3;
  padding: 15px;
}
.join-pg .landing .chairman-img {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s ease;
  bottom: 0;
}
.join-pg .landing .chairman-img.reached {
  bottom: 60px !important;
}
.join-pg .landing .inline-palm-oil-img {
  width: 40px;
  height: 40px;
  vertical-align: baseline;
}
.notable-achievements-wrapper {
  padding: 16px;
  border-radius: 12px;
  background: rgba(236, 247, 244, 0.95);
}
.notable-achievements-wrapper .notable-header {
  border-radius: 12px;
  background: rgba(214, 243, 235, 0.95);
  padding: 12px;
  margin-bottom: 12px;
}
.notable-achievements-wrapper .notable-header b {
  font-weight: 800;
  color: #21ab97;
  text-transform: uppercase;
  font-size: 18px;
}
.notable-achievements-wrapper .notable-feature-box {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 16px;
  padding: 12px;
}
.notable-achievements-wrapper .notable-feature-box .notable-img {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notable-achievements-wrapper .notable-feature-box .notable-content {
  margin: 0 auto;
  flex: 1;
}
.notable-achievements-wrapper .notable-feature-box .notable-content h4 {
  color: #21ab97;
  font-size: 16px;
  margin-bottom: 6px;
}
.notable-achievements-wrapper .notable-feature-box .notable-content p {
  font-size: 16px;
}
.recognition-progress-wrapper {
  padding: 16px;
  border-radius: 12px;
  background: #fff;
}
.recognition-progress-wrapper .recognition-progress-feature-box {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #dfeedb;
  margin-bottom: 16px;
  padding: 12px;
}
.recognition-progress-wrapper .recognition-progress-feature-box .recognition-progress-img {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recognition-progress-wrapper .recognition-progress-feature-box .recognition-content {
  margin: 0 auto;
  flex: 1;
}
.recognition-progress-wrapper .recognition-progress-feature-box .recognition-content h4 {
  color: #21ab97;
  font-size: 16px;
  margin-bottom: 6px;
}
.recognition-progress-wrapper .recognition-progress-feature-box .recognition-content p {
  font-size: 16px;
}
.joint-message-session-wrapper.better-business .picture-frame {
  background: #edf1f7;
  color: #87a5cb;
}
.joint-message-session-wrapper.better-society .picture-frame {
  background: #f9eae8;
  color: #d1838b;
}
.joint-message-session-wrapper.better-society .session-header {
  background: #d1838b;
}
.joint-message-session-wrapper.better-society .session-header b {
  color: #fff;
}
.joint-message-session-wrapper.better-society .session-content .ar-Title {
  color: #d1838b !important;
}
.joint-message-session-wrapper.better-planet .picture-frame {
  background: #edf1f7;
  color: #87a5cb;
}
.joint-message-session-wrapper.better-planet .session-header {
  background: #68ac6e;
}
.joint-message-session-wrapper.better-planet .session-header b {
  color: #fff;
}
.joint-message-session-wrapper.better-planet .session-content .ar-Title {
  color: #68ac6e !important;
}
.joint-message-session-wrapper.better-planet .looking-ahead-wrapper {
  border-radius: 24px;
  padding: 16px;
  background: #dfeedb;
}
.sustainability-session .session-header {
  border-radius: 12px;
  background: #3f6493;
  padding: 16px 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.sustainability-session .session-header b {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Lato";
  display: block;
}
.sustainability-session .session-content {
  margin-bottom: 35px;
}
.sustainability-session .session-content img {
  width: 100%;
}
.sustainability-session .session-content .ar-Title {
  color: #87a5cb !important;
  margin-top: 12px;
  margin-bottom: 15px !important;
}
.sustainability-session .session-content .female-representation-legends span.list-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
}
.sustainability-session .session-content .female-representation-legends .total-workforce-legend span.list-dot {
  background: #c98093;
}
.sustainability-session .session-content .female-representation-legends .managerial-legend span.list-dot {
  background: #eacdd1;
}
.sustainability-session .session-content .work-related {
  text-align: left;
}
.sustainability-session .session-content .work-related span.list-dot::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url("/images/i-better-society-caret-right.svg") no-repeat center;
}
.align-item-start {
  align-items: flex-start !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.d-block {
  display: block !important;
}
.pt-2 {
  padding-top: 5px;
}
.pb-2 {
  padding-bottom: 5px;
}
.pt-3 {
  padding-top: 10px;
}
.pb-3 {
  padding-bottom: 10px;
}
.pt-4 {
  padding-top: 20px;
}
.pb-4 {
  padding-bottom: 20px;
}
.pt-5 {
  padding-top: 30px !important;
}
.pb-5 {
  padding-bottom: 30px !important;
}
.pe-3 {
  padding-right: 8px !important;
}
.highlight-wrapper {
  border-radius: 16px;
  background: rgba(237, 241, 247, 0.4);
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0px 0px 8px 0 rgba(184, 191, 199, 0.41);
}
@media screen and (max-width: 999.98px) {
  .highlight-wrapper {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight-wrapper {
    padding: 20px 15px;
  }
  .highlight-wrapper .h-100 {
    height: auto !important;
  }
}
.highlight-wrapper .session-text {
  margin-right: 10px;
}
.highlight-wrapper .session-text b {
  color: #3f6493;
  font-size: 24px;
  font-weight: 700;
}
.highlight-wrapper .highlight-section {
  margin-bottom: 65px;
}
.highlight-wrapper .highlight-section h3 {
  color: #3f6493;
}
.highlight-wrapper .highlight-section .sustainability-session {
  border-radius: 12px;
  background: rgba(229, 237, 248, 0.5);
  padding: 15px;
  margin-bottom: 16px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-header {
  background: rgba(135, 165, 203, 0.7);
  text-align: center;
  margin-bottom: 15px;
  padding: 16px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-header b {
  color: #3f6493;
}
.highlight-wrapper .highlight-section .sustainability-session .row {
  margin-left: -7px;
  margin-right: -7px;
}
.highlight-wrapper .highlight-section .sustainability-session .row > * {
  padding: 0 7px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-row-wrapper {
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .highlight-wrapper .highlight-section .sustainability-session .session-row-wrapper {
    margin-bottom: 0 !important;
  }
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper {
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 579.98px) {
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper {
    flex-direction: column;
  }
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper.pink-box {
  background: #edf5ff;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-inner-wrapper {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper.h-100 {
  height: 100%;
  box-sizing: border-box;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper:first-child {
  margin-bottom: 15px !important;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper:last-child {
    margin-bottom: 15px !important;
  }
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper.pt-4 {
  padding-top: 20px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper.pb-4 {
  padding-bottom: 20px;
}
@media screen and (max-width: 1400.98px) {
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-inner-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-img svg {
  max-width: 135px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-img + .session-content {
  margin-top: 15px;
  margin-left: 15px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-img img:not(.fullWidth) {
  height: 80px !important;
  width: 80px !important;
  max-width: 80px !important;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content {
  margin-bottom: 0;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content.pt-2 {
  padding-top: 5px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content.pb-2 {
  padding-bottom: 5px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content.pt-3 {
  padding-top: 10px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content.pb-3 {
  padding-bottom: 10px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content p {
  margin-bottom: 15px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content span, .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content h5 {
  color: #3f6493;
  font-size: 24px;
  font-weight: 700;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content span.lg-font, .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content h5.lg-font {
  font-size: 34px;
}
@media screen and (max-width: 1240px) {
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content span, .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content h5 {
    font-size: 18px;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content span.lg-font, .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content h5.lg-font {
    font-size: 24px;
  }
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content h5 {
  margin-bottom: 2px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list {
  margin-top: 30px;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col {
  padding: 0;
}
@media screen and (max-width: 999.98px) {
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row {
    display: flex;
    justify-items: center;
    align-items: center;
    margin: 0 -10px;
    gap: 0;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col {
    width: 25%;
    padding: 0 10px;
    flex: 0 0 25%;
    margin-bottom: 20px;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col:nth-child(n+5) {
    justify-content: center;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col:nth-child(5) {
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col {
    width: 33.3%;
    flex: 0 0 33.3%;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col:nth-child(n+5) {
    justify-content: flex-start;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col:nth-child(5) {
    margin-left: 0;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col:nth-child(n+7) {
    justify-content: center;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col:nth-child(7) {
    margin-left: 33.3%;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col {
    width: 50%;
    flex: 0 0 50%;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col:nth-child(n+7) {
    justify-content: center;
  }
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .row .col:nth-child(7) {
    margin-left: 25%;
  }
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .module-box {
  background: rgba(237, 235, 246, 0.5);
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .module-box span {
  font-weight: 400;
  padding: 15px 5px;
  font-size: clamp(12px, 1vw, 14px);
  color: #000;
  display: inline-block;
}
.highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .module-box .module-number {
  border-radius: 50%;
  background: #ae9bcb;
  color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .highlight-wrapper .highlight-section .sustainability-session .session-content-wrapper .session-content .module-list .module-box .module-number {
    top: -10px;
  }
}
.highlight-wrapper .highlight-section .sustainability-session .highlight-header {
  border-radius: 12px;
  background: #f9f0f1;
  padding: 12px;
  color: #c98093;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1240px) {
  .highlight-wrapper .highlight-section .sustainability-session .highlight-header {
    font-size: 18px;
  }
}
@media screen and (max-width: 999.98px) {
  .highlight-wrapper .highlight-section .sustainability-session .highlight-header {
    font-size: 14px;
  }
}
.highlight-wrapper .highlight-section .sustainability-session .lg-session-content-wrapper {
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 12px;
}
.highlight-wrapper .highlight-section .sustainability-session .lg-session-content-wrapper.h-100 {
  box-sizing: border-box;
}
.highlight-wrapper .highlight-section .sustainability-session .lg-session-content-wrapper .session-content-wrapper {
  background: none;
  padding: 0;
}
.highlight-wrapper .highlight-section .sustainability-session .lg-session-content-wrapper .session-content-wrapper:last-child {
  padding: 0;
  margin-bottom: 0;
}
.highlight-wrapper .highlight-section.better-society .sustainability-session .session-header {
  background: #eacdd1;
}
.highlight-wrapper .highlight-section.better-society .sustainability-session .session-header b {
  color: #c98093;
}
.highlight-wrapper .highlight-section {
  position: relative;
}
.highlight-wrapper .better-business .sustainability-session .session-content-wrapper .session-content span, .highlight-wrapper .better-business .sustainability-session .session-content-wrapper .session-content h5 {
  color: #3f6493;
}
.highlight-wrapper .better-business .sustainability-session .session-content-wrapper .session-content .arPurple {
  color: #3f6493 !important;
}
.highlight-wrapper .better-business .bg-image {
  position: absolute;
  bottom: -146px;
  right: -111px;
  height: 70vh;
  width: auto;
  object-position: right bottom;
  object-fit: contain;
  max-width: 100%;
  z-index: -1;
}
.highlight-wrapper .better-society .sustainability-session .session-content-wrapper .session-content span, .highlight-wrapper .better-society .sustainability-session .session-content-wrapper .session-content h5 {
  color: #c98093;
}
.highlight-wrapper .better-society .sustainability-session .session-content-wrapper .session-content .arPurple {
  color: #c98093 !important;
}
.highlight-wrapper .better-society .bg-image {
  position: absolute;
  bottom: 0;
  left: -101px;
  right: auto;
  height: 70vh;
  width: auto;
  object-position: left bottom;
  object-fit: contain;
  max-width: 100%;
  z-index: -1;
}
.highlight-wrapper .better-environment .sustainability-session .session-content-wrapper .session-content span, .highlight-wrapper .better-environment .sustainability-session .session-content-wrapper .session-content h5 {
  color: #7ca86e;
}
.highlight-wrapper .better-environment .sustainability-session .session-content-wrapper .session-content .arPurple {
  color: #7ca86e;
}
.highlight-wrapper .better-environment .sustainability-session .session-header {
  border-radius: 12px;
  background: #cce0b1;
}
.highlight-wrapper .better-environment .sustainability-session .session-header b {
  color: #7ca86e;
}
.highlight-wrapper .better-environment .bg-image {
  position: absolute;
  bottom: -146px;
  right: -111px;
  height: 70vh;
  width: auto;
  object-position: right bottom;
  object-fit: contain;
  max-width: 100%;
  z-index: -1;
}
.ceo-pg .landing .sec-inner-wrapper {
  background: url(../images/bg__blue.jpg) no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 40px 0 40px 40px;
  background-attachment: fixed;
}
@media screen and (max-width: 960px) {
  .ceo-pg .landing .sec-inner-wrapper {
    padding: 20px;
  }
}
.ceo-pg .landing .sec-inner-wrapper .section-title span {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-top: 25px;
}
.ceo-pg .landing .sec-inner-wrapper .ar-Title {
  margin-bottom: 30px;
  color: #3f6493 !important;
}
.ceo-pg .landing .sec-inner-wrapper .landing-content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.4);
  padding: 30px;
  box-shadow: 0px 0px 8px 0 rgba(184, 191, 199, 0.1);
}
@media screen and (max-width: 960px) {
  .ceo-pg .landing .sec-inner-wrapper .landing-content {
    padding: 10px;
  }
}
.ceo-pg .landing .sec-inner-wrapper .landing-content p {
  color: #000;
}
.ceo-pg .landing .sec-inner-wrapper .landing-content .sp-wrapper {
  border-radius: 24px;
  background: #ebe6f3;
  padding: 15px;
}
.ceo-pg .landing .sec-inner-wrapper .ar-content-spacing .ar-Title {
  display: flex;
  align-items: center;
  color: #3f6493 !important;
}
@media screen and (max-width: 960px) {
  .ceo-pg .landing .sec-inner-wrapper .ar-content-spacing .ar-Title {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .ceo-pg .landing .sec-inner-wrapper .ar-content-spacing .ar-Title {
    font-size: 16px;
  }
}
.ceo-pg .landing .sec-inner-wrapper .ar-content-spacing .ar-Title svg {
  padding-right: 15px;
  flex: 85px 0 0;
  width: 85%;
}
@media screen and (max-width: 560px) {
  .ceo-pg .landing .sec-inner-wrapper .ar-content-spacing .ar-Title svg {
    flex: 65px 0 0;
    width: 65%;
  }
}
.ceo-pg .landing .sec-inner-wrapper .ar-content-spacing img + .ar-Title {
  margin-top: 20px;
}
.ceo-pg .landing .sec-inner-wrapper .q-wrapper.sp-wrapper {
  background: #fff;
}
.ceo-pg .landing .sec-inner-wrapper .q-wrapper.sp-wrapper .ar-Name {
  text-transform: uppercase;
}
.ceo-pg .landing .chairman-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.45s ease;
  bottom: 0;
}
.ceo-pg .landing .chairman-img.reached {
  bottom: 60px !important;
}
.ceo-pg .landing .picture-frame {
  background: #edf1f7;
}
.ceo-pg .landing .picture-frame h4 {
  color: #87a5cb;
}
.quote-wrapper {
  border-radius: 24px;
  background: #edf1f7;
  padding: 15px;
  font-size: 18px;
  color: #87a5cb;
}
.quote-wrapper svg {
  padding-bottom: 15px;
}
.quote-wrapper.sp-wrapper {
  color: #87a5cb;
  background: #fff !important;
}
.ceo-pg .landing {
  background: linear-gradient(68deg, #87a5cb 0.66%, #edebf6 99.34%);
}
.picture-frame {
  border-radius: 24px;
  background: #ebe6f3;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 600;
  color: #ae9bcb;
  line-height: 1.5;
}
.picture-frame.col-frame {
  flex-direction: column;
  align-items: center;
}
.picture-frame.col-frame img, .picture-frame.col-frame .picture {
  width: 100%;
}
.picture-frame.col-frame span {
  padding-top: 10px;
}
.picture-frame .picture {
  flex: 66% 0 0;
  width: 66%;
  margin-right: 15px;
}
.picture-frame.fullWidth-frame .picture {
  flex: 100% 0 0;
  width: 100%;
  margin-right: 0;
}
.picture-frame.halfWidth-frame .picture {
  flex: 50% 0 0;
  width: 50%;
}
.picture-frame img {
  padding-right: 10px;
  width: 100%;
  padding-right: 0 !important;
}
.pictures-frame {
  border-radius: 24px;
  background: #ebe6f3;
  padding: 15px;
}
.pictures-frame img {
  width: 100%;
}
.pictures-frame h4 {
  color: #ae9bcb;
  font-weight: 800;
  margin-bottom: 15px;
}
.pictures-frame span {
  color: #000;
  display: block;
  padding: 6px 0 3px;
}
.sustain-pg .section {
  min-height: 100vh;
  background: linear-gradient(69deg, #21ab97 0.17%, #d6f3eb 99.83%);
}
.sustain-pg .section .sec-inner-wrapper {
  background: url(../images/bg__green.jpg) no-repeat;
  border-radius: 24px;
  padding: 30px 30px 0;
  background-size: cover;
}
@media screen and (max-width: 999.99px) {
  .sustain-pg .sec-content {
    margin: 0;
    padding: 80px 20px 0;
    height: calc(100% - 100px);
  }
}
.sustain-pg .img-wrapper {
  text-align: center;
  height: calc(100% - 100px);
  padding-top: 20px;
  padding-bottom: 20px;
}
.sustain-pg .img-wrapper a {
  display: inline;
}
.sustain-pg .img-wrapper img {
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.sustain-pg .ar-Title {
  color: #21ab97;
}
@media screen and (max-width: 999.99px) {
  .sustain-pg .ar-Title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.target-pg .landing {
  background: linear-gradient(69deg, #ae9bcb 0.07%, #edebf6 99.93%);
  background-repeat: no-repeat;
}
.target-pg .landing .sec-inner-wrapper {
  background: url(../images/bg__target.jpg) no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 40px;
  background-attachment: fixed;
}
.target-pg .landing .sec-inner-wrapper h1.ar-Title {
  color: #876faa;
}
@media screen and (max-width: 999.99px) {
  .target-pg .landing .sec-inner-wrapper {
    padding: 20px;
  }
}
.target-pg .landing .sec-inner-wrapper .ar-Chairman-wrapper {
  min-height: 90vh;
}
.target-pg .landing .target-table table {
  border-radius: 12px;
  overflow: hidden;
}
.target-pg .landing .target-table thead tr {
  border-right: 1px solid #d1d1d1;
  background: #876faa;
}
.target-pg .landing .target-table thead tr th {
  color: #fff;
  min-width: 180px;
}
.target-pg .landing .target-table thead tr th:last-child {
  min-width: 80px;
}
@media screen and (max-width: 999.99px) {
  .target-pg .landing .target-table thead tr th {
    vertical-align: middle;
  }
}
.target-pg .landing .target-table tbody tr td {
  color: #000;
  border: 1px solid #d1d1d1;
  min-width: 180px;
}
.target-pg .landing .target-table tbody tr td:last-child {
  background: #f6f6f6 !important;
  text-align: center;
  vertical-align: middle;
  min-width: 80px;
}
.target-pg .landing .target-table tbody tr.lvl1 td {
  background: #edf1f7;
}
.target-pg .landing .target-table tbody tr.lvl1 td:first-child {
  background: #bed1ea;
}
.target-pg .landing .target-table tbody tr.lvl2 td {
  background: #f9eae8;
}
.target-pg .landing .target-table tbody tr.lvl2 td:first-child {
  background: #efc1c6;
}
.target-pg .landing .target-table tbody tr.lvl3 td {
  background: #f7faf5;
}
.target-pg .landing .target-table tbody tr.lvl3 td:first-child {
  background: #d8e8cc;
}
.highlight-pg .sec-content {
  overflow: hidden;
}
.highlight-pg .landing {
  background: linear-gradient(68deg, #87a5cb 0.66%, #edebf6 99.34%);
  background-repeat: no-repeat;
}
.highlight-pg .landing .sec-inner-wrapper {
  background: url(../images/bg__blue.jpg) no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 40px;
  background-attachment: fixed;
}
.highlight-pg .landing .sec-inner-wrapper h1.ar-Title {
  color: #3f6493;
}
@media screen and (max-width: 999.99px) {
  .highlight-pg .landing .sec-inner-wrapper {
    padding: 20px;
  }
}
.highlight-pg .landing .sec-inner-wrapper .ar-Chairman-wrapper {
  min-height: 90vh;
}
.highlight-pg .landing .target-table table {
  border-radius: 12px;
  overflow: hidden;
}
.highlight-pg .landing .target-table thead tr {
  border-right: 1px solid #d1d1d1;
  background: #876faa;
}
.highlight-pg .landing .target-table thead tr th {
  color: #fff;
  min-width: 180px;
}
.highlight-pg .landing .target-table thead tr th:last-child {
  min-width: 80px;
}
@media screen and (max-width: 999.99px) {
  .highlight-pg .landing .target-table thead tr th {
    vertical-align: middle;
  }
}
.highlight-pg .landing .target-table tbody tr td {
  color: #000;
  border: 1px solid #d1d1d1;
  min-width: 180px;
}
.highlight-pg .landing .target-table tbody tr td:last-child {
  background: #f6f6f6 !important;
  text-align: center;
  vertical-align: middle;
  min-width: 80px;
}
.highlight-pg .landing .target-table tbody tr.lvl1 td {
  background: #edf1f7;
}
.highlight-pg .landing .target-table tbody tr.lvl1 td:first-child {
  background: #bed1ea;
}
.highlight-pg .landing .target-table tbody tr.lvl2 td {
  background: #f9eae8;
}
.highlight-pg .landing .target-table tbody tr.lvl2 td:first-child {
  background: #efc1c6;
}
.highlight-pg .landing .target-table tbody tr.lvl3 td {
  background: #f7faf5;
}
.highlight-pg .landing .target-table tbody tr.lvl3 td:first-child {
  background: #d8e8cc;
}
.inner-stick-wrapper .arName-wrapper {
  right: 0px;
  left: 0;
  margin: auto;
  transform: translateX(-40px);
  transform-origin: bottom left;
}
.chairman-pg .ar-Chairman-wrapper, .join-pg .ar-Chairman-wrapper {
  min-height: 90vh;
}
.chairman-pg .ar-Chairman-img, .ceo-pg .ar-Chairman-img, .join-pg .ar-Chairman-img {
  height: auto;
  position: sticky;
  transform-origin: bottom left;
}
.join-pg .ar-Chairman-wrapper {
  margin-top: 0px;
}
.ar-Chairman-wrapper .flex-column {
  gap: 20px;
}
.join-pg .arName-wrapper {
  width: 30vw;
}
.chairman-pg .ar-Position, .ceo-pg .ar-Position {
  margin-top: 10px;
  font-style: italic;
}
.arrow-down {
  transform: rotate(90deg);
}
.arValue-wrapper, .arAwards-wrapper, .ar-chairman-highlight {
  padding: 30px;
}
.arAwards-wrapper {
  background: #f2eade;
}
.arValue-wrapper, .ar-chairman-highlight, .arAgrivalley-wrapper {
  background: #fff4e7;
  box-shadow: 0 2px 8px rgba(120, 67, 6, 0.18);
}
.chairman-pg .arInnerfooter-wrapper, .join-pg .arInnerfooter-wrapper {
  z-index: 981;
  margin-top: 0px;
}
.arInnerfooter-wrapper {
  margin-top: 50px;
}
.arBttop-wrapper {
  top: 0;
  right: 30px;
  transform: translateY(-50%);
}
.arBttop-wrapper a {
  width: 55px;
  height: 55px;
  background: black;
  border-radius: 50%;
}
.arSignatures {
  max-width: 200px;
}
.arQuestion-wrapper {
  padding: 10px;
  background: #996527;
}
.arAgrivalley-wrapper {
  padding: 25px 25px 70px 25px;
  background: #fdf6ea;
}
.arQuestion-wrapper .ar-Title {
  margin-top: 3px;
}
.arQuestionIcon {
  margin-right: 10px;
  padding: 0 10px;
  background: white;
  height: fit-content;
}
.arAgriIcon {
  margin-right: 20px;
  padding: 0 10px;
  background: var(--fnOrg);
  height: fit-content;
}
.arAgrivalley-wrapper img {
  position: absolute;
  bottom: 0;
  right: 25px;
}
.arXl-img {
  height: 60vh;
  object-fit: cover;
}
.arimg-position-bottom {
  object-position: 100% 70%;
}
.arVertical-img {
  height: 100%;
  object-fit: cover;
}
.financial-pg .ar-Financial-wrapper {
  margin-top: 40px;
  padding: 50px 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 243, 218) 100%);
}
.arBottle {
  position: absolute;
  height: 90%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.arFH1-wrapper > div {
  margin-right: 40px;
}
.arFH1-item {
  padding: 20px;
  z-index: 3;
  position: relative;
  background: #fbb042;
}
.arFH1-wrapper > div > div {
  position: relative;
}
.arFH1-wrapper > div > div::after {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: translateX(-63%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 243, 218) 60%);
}
div:nth-child(2) > .arFH1-item, div:nth-child(3) > .arFH1-item {
  margin: 15px 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.arFH2-wrapper {
  align-items: center;
}
.arFH2-item {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}
.arFH2-box {
  padding: 10px 15px;
  background: #66c080;
  margin-left: 10px;
}
.arFH3-item, .arFH4-item, .arFH5-item {
  padding: 20px;
  background: #fff3da;
}
.arFH4-item {
  margin: 0 0 40px 0;
}
.ar-join-img {
  position: relative;
  height: auto;
  right: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.join-pg .inner-stick-wrapper {
  top: auto !important;
  bottom: 0 !important;
}
.join-pg .uk-accordion li .uk-accordion-title {
  padding: 15px 20px;
  color: #996527;
  font-weight: 700;
  background: #eae0d5;
}
.join-pg .uk-accordion-title::before {
  width: 1.5em;
  height: 1.5em;
  transform: rotate(90deg);
  background-image: url(../images/join-message/arrow.svg);
}
.join-pg .uk-open > .uk-accordion-title::before {
  transform: rotate(-90deg);
  background-image: url(../images/join-message/arrow.svg);
}
.join-pg .chairman-ceo-wrapper {
  display: flex;
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: fixed;
  bottom: 0;
  width: calc(40% - 110px);
  padding: 15px;
}
.join-pg .chairman-ceo-wrapper div {
  flex: 1;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.join-pg .chairman-ceo-wrapper div b {
  font-size: 12px;
}
.join-pg .chairman-ceo-wrapper div p {
  font-size: 12px;
}
.arJointawards-item-1, .arJointawards-item-1 .arBlack {
  margin-top: 40px;
}
.arJointawards {
  padding: 20px;
  background: #eae0d5;
}
.arJointawards-item-1 > img {
  width: 80px;
  transform: translateY(-50%);
  left: 20px;
  top: 0;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
.arJointawards-item-1, .arJointawards-item-2 {
  padding: 20px;
  background: white;
}
.arJointawards-item-2 {
  border: 1px solid #92563e;
}
.arFramework {
  padding: 40px;
  background: #e2e8f2;
}
.arTargets-header-wrapper {
  padding: 0 40px 0 0;
  background: var(--fnDustblue);
}
.arTargets-first {
  padding: 10px 20px;
}
.arTargets-blue .arTargets-header {
  background: var(--fnDustblue);
}
.arTargets-org .arTargets-header {
  background: #f68b6b;
}
.arTargets-grn .arTargets-header {
  background: #4ebe94;
}
.arTargets-blue {
  padding-right: 40px;
  background: #e0e1f1;
}
.arTargets-org {
  padding-right: 40px;
  background: #fef1e9;
}
.arTargets-grn {
  padding-right: 40px;
  background: #ecf6f1;
}
.arTargets-blue .arTargets-title {
  padding: 20px;
  background: #1c449d;
}
.arTargets-org .arTargets-title {
  padding: 20px;
  background: #f68b6b;
}
.arTargets-grn .arTargets-title {
  padding: 20px;
  background: #4ebe94;
}
.arTargets-bg {
  padding: 20px 0;
}
.dot {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.on-track {
  background: #14b1e7;
}
.achieved {
  background: #48773c;
}
.unmet {
  background: #ef4136;
}
.wip {
  background: #fbb042;
}
.arDot-wrapper {
  margin-left: 20px;
}
.white-divider {
  margin: 0;
  border-top: 1px solid #fff;
}
.arLegend-wrapper {
  gap: 15px;
  padding-top: 2px;
}
.hightlight-pg .ar90 {
  line-height: 1;
}
.arScore-header-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-left: 13px;
}
.arScore-title {
  border-radius: 20px 20px 0 20px;
}
.arScore-wrapper {
  border-radius: 20px 20px 0 0;
}
.arScore-item {
  background: white;
}
.arScore-item-wrapper, .arScore-item {
  padding: 20px;
}
.business .arScore-title {
  background: #1c449c;
}
.arScore-item2 {
  padding: 20px;
  background: #f2f2fc;
}
.business h4, .business h1, .business h2, .arSBlue {
  color: #1c449c;
}
.arScore-wrapper.business {
  background: #e0e1f1;
}
.arScore-item-title {
  padding: 8px 20px;
  border-radius: 20px 20px 0 0;
}
.business .arScore-item-title {
  background: #5f6cb2;
}
.society h4, .society h1, .society h2, .arCoral {
  color: #f68b6b;
}
.society .arScore-title {
  background: #f68b6b;
}
.society .arScore-item-title {
  background: #f9ab8f;
}
.arScore-wrapper.society {
  background: #fef0e9;
}
.env h4, .env h1, .env h2, .arOffset, .arGreen {
  color: #4fbd95;
}
.env .arScore-title {
  background: #4fbd95;
}
.env .arScore-item-title {
  background: #8aceb0;
}
.arScore-wrapper.env, .landfill, .waste {
  background: #ecf6f0;
}
.arCert2000, .arOffset {
  padding: 10px;
  border-radius: 10px;
}
.arCert2000 {
  border: 1px solid #1c449c;
}
.arOffset {
  border: 1px solid #4fbd95;
}
.arCert2000 > div {
  line-height: 1.2;
}
.arScore-icon {
  min-width: 45px;
  height: 55px;
}
.landfill, .waste {
  padding: 10px 20px;
  border-radius: 10px;
}
.waste > div {
  width: 7px;
  height: 7px;
  border: 2px solid #4fbd95;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateX(-50%);
  margin: auto;
}
.hightlight-pg .uk-list li, .join-pg .uk-list li {
  padding-left: 20px;
}
.arFY-flag {
  float: right;
}
#title {
  fill: #d83e00;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.7));
}
#title .mask {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
#ani-circle, #ani-circle-2 {
  fill: none;
  stroke: white;
  stroke-width: 49px;
  stroke-dashoffset: 0;
  stroke-dasharray: 900;
  transform-origin: center;
}
.financial-pg #ani-circle, .financial-pg #ani-circle-1, .financial-pg #ani-circle-2 {
  stroke: #fff3da;
}
#ani-circle-1 {
  fill: none;
  stroke: white;
  stroke-width: 49px;
  stroke-dashoffset: 0;
  stroke-dasharray: 900;
  transform-origin: center;
}
#ani-circle {
  transform: scaleX(-1) rotate(-90deg) translate(-26px, -26px);
}
#ani-circle-2 {
  transform: scaleX(-1) rotate(-90deg) translate(0, -26px);
}
#ani-circle-1 {
  transform: scaleX(-1) rotate(-110deg) translate(-554px, -51px);
}
.ani-graph {
  animation: strokeOffset2 1s ease-out forwards;
  animation-delay: 0.5s;
}
.img-hide {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.img-reveal {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@keyframes reveal {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes strokeOffset2 {
  to {
    stroke-dashoffset: 900;
  }
}
@keyframes strokeOffset {
  to {
    stroke-dashoffset: 0;
  }
}
#m-cap-c {
  animation: strokeOffset 0.5s linear forwards;
}
#m-cap-a {
  animation: strokeOffset 0.5s linear forwards 0.2s;
}
#m-cap-p-1 {
  animation: strokeOffset 0.3s linear forwards 0.4s;
}
#m-cap-p-2 {
  animation: strokeOffset 0.3s linear forwards 0.6s;
}
#m-cap-t-1 {
  animation: strokeOffset 0.3s linear forwards 0.8s;
}
#m-cap-t-2 {
  animation: strokeOffset 0.1s linear forwards 0.8s;
}
#m-cap-u {
  animation: strokeOffset 0.3s linear forwards 1s;
}
#m-cap-r {
  animation: strokeOffset 0.3s linear forwards 1.2s;
}
#m-cap-i-1 {
  animation: strokeOffset 0.1s linear forwards 1.4s;
}
#m-cap-i-2 {
  animation: strokeOffset 0.3s linear forwards 1.4s;
}
#m-cap-n {
  animation: strokeOffset 0.3s linear forwards 1.6s;
}
#m-cap-g {
  animation: strokeOffset 0.3s linear forwards 1.8s;
}
#m-value-v {
  animation: strokeOffset 0.5s linear forwards 2s;
}
#m-value-a {
  animation: strokeOffset 0.5s linear forwards 2.2s;
}
#m-value-l {
  animation: strokeOffset 0.5s linear forwards 2.4s;
}
#m-value-u {
  animation: strokeOffset 0.5s linear forwards 2.6s;
}
#m-value-e {
  animation: strokeOffset 0.5s linear forwards 2.8s;
}
#modal-yir .modal-dialog {
  width: 75vw;
}
.margin-top-xl {
  margin-top: 80px;
}
.copy {
  font-size: 14px;
}
@media screen and (max-width: 2560px) {
  body {
    font-size: 1.125rem;
  }
  .ar90 {
    font-size: 7.5rem;
  }
  .ar50 {
    font-size: 3.75rem;
    line-height: 1;
  }
  .ar38 {
    font-size: 3rem;
  }
  .ar24 {
    font-size: 2.125rem;
  }
  .ar15 {
    font-size: 1.063rem;
  }
  .ar14 {
    font-size: 1rem;
  }
  .arMenu .arMenu-text {
    font-size: 1.125rem;
  }
  .sec-content {
    margin: auto;
  }
}
@media screen and (max-width: 1920px) {
  body, .arMenu-text {
    font-size: 1rem;
  }
  .chairman-pg p, .ceo-pg p, .join-pg p, .ar-Chairman-wrapper p {
    font-size: 1.063rem;
  }
  .ar90 {
    font-size: 5.625rem;
  }
  .ar50 {
    font-size: 3.125rem;
  }
  .ar38 {
    font-size: 2.375rem;
    line-height: 1.2;
  }
  .ar24 {
    font-size: 1.5rem;
  }
  .ar15 {
    font-size: 0.938rem;
  }
  .ar14, .arMenu .arMenu-text {
    font-size: 0.875rem;
  }
  .sec-content {
    max-width: 100%;
    margin: auto;
  }
  #graph-1, #graph-2 {
    width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  body {
    font-size: 0.875rem;
  }
  .ar90 {
    font-size: 4rem;
  }
  .ar50 {
    font-size: 2.75rem;
  }
  .ar38 {
    font-size: 1.75rem;
  }
  .ar24 {
    font-size: 1.25rem;
  }
  .ar15 {
    font-size: 0.875rem;
  }
  .ar14, .arMenu .arMenu-text {
    font-size: 0.65rem;
  }
  .chairman-pg p, .join-pg p, .ar-Chairman-wrapper p {
    font-size: 1rem;
  }
  .sec-inner-wrapper {
    padding: 0 30px;
  }
  .arMenu-list {
    margin-top: 20px;
  }
  .arMenu {
    padding: 15px;
    height: calc(100% - 30px);
  }
  body:not(.home) .arMenu-list .arMenu-text-wrapper {
    left: 60px;
  }
  .arMenu .arMenu-text-wrapper {
    left: 62px;
  }
  .arMenu-wrapper {
    width: 80px;
  }
  .arMenu-wrapper .ar-logo-wrapper {
    margin-top: 10px;
  }
  .arARbook {
    width: 50%;
    margin-bottom: 20px;
  }
  .arAGM-title {
    margin: 40px 0 20px 0;
  }
  .arAGM-wrapper, .arInnerfooter-wrapper {
    padding: 20px;
  }
  .arAGM-wrapper > .grid > .w-full, .arQLwrapper > .grid > .flex {
    gap: 15px;
  }
  .arMenu-wrapper::after {
    width: 80px;
  }
  .arIcon::after, .arIconBG {
    width: 50px;
    height: 50px;
  }
  .arMenu .arIcon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .arBasis-item {
    padding-bottom: 20px;
  }
  .arAGM-item .arAGM-icon, .arQL-item .arQL-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }
}
@media screen and (max-height: 876px) and (orientation: landscape) {
  .arMenu-text {
    font-size: 0.875rem;
  }
  .arMenu-dvd {
    margin: 0 0 12px 0;
  }
  .arTitle-wrapper {
    bottom: 20px;
  }
  #fnBubble {
    width: 90%;
  }
  #graph-1, #graph-2 {
    width: 75%;
  }
  .arAGM-title {
    margin: 20px 0 20px 0;
  }
  .sec8 h1.ar-Title {
    padding-top: 20px;
  }
  .arARbook {
    width: 45%;
    margin-bottom: 20px;
  }
  .arAGM-wrapper {
    padding: 20px;
  }
}
@media screen and (max-height: 650px) and (orientation: landscape) {
  .arSus-item {
    font-size: 1rem;
  }
  .ar-sec-button-wrapper > .arButton {
    margin-top: 15px;
  }
  .ar15, .arMenu-text {
    font-size: 0.813rem;
  }
  .arAag-icon {
    height: 50px;
  }
  .ar-glance-content .mt-4 {
    margin-top: 10px !important;
  }
  .ar-glance-content > hr {
    margin: 10px 0;
  }
  .ar-Financial-wrapper, .arFH3-item, .arFH4-item, .arFH5-item {
    padding: 15px;
  }
  .ar-Financial-wrapper .mt-2 {
    margin-top: 0 !important;
  }
  .arSustain-text {
    margin-bottom: 30px;
  }
  .arARbook {
    width: auto;
    height: 25vh;
  }
  .arAGM-wrapper {
    padding: 15px;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .inner-stick-wrapper .arName-wrapper {
    bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .chairman-pg p, .join-pg p, .ar-Chairman-wrapper p {
    font-size: 1rem;
  }
  .ar-Chairman-wrapper .grid {
    margin-left: 0;
  }
  .arMenu-wrapper-m {
    width: calc(100% - 100px);
    margin: 10px 50px;
    z-index: 9;
    top: 0;
  }
  .arMenu-wrapper-m > * {
    margin: 0 auto;
  }
  .arMenu-wrapper-m > * {
    background: white;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 0 rgba(184, 191, 199, 0.6);
    flex: 1;
  }
  .arBack, .arDownload {
    width: 31px;
    height: 31px;
    min-width: 31px;
    min-height: 31px;
  }
  .sec-inner-wrapper {
    width: 100%;
    padding: 20px;
  }
  .sec1 .sec-content {
    margin: 0;
    padding: 0;
  }
  .home .ar-Chairman-wrapper {
    padding: 20px;
  }
  .home .ar-Chairman-img {
    max-width: 100%;
  }
  .sec2 .ar-sec-button-wrapper {
    margin-bottom: 20px;
  }
  .sec2 .sec-content, .sec3 .sec-content, .sec8 .sec-content, .sec-content {
    padding: 20px 20px 0;
  }
  .sec8 .sec-content {
    margin-bottom: 0;
  }
  .sec4 .sec-content, .sec5 .sec-content, .sec6 .sec-content, .sec7 .sec-content, .sec8 .sec-content, .chairman-pg .sec-content, .ceo-pg .sec-content, .join-pg .sec-content, .highlight-pg .sec-content, .target-pg .sec-content {
    padding: 50px 0;
    margin: 0 30px;
  }
  .sustain-pg .sec-content {
    padding: 50px 0 0;
    margin: 0 30px;
  }
  .chairman-pg .sec-content, .ceo-pg .sec-content, .join-pg .sec-content {
    padding-bottom: 0;
  }
  .sec1 .sec-content, .arCover {
    height: 100vh;
  }
  .home .ar-Chairman-wrapper > .grid > div:last-child {
    justify-content: end;
  }
  .ar-logo {
    max-width: 55px;
  }
  .ar-menu-icon > div {
    width: 11px;
    height: 1.5px;
    background: black;
    margin: 3.5px auto 3.5px 0;
  }
  .ar-menu-icon > div:nth-child(odd) {
    width: 14px;
    margin: 0;
  }
  .ar-menu-wrapper {
    width: 30vw;
    padding: 20px;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    background: white;
    z-index: 9;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 0 rgba(184, 191, 199, 0.6);
  }
  .ar-menu-bg {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 8;
    visibility: hidden;
  }
  .arMenu-mobile-list {
    gap: 10px;
  }
  .join-pg .ar-Chairman-img {
    transform: scale(1) translateX(-20px);
  }
  .arTitle-wrapper {
    bottom: 100px !important;
  }
  .arPlay-wrapper {
    width: fit-content;
    top: auto;
    right: 0;
    left: 0;
    bottom: 40px;
    margin: 0 auto;
  }
  .ar-Chairman-img {
    padding: 0;
    position: static;
    height: auto;
  }
  #fnBubble {
    width: 100%;
  }
  .arSus-item {
    padding: 10px 30px;
  }
  .arFooterlink {
    margin-top: 30px;
  }
  #graph-1, #graph-2 {
    width: 100%;
  }
  .financial-pg .ar-Financial-wrapper {
    margin-top: 50px;
  }
  .arFooterlink .copy {
    font-size: 8px;
  }
  .join-pg .chairman-ceo-wrapper {
    width: calc(40% - 70px);
  }
  .join-pg .landing .sec-inner-wrapper .ar-Chairman-wrapper {
    background-position: bottom -120px left 30px;
  }
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
  body {
    overflow: hidden;
  }
  .landscape {
    display: block;
    z-index: 9999;
    background-image: url(../images/turnDevice.png);
    position: fixed;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 960px) {
  .margin-top-xl {
    margin-top: 20px;
  }
  .ar-content-spacing {
    margin: 30px 0;
  }
  #title, .ar2024 {
    padding: 0 50px;
  }
  .chairman-pg .ar-Chairman-wrapper, .join-pg .ar-Chairman-wrapper {
    min-height: auto;
  }
  .ar-Chairman-wrapper > .grid > .flex, .ar-Ceo-wrapper > .grid > .flex {
    order: 1;
    transform: translateY(0px);
    padding-left: 0;
  }
  .ar-Chairman-wrapper .ar-Chairman-content, .ar-Chairman-wrapper .ar-Ceo-content {
    order: 2;
  }
  .join-pg .ar-Chairman-img {
    padding: 0 10% 40px 10%;
  }
  .sec2 .ar-sec-button-wrapper, .sec3 .ar-sec-button-wrapper {
    margin-bottom: 0;
  }
  .sec3 .sec-content {
    margin: 0 0 40px;
    padding-top: 40px;
  }
  .sec6 {
    background-position: 65%;
  }
  .ar-Chairman-img {
    padding-bottom: 0;
    background-image: url(../images/chairman-bg.png);
  }
  .join-pg .ar-Chairman-img {
    padding-bottom: 0;
    background-image: url(../images/join-message/join-chairman-ceo-bg.jpg);
  }
  .chairman-pg .landing, .join-pg .landing, .sec2, .sec3 {
    background-image: none;
  }
  .sec5 .ar-sec-button-wrapper > a {
    margin-left: 0;
  }
  .arName-wrapper {
    width: calc(100% - 65px);
    background: #fff;
    color: #000;
    bottom: 0;
  }
  .join-pg .arName-wrapper {
    width: calc(100% - 40px);
  }
  .inner-stick-wrapper .ar-Chairman-img, .inner-stick-wrapper .arName-wrapper {
    transform: translate(0px, 0px);
    width: 100%;
  }
  .home .ar-Chairman-wrapper {
    background-size: 290%;
    background-position: bottom;
  }
  .arBasis-item-wrapper > div:not(:last-child) .arBasis-item {
    margin-bottom: 40px;
  }
  .financial-pg .ar-Financial-wrapper {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 243, 218) 70%);
  }
  .arBottle {
    height: 500px;
    top: 60px;
  }
  .ar-Financial-right > .grid {
    justify-content: end;
  }
  .arTargets-blue, .arTargets-org, .arTargets-grn {
    padding-right: 0;
  }
  .arTargets-bg {
    padding: 20px;
  }
  .arTargets-header {
    padding: 10px 20px;
  }
  .arDot-wrapper {
    padding-top: 0;
  }
  .arTargets-blue .arTargets-header {
    background: #1c449d;
  }
  .arTargets-blue .arTargets-bg {
    background: #e0e1f1;
  }
  .white-divider {
    margin: 20px 0;
  }
  .arTargets-content > .grid > div:last-child, .arTargets-content > .grid > div:last-child > .grid > div:last-child {
    margin-top: 0;
  }
  .arDot-wrapper {
    margin: 0;
  }
  #graph-1, #graph-2, .arPalm-graph {
    padding: 0 10%;
  }
  .arQLwrapper > .grid > .grid-margin {
    margin-top: 15px;
  }
  .arFooterlink ul {
    order: 1;
    margin-top: 0;
    margin-left: 15px;
    gap: 10px;
    flex-direction: column;
  }
  .arFooterlink .copy {
    order: 2;
  }
  .join-pg .chairman-ceo-wrapper {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #modal-yir .modal-dialog {
    width: 90vw;
  }
  .ar-menu-wrapper {
    width: calc(100% - 80px);
  }
  .arMenu-wrapper-m {
    width: calc(100% - 40px);
    margin: 10px 20px;
  }
  .chairman-pg p, .join-pg p, .ar-Chairman-wrapper p {
    font-size: 1rem;
  }
  .sec-content {
    padding: 0;
    margin: 80px 20px 0;
  }
  .sec2 .sec-content {
    margin: 0;
  }
  .sec3 .sec-content {
    margin: 0;
  }
  .sec6 {
    background-position: 78%;
  }
  .sec8 .sec-content, .arFH2-box-wrapper, .arFH1-wrapper > div {
    margin: 0;
  }
  .sec4 .sec-content, .sec5 .sec-content, .sec6 .sec-content, .sec7 .sec-content, .chairman-pg .sec-content, .join-pg .sec-content {
    padding: 40px 0;
    margin: 0 20px;
  }
  .chairman-pg .sec-content, .join-pg .sec-content {
    padding-bottom: 0;
  }
  #title, .ar2024 {
    padding: 0 20px;
    top: auto;
  }
  .ar-chairman-highlight, .arValue-wrapper, .arAwards-wrapper, .arFramework {
    padding: 20px;
  }
  .arAgrivalley-wrapper {
    padding: 20px 20px 70px 20px;
  }
  .home .ar-Chairman-wrapper {
    padding: 0;
  }
  .arTitle-wrapper {
    bottom: 150px !important;
  }
  .person-wrapper {
    padding: 20px 15px;
  }
  .ar2024 {
    right: auto;
  }
  .ar-Chairman-wrapper > .grid > .flex {
    order: 1;
    transform: translateY(0px);
  }
  .ar-Chairman-wrapper .ar-Chairman-content {
    order: 2;
  }
  .ar-Chairman-img {
    padding: 0 20px;
  }
  .join-pg .ar-Chairman-img {
    padding: 0 20px;
  }
  .ar-Name {
    font-size: 0.7rem;
  }
  .arARbook {
    width: 80%;
  }
  .financial-pg .ar-Financial-wrapper {
    padding: 20px;
  }
  .arBottle {
    display: none;
  }
  .arFH2-item:nth-child(2) .arFH2-box-wrapper, .arFH2-item:nth-child(4) .arFH2-box-wrapper, div:nth-child(2) > .arFH1-item, div:nth-child(3) > .arFH1-item, .arFH2-item:nth-child(1) .arFH2-box-wrapper, .arFH2-item:nth-child(5) .arFH2-box-wrapper {
    transform: none;
  }
  #graph-1, #graph-2, .arPalm-graph {
    padding: 0;
  }
  .arLegend-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 390px) {
  .sec4 .sec-content, .sec5 .sec-content, .sec6 .sec-content, .sec7 .sec-content, .chairman-pg .sec-content, .join-pg .sec-content {
    margin: 0 15px;
  }
  .sec-content {
    margin: 80px 15px 0;
  }
  .inner-stick-wrapper .arName-wrapper {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 899px) {
  .sec7 .sec-inner-wrapper .report-img img {
    max-width: 520px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 799px) {
  .sec-content {
    padding: 20px 20px 20px 140px;
    height: calc(100% - 40px);
  }
  .arMenu-wrapper {
    height: calc(100% - 40px);
  }
  .sec-inner-wrapper {
    padding: 0 35px;
  }
  .sec4 .sec-inner-wrapper .glace-wrapper {
    padding: 35px 0;
  }
  h1.ar-Title {
    font-size: 38px;
    margin-bottom: 20px !important;
  }
  .info-list h5 {
    font-size: 14px;
  }
  .info-box-wrapper, .sec5 .financial-info {
    padding: 5px 15px !important;
  }
  .right-glance .info-boxes .info-box {
    padding-bottom: 10px;
  }
  .right-glance .info-box-wrapper {
    padding: 15px !important;
  }
  .glance-7 .info-box-wrapper, .glance-8 .info-box-wrapper {
    padding: 15px !important;
  }
  .arBasis-title {
    font-size: 16px;
  }
  .sec7 .sec-inner-wrapper .report-inner-wrapper .report-msg {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .arBasis-point {
    padding: 12px 15px;
  }
  .copy {
    font-size: 11px;
  }
  .sec7 .sec-inner-wrapper .report-img img {
    width: 100%;
    max-width: 380px;
  }
  .arBasis-point {
    padding: 6px 15px;
    font-size: 14px;
  }
  .sec7 .sec-inner-wrapper .report-inner-wrapper .report-msg {
    margin-bottom: 8px;
  }
  .sec8 .sec-inner-wrapper .arAGM-title {
    margin-bottom: 10px;
  }
  .sec8 .sec-inner-wrapper .info-box-inner img {
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 680px) {
  .arMenu-list {
    gap: 5px;
    margin-top: 0;
  }
  .arMenu-list li {
    padding-bottom: 0;
  }
  .arMenu-wrapper .ar-logo-wrapper {
    margin-top: 0;
  }
  .chairman-pg p, .join-pg p {
    font-size: 14px;
  }
  h1.ar-Title {
    margin-bottom: 10px !important;
  }
  .info-list h5 {
    margin-top: 5px;
  }
  .glance-5 .info-box-wrapper span {
    display: block;
    line-height: 1.2;
  }
  * + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 10px;
  }
  address, dl, fieldset, figure, ol, p, pre, ul {
    margin-bottom: 15px;
  }
  .arBasis-point {
    padding: 5px 15px;
    font-size: 14px;
  }
  .sec7 .sec-inner-wrapper .report-inner-wrapper .report-msg {
    margin-bottom: 5px;
  }
  .sec7 .sec-inner-wrapper .report-img {
    width: 100%;
    max-width: 380px;
  }
  .sec5 .financial-info .figure {
    font-size: 24px;
  }
  .glance-5 .info-box-wrapper b, .glance-2 .info-box-wrapper .glance-2-header span {
    font-size: 36px;
  }
  .info-list ul li {
    padding-bottom: 0;
  }
  .person-wrapper .ceo-title {
    font-size: 21px;
  }
  .person-wrapper .ceo-title svg {
    width: 85px;
    flex: 85px 0 0;
  }
  .mt-6, * + .grid-margin, .grid + .grid, .grid > .grid-margin {
    margin-top: 20px !important;
  }
  .ar-Chairman-img .ar-Chairman-img-wrapper .ar-chairman {
    height: 72vh;
  }
  .row.mb-4 {
    margin-bottom: 10px !important;
  }
  .sec7 .sec-inner-wrapper .report-img img {
    max-width: 450px;
  }
  .arBasis-item {
    padding: 0;
  }
  .sec5 .financial-wrapper {
    background-size: 320px;
  }
  .sec5 .financial-wrapper .mb-6 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) and (max-height: 599px) {
  .arMenu-list {
    gap: 5px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  body, html {
    font-size: 14px;
  }
  .sec8 .sec-inner-wrapper .info-box-wrapper {
    padding: 15px;
  }
  .sec8 .sec-inner-wrapper .info-box-inner img {
    max-width: 150px;
  }
  .sec6 .sec-inner-wrapper .sus-inner-wrapper .sus-content-wrapper {
    background: rgba(33, 171, 151, 0.9);
  }
  .right-glance .info-box-wrapper .col {
    flex: 50% 0 0;
    box-sizing: border-box;
  }
  .right-glance .info-box-wrapper .col:first-child, .right-glance .info-box-wrapper .col:nth-child(2) {
    margin-bottom: 15px;
  }
  .glance-1 .info-box-wrapper {
    padding: 15px;
  }
  .glance-5 .info-box-wrapper .market-img {
    max-width: 185px;
  }
  .glance-5 .info-box-wrapper b {
    font-size: 46px;
  }
  .glance-2 .info-box-wrapper .glance-2-header span {
    font-size: 46px;
  }
  .right-glance .info-box-wrapper h4 b {
    font-size: 30px;
  }
  .mb-6 {
    margin-bottom: 20px !important;
  }
  .ar-Chairman-wrapper .flex-column {
    margin-top: 0 !important;
  }
  .sec6 .sec-inner-wrapper .sus-inner-wrapper .sus-content-wrapper {
    padding: 25px;
  }
  .picture-frame {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 999.98px) {
  .picture-frame {
    font-size: 13px;
    line-height: 1.3;
    display: block;
    text-align: center;
  }
  .picture-frame .picture {
    padding-bottom: 10px;
    width: 100%;
  }
  .picture-frame .picture img {
    width: 100%;
  }
  .sec8 .sec-inner-wrapper .info-box-inner {
    flex-direction: column;
  }
  .sec5 .financial-wrapper .ar-Financial-wrapper {
    margin-bottom: 15px;
  }
  .sec5 .financial-wrapper .ar-Financial-wrapper h2 {
    font-size: 28px;
    line-height: 1;
  }
  .sec5 .financial-wrapper .mb-6 {
    margin-bottom: 0 !important;
  }
  .sec5 .ar-Financial-chart-wrapper .row.g-3 .col {
    flex: 100% 0 0;
    box-sizing: border-box;
  }
  .sec5 .ar-Financial-chart-wrapper .row.g-3 .col:first-child {
    margin-bottom: 20px;
  }
  .sec5 .financial-bottom {
    margin-top: 20px;
    margin-bottom: 25px;
    position: relative;
    bottom: 0;
    font-size: 12px;
    left: -10px;
  }
  .sec5 .financial-info .figure {
    font-size: 24px;
  }
  .sec6 .sec-inner-wrapper .sus-inner-wrapper {
    padding: 20px 0;
  }
  .sec6 .sec-inner-wrapper .sus-inner-wrapper .sus-content-wrapper .row .col {
    flex: 100% 0 0;
  }
  .sec6 .sec-inner-wrapper .sus-inner-wrapper .sus-content-wrapper .row .col:first-child {
    margin-bottom: 20px;
  }
  .sec7 .sec-inner-wrapper .report-inner-wrapper {
    padding: 20px 0;
  }
  .sec7 .sec-inner-wrapper .report-img {
    filter: blur(4px);
  }
  .sec3 .ar-Chairman-img {
    position: relative;
    height: auto;
  }
  .sec3 .ar-Chairman-wrapper .flex-column {
    flex-direction: row;
  }
  .sec3 .ar-Chairman-wrapper .ar-sec-button-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .sec3 .ar-Chairman-img .ar-Chairman-img-wrapper .ar-chairman {
    height: auto;
  }
  .sec2 .ar-Chairman-wrapper .flex-column {
    flex-direction: row;
  }
  .sec2 .arName-wrapper {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .sec2 .ar-Chairman-img .ar-Chairman-img-wrapper .ar-chairman {
    height: auto;
  }
  .sec2 .ar-Chairman-wrapper .ar-sec-button-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .chairman-pg .inner-stick-wrapper .arName-wrapper {
    left: 50%;
    max-width: 280px;
    transform: translateX(-50%);
  }
  .sec4 .sec-inner-wrapper .glace-wrapper {
    padding: 20px 0;
  }
  .join-pg .landing .sec-inner-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 578.98px) {
  .chairman-pg .landing .sec-inner-wrapper, .chairman-pg .landing .sec-inner-wrapper .landing-content {
    padding: 20px;
  }
  .picture-row .col {
    max-width: 50%;
    flex: 50% 0 0;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .sec4 .info-boxes .info-box {
    flex: 100% 0 0;
  }
  .sec4 .info-boxes .info-box:first-child {
    margin-bottom: 10px;
  }
  .sec4 .info-boxes .info-box-inner {
    text-align: center;
  }
  .sec4 .right-glance .info-boxes .info-box-inner {
    text-align: left;
  }
  .sec5 .financial-wrapper {
    position: relative;
  }
  .sec5 .financial-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sec8 .info-boxes .info-box {
    flex: 100% 0 0;
  }
  .sec8 .info-boxes .info-box:first-child {
    margin-bottom: 20px;
  }
  .notable-achievements-wrapper .notable-feature-box {
    flex-direction: column;
  }
  .recognition-progress-wrapper .recognition-progress-feature-box {
    flex-direction: column;
  }
}
[data-menuanchor] li.active [data-menu-button] > div:first-child, [data-menuanchor].active [data-menu-button] > div:first-child {
  background-color: #053052 !important;
  border-color: rgb(140 198 250) !important;
}
.accordion-item {
  color: var(--color-white);
}
.accordion-item.is-active {
  background-color: var(--color-primary-50);
  color: var(--color-black);
}
.accordion-item.is-active .accordion-icon {
  color: var(--color-black);
}
.biz-tab {
  color: var(--color-white);
}
.biz-tab-2 {
  color: var(--color-primary);
}
.biz-tab.active-tab {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.biz-tab-2.active-tab {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.btn-primary {
  background-color: #125E97;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.biz-pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.biz-pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,0.4);
  opacity: 1;
}
.biz-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
[data-panel="our-capitals"] .biz-swiper {
  height: calc(100vh - 300px);
}
.biz-swiper .swiper-wrapper {
  align-items: stretch;
}
.biz-swiper .swiper-slide {
  height: 100%;
  display: flex;
}
.biz-swiper .swiper-slide > div {
  width: 100%;
  height: 100%;
}
.section-height {
  @media (width >= 1024px) {
    min-height: 100vh;
  }
}
.section-padding {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 8);
  @media (width >= 1024px) {
    padding-top: 50px;
  }
  @media (width >= 1024px) {
    padding-right: 30px;
  }
  @media (width >= 1024px) {
    padding-bottom: 30px;
  }
  @media (width >= 1024px) {
    padding-left: 150px;
  }
}
:root {
  --font-weight-display-1: 600;
  --font-weight-display-2: 600;
  --font-weight-display-3: 600;
  --font-weight-display-4: 600;
  --font-weight-display-5: 600;
  --font-weight-display-6: 400;
  --font-weight-display-default: 400;
  --font-weight-display-small: 400;
  --font-weight-display-caption: 400;
  --font-size-display-1: 2rem;
  --line-height-display-1: normal;
  --font-size-display-2: 1.75rem;
  --line-height-display-2: normal;
  --font-size-display-3: 1.5rem;
  --line-height-display-3: normal;
  --font-size-display-4: 1.25rem;
  --line-height-display-4: normal;
  --font-size-display-5: 1.125rem;
  --line-height-display-5: normal;
  --font-size-display-6: 1.125rem;
  --line-height-display-6: normal;
  --font-size-display-default: 1rem;
  --line-height-display-default: 1.5;
  --font-size-display-small: 0.875rem;
  --line-height-display-small: normal;
  --font-size-display-caption: 0.75rem;
  --line-height-display-caption: normal;
}
@media (min-width: 768px) {
  :root {
    --font-size-display-1: 2.5rem;
    --font-size-display-2: 2.125rem;
    --font-size-display-3: 1.75rem;
    --font-size-display-4: 1.5rem;
    --font-size-display-5: 1.25rem;
    --font-size-display-6: 1.25rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --font-size-display-1: 3rem;
    --font-size-display-2: 2.5rem;
    --font-size-display-3: 2.125rem;
    --font-size-display-4: 1.75rem;
    --font-size-display-5: 1.5rem;
    --font-size-display-6: 1.25rem;
  }
}
@layer base {
  h1 {
    font-size: var(--font-size-display-1);
    line-height: var(--line-height-display-1);
    font-weight: var(--font-weight-display-1);
  }
  h2 {
    font-size: var(--font-size-display-2);
    line-height: var(--line-height-display-2);
    font-weight: var(--font-weight-display-2);
  }
  h3 {
    font-size: var(--font-size-display-3);
    line-height: var(--line-height-display-3);
    font-weight: var(--font-weight-display-3);
  }
  h4 {
    font-size: var(--font-size-display-4);
    line-height: var(--line-height-display-4);
    font-weight: var(--font-weight-display-4);
  }
  h5 {
    font-size: var(--font-size-display-5);
    line-height: var(--line-height-display-5);
    font-weight: var(--font-weight-display-5);
  }
  h6 {
    font-size: var(--font-size-display-6);
    line-height: var(--line-height-display-6);
    font-weight: var(--font-weight-display-6);
  }
  p {
    margin-bottom: calc(var(--spacing) * 0);
  }
  hr {
    margin-block: calc(var(--spacing) * 6);
  }
  ol {
    padding-left: calc(var(--spacing) * 8);
    list-style: revert;
  }
  ul {
    padding-left: calc(var(--spacing) * 8);
    list-style: revert;
  }
  body {
    font-size: var(--font-size-display-default);
    line-height: var(--line-height-display-default);
    font-weight: var(--font-weight-display-default);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
