@font-face {
  font-family: TASA Explorer;
  src: url('../fonts/TASAExplorer-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TASA Explorer;
  src: url('../fonts/TASAExplorer-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: TASA Orbiter;
  src: url('../fonts/TASAOrbiter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TASA Orbiter;
  src: url('../fonts/TASAOrbiter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--legacy-lime-green: #0cb04a;
  --base-color-system--success-green: #cef5ca;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --base-color-neutral--neutral-dark: #444;
  --background-color--background-secondary: var(--base-color-brand--blue);
  --base-color-brand--gotyme-cyan: #80e0dd;
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-neutral--white: #fff;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--jg-summit-royal-blue: #0057bf;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--cebu-pacific-sun: #f3f431;
  --text-color--text-tertiary: #f3f431;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral: #666;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--strategy-slate-gray: #2e2d3d;
  --base-color-brand--sustainability-teal: #009482;
  --base-color-brand--baby-teal: #afe8e5;
  --base-color-brand--urc-red: #ef434c;
  --base-color-brand--rlc-silver: #edefee;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: TASA Orbiter, Arial, sans-serif;
}

a {
  color: var(--link-color--link-primary);
  font-family: TASA Orbiter, Arial, sans-serif;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3.text-color-blue-2 {
  font-weight: 700;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-medium.padding-bottom-none {
  padding-bottom: 0;
}

.padding-global.padding-section-medium.padding-sides-none {
  padding-left: 0;
  padding-right: 0;
}

.padding-global.padding-section-medium.padding-top-none {
  padding-top: 0;
}

.padding-global.padding-section-medium.padding-top-none.is-relative, .padding-global.padding-section-medium.is-relative {
  position: relative;
}

.padding-global.padding-section-medium.background-color-lighter-blue {
  background-color: #ebf1ff;
}

.padding-global.padding-section-small.padding-bottom-large {
  padding-bottom: 6rem;
}

.padding-global.padding-section-small.footer_subsection {
  background-color: var(--base-color-brand--blue-dark);
  background-color: #080331;
}

.padding-global.background-color-legacy-green {
  background-color: var(--base-color-brand--legacy-lime-green);
  color: #fff;
  background-image: url('../images/Wireframe---1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.padding-global.background-color-legacy-green.full-height {
  min-height: 100vh;
}

.padding-global.background-color-legacy-green.full-height.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global.background-color-legacy-green.full-height.flex-center.home {
  background-position: 100% 0;
  background-attachment: scroll;
}

.padding-global.background-color-light-green {
  background-color: var(--base-color-system--success-green);
}

.padding-global.background-color-blue {
  background-color: #132061;
}

.padding-global.background-color-blue.full-height {
  min-height: 100svh;
}

.padding-global.background-color-blue.full-height.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global.background-color-blue.full-height.flex-center.home {
  background-image: url('../images/jgs-slants-blue.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.is-caption {
  margin-top: .25rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-grey {
  color: var(--base-color-neutral--neutral-dark);
}

.text-size-small.is-caption {
  margin-top: .25rem;
}

.heading-style-h4 {
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.text-color-cyan {
  color: var(--base-color-brand--gotyme-cyan);
}

.page-wrapper.corp-dir {
  background-color: #003a23;
}

.page-wrapper.corp-structure {
  background-color: #132061;
}

.page-wrapper.core-inv {
  background-color: #afe8e5;
}

.page-wrapper.home {
  background-color: #114599;
}

.page-wrapper.geographic-presence {
  background-color: #003a23;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-style-h5.corp-dir {
  color: var(--base-color-system--success-green);
}

.heading-style-h5.corp-structure {
  color: var(--base-color-brand--blue-dark);
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper.home {
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: 4rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-secondary.is-white {
  border-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.font-tasaorbiter {
  font-family: TASA Orbiter, Arial, sans-serif;
}

.text-size-medium.text-color-blue.text-leading-small {
  line-height: 1.2;
}

.text-size-medium.text-color-blue.text-leading-small.margin-bottom-05rem {
  margin-bottom: .5rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.flex-v {
  flex-flow: column;
  display: flex;
}

.container-medium.flex-v.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small.hanger {
  float: left;
  position: relative;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-xxlarge.message-hero-illo {
  background-image: url('../images/CM-01-Dark.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  z-index: 101;
  background-color: #0000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_component.home {
  background-image: none;
  position: fixed;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start center;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_content.corp-dir {
  place-items: end start;
}

.hero_content.home {
  z-index: 10;
  place-items: start;
  max-width: 32rem;
  margin-left: 2.5rem;
  position: absolute;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_image.is-small {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hero_heading {
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.hero_heading.corp-structure {
  color: #80e0de;
}

.hero_heading.corp-structure.is-longer-text {
  font-size: 3.5rem;
}

.hero_heading.core-inv {
  color: #27336f;
}

.hero_heading.home {
  font-size: 5rem;
  line-height: 1;
}

.section_hero {
  background-color: var(--base-color-brand--jg-summit-royal-blue);
  color: #fff;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.section_hero.corp-dir {
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 40%, #0b4b2e, #0000 50%);
  justify-content: flex-start;
}

.section_hero.corp-structure {
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 75%, #2d62ff4d, #1110 33%);
  justify-content: flex-start;
  min-height: 0;
}

.section_hero.corp-structure.overflow-none {
  overflow: hidden;
}

.section_hero.corp-inv {
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 40%, #77d8bb, #0000 20%);
  justify-content: flex-start;
}

.section_hero.geographic-presence {
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 75%, #01492c, #1110 33%);
  justify-content: flex-start;
  min-height: 0;
}

.section_hero.geographic-presence.overflow-none {
  overflow: hidden;
}

.section_hero.home {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  position: static;
  top: 0;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hero_grid.corp-dir {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  display: grid;
  position: relative;
}

.hero_grid.subpage {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.hero_grid.bod-profile {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  display: grid;
  position: relative;
}

.nav_fixed {
  position: static;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.grid-col-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.grid-col-2.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.grid-col-2.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-col-2.gap-2rem.y-stretch {
  align-items: stretch;
}

.grid-col-2.gap-1rem {
  grid-auto-flow: row;
  place-items: stretch stretch;
}

.featured-message-box.is-chairman, .featured-message-box.is-president {
  aspect-ratio: 1;
  background-color: #e3f0ff;
  border-radius: 32px;
}

.hero_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-self: center;
  display: flex;
  position: sticky;
  top: 2rem;
}

.hero_left.subpage {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  position: relative;
}

.hero_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero_right.core-inv, .hero_right.bod-profile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.hero_right.gbf {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.hero_right.messages {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: url('../images/CM-01-Dark.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 10rem;
  max-width: 800px;
}

.hero_right.ceos-report {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: url('../images/PR-01-Dark.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 10rem;
  max-width: 800px;
}

.directory-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px none var(--base-color-neutral--neutral-lighter);
  background-color: #093622;
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: grid;
}

.file-link {
  color: #1646a3;
  padding: .875rem 1rem;
  font-size: 1rem;
}

.file-link:hover {
  background-color: #eef4ff;
}

.file-link:visited {
  color: #1646a3;
}

.menu-button {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 2rem;
  align-self: flex-start;
  padding: 0;
  display: block;
  overflow: hidden;
}

.menu-button:hover {
  background-color: #004aa2;
}

.menu-button:active {
  background-color: #0000;
  border-radius: 1.5rem;
}

.menu-button.w--open {
  background-color: var(--base-color-brand--jg-summit-royal-blue);
  color: #fff;
  border: 1px solid #97c9ff;
  border-radius: 2rem;
  overflow: hidden;
}

.menu-button.is-close-button {
  color: #fff;
  filter: brightness(0) invert();
  line-height: .1;
}

.menu-button.is-close-button.w--open {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.menu-button.is-close-button.w--open:hover {
  width: 20px;
  height: 20px;
  color: var(--base-color-brand--blue-dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.floating-navbar {
  z-index: 101;
  width: 100%;
  box-shadow: none;
  background-color: #0000;
  border: 1px #edefee;
  position: relative;
}

.fa-chevron-down {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 25.5px;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: .75rem;
  line-height: 130%;
  display: flex;
}

.downloads-dropdown {
  width: 228px;
  height: auto;
  display: none;
  position: absolute;
  top: 5rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #2c64cf;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

.button-2:visited {
  color: #fff;
}

.button-2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.button-2.is-icon.downloads-button {
  z-index: 101;
  float: right;
  color: #08358d;
  background-color: #0000;
  border-radius: 0;
  margin-right: 30px;
  padding: .5rem .75rem;
  display: inline-flex;
  position: static;
}

.button-2.is-icon.downloads-button:hover {
  color: #2c64cf;
}

.button-2.is-icon.downloads-button.dropdown-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-left: 1px #2c64cf;
  border-radius: 1.5rem;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: .75rem;
  display: inline-flex;
  position: relative;
  bottom: 4rem;
  overflow: visible;
}

.button-2.is-icon.downloads-button.dropdown-button:hover {
  background-color: #eef4ff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.button-2.is-icon.downloads-button.dropdown-button.w--open {
  bottom: 4rem;
}

.button-2.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-2.is-text.text-color-theme {
  color: #121212;
  background-color: #fff;
  border-radius: 1.5rem;
}

.button-2.is-text.text-color-theme.button-mini {
  color: #2c64cf;
  background-color: #eef4ff;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 700;
  display: block;
  position: relative;
}

.button-2.is-text.text-color-theme.button-mini:hover {
  background-color: #c5e0f6;
}

.button-2.is-large {
  border-radius: 4rem;
  align-self: auto;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .2s;
}

.button-2.is-large:hover {
  background-color: #1646a3;
  border: 1px #edefee;
}

.button-2.is-large:visited {
  color: #fff;
}

.button-2.is-large.background-color-white.text-color-blue-bright {
  color: #2c64cf;
}

.button-2.is-large.background-color-white.text-color-blue-bright:hover {
  background-color: #eef4ff;
}

.nav-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fontawesome-medium-icon {
  font-family: "Fa 400", Arial, sans-serif;
}

.pdf-button {
  border-radius: 1.5rem;
  justify-content: flex-end;
  align-items: flex-start;
  width: 164px;
  display: flex;
  overflow: visible;
}

.pdf-button:hover {
  background-color: #eef4ff;
}

.navbar_logo {
  max-width: 225px;
}

.nav-grid {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #121212;
  border: 1px solid #0000;
  border-radius: .25rem;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  padding: .5rem;
  font-size: 1.15rem;
  line-height: 2.5rem;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-menu_link:hover {
  color: #5a5a5a;
  background-color: #f8f8f8;
  border: 1px solid #0000;
  border-radius: .25rem;
}

.nav-menu_link:active {
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border-color: #c5e0f6;
}

.nav-menu_link:focus {
  border: 1px solid #c5e0f6;
}

.nav-menu_link:visited, .nav-menu_link.w--current {
  color: #2e2d3d;
}

.nav-menu_link.menu-button {
  color: #fff;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  width: auto;
  margin-right: 0;
  padding: 0 .75rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.nav-menu_link.menu-button:hover {
  background-color: #0000;
  border-style: none;
  border-radius: 2rem;
  font-weight: 400;
}

.nav-menu_link.menu-button {
  color: #fff;
  background-color: #0057bf;
  border-style: none;
  flex-flow: column;
  width: auto;
  margin-right: 0;
  padding: 0 .75rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.nav-menu_link.menu-button:hover {
  border-style: none;
  border-radius: 2rem;
  font-weight: 400;
}

.nav-menu_link.menu-button.w--current {
  color: #2e2d3d;
}

.nav-menu_link.menu-button.w--current:hover {
  color: #2c64cf;
}

.nav-menu_link.menu-button.w--current:visited {
  color: #2e2d3d;
}

.downloads-dropdown_list {
  z-index: 100;
  width: 127px;
  position: static;
}

.downloads-dropdown_list.w--open {
  background-color: #fff;
  border-radius: 1rem;
  width: auto;
  position: relative;
  top: -2.5rem;
  overflow: hidden;
}

.menu-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.caret-down {
  color: #fff;
  margin-bottom: .4rem;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.text-menu-super-small {
  color: var(--base-color-neutral--neutral-lighter);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  transition: opacity .4s;
}

.secondary-links {
  margin-bottom: 1rem;
  padding: 0 0 0 0;
}

.secondary-links.mts {
  opacity: 0;
  display: none;
}

.secondary-links.strat-enablers {
  display: none;
}

.secondary-links.corp-gov {
  font-size: 1.125rem;
  font-weight: 500;
  display: none;
}

.secondary-links.inv-port {
  display: none;
}

.secondary-links.lead {
  margin-bottom: 0;
  display: none;
}

.menu_close-button {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 0 0 auto auto;
}

.side-menu-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s;
}

.side-menu-link:hover {
  color: #82bbff;
}

.secondary-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  display: flex;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--base-color-brand--blue-light);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff1a;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 4px 4px 0;
  font-size: .7em;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.underline-link:hover {
  color: var(--base-color-brand--cebu-pacific-sun);
}

.x-mark_60-opacity {
  opacity: .6;
}

.nav-menu {
  text-align: left;
  z-index: 102;
  background-color: #0000;
  background-image: linear-gradient(-90deg, #03074d 15%, #060946e6 58%, #0304216e 80%, #0000);
  border-radius: 0;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.secondary-links-left {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.side-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  display: flex;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.side-menu-links-container {
  border: 1px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.main-links {
  flex-direction: column;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  transition: all .4s;
  display: flex;
}

.text-size-tiny-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-tiny-3.dark {
  color: #fff;
  text-align: left;
}

.text-size-tiny-3.dark:hover {
  color: #82bbff;
}

.side-menu-links-wrapper {
  z-index: 110;
  background-color: #fff;
  border-top: 1px solid #edefee;
  border-bottom: 1px solid #edefee;
  border-left: 1px solid #edefee;
  border-radius: 1rem;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 7rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.side-menu-links-wrapper.mobile {
  background-color: #0000;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-right: 0;
}

.hover-line-fill {
  background-color: #0009;
  width: 100%;
  height: 100%;
}

.container-large-2 {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s;
}

.container-large-2.menu {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.link-block {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.link-block._2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  transition-property: all;
  display: flex;
}

.link-block._5, .link-block._3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.link-block._7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block._4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.side-menu-container {
  z-index: 101;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: none;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.directory-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #0000;
  border-bottom: 1px solid #000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3rem;
  display: block;
}

.text-color-tertiary {
  color: var(--text-color--text-tertiary);
}

.bread-crumb {
  padding-top: 0;
  padding-bottom: 0;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s;
}

.breadcrumb-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 0;
  margin-bottom: -1rem;
  padding-left: 0;
  display: flex;
}

.bread-crumb-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.bread-crumb-list-item.text-color-primary {
  color: var(--text-color--text-primary);
}

.bread-crumb-link {
  color: #fff;
  text-transform: none;
  font-size: .75rem;
  text-decoration: none;
}

.bread-crumb-link.w--current {
  color: #2c64cf;
  font-weight: 500;
}

.bread-crumb-link.font-awesome {
  font-size: .75rem;
}

.bread-crumb-link.text-color-primary {
  color: var(--text-color--text-primary);
}

.bar-text_label.text-size-large.text-leading-large.text-color-white {
  color: #fff;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-weight: 700;
}

.content-row_logo {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 52px;
}

.content-row_logo.is-exempt {
  max-height: 92px;
}

.content-row_bar {
  background-color: #b8b8b8;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.text-size-regular-2 {
  color: #5a5a5a;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}

.content-row_description {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.content-row_bar-fill {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: .75rem;
  display: flex;
}

.content-row_bar-fill.urc {
  background-color: #da3553;
  width: 57%;
}

.content-row_bar-fill.fill-color-cebupac {
  background-color: #06a7e0;
}

.content-row_bar-fill.fill-color-cebupac.width-65pt5 {
  transform-origin: 0 0;
  background-color: #06a7e0;
  width: 66.5%;
}

.content-row_bar-fill.fill-color-robinsons-land {
  background-color: #004c97;
}

.content-row_bar-fill.fill-color-robinsons-land.width-65pt3 {
  transform-origin: 0 0;
  background-color: #004c97;
  width: 66%;
}

.content-row_bar-fill.go-tyme {
  transform-origin: 0 0;
  background-color: #2d2d3a;
  width: 22%;
}

.content-row_bar-fill.dhl {
  transform-origin: 0 0;
  background-color: #da3553;
  width: 50%;
}

.content-row_bar-fill.lipad {
  transform-origin: 0 0;
  background-color: #004c97;
  width: 33%;
}

.content-row_bar-fill.meralco {
  transform-origin: 0 0;
  background-color: #fe773e;
  width: 26.4%;
}

.content-row_bar-fill.singapore-land {
  transform-origin: 0 0;
  background-color: #004c97;
  width: 37%;
}

.content-row_bar-fill.pldt {
  transform-origin: 0 0;
  background-color: #737b8e;
  width: 11.3%;
}

.content-row_bar-fill.bpi {
  transform-origin: 0 0;
  background-color: #a32c30;
  width: 3.6%;
  height: 100%;
}

.corporate-structure_content-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--base-color-brand--blue-light);
  border-radius: 1rem;
  grid-template: "Logo Description Bar"
  / 2fr 5fr 3fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 1.5rem;
  display: grid;
}

.content-row_bar-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-row_bar-text.text-color-white {
  justify-content: space-between;
  align-items: center;
}

.text-size-tiny-4 {
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: .875rem;
  line-height: 150%;
}

.text-size-tiny-4.text-weight-semibold.text-color-secondary-default-400 {
  text-transform: none;
  font-size: .85rem;
  font-weight: 500;
}

.text-size-tiny-4.text-color-white.text-leading-match {
  color: #fff;
  flex: none;
  line-height: 100%;
}

.text-size-tiny-4.text-color-grey-subtle-text {
  color: #5a5a5a;
  margin-bottom: .25rem;
}

.text-size-tiny-4.text-color-grey-subtle-text.is-table-header {
  color: #757575;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.text-size-tiny-4.text-color-grey-subtle-text.is-table-header.hidden-on-mobile.hidden-on-tablet {
  position: static;
}

.text-size-tiny-4.text-color-grey-subtle-text.is-table-header.margin-bottom-1rem {
  margin-bottom: 1rem;
}

.text-size-tiny-4.text-leading-match {
  line-height: 100%;
}

.text-size-tiny-4.text-tracking-small {
  letter-spacing: 1px;
}

.text-size-tiny-4.text-tracking-small.text-color-secondary-strong-500 {
  font-size: .75rem;
  line-height: 190%;
}

.text-size-tiny-4.text-tracking-small.text-color-sustainability-teal {
  color: #009482;
  -webkit-text-stroke-color: #009482;
  font-size: .75rem;
  line-height: 190%;
}

.content-row_logo-box {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  max-height: 52px;
  display: flex;
  overflow: hidden;
}

.bar-text_percent.text-size-xsmall {
  font-size: 12px;
}

.bar-text_percent.text-size-xsmall.text-leading-match {
  line-height: 130%;
}

.bar-text_percent.text-size-xsmall.text-leading-match.text-weight-bold {
  font-family: TASA Orbiter, Arial, sans-serif;
  font-weight: 600;
}

.bar-text_percent.text-size-xsmall.text-leading-match.text-weight-bold.text-color-pldt {
  -webkit-text-stroke-color: #e40025;
}

.section_corp-structure_sbu {
  color: #fff;
}

.investment-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-large-2 {
  color: #121212;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.text-size-large-2.text-color-white {
  color: #121212;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: mode-d81f4631-0c7a-e5c7-0749-cb69410436de;
}

.back-to-top-box {
  z-index: 100;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.footer-logo {
  max-width: 220px;
  margin-top: .5rem;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid.is-subsection {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #051a42;
}

.padding-medium-2 {
  padding: 3rem 2rem 2rem;
}

.padding-medium-2.background-color-blue-dark {
  background-color: #050e2e;
  padding-bottom: 3rem;
}

.grid-row-wrapper {
  border: 1px #edefee;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
  padding-bottom: 2.5rem;
}

.grid-row-wrapper._3-col-grid {
  border-bottom-style: none;
  padding-bottom: 0;
}

.grid-row-wrapper._3-col-grid.footer.before.margin-bottom-none {
  background-color: #0000;
}

.footer_link_text {
  color: #c5e0f6;
  font-size: 1rem;
  text-decoration: none;
}

.footer_link_text:visited {
  color: #fff;
}

.footer_link_text.w--current {
  color: #80e0dd;
  font-weight: 400;
}

.footer_link_text.heading {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s;
}

.footer_link {
  margin-bottom: .5rem;
  font-weight: 400;
  text-decoration: none;
}

.footer_link.text-weight-semibold {
  text-transform: none;
  margin-bottom: .5rem;
  font-weight: 700;
}

.footer_link.text-weight-semibold.margin-bottom-1rem-mobile {
  margin-bottom: 1.85rem;
}

.grid-column-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid-column-wrapper.is-hero-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.back-to-top_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #edefee;
  border-radius: 4rem;
  flex-flow: row;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.back-to-top_link:hover {
  background-color: #eef4ff;
}

.back-to-top_link:active {
  background-color: #c5e0f6;
  border-color: #c5e0f6;
}

.back-to-top_link:focus {
  border-color: #c5e0f6;
}

.footer_link-list {
  margin-top: 0;
  margin-bottom: 1.85rem;
  padding-left: 0;
  list-style-type: none;
}

.text-size-regular-3 {
  color: #5a5a5a;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}

.text-size-regular-3.line-height-regular {
  line-height: 120%;
}

.text-size-regular-3.text-color-blue-bright {
  color: #2c64cf;
}

.text-size-regular-3.margin-bottom-0 {
  margin-bottom: 0;
}

.text-size-regular-3.margin-bottom-small {
  margin-bottom: .5rem;
}

.toc-icon {
  color: #5a5a5a;
  text-align: center;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 1rem;
}

.corp-structure_sections {
  background-color: var(--base-color-brand--blue-dark);
  background-image: radial-gradient(circle at 100% 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 0 25%, #2d62ff4d, #0000 50%);
}

.back-to-top-text {
  color: var(--text-color--text-primary);
}

.quick-link-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3rem;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.quick-link-box:hover {
  color: var(--text-color--text-primary);
  background-color: #eef4ff;
  border-style: solid;
  border-color: #c5e0f6;
}

.quick-link-box:active {
  border-color: #2c64cf;
}

.quick-link-box:focus {
  border-color: #c5e0f6;
}

.quick-link-box:visited {
  color: #08358d;
}

.quick-link-box.bordered:visited {
  color: var(--base-color-neutral--white);
}

.text-style-quick-link {
  flex: 1;
}

.icon-1x1-medium-2 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.directory-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.directory-contact-detail {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  display: flex;
}

.directory-icon {
  font-family: "Fa 400", Arial, sans-serif;
}

.text-style-link-directory {
  color: var(--background-color--background-success);
}

.icon-1x1-medium-3 {
  color: #fff;
  fill: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.quick-link-container {
  align-self: center;
  margin-top: 2rem;
}

.quick-link-container.is-full-width {
  align-self: stretch;
}

.quick-link-container.is-solid.is-full-width {
  margin-top: 0;
}

.core-investment {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px none var(--base-color-neutral--neutral-lighter);
  color: var(--text-color--text-primary);
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.coreinv_logo-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 16rem;
  display: flex;
  overflow: hidden;
}

.coreinv_logo-wrapper.condensed {
  border-radius: 0;
  max-width: 8rem;
}

.message-profile-photo {
  box-sizing: border-box;
  aspect-ratio: auto;
  width: auto;
  max-width: 100%;
  max-height: 5rem;
}

.core-investment-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-content-chart {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.stat-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.stat-heading.is-description.text-size-medium {
  color: #b31a23;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
}

.stat-heading.is-description.text-size-medium.text-color-accent {
  color: #121212;
}

.core-investment-stat_box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.core-investment-stat_box._2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: start stretch;
  display: grid;
}

.core-investment-stat_box._2-col._1-col {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.text-color-primary-2 {
  color: #000;
}

.text-color-primary-2.text-weight-normal {
  color: #121212;
}

.peso-symbol-svg {
  aspect-ratio: 1 / 2;
  height: 3.5rem;
  margin-top: 1.4rem;
  margin-right: 0;
}

.core-investment-stat {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 1rem 1rem;
  display: flex;
}

.core-investment-stat.is-compact {
  padding: 1.25rem 2.5rem 2rem;
}

.core-investment-stat.is-compact.background-color-none {
  background-color: #0000;
  border-bottom-style: dashed;
  border-bottom-color: #bebfc2;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.core-investment-stat.is-compact.background-color-none.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.core-investment-stat.is-compact.background-color-none.is-meralco {
  border-bottom-style: dashed;
  border-bottom-color: #bebfc2;
}

.core-investment-stat.is-compact.background-color-none.is-meralco._1-col {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.stat-indicator {
  background-color: var(--base-color-brand--legacy-lime-green);
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: 28px;
  padding: .25rem .75rem;
  display: inline-flex;
}

.stat-highlight {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.stat-highlight.is-number {
  color: #121212;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5rem;
}

.stat-highlight.is-number.text-color-meralco {
  color: #fe773e;
  margin-top: 0;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.stat-highlight.is-number.text-color-meralco.peso-symbol-svg {
  margin-right: .5rem;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 5.5rem;
}

.stat-highlight.is-number.text-color-singland {
  color: #a57500;
  margin-top: 0;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.stat-highlight.is-number.text-color-singland.peso-symbol-svg {
  margin-right: .5rem;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 5.5rem;
}

.stat-highlight.is-number.text-color-pldt {
  color: #757575;
  margin-top: 0;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.stat-highlight.is-number.text-color-pldt.peso-symbol-svg {
  margin-right: .5rem;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 5.5rem;
}

.stat-highlight.is-number.text-color-bpi {
  color: #a42a25;
  margin-top: 0;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.stat-highlight.is-number.text-color-bpi.peso-symbol-svg {
  margin-right: .5rem;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 5.5rem;
}

.stat-highlight.align-right.stat-highlight-100 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.stat-highlight.is-number {
  color: #121212;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5rem;
}

.stat-highlight.is-number.text-color-secondary-weak-300 {
  color: #2c64cf;
}

.quick-link-box-solid {
  color: #08358d;
  background-color: #eef4ff;
  border: 1px solid #fff;
  border-radius: 3rem;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.quick-link-box-solid:hover {
  background-color: #eef4ff;
  border-style: solid;
  border-color: #c5e0f6;
}

.quick-link-box-solid:active {
  border-color: #2c64cf;
}

.quick-link-box-solid:focus {
  border-color: #c5e0f6;
}

.quick-link-box-solid:visited {
  color: #08358d;
}

.text-style-quick-link-2 {
  color: #1646a3;
  flex: 1;
  font-weight: 700;
}

.icon-1x1-medium-4 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-medium-4.is-external {
  transform: rotate(-45deg);
}

.text-color-meralco {
  color: #f15623;
}

.text-color-singland {
  color: #a57500;
}

.text-color-pldt {
  color: #d41c29;
}

.text-color-bpi {
  color: #a42a25;
}

.footer_subsection-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.image {
  height: 3rem;
}

.people-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leader-grid_card {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.leader-grid_card.is-rounded {
  border-radius: 1rem;
  overflow: hidden;
}

.leadership-subtitle {
  color: #5a5a5a;
  text-align: center;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.leadership-subtitle.margin-top-0 {
  margin-top: 0;
  font-family: TASA Orbiter, Arial, sans-serif;
}

.info-inset_left {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.profile-card_image-wrapper {
  box-sizing: border-box;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background-color: #eef4ff;
  border-radius: 1.5rem 0 1.5rem 1.5rem;
  overflow: hidden;
}

.profile-card_image-wrapper.center-on-mobile {
  aspect-ratio: 4 / 5;
  border-radius: 0 0 0 0;
  position: relative;
}

.profile-card_image-wrapper.center-on-mobile.is-rounded {
  border-radius: 2rem;
}

.profile-card_image-wrapper.center-on-mobile.home {
  aspect-ratio: auto;
}

.profile-card_image-wrapper.center-on-mobile.home.chairman {
  background-image: url('../images/ELC-01-James-Go.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-card_image-wrapper.center-on-mobile.home.lance {
  background-image: url('../images/ELC-02-Lance-Gokongwei.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-card_info-inset {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 102px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.leader-card_image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  margin-bottom: -1px;
}

.profile-card_name {
  color: #2c64cf;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.profile-card_name.text-color-regular {
  color: #121212;
}

.list_item-wrapper.full-width {
  margin-bottom: 10px;
}

.list_item-wrapper.full-width.full-height {
  height: 100%;
  margin-bottom: 0;
}

.list_item-wrapper.full-width.full-height.enclosed {
  padding: 1rem;
}

.list_item-wrapper.full-width.full-height.enclosed.background-color-blue-light {
  background-color: #eef4ff;
}

.list_item-wrapper.full-width.full-height.enclosed.background-color-blue-light.border-radius-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
}

.list_item-wrapper.full-width.full-height.enclosed.background-color-blue-light.border-radius-medium.with-icon {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list_item-wrapper.full-width.full-height.enclosed.border-radius-medium.background-color-grey {
  background-color: #edefee;
  border-radius: 1rem;
  padding-bottom: 1.25rem;
}

.list_item-wrapper.full-width.full-height.enclosed.border-radius-medium.background-color-grey.with-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-numbers-36px {
  color: #2c64cf;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.text-numbers-36px.text-weight-bold {
  font-family: TASA Explorer, Arial, sans-serif;
}

.text-numbers-36px.text-weight-bold.text-color-secondary-strong-500 {
  font-family: TASA Explorer, Arial, sans-serif;
  font-weight: 700;
}

.text-numbers-36px.text-weight-bold.text-color-gotyme {
  font-family: TASA Explorer, Arial, sans-serif;
}

.text-numbers-36px.new-kansas {
  text-align: center;
  text-align: center;
  align-self: stretch;
  font-family: TASA Explorer, Arial, sans-serif;
}

.text-numbers-36px.new-kansas.is-in-home {
  flex: 1;
}

.spacer-xsmall-2, .spacer-xsmall-3 {
  width: 100%;
  padding-top: .5rem;
}

.gbf-sections {
  background-color: #fff;
  background-image: none;
}

.section_gbf {
  color: var(--text-color--text-primary);
}

.text-color-blue {
  color: var(--base-color-brand--jg-summit-royal-blue);
}

.image-wrapper {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: .5rem;
  width: 100%;
  overflow: hidden;
}

.image-wrapper.landscape {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-wrapper.wide {
  aspect-ratio: 2;
  object-fit: contain;
}

.image-wrapper.flex-center.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  justify-content: center;
  display: flex;
}

.image-wrapper.flex-center.is-small.is-floated {
  float: right;
  clear: none;
  width: auto;
  max-width: 50%;
  margin-left: 2rem;
}

.image-wrapper.flex-center.is-small.is-floated.is-sticky {
  margin-bottom: 2rem;
  position: sticky;
  top: 32px;
}

.image-wrapper.flex-center.is-small.is-floated.is-sticky.is-float-left {
  float: left;
  margin-left: 0;
  margin-right: 2rem;
}

.image-wrapper.width-12rem {
  width: 12rem;
}

.image-wrapper.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.base-image {
  width: 100%;
}

.flex-v-gap1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-v-gap1.margin-bottom-3rem {
  margin-bottom: 3rem;
}

.flex-v-gap1.padding-right-2rem {
  padding-right: 2rem;
}

.grid-col-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_body {
  background-color: var(--base-color-neutral--white);
}

.sidebar-and-content-flex-wrapper.align-center.full-width {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.sidebar-and-content-flex-wrapper.align-center.full-width.background-color-primary-100 {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .25fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: static;
}

.page-progress-bar_indicator {
  z-index: 1;
  transform-origin: 0%;
  background-color: #c5e0f6;
  width: 100%;
  height: .15rem;
  position: absolute;
  inset: auto auto 0 0%;
}

.paragraph-wrapper {
  margin-bottom: 1.5rem;
  position: static;
}

.paragraph-wrapper.margin-bottom-none {
  margin-bottom: 0;
}

.paragraph-wrapper.is-relative {
  position: relative;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-bottom-none.text-color-blue-bright {
  color: #2c64cf;
}

.sidebar-drawer {
  z-index: 100;
  perspective-origin: 50%;
  transform-origin: 0%;
  border: 1px #5a5a5a;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  height: 0;
  margin: 0 8rem 0 0;
  display: flex;
  position: fixed;
  inset: auto 0 6.5rem auto;
  overflow: visible;
}

.sidebar-drawer.display {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 6rem;
}

.sidebar-drawer.hidden-on-desktop {
  display: none;
}

.document-wrapper {
  flex: 1;
}

.margin-0-2 {
  margin: 0;
}

.sidebar-toc {
  z-index: 99;
  color: #5a5a5a;
  background-color: #fff;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  width: 3.2rem;
  height: auto;
  padding: 1rem;
  text-decoration: none;
  position: absolute;
  inset: 2rem -3.2rem auto auto;
  box-shadow: 2px 2px 3px #0000001a;
}

.sidebar-toc.close {
  z-index: 101;
  width: 2rem;
  box-shadow: none;
  border: 1px #000;
  margin-left: .25rem;
  padding: .25rem;
  display: block;
  position: static;
}

.sidebar-toc.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: auto;
  box-shadow: none;
  border: 1px solid #edefee;
  border-radius: 4rem;
  transition: opacity .2s;
  display: flex;
  inset: auto auto 1rem 1.5rem;
}

.sidebar-toc.list-copy {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  width: auto;
  box-shadow: none;
  border: 1px solid #edefee;
  border-radius: 4rem;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: auto 8rem 2rem auto;
}

.sidebar-toc.list-copy:hover {
  background-color: #eef4ff;
}

.sidebar-toc.list-copy:active {
  background-color: #c5e0f6;
  border-color: #c5e0f6;
}

.sidebar-toc.list-copy:focus {
  border-color: #c5e0f6;
}

.sidebar-toc.list-copy.hidden-on-desktop {
  display: none;
}

.sidebar {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.sidebar.size-305 {
  width: 30.5%;
}

.sidebar.size-305.hidden-on-mobile {
  width: 100%;
  min-width: 200px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.text-color-grey-subtle-text {
  color: #2e2d3d;
}

.text-color-grey-subtle-text.text-size-tiny.text-leading-medium {
  color: #5a5a5a;
  line-height: 150%;
}

.text-color-grey-subtle-text.text-size-tiny.text-leading-medium.margin-bottom-0 {
  align-self: auto;
  margin-bottom: 0;
}

.table-wrapper {
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.table-wrapper.margin-bottom-0 {
  margin-bottom: 0;
  overflow: hidden;
}

.table-wrapper.margin-bottom-0.border-radius-medium {
  border: 1px #fff;
  border-radius: .5rem;
}

.sidebar-drawer_content-display {
  z-index: 100;
  float: none;
  background-color: #fff;
  border: 1px solid #edefee;
  border-radius: .5rem;
  align-self: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0;
  overflow: visible;
  transform: translate(0);
}

.instruction-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eef4ff;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  padding: .5rem 1rem;
  display: inline-flex;
}

.margin-left_2rem {
  margin-left: 2rem;
}

.jumper-label {
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  border-bottom: 1px solid #edefee;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .5rem .5rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-full-width {
  color: #1646a3;
  border: 1px solid #edefee;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.lightbox-full-width.margin-top-1rem {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.lightbox-full-width.margin-top-1rem.is-small {
  float: right;
  object-fit: fill;
  width: auto;
  display: inline-flex;
  position: relative;
}

.lightbox-full-width.margin-top-1rem.is-small.is-floated {
  margin-top: 0;
  margin-left: 2rem;
}

.lightbox-full-width.margin-bottom-none {
  margin-bottom: 0;
}

.nested-level-1 {
  padding-top: 1rem;
  padding-left: 2rem;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1rem;
}

.sidebar-drawer_link-group {
  margin-bottom: 0;
}

.sidebar-drawer_link-group.is-first {
  margin-top: 0;
  margin-bottom: 0;
}

.toc-icon-2 {
  color: #5a5a5a;
  text-align: center;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  font-size: 1rem;
}

.spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.full-width {
  object-fit: fill;
  width: 100%;
}

.full-width.max-height {
  width: auto;
  height: auto;
  max-height: 300px;
}

.icon-1x1-small-2 {
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
}

.sidebar-nav-link {
  color: #121212;
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  padding: 1rem 3.5rem 1rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
}

.sidebar-nav-link:hover {
  background-color: #eef4ff;
  border-radius: .25rem;
}

.sidebar-nav-link:visited {
  color: #121212;
}

.sidebar-nav-link.w--current {
  background-color: #eef4ff;
  border-radius: .25rem;
}

.sidebar-nav-link.is-hover-blue {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 400;
}

.sidebar-nav-link.is-hover-blue:hover {
  background-color: #eef4ff;
}

.sidebar-nav-link.is-hover-blue.w--current {
  font-weight: 400;
}

.sidebar-nav-link.is-hover-blue.link-height-narrow {
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 1rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 130%;
}

.sidebar-nav-link.is-hover-blue.link-height-narrow:hover {
  background-color: #fff;
}

.sidebar-nav-link.is-hover-blue.link-height-narrow.w--current {
  background-color: #eef4ff;
}

.sidebar-nav-link.is-hover-blue.link-height-narrow.is-last {
  padding-bottom: .5rem;
}

.sidebar-nav-link.is-hover-blue.is-heading {
  color: #2c64cf;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: .85rem;
  font-weight: 700;
}

.sidebar-nav-link.is-hover-blue.is-heading {
  color: #2c64cf;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-weight: 700;
}

.sidebar-nav-link.is-hover-blue.is-heading:hover {
  background-color: #eef4ff;
}

.sidebar-nav-link.is-hover-blue.is-heading.w--current {
  color: #2c64cf;
  background-color: #eef4ff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.hidden-on-mobile {
  z-index: 100;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  flex-flow: column;
  display: block;
  position: relative;
  overflow: visible;
}

.footnotes {
  border-top: 1px #bebfc2;
  flex-flow: column;
  margin-top: 1rem;
  padding-top: 0;
  display: flex;
}

.footnotes.margin-top-1rem {
  align-self: auto;
  max-width: none;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footnotes.margin-top-1rem.border-top-none {
  border-top-style: none;
}

.footnotes.margin-top-1rem.border-top-none.padding-top-none {
  padding-top: 0;
}

.card-div.risk-category {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  border-radius: .5rem;
  padding: 1rem;
}

.card-div.padding-1_5rem {
  padding: 1.5rem;
}

.card-div.padding-1_5rem.border-radius-medium.background-color-white.border {
  border: 1px solid var(--border-color--border-primary);
  border-radius: .5rem;
}

.flex-h-left-top {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-h-left-top.risk-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 0;
}

.text-size-small-2 {
  color: #5a5a5a;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  display: block;
}

.flex-v-stretch {
  flex-flow: column;
  display: flex;
}

.flex-v-stretch.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-v-stretch.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.initiative-regular_icon {
  width: 3rem;
  height: auto;
}

.initiative-regular_icon.minimize {
  width: 4rem;
}

.table-large {
  border: 1px #e6eaec;
  border-radius: 12px;
  overflow: hidden;
}

._3-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col-grid.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: start;
  align-items: center;
}

._3-col-grid.gap-2rem.align-top {
  place-items: start stretch;
}

._3-col-grid.gap-2rem.align-top.border-bottom-ksm {
  border-bottom: 1px dotted var(--base-color-brand--legacy-lime-green);
}

._3-col-grid.gap-2rem.is-relative {
  position: relative;
}

._3-col-grid.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

._3-col-grid._2-rows.gap-2rem {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  justify-content: center;
}

._3-col-grid._2-rows.gap-col-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  justify-content: center;
}

._3-col-grid.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-right-radius: 3rem;
}

._3-col-grid.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.italic-text {
  font-style: normal;
}

.card-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

.card-section {
  border-top: 1px #c5e0f6;
  border-bottom: 1px solid #c5e0f6;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card-section.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.card-section.is-first {
  padding-top: 0;
}

.card-section.is-right {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-style-h4-2 {
  color: #2c64cf;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4-2.font-newkansas.text-leading-tight.margin-bottom-small {
  margin-bottom: .25rem;
}

.initiative-huge_icon {
  width: 8rem;
  height: 8rem;
}

.initiative-huge_icon.margin-bottom-2rem {
  margin-bottom: 2rem;
}

.initiative-huge_icon.margin-bottom-2rem.minimize {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
}

.flex-h-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-h-left.margin-bottom-1rem, .flex-h-left.margin-bottom-1rem.gap-1rem {
  margin-bottom: 1rem;
}

.flex-h-left.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
}

.contact-box {
  border: 1px solid #edefee;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding: 1.25rem 1.5rem;
  display: inline-block;
}

.heading-style-h5-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.margin-left_4rem {
  margin-left: 4rem;
}

.top-risk_grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.flex-v-gap2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-leading-large {
  color: #121212;
  line-height: 150%;
}

.quote-mark-image {
  float: left;
  margin-top: .5rem;
  margin-right: 1.25rem;
}

.bold-text {
  font-weight: 400;
}

.coreinv-quote_text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.coreinv-quote {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fcfcfc;
  border: 1px solid #e7e7e7;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 1.5rem 3rem 1rem 1rem;
  display: block;
}

.profile-card_info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.profile-card_info.flex-align-left {
  grid-column-gap: .33rem;
  grid-row-gap: .33rem;
  justify-content: center;
  align-items: flex-start;
}

.text-color-gotyme {
  color: #2d2d3a;
}

.coreinv_logo-wrapper-2 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #fff;
  border-radius: 1.5rem 0 1.5rem 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.coreinv_logo-wrapper-2.condensed {
  aspect-ratio: auto;
  border-radius: 0;
  max-width: 8rem;
  padding: 0;
}

.message-profile-photo-2, .message-profile-photo-3 {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
}

.text-size-small-3 {
  color: #5a5a5a;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  display: block;
}

.stat-indicator-2 {
  background-color: #46d588;
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: 28px;
  padding: .25rem .75rem;
  display: inline-flex;
}

.stat-indicator-2.background-color-gotyme {
  background-color: #2d2d3a;
}

.stat-indicator-2.background-color-lipad {
  background-color: #1f3d7c;
}

._4-col-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-col-grid.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.message-profile-photo-4 {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
}

.at-a-glance {
  background-color: #fff;
  background-image: none;
}

.at-a-glance.timeline {
  background-image: none;
}

.section_ataglance {
  background-color: var(--base-color-brand--blue-light);
}

.section_ataglance.ksm {
  background-color: #fcfcfc;
}

.section_ataglance.timeline {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.ataglance_grid_fy-revenue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  min-height: 0;
  color: var(--text-color--text-secondary);
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  transition: all .2s;
  display: flex;
  position: static;
}

.ataglance_grid_fy-revenue:hover {
  transform: scale(.975);
}

.text-weight-semibold-2 {
  color: #2c64cf;
  font-family: TASA Explorer, Arial, sans-serif;
  font-weight: 600;
}

.chart_code-embed {
  height: 100%;
  margin-bottom: 0;
}

.chart_code-embed.aspect-ratio-square {
  width: 100%;
}

.ataglance-label {
  float: none;
  border-radius: 8px;
  flex-flow: column;
  max-width: none;
  padding: 0;
  display: flex;
}

.ataglance-label.padding-none {
  padding: 0;
}

.ataglance-label.padding-none.background-none {
  background-color: #0000;
}

._2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

._2-col-grid.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-auto-flow: column;
  place-items: start stretch;
}

._2-col-grid.gap-3rem._2-rows {
  grid-template-rows: auto auto;
}

._2-col-grid.gap-3rem._4-rows {
  grid-template-rows: auto auto auto auto;
}

._2-col-grid.gap-3rem.align-y-center._1-row {
  grid-template-rows: auto;
  align-items: center;
}

._2-col-grid.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

._2-col-grid._1-2 {
  grid-template-columns: minmax(200px, .75fr) minmax(200px, 2fr);
}

._2-col-grid.gap-6rem-3rem {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
}

.text-weight-semibold-3 {
  color: #2c64cf;
  font-family: TASA Explorer, Arial, sans-serif;
  font-weight: 600;
}

.text-weight-semibold-3.text-color-grey-subtle-text {
  color: var(--base-color-neutral--neutral);
}

.text-weight-semibold-3.text-color-sustainability-teal {
  color: #009482;
}

.bar-item_wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 240px;
  display: flex;
}

.bar-item_wrapper.is-2023 {
  opacity: .74;
}

.bar-item_wrapper.is-2023.is-in-aag {
  opacity: 1;
  height: 280px;
}

.bar-item_wrapper.is-2023.is-negative {
  justify-content: flex-start;
  align-items: center;
}

.bar-item_wrapper.is-2023.is-in-home {
  width: 100%;
  min-width: 114px;
  height: 280px;
}

.bar-item_wrapper.is-in-aag {
  height: 280px;
}

.bar-item_wrapper.is-negative {
  justify-content: flex-start;
  align-items: center;
}

.bar-item_wrapper.is-in-home {
  height: 280px;
}

.bar-item_div {
  background-color: #2c64cf;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
}

.bar-item_div._2023_cni {
  opacity: .7;
  height: 48.68%;
}

.bar-item_div.cni_2024 {
  height: 61.21%;
}

.bar-item_div.urc-2023_cni {
  background-color: #ff9ca3;
  height: 49.41%;
}

.bar-item_div.jgsoc-2023_rev {
  background-color: #67daa0;
  height: 46.71%;
}

.bar-item_div.ceb-2023_rev {
  background-color: #06a7e0;
  height: 56.4045%;
}

.bar-item_div.is-negative {
  border-radius: 0 0 .5rem .5rem;
}

.bar-item_div.is-negative.jgsoc-2024_cni {
  background-color: #0cb04a;
  height: 57.16%;
}

.bar-item_div.is-negative.jgsoc-2023_cni {
  background-color: #67daa0;
  height: 47.2%;
}

.bar-item_div.urc-2023_rev {
  background-color: #ff9ca3;
  height: 64.21%;
}

.bar-item_div.ceb-2023_cni {
  background-color: #06a7e0;
  height: 47.94%;
}

.bar-item_div.rlc-2024_rev {
  background-color: #004c97;
  height: 59.15%;
}

.bar-item_div.rlc-2023_cni {
  height: 60.48%;
}

.bar-item_div.urc-2024_cni {
  background-color: #ef434c;
  height: 48.638%;
}

.bar-item_div.jgsoc-2024_rev {
  background-color: #0cb04a;
  height: 61.95%;
}

.bar-item_div.urc-2024_rev {
  background-color: #ef434c;
  height: 66.63%;
}

.bar-item_div.ceb-2024_rev {
  background-color: #0076c1;
  height: 64.47%;
}

.bar-item_div.rlc-2024_cni {
  background-color: #004c97;
  height: 60.48%;
}

.bar-item_div.ceb-2024_cni {
  background-color: #0076c1;
  height: 65.3317%;
}

.bar-item_div.rlc-2023_rev {
  height: 57.53%;
}

.peso-value-wrapper {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.peso-symbol._32px {
  height: 28px;
  margin-top: .4rem;
  margin-bottom: 1.2rem;
}

.text-numbers-48px {
  font-size: 4rem;
  font-weight: 800;
  line-height: 100%;
}

.text-numbers-48px.new-kansas.text-color-secondary-weak-300 {
  font-weight: 500;
}

.text-numbers-48px.new-kansas.text-color-secondary-weak-300.font-size_decreased.is-in-home {
  font-size: 3.5rem;
}

.perf-chart_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.perf-chart_wrapper.is-in-aag {
  width: 100%;
}

.perf-chart_wrapper.is-in-home {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.tag {
  color: #1646a3;
  background-color: #eef4ff;
  border-radius: 2rem;
  padding: .5rem 1rem;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.tag.is-stat-indicator {
  font-size: .875rem;
  font-weight: 500;
}

.tag.is-stat-indicator.is-positive {
  color: #07a342;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: mode-f147d9f2-c808-0c32-7879-cea9fb8e1025;
  background-color: #5a5a5a;
}

.tag.is-stat-indicator.is-negative {
  color: #fff;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: mode-7f011b90-44a7-636b-ba34-4ebdc82e932f;
  background-color: #5a5a5a;
}

.tag.is-stat-indicator.is-grey {
  color: #5a5a5a;
  background-color: #edefee;
}

.at-a-glance_ksm {
  max-width: 64px;
  margin-bottom: 1rem;
}

.bottomnav-link_text-style {
  color: #080331;
  margin-top: .25rem;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all .2s;
}

.bottomnav-link_text-style:hover {
  color: #0057bf;
  font-weight: 700;
}

.icon-with-text_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

._2-col-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-grid-2.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

._2-col-grid-2.initiatives {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: .5fr 1fr;
}

.background-color-white {
  background-color: #fff;
}

.background-color-white.padding-custom1 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.bottomnav-page_link {
  opacity: .8;
  margin-top: 0;
  text-decoration: none;
}

.bottomnav-page_link:hover {
  opacity: 1;
}

.bottomnav-page_link.w--current {
  margin-top: 0;
}

.bottomnav-page_link.w--current:hover {
  opacity: 1;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s;
}

.bottomnav-link_wrapper {
  flex-flow: column;
  display: flex;
}

.bottomnav-link_wrapper.is-previous {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
}

.bottomnav-link_wrapper.is-next {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-end;
}

.fontawesome-tiny-icon {
  font-size: .75rem;
}

.fontawesome-tiny-icon.text-color-secondary-strong-500 {
  font-family: Material Symbols Rounded, sans-serif;
  font-weight: 400;
}

.text-block {
  font-family: Material Icons Round, sans-serif;
}

.page-navigator {
  background-color: var(--base-color-brand--blue-light);
  padding: 1.25rem 2.5rem 1rem;
}

.splash {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-v-centered {
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  display: block;
}

.hero-link {
  color: var(--base-color-brand--gotyme-cyan);
}

.hero-link:hover {
  color: var(--base-color-brand--blue);
}

.timeline_track {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.timeline-mask {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.timeline-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: none;
  display: flex;
  position: relative;
}

.timeline-block.active {
  min-width: 450px;
}

.timeline-dot {
  background-color: var(--base-color-brand--strategy-slate-gray);
  border-radius: 2rem;
  width: 2rem;
  height: 2rem;
}

.timeline-dot.selected {
  z-index: 3;
  background-color: #132061;
  background-image: url('../images/jgs-favico.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: .35rem;
  margin-left: 0;
  position: relative;
}

.flex-v-gapquarter {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.flex-v-gapquarter.align-center {
  justify-content: flex-start;
  align-items: center;
}

.slide {
  background-color: #0000;
  overflow: visible;
}

.slider {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.blinders {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blinder-left {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(90deg, #132061 83%, #132061a6 94%, #1320614d);
  width: 42vw;
  height: 100%;
  margin-left: -36vw;
  position: absolute;
  inset: 2.5rem auto 0% 0%;
}

.blinder-right {
  background-image: linear-gradient(270deg, var(--base-color-neutral--neutral-lightest) 30%, #eeeeeee6 96%, transparent 96%, transparent);
  width: 30vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide-nav {
  bottom: -64px;
}

.timeline-line {
  z-index: 0;
  background-color: var(--base-color-brand--blue);
  width: 300vw;
  height: 2px;
  margin-top: 5rem;
  position: absolute;
  inset: 108px auto auto -100%;
}

.mask {
  overflow: visible;
}

.heading-2 {
  z-index: 3;
  position: relative;
}

.heading-2.text-align-center.max-80pc {
  max-width: 80%;
}

.heading-2.text-align-center.max-80pc.margin-0-auto {
  margin-left: auto;
  margin-right: auto;
}

.heading-2.max-80pc {
  max-width: 80%;
}

.heading-2.max-80pc.margin-0-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-color-sustainability {
  color: var(--base-color-brand--sustainability-teal);
}

.text-color-legacy-green {
  color: var(--base-color-brand--legacy-lime-green);
}

.timeline-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .62fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  color: var(--base-color-brand--baby-teal);
  inset: 4.5rem auto auto 0%;
}

.icon.arrow-left {
  top: 0;
}

.icon-2 {
  color: var(--base-color-brand--baby-teal);
  inset: 4.5rem 0% auto auto;
}

.icon-2.arrow-right {
  top: 0;
}

.text-menu-super-small-2 {
  color: #ccc;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-family: TASA Explorer, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  transition: opacity .4s;
}

.container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-color-alternate-2 {
  color: #fff;
}

.text-size-regular-4 {
  font-size: 1rem;
}

.container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s;
}

.underline-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff1a;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 4px 4px 0;
  font-size: .7em;
  text-decoration: none;
  position: relative;
}

.underline-link-2:hover {
  color: #f3f431;
}

.back-to-top-text-2 {
  color: #000;
}

.text-size-small-4 {
  font-size: .875rem;
}

.text-size-small-4.text-color-grey {
  color: #444;
}

.text-color-blue-2 {
  color: #0057bf;
}

.text-color-blue-2.text-color-white {
  color: var(--base-color-neutral--white);
}

.text-color-blue-2.text-color-white.is-long {
  font-size: 3.5rem;
}

.page-navigator-2 {
  background-color: #d9e5ff;
  padding: 1.25rem 2.5rem 1rem;
}

.toc-icon-3 {
  color: #5a5a5a;
  text-align: center;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 1rem;
}

.spacer-small-3 {
  width: 100%;
  padding-top: 1rem;
}

.bread-crumb-link-2 {
  color: #fff;
  text-transform: none;
  font-size: .85rem;
  text-decoration: none;
}

.bread-crumb-link-2.w--current {
  color: #2c64cf;
  font-weight: 500;
}

.section_gbf-2 {
  color: #000;
}

.section_hero-2 {
  color: #fff;
  background-color: #0057bf;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.section_hero-2.corp-structure {
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 75%, #2d62ff4d, #1110 33%);
  justify-content: flex-start;
  min-height: 0;
}

.key-performance_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.text-size-regular-5 {
  color: #5a5a5a;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}

.text-size-regular-5.line-height-regular {
  line-height: 120%;
}

.text-size-regular-5.is-jumper-label {
  font-size: 1rem;
  line-height: 130%;
}

.key-performance_content-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #bebfc280;
  grid-template: "Logo Revenues Attributable-Core-Net-Income"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.key-performance_content-row.is-header {
  z-index: 100;
  background-color: #fff;
  padding-top: 1rem;
  position: sticky;
  top: 0;
}

.key-performance_content-row.is-header.hidden-on-mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.key-performance_content-row.is-last {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sustainability-link_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.sustainability-page_link {
  opacity: .7;
  margin-top: 0;
  text-decoration: none;
}

.sustainability-page_link:hover {
  opacity: .85;
}

.sustainability-page_link.active {
  opacity: 1;
}

.sustainability-link_text-style {
  color: #fff;
  margin-top: .25rem;
  margin-bottom: .25rem;
  font-size: 1.25rem;
}

.text-size-large-3 {
  color: #121212;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.timeline_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 0 0 1rem;
  display: flex;
}

.timeline_wrapper.padding-bottom-none {
  padding-bottom: 0;
}

.timeline-item-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 2px #64cbc0ab;
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 1.5rem;
  padding-left: 0;
  display: grid;
}

.timeline-item-grid.custom_2-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline-content_list {
  border-left: 1px #64cbc0ab;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1.25rem;
  list-style-type: disc;
}

.timeline-content_list.is-secondary {
  border-left-style: none;
  padding-left: 16px;
}

.image-wrapper-2 {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 1rem;
  width: 100%;
  overflow: hidden;
}

.image-wrapper-2.border-radius-xsmall {
  border-radius: .25rem;
}

.image-wrapper-2.border-radius-xsmall.auto {
  aspect-ratio: auto;
}

.image-wrapper-2.ratio-1x1 {
  width: auto;
}

.image-wrapper-2.ratio-1x1.border-radius-xsmall {
  border-radius: .25rem;
}

.timeline-dot-2 {
  background-color: var(--base-color-brand--legacy-lime-green);
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -4px;
}

.sustainability-timeline_year {
  color: var(--base-color-brand--legacy-lime-green);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  transform: translate(0, -6px);
}

.container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s;
}

.container-large-8.padding-section-small.padding-bottom-non {
  padding-bottom: 0;
}

.timeline-item {
  align-self: stretch;
  padding-bottom: .5rem;
}

.timeline-item.max-width-full {
  border-bottom: 1px #64cbc0;
  padding-bottom: 0;
  padding-left: .25rem;
  position: relative;
}

.padding-large-2 {
  padding: 3rem;
}

.spacer-medium-3 {
  width: 100%;
  padding-top: 2rem;
}

.timeline-item-card {
  background-color: #0000;
  border-left: 1px solid #64cbc0;
  border-radius: 0;
  padding: 0 0 0 1rem;
}

.background-color-light-blue {
  background-color: var(--base-color-brand--blue-light);
}

.item-icon {
  flex: none;
  width: 9rem;
  height: auto;
}

.item-icon.medium {
  width: 6rem;
}

.flex-h-spread {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-style-button {
  color: #2c64cf;
  background-color: #fff;
  border: 2px #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  padding: .75rem 1rem;
  font-weight: 500;
}

.tab-style-button:hover {
  border-bottom-style: solid;
  border-bottom-color: #72ade4;
}

.tab-style-button.w--current {
  color: #2c64cf;
  background-color: #fff;
  border-style: none none solid;
  border-color: #fff #fff #2c64cf;
  border-bottom-width: 3px;
  border-radius: 0;
  padding: .75rem 1rem;
  font-weight: 500;
}

.tabs {
  max-width: 960px;
}

.tabs.is-full-width {
  width: 100%;
  max-width: none;
}

.tabs-content-3 {
  border-radius: 0;
}

.image-14 {
  position: absolute;
  top: 24px;
  left: 24px;
}

.tabs-menu {
  justify-content: flex-start;
  align-items: center;
  margin-top: -80px;
  display: flex;
}

.tabs-menu.width-82-5rem {
  max-width: 82.5rem;
}

.tabs-menu.width-82-5rem.align-center.flex-left-aligned-top.margin-bottom-80px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.map-legend {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map-legend_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.map-item_dot {
  background-color: #2eb0e3;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
}

.map-item_dot.rlc {
  background-color: #1656b2;
}

.map-item_dot.urc {
  background-color: #ba0001;
}

.map-item_dot.gotyme {
  background-color: #2d2d3a;
}

.map-item_dot.ceb {
  background-color: #eeaf01;
}

.map-legend-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-brand--blue-light);
  color: var(--text-color--text-primary);
  border-radius: .5rem;
  flex-flow: column;
  align-self: flex-start;
  padding: 1rem;
  display: flex;
}

.leadership-icon {
  max-width: 64px;
}

.smt_wrapper {
  border-radius: .5rem;
  margin: 2rem 0;
  overflow: hidden;
}

.smt-card_wrapper {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.smt-card_wrapper._1 {
  z-index: 3;
  background-color: #1757bf;
  position: static;
}

.smt-card_wrapper._2 {
  z-index: 2;
  background-color: #d9e5ff;
  position: static;
}

.smt-header {
  color: #fff;
  background-color: #1248a1;
  background-image: none;
  border-top-right-radius: 3rem;
  align-self: stretch;
  height: auto;
  padding: 1rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-weight: 700;
}

.smt-header._2 {
  background-color: var(--base-color-brand--jg-summit-royal-blue);
  background-image: none;
}

.smt-header._3 {
  background-color: #d9e5ff;
  background-image: none;
}

.smt-content {
  background-color: #f3fff9;
  background-image: linear-gradient(#7ba1f199, #7ba1f199);
  border-right: 0 #64cbc0;
  flex: 1;
  padding: 1rem;
}

.smt-content.is-last {
  background-color: #efecf3;
  background-image: linear-gradient(#e4edff, #e4edff);
  border-right-style: none;
  border-right-width: 0;
  border-bottom-right-radius: 0;
}

.smt-content.is-second {
  background-image: linear-gradient(#c6d5f5, #c6d5f5);
}

.esg-accordion-arrow {
  z-index: 1;
  display: none;
  position: relative;
}

.text-size-medium-2 {
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 160%;
}

.exhibit-box {
  border: 1px solid var(--base-color-brand--blue-light);
  border-radius: 1rem;
  padding: 1rem;
}

.exhibit-box.padding-2rem {
  padding: 2rem;
}

.sdg-icons_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.sbu-header_padding {
  padding: 2rem 3.5rem;
}

.sbu-header_padding.urc {
  background-color: #da3553;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-2_5rem {
  padding: 2.5rem;
}

.core-investment_left {
  max-width: 60.5rem;
}

.core-investment_left.sbu-header_padding {
  padding: 2rem 3.5rem;
}

.core-investment_left.sbu-header_padding.jgsoc {
  background-color: #085c3a;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.core-investment_left.sbu-header_padding.rlc {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.core-investment_left.sbu-header_padding.jgshi {
  background-color: #64cbc01a;
}

.core-investment_left.sbu-header_padding.ceb {
  background-color: #f7f684;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.small {
  font-size: 1rem;
  line-height: 130%;
  list-style-type: disc;
}

.small.is-level-2 {
  margin-left: 1.25rem;
  list-style-type: square;
}

.list-style {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: .6rem;
  list-style-type: disc;
}

.section-sbu_initiatives {
  background-color: #fff;
  border: 1px solid #edefee;
  border-radius: .75rem;
  margin-top: 0;
  padding-top: 0;
  scroll-margin-top: 32px;
  position: static;
  overflow: hidden;
}

.container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s;
}

.text-size-medium-3 {
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 160%;
}

.text-size-medium-3.text-color-primary {
  color: #2c64cf;
}

.text-color-white {
  color: #fff;
}

.text-color-white.hidden {
  display: none;
}

.padding-large-3 {
  padding: 3rem;
}

.padding-large-3.background-color-white.is-sustainability {
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: mode-960b1af0-9a63-2ee7-cc6f-51860f465cd2;
}

.core-investment-logo {
  align-self: flex-start;
  width: auto;
  max-width: none;
  height: 3rem;
  max-height: none;
}

.sdg-icon {
  aspect-ratio: 1;
  width: 64px;
  height: 64px;
}

.spacer-medium-4 {
  width: 100%;
  padding-top: 2rem;
}

.sbu-sustainability-initiative_wrapper {
  border-bottom: 1px solid #edefee;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.sbu-sustainability-initiative_wrapper.is-last {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hanging-photos {
  clear: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: column;
  width: 240px;
  height: auto;
  display: flex;
  position: static;
  inset: 0% -240px auto auto;
}

.container-large-extended {
  width: 100%;
  min-width: 64rem;
  max-width: 80rem;
  margin-left: -8rem;
  margin-right: -8rem;
  padding-top: 1rem;
  position: relative;
}

.note-list_wrapper {
  background-color: #f3fff9;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
}

.notes-heading {
  color: #009482;
  border-bottom: 1px solid #64cbc0;
  margin-bottom: .75rem;
  padding-top: .25rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  line-height: 130%;
  display: block;
}

.notes_list-item {
  font-size: .875rem;
  list-style-type: disc;
}

.code-embed {
  display: block;
}

.notes-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.code-embed-16 {
  display: block;
}

.footnote {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .75rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .25rem;
  display: grid;
}

.footnotes-2 {
  border-top: 1px solid #bebfc2;
  flex-flow: column;
  margin-top: 3rem;
  padding-top: 1rem;
  display: flex;
}

.footnotes-2.margin-top-1rem {
  align-self: auto;
  max-width: none;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footnotes-2.margin-top-1rem.bare {
  border-top-style: none;
  margin-top: .5rem;
  padding-top: 0;
}

.footnote_number {
  color: #5a5a5a;
  margin-top: .25rem;
  font-size: .8rem;
  line-height: 18px;
}

.code-embed-17, .code-embed-18, .code-embed-19, .code-embed-20, .code-embed-21 {
  display: block;
}

.spacer-medium-5 {
  width: 100%;
  padding-top: 2rem;
}

.code-embed-22, .code-embed-23, .code-embed-24, .code-embed-25 {
  display: block;
}

.text-size-medium-4 {
  font-size: 1.125rem;
  line-height: 133.333%;
}

.text-size-medium-4.text-weight-semibold.jgsoc {
  color: #1646a3;
}

.text-size-medium-4.text-weight-semibold.ceb {
  color: #2c64cf;
}

.text-size-medium-4.text-weight-semibold.urc {
  color: #da3553;
}

.section-sbu_initiatives-simple {
  border-bottom: 1px solid #edefee;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

.paragraph-wrapper-2 {
  margin-bottom: 1.5rem;
  position: static;
}

.paragraph-wrapper-2.text-leading-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.paragraph-wrapper-2.text-leading-medium.margin-0 {
  margin-bottom: 0;
}

.spacer-vertical {
  width: 100%;
}

.section-content-grid-center-spaced {
  grid-column-gap: .8rem;
  grid-row-gap: 2rem;
  grid-template: "Left-Column Gutter Right-Column"
  / 5.5fr .25fr 5.5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section-content-grid-center-spaced.gutter-3rem {
  grid-template-columns: 5.5fr 3rem 5.5fr;
}

.section-content-grid-center-spaced.gutter-3rem.border-bottom {
  border-bottom: 1px solid #edefee;
}

.paragraph-wrapper-4 {
  margin-bottom: 1.5rem;
  position: static;
}

.paragraph-wrapper-4.text-leading-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.paragraph-wrapper-4.text-leading-medium.margin-0 {
  margin-bottom: 0;
}

.section-sbu_initiatives-3.block-w-large-distance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.section-sbu_initiatives-3.block-w-large-distance.margin-bottom-none {
  margin-bottom: 0;
}

.section-sbu_initiatives-3.block-w-medium-distance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-sbu_initiatives-2.block-w-large-distance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
}

.paragraph-wrapper-3 {
  margin-bottom: 1.5rem;
  position: static;
}

.paragraph-wrapper-3.text-leading-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.paragraph-wrapper-3.text-leading-medium.margin-0 {
  margin-bottom: 0;
}

.text-size-small-5 {
  font-size: 1rem;
  line-height: 175%;
}

.spacer-medium-6 {
  width: 100%;
  padding-top: 2rem;
}

.paragraph-wrapper-5 {
  margin-bottom: 1.5rem;
  position: static;
}

.engagement-result_wrapper {
  margin-bottom: 1rem;
}

.margin-0-3 {
  margin: 0;
}

.icon-1x1-small-3 {
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
}

.text-size-medium-5 {
  font-size: 1.125rem;
  line-height: 133.333%;
}

.text-size-medium-5.text-weight-semibold.jgsoc {
  color: #1646a3;
}

.text-size-medium-5.text-weight-semibold.ceb {
  color: #2c64cf;
}

.text-size-medium-5.text-weight-semibold.urc {
  color: #da3553;
}

.code-embed-26 {
  margin-top: .5rem;
  display: block;
}

.small-2 {
  font-size: 1rem;
  line-height: 130%;
}

.text-size-small-6 {
  color: #5a5a5a;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  display: block;
}

.section-sbu_initiatives-4.block-w-large-distance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.section-sbu_initiatives-4.block-w-large-distance.margin-bottom-none {
  margin-bottom: 0;
}

.section-sbu_initiatives-4.block-w-medium-distance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-sbu_initiatives-5.block-w-large-distance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
}

.paragraph-wrapper-6 {
  margin-bottom: 1.5rem;
  position: static;
}

.code-embed-27 {
  display: block;
}

.paragraph-wrapper-7 {
  margin-bottom: 1.5rem;
  position: static;
}

.code-embed-28 {
  display: block;
}

.paragraph-wrapper-8 {
  margin-bottom: 1.5rem;
  position: static;
}

.code-embed-29 {
  display: block;
}

.text-style-quick-link-3 {
  color: #1646a3;
  flex: 1;
}

.quick-link-box-2 {
  color: #08358d;
  background-color: #eef4ff;
  border: 1px solid #fff;
  border-radius: 3rem;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.quick-link-box-2:hover {
  background-color: #eef4ff;
  border-style: solid;
  border-color: #c5e0f6;
}

.quick-link-box-2:active {
  border-color: #2c64cf;
}

.quick-link-box-2:focus {
  border-color: #c5e0f6;
}

.quick-link-box-2:visited {
  color: #08358d;
}

.quick-link-box-2.is-internal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border-style: solid;
  border-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  font-family: TASA Orbiter, Arial, sans-serif;
  display: flex;
}

.quick-link-box-2.is-internal:hover {
  background-color: #eef4ff;
  border: 1px solid #c5e0f6;
}

.quick-link-box-2.is-internal.padding-left-2rem {
  padding-left: 2rem;
}

.quick-link-box-2.is-internal.padding-left-2rem.padding-right-2rem {
  padding-right: 2rem;
}

.quick-link_image.border-radius-xsmall {
  border-radius: .25rem;
  max-width: none;
  height: 4rem;
}

.icon-1x1-medium-5 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-xlarge {
  aspect-ratio: 1;
  width: 6rem;
  height: 6rem;
}

.icon-1x1-xlarge.margin-bottom-1rem {
  margin-bottom: 1rem;
}

.icon-1x1-xlarge.margin-bottom-1rem.aspect-ratio-static {
  aspect-ratio: auto;
  height: auto;
}

.timeline-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.left-arrow, .right-arrow {
  height: 3rem;
  margin-top: 3.5rem;
  inset: 0% 0% auto auto;
}

.image-15 {
  position: static;
}

.code-embed-30 {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
}

.lottie-animation {
  z-index: 1;
  position: static;
}

._35y {
  color: var(--base-color-neutral--white);
  font-size: 3rem;
}

.home-hero_left-gradient {
  z-index: 2;
  background-color: #0000;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-span, .text-span-2 {
  color: var(--base-color-brand--gotyme-cyan);
}

.sticky-overlay {
  z-index: 2;
  position: sticky;
  top: 0;
}

.sticky-overlay._2 {
  z-index: 3;
}

.sticky-overlay._3 {
  z-index: 4;
}

.sticky-overlay.about-the-report {
  position: relative;
}

.cover-subtopics {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-paragraph {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-paragraph.text-size-regular.margin-top-none {
  margin-top: 0;
}

.accordion-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.large-open-close-line---brix.second-line---brix._1 {
  background-color: #2c64cf;
}

.large-open-close-line---brix._1 {
  background-color: #2c64cf;
  border: 1px #2c64cf;
}

.column---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.column---brix.left---brix {
  max-width: none;
  margin-right: 12px;
}

.div-block-26 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.accordion_about-the-report {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion_about-the-report.padding-bottom_2rem {
  padding-bottom: 2rem;
}

.accordion_about-the-report.padding-bottom_2rem.padding-top_2rem {
  padding: 1rem;
}

.accordion-open-close_icon {
  background-color: var(--base-color-brand--gotyme-cyan);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 14px;
  min-height: 14px;
}

.heading-style-running-head {
  color: #2c64cf;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-style-running-head.margin-none {
  color: var(--base-color-brand--legacy-lime-green);
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-block {
  color: var(--text-color--text-primary);
}

.ataglance_grid_quad-box {
  padding: 1.5rem 2rem;
  position: relative;
}

.ataglance_grid_quad-box.background-color-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.section-home_ataglance {
  background-color: #2c64cf;
  position: relative;
  overflow: visible;
}

.section-home_ataglance.overflow-hidden {
  overflow: hidden;
}

.flex-h-stretch {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-8 {
  flex: 0 auto;
  height: 100%;
}

.code-embed-11 {
  height: 100%;
}

.text-size-small-7 {
  color: #5a5a5a;
  font-family: TASA Orbiter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  display: block;
}

.code-embed-10 {
  height: 100%;
}

.container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s;
}

.container-large-10.padding-section-medium {
  width: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-home_ataglance_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-content-chart-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-content-chart-2.custom {
  border-radius: 0 1rem 1rem;
}

.message-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--base-color-neutral--white);
  border: 1px #000;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.message-text {
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1.5rem .5rem;
  display: flex;
}

.message-name-home {
  z-index: 1;
  background-color: var(--base-color-brand--blue-light);
  padding: 1rem;
  position: absolute;
  inset: auto 0 0 0;
}

.message-name-home.relative {
  background-color: #0000;
  padding: 0 0 1rem;
  position: relative;
}

.home-lottie-animation {
  z-index: 1;
  margin-bottom: -.5rem;
  position: static;
}

.home-lottie-animation.mobile {
  display: none;
}

.impact-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 64px;
  max-width: none;
  height: auto;
  overflow: clip;
}

.aff {
  color: var(--base-color-brand--gotyme-cyan);
}

.fit-cover {
  object-fit: cover;
}

.div-block-20 {
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
}

.sidebar-drawer_content {
  z-index: 100;
  float: none;
  background-color: #fff;
  border: 1px solid #edefee;
  border-radius: .5rem;
  align-self: flex-start;
  width: 100%;
  max-width: 18rem;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0;
  overflow: visible;
  transform: translate(0, 100vh);
}

.toc-icon-4 {
  color: #5a5a5a;
  text-align: center;
  ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  font-size: 1rem;
}

@media screen and (min-width: 1280px) {
  .nav_component.home {
    position: fixed;
  }

  .hero_content.home {
    max-width: 32rem;
  }

  .section_hero.corp-dir, .section_hero.corp-structure, .section_hero.corp-inv, .section_hero.geographic-presence {
    min-height: 0;
    position: static;
  }

  .hero_grid.corp-dir, .hero_grid.subpage, .hero_grid.bod-profile {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    position: static;
  }

  .hero_left {
    position: sticky;
  }

  .directory-item {
    padding-bottom: 2rem;
  }

  .menu-button:hover, .menu-button:active {
    background-color: #0000;
  }

  .menu-button.is-close-button {
    color: var(--base-color-brand--blue-dark);
  }

  .menu-button.is-close-button.w--open {
    background-color: #0000;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
  }

  .button-2.is-text.text-color-theme {
    color: #121212;
  }

  .button-2.is-text.text-color-theme.button-mini {
    background-color: #eef4ff;
    transition: all .1s ease-in;
  }

  .button-2.is-text.text-color-theme.button-mini:hover {
    background-color: #c5e0f6;
  }

  .pdf-button {
    display: flex;
  }

  .nav-menu_link.menu-button {
    color: #fff;
    font-weight: 500;
  }

  .menu-link {
    font-weight: 500;
  }

  .x-mark_60-opacity:hover {
    background-color: var(--base-color-brand--blue-dark);
  }

  .nav-menu {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: 0% 0 0;
  }

  .container-large-2, .container-large-3 {
    max-width: 1200px;
  }

  .padding-medium-2 {
    padding-bottom: 3rem;
  }

  .footer_link_text:visited {
    color: #c5e0f6;
  }

  .container-large-4 {
    max-width: 1200px;
  }

  .quick-link-box {
    cursor: pointer;
  }

  .quick-link-box:hover {
    background-color: #eef4ff;
    border-color: #c5e0f6;
  }

  .quick-link-box:active {
    border-color: #2c64cf;
  }

  .core-investment {
    padding-bottom: 2rem;
  }

  .core-investment-stat.is-compact.background-color-none, .core-investment-stat.is-compact.background-color-none.is-meralco {
    border-bottom-style: dashed;
    border-bottom-color: #bebfc2;
  }

  .quick-link-box-solid {
    cursor: pointer;
    background-color: #eef4ff;
    border-style: solid;
    border-color: #fff;
    transition: all .2s ease-in;
  }

  .quick-link-box-solid:hover {
    background-color: #eef4ff;
    border-color: #c5e0f6;
  }

  .quick-link-box-solid:active {
    border-color: #2c64cf;
  }

  .profile-card_image-wrapper.center-on-mobile {
    aspect-ratio: 4 / 5;
  }

  .profile-card_name {
    font-size: 1.5rem;
  }

  .text-numbers-36px, .text-numbers-36px.text-weight-bold.text-color-secondary-strong-500 {
    color: #2c64cf;
    font-weight: 500;
  }

  .text-numbers-36px.text-weight-bold.text-color-secondary-strong-500 {
    color: #2c64cf;
    font-weight: 700;
  }

  .text-numbers-36px.text-weight-bold.text-color-gotyme {
    color: #2d2d3a;
  }

  .sidebar-drawer_content-display {
    padding-bottom: .5rem;
  }

  .nested-level-1 {
    padding-top: 1rem;
    padding-left: 2rem;
  }

  .spacer-medium-2 {
    z-index: 95;
    position: relative;
  }

  .footnotes {
    max-width: none;
  }

  .card-div.risk-category {
    background-color: #0000;
  }

  .flex-h-left-top.risk-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  ._3-col-grid.gap-2rem {
    justify-content: center;
  }

  .initiative-huge_icon.margin-bottom-2rem.minimize {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }

  .contact-box {
    padding-top: 1.25rem;
  }

  ._4-col-grid.gap-1rem {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .background-color-white {
    max-height: none;
  }

  .container-large-5, .container-large-7 {
    max-width: 1200px;
  }

  .section_hero-2.corp-structure {
    min-height: 0;
    position: static;
  }

  .timeline_wrapper {
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .container-large-8 {
    max-width: 1200px;
  }

  .spacer-medium-3 {
    z-index: 95;
    position: relative;
  }

  .tabs-menu.width-82-5rem.align-center.flex-left-aligned-top.margin-bottom-80px {
    max-width: 1200px;
    margin-top: 0;
  }

  .smt_wrapper {
    border-radius: .5rem;
  }

  .smt-card_wrapper, .smt-card_wrapper._1 {
    flex-flow: column;
    display: flex;
  }

  .smt-header {
    height: auto;
  }

  .smt-content {
    flex: 1;
  }

  .text-size-medium-2 {
    color: #5a5a5a;
  }

  .text-size-medium-2.text-color-white {
    color: #fff;
    ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: mode-d81f4631-0c7a-e5c7-0749-cb69410436de;
  }

  .sdg-icons_wrapper {
    justify-content: flex-start;
    width: 17rem;
  }

  .core-investment_left.sbu-header_padding.jgshi {
    max-width: none;
  }

  .container-large-9 {
    max-width: 1200px;
  }

  .text-size-medium-3 {
    color: #5a5a5a;
  }

  .spacer-medium-4 {
    z-index: 95;
    position: relative;
  }

  .footnotes-2 {
    max-width: none;
  }

  .notes_paragraph {
    font-size: .875rem;
    line-height: 150%;
  }

  .spacer-medium-5, .spacer-medium-6 {
    z-index: 95;
    position: relative;
  }

  .quick-link-box-2 {
    cursor: pointer;
    background-color: #eef4ff;
    border-style: solid;
    border-color: #fff;
    border-radius: .5rem;
    transition: all .2s ease-in;
  }

  .quick-link-box-2:hover {
    background-color: #eef4ff;
    border-color: #c5e0f6;
  }

  .quick-link-box-2:active {
    border-color: #2c64cf;
  }

  .quick-link-box-2.is-internal.padding-left-2rem.padding-right-2rem {
    border-radius: 3rem;
  }

  .ataglance_grid_quad-box.background-color-white {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-large-10 {
    max-width: 1200px;
  }

  .div-block-20 {
    ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  }

  .sidebar-drawer_content {
    padding-bottom: .5rem;
    transform: translate(0, 100vh);
  }
}

@media screen and (min-width: 1440px) {
  .heading-style-h3 {
    margin-top: 3rem;
  }

  .heading-style-h3.text-color-alternate.text-weight-bold, .heading-style-h3.margin-top-none, .heading-style-h3.text-color-blue-2 {
    margin-top: 0;
  }

  .heading-style-h3.text-color-cyan {
    color: #80e0de;
  }

  .container-small.scorecard {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
  }

  .heading-style-h2.text-color-cyan {
    color: #80e0de;
  }

  .text-size-medium.font-tasaorbiter {
    font-family: TASA Orbiter, Arial, sans-serif;
  }

  .hero_content.home {
    z-index: 10;
    place-items: start;
    margin-top: auto;
    margin-bottom: auto;
  }

  .section_hero.home {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
  }

  .hero_grid.corp-dir {
    grid-row-gap: 0rem;
  }

  .menu-button.is-close-button:hover {
    background-color: var(--base-color-brand--blue-dark);
  }

  .nav-menu_link.menu-button {
    color: #fff;
  }

  .nav-menu {
    display: none;
  }

  .timeline_track {
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-block {
    min-width: 0;
    position: relative;
  }

  .timeline-dot.selected {
    z-index: 1;
  }

  .flex-v-gapquarter {
    margin-top: 0;
  }

  .timeline-line {
    z-index: 0;
    left: -173%;
  }

  .code-embed-30 {
    border-bottom-left-radius: 1rem;
  }

  .lottie-animation {
    position: absolute;
  }

  .home-lottie-animation {
    position: static;
  }
}

@media screen and (min-width: 1920px) {
  .main-links {
    flex-direction: column;
    display: flex;
  }

  .profile-card_image-wrapper.center-on-mobile.home.chairman {
    aspect-ratio: 1;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_component.home {
    inset: 0% 0% auto auto;
  }

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .menu-button {
    background-color: #0000;
    border-radius: .5rem;
  }

  .floating-navbar {
    position: relative;
  }

  .nav-grid {
    position: static;
  }

  .nav-menu_link:visited {
    color: #1646a3;
  }

  .secondary-links {
    padding-left: 1em;
    padding-right: 1em;
  }

  .secondary-links.mts {
    display: none;
  }

  .nav-menu {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
    position: absolute;
    left: 0;
  }

  .main-links {
    padding-left: 1em;
    padding-right: 1em;
  }

  .side-menu-links-wrapper {
    width: auto;
    margin-top: 6.8rem;
  }

  .container-large-2 {
    width: auto;
    max-width: none;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .side-menu-container {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 3.5rem;
  }

  .bread-crumb {
    padding-left: 0;
  }

  .container-large-3 {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular-2 {
    font-size: 1rem;
  }

  .corporate-structure_content-row {
    grid-column-gap: 3rem;
  }

  .text-size-tiny-4.text-color-grey-subtle-text.is-table-header {
    margin-bottom: .25rem;
  }

  .text-size-tiny-4.text-color-grey-subtle-text.is-table-header.hidden-on-mobile.hidden-on-tablet {
    display: none;
  }

  .footer-grid {
    align-items: start;
  }

  .padding-medium-2 {
    padding: 1.5rem 0;
  }

  .container-large-4 {
    width: auto;
    max-width: none;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .back-to-top_link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .text-size-regular-3 {
    font-size: 1rem;
  }

  .text-size-regular-3.text-color-white.margin-bottom-none {
    color: #fff;
  }

  .text-size-regular-3.line-height-regular {
    line-height: 160%;
  }

  .coreinv_logo-wrapper {
    aspect-ratio: 1;
    object-fit: cover;
    align-self: stretch;
    padding: 1rem;
  }

  .core-investment-grid {
    display: block;
  }

  .profile-card_image-wrapper {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    flex-flow: row;
    align-self: stretch;
    display: block;
  }

  .profile-card_image-wrapper.center-on-mobile {
    aspect-ratio: 4 / 5;
  }

  .leader-card_image {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    width: 100%;
    overflow: clip;
  }

  .sidebar-and-content-flex-wrapper.align-center.full-width.background-color-primary-100 {
    display: block;
  }

  .sidebar-drawer.hidden-on-desktop {
    display: flex;
    bottom: 7rem;
  }

  .sidebar-toc.list-copy.hidden-on-desktop {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    position: fixed;
    inset: auto 7rem 2rem auto;
  }

  .table-wrapper {
    overflow: auto;
  }

  .sidebar-drawer_link-group, .sidebar-drawer_link-group.is-first {
    ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  }

  .toc-icon-2 {
    font-family: "Fa 400", Arial, sans-serif;
  }

  .spacer-medium-2 {
    padding-top: 1.5rem;
  }

  .hidden-on-mobile {
    display: none;
  }

  .flex-h-left-top.risk-card {
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-small-2 {
    font-size: .875rem;
  }

  .initiative-regular_icon.minimize {
    width: 6rem;
  }

  ._3-col-grid {
    flex-flow: column;
    display: flex;
  }

  .text-leading-large {
    color: #2e2d3d;
    line-height: 150%;
  }

  .coreinv_logo-wrapper-2 {
    aspect-ratio: 1;
    object-fit: cover;
    align-self: stretch;
    padding: 1rem;
  }

  .text-size-small-3 {
    font-size: .875rem;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr 1fr 33%;
  }

  ._4-col-grid.gap-1rem {
    grid-template-columns: 1fr 1fr;
  }

  .text-numbers-48px.new-kansas.text-color-secondary-weak-300.font-size_decreased {
    font-size: 3.3rem;
  }

  ._2-col-grid-2.gap-3rem {
    grid-template-columns: 1fr 1fr;
  }

  .background-color-white.padding-custom1 {
    padding-left: 0;
    padding-right: 0;
  }

  .bottomnav-page_link {
    margin-top: .25rem;
  }

  .container-large-5 {
    width: auto;
    max-width: none;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .bottomnav-link_wrapper.is-next {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .container-large-7 {
    width: auto;
    max-width: none;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section_hero-2 {
    padding-top: 3rem;
  }

  .text-size-regular-5 {
    font-size: 1rem;
  }

  .text-size-regular-5.line-height-regular {
    color: var(--text-color--text-primary);
    line-height: 150%;
  }

  .sustainability-link_wrapper {
    margin-top: .5rem;
  }

  .sustainability-page_link {
    margin-top: .25rem;
  }

  .sustainability-timeline_year {
    font-size: .875rem;
  }

  .container-large-8 {
    width: auto;
    max-width: none;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-large-2 {
    padding: 2.5rem 0;
  }

  .spacer-medium-3 {
    padding-top: 1.5rem;
  }

  .smt_wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .smt-header {
    height: auto;
  }

  .esg-accordion-arrow {
    display: none;
  }

  .text-size-medium-2 {
    font-size: 1.25rem;
  }

  .core-investment_left.sbu-header_padding.jgshi {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .small {
    font-size: .9rem;
  }

  .container-large-9 {
    width: auto;
    max-width: none;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-3 {
    font-size: 1.25rem;
  }

  .padding-large-3 {
    padding: 2.5rem 0;
  }

  .spacer-medium-4, .spacer-medium-5, .spacer-medium-6 {
    padding-top: 1.5rem;
  }

  .small-2 {
    font-size: .9rem;
  }

  .text-size-small-6 {
    font-size: .875rem;
  }

  .accordion-paragraph {
    max-width: 100%;
  }

  .accordion-open-close_icon {
    width: 40px;
    min-height: 40px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .text-size-small-7 {
    font-size: .875rem;
  }

  .container-large-10 {
    width: auto;
    max-width: none;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .message-wrapper {
    flex-flow: column;
    display: flex;
  }

  .message-text {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .menu-button.w--open {
    background-color: #90e0d6;
    border-radius: 1.5rem;
  }

  .floating-navbar {
    padding: .5rem 0;
  }

  .downloads-dropdown {
    top: 4.5rem;
  }

  .button-2.is-icon.downloads-button, .button-2.is-icon.downloads-button.dropdown-button {
    height: 41px;
  }

  .nav-menu_link.menu-button {
    border-radius: 1.5rem;
  }

  .nav-menu {
    margin-top: .5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    display: none;
    left: 0;
  }

  .side-menu-links-wrapper {
    margin-top: 5rem;
  }

  .container-large-2, .container-large-3 {
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-row_bar {
    height: 4.5rem;
  }

  .content-row_bar-text.text-color-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-size-tiny-4.text-color-grey-subtle-text {
    line-height: 133%;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .footer {
    background-color: #1646a3;
  }

  .padding-medium-2 {
    padding: 1.25rem;
  }

  .container-large-4 {
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link, .footer_link.text-weight-semibold {
    margin-bottom: .5rem;
  }

  .footer_link.text-weight-semibold.margin-bottom-1rem-mobile {
    margin-bottom: 1.85rem;
  }

  .grid-column-wrapper {
    flex: none;
  }

  .grid-column-wrapper.is-hero-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .back-to-top_link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .coreinv_logo-wrapper {
    aspect-ratio: 3 / 2;
  }

  .core-investment-stat_box._2-col._1-col {
    grid-template-columns: 1fr;
  }

  .core-investment-stat_box._2-col._1-col.gap-32px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .stat-highlight.align-right.stat-highlight-100 {
    width: 100%;
  }

  .profile-card_image-wrapper {
    aspect-ratio: auto;
  }

  .leader-card_image {
    aspect-ratio: 4 / 5;
  }

  .profile-card_name {
    text-align: left;
    margin-bottom: .5rem;
  }

  .text-numbers-36px.text-weight-bold.text-color-secondary-strong-500 {
    font-size: 28px;
  }

  .sidebar-and-content-flex-wrapper.align-center.full-width.background-color-primary-100 {
    display: block;
  }

  .paragraph-wrapper {
    margin-bottom: 0;
  }

  .sidebar-drawer.hidden-on-desktop {
    height: 0;
    margin-right: 2rem;
    display: flex;
    bottom: 6.5rem;
    left: 0;
    right: 0;
  }

  .sidebar-toc.list-copy {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .sidebar-toc.list-copy.hidden-on-desktop {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    right: 7rem;
  }

  .toc-icon-2 {
    font-family: "Fa 400", Arial, sans-serif;
  }

  .spacer-medium-2 {
    padding-top: 1.25rem;
  }

  .text-size-small-2 {
    font-size: 13px;
  }

  .initiative-regular_icon {
    width: 5rem;
  }

  ._3-col-grid.gap-0 {
    grid-template-columns: 1fr;
  }

  ._3-col-grid.is-stakeholder-engagement-results {
    flex-flow: column;
    display: flex;
  }

  ._3-col-grid.gap-2rem {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .heading-style-h4-2 {
    font-size: 1rem;
  }

  .heading-style-h5-2 {
    font-size: .875rem;
  }

  .coreinv_logo-wrapper-2 {
    aspect-ratio: 3 / 2;
  }

  .text-size-small-3 {
    font-size: 13px;
  }

  ._4-col-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._4-col-grid.gap-1rem {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid, ._2-col-grid.gap-1rem, ._2-col-grid-2 {
    flex-flow: column;
    display: flex;
  }

  ._2-col-grid-2.gap-3rem {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-large-5, .container-large-7 {
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular-5.line-height-regular {
    color: var(--text-color--text-primary);
    line-height: 150%;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .timeline_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    height: auto;
    display: flex;
  }

  .timeline-content_list {
    margin-left: 8px;
    padding-left: 24px;
  }

  .container-large-8 {
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-item {
    width: 48%;
  }

  .timeline-item.max-width-full {
    width: 100%;
  }

  .padding-large-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacer-medium-3 {
    padding-top: 1.25rem;
  }

  .smt_wrapper {
    display: block;
  }

  .smt-card_wrapper, .smt-card_wrapper._1, .smt-card_wrapper._2 {
    flex: 1;
  }

  .smt-header {
    border-radius: 0;
    height: auto;
  }

  .smt-header._2, .smt-header._3 {
    margin-top: -14px;
  }

  .esg-accordion-arrow {
    align-self: center;
    margin-top: -6px;
    display: block;
  }

  .padding-2_5rem {
    padding: 2rem;
  }

  .core-investment_left.sbu-header_padding.jgshi {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-large-9 {
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-large-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacer-medium-4 {
    padding-top: 1.25rem;
  }

  .notes-heading {
    font-size: 13px;
  }

  .spacer-medium-5, .spacer-medium-6 {
    padding-top: 1.25rem;
  }

  .paragraph-wrapper-5 {
    margin-bottom: 0;
  }

  .text-size-small-6 {
    font-size: 13px;
  }

  .paragraph-wrapper-6, .paragraph-wrapper-7, .paragraph-wrapper-8 {
    margin-bottom: 0;
  }

  .accordion-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .text-size-small-7 {
    font-size: 13px;
  }

  .container-large-10 {
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-10.padding-section-medium {
    width: auto;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.background-color-legacy-green.full-height.flex-center.home {
    background-position: 100% 0;
    background-size: cover;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .nav_component.home {
    position: relative;
  }

  .hero_content.home {
    margin-bottom: 2rem;
    margin-left: 1.5rem;
    position: static;
  }

  .hero_heading, .hero_heading.corp-structure.is-longer-text {
    font-size: 2.5rem;
  }

  .hero_heading.home {
    font-size: 3rem;
  }

  .section_hero.corp-structure.overflow-none {
    padding-top: 0;
  }

  .section_hero.home {
    background-color: #114699;
    position: static;
  }

  .hero_grid.corp-dir, .hero_grid.subpage, .hero_grid.bod-profile {
    grid-row-gap: 3rem;
    display: flex;
  }

  .grid-col-2 {
    flex-flow: column;
    display: flex;
  }

  .hero_left {
    position: static;
  }

  .hero_right.messages, .hero_right.ceos-report {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .directory-item {
    display: block;
  }

  .menu-button {
    border-radius: 2rem;
    flex-direction: column;
    transition: opacity .2s;
    display: flex;
    overflow: hidden;
  }

  .menu-button:active {
    background-color: #eef4ff;
  }

  .floating-navbar {
    padding: .5rem;
  }

  .button-2.is-large {
    font-size: 1rem;
  }

  .pdf-button {
    display: none;
  }

  .navbar_logo {
    max-width: 175px;
  }

  .nav-grid {
    display: flex;
  }

  .nav-menu_link {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }

  .nav-menu_link.menu-button:hover {
    background-color: #0060d3;
  }

  .nav-menu_link.menu-button {
    border-radius: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .8rem;
  }

  .caret-down {
    margin-top: -6px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1;
  }

  .text-menu-super-small {
    margin-bottom: 12px;
  }

  .secondary-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-links.mts, .secondary-links.strat-enablers, .secondary-links.corp-gov, .secondary-links.inv-port {
    padding-left: 0;
  }

  .secondary-links.lead {
    padding-left: 0;
    display: none;
  }

  .side-menu-link {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .secondary-links-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .underline-link {
    font-size: 1em;
  }

  .nav-menu {
    z-index: 998;
    background-color: #03074d;
    background-image: none;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    height: auto;
    min-height: auto;
    max-height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.2rem;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0%;
    overflow: hidden;
  }

  .secondary-links-left {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    font-size: .8rem;
  }

  .side-menu {
    width: 100%;
  }

  .main-links {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-tiny-3.dark {
    font-size: .875rem;
  }

  .side-menu-links-wrapper {
    width: auto;
    height: auto;
    margin-top: 5.3rem;
    margin-left: 1rem;
  }

  .side-menu-links-wrapper.mobile {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .container-large-2 {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    margin-bottom: .25rem;
  }

  .side-menu-container {
    z-index: 100;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: block;
    position: relative;
  }

  .bread-crumb {
    padding-left: 0;
  }

  .container-large-3 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bar-text_label.text-size-large.text-leading-large.text-color-white {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .text-size-regular-2 {
    font-size: .875rem;
  }

  .corporate-structure_content-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .content-row_bar-text.text-color-white {
    display: flex;
  }

  .text-size-tiny-4.text-weight-semibold.text-color-secondary-default-400 {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }

  .text-size-tiny-4.text-color-grey-subtle-text.is-table-header.hidden-on-mobile.hidden-on-tablet {
    display: block;
  }

  .text-size-tiny-4.text-tracking-small.text-color-secondary-strong-500 {
    font-size: .75rem;
  }

  .text-size-tiny-4.text-tracking-small.text-color-sustainability-teal {
    font-size: .75rem;
    line-height: 190%;
  }

  .text-size-large-2 {
    font-size: 1rem;
  }

  .back-to-top-box {
    z-index: 100;
    position: fixed;
    inset: auto 1.5625rem 1.5rem auto;
  }

  .footer-logo {
    max-width: 108px;
  }

  .footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: .9rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .footer {
    background-color: #1646a3;
    overflow: hidden;
  }

  .padding-medium-2, .padding-medium-2.background-color-blue-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-row-wrapper._3-col-grid.footer {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .footer_link_text {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: .875rem;
    line-height: 130%;
  }

  .footer_link_text:visited {
    color: #c5e0f6;
  }

  .footer_link_text.w--current {
    line-height: 130%;
  }

  .footer_link_text.heading.w--current {
    font-size: .85rem;
  }

  .container-large-4 {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link {
    margin-bottom: .5rem;
    line-height: 150%;
  }

  .footer_link.text-weight-semibold {
    min-height: 1px;
    margin-bottom: .5rem;
  }

  .footer_link.text-weight-semibold.margin-bottom-1rem-mobile {
    margin-bottom: 1rem;
  }

  .grid-column-wrapper {
    flex: 1;
  }

  .grid-column-wrapper.is-hero-right {
    grid-column-gap: 15px;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

  .back-to-top_link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .footer_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    flex-flow: column;
    margin-bottom: 1rem;
    display: flex;
  }

  .text-size-regular-3 {
    font-size: .875rem;
  }

  .text-size-regular-3.line-height-regular {
    padding-top: .2rem;
  }

  .text-style-quick-link {
    font-size: .875rem;
  }

  .icon-1x1-medium-2, .icon-1x1-medium-3 {
    width: 1rem;
    height: 1rem;
  }

  .core-investment {
    display: block;
  }

  .coreinv_logo-wrapper {
    float: none;
    aspect-ratio: auto;
    align-self: auto;
    padding: 0;
    display: block;
  }

  .coreinv_logo-wrapper.ratio-square {
    aspect-ratio: 1;
    display: flex;
  }

  .coreinv_logo-wrapper.ratio-square.padding-2_5rem {
    border-radius: 1.5rem;
  }

  .message-profile-photo {
    max-width: 100%;
  }

  .core-investment-grid {
    display: block;
  }

  .div-content-chart {
    overflow: auto;
  }

  .core-investment-stat_box._2-col._1-col {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .core-investment-stat_box._2-col._1-col.gap-32px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .core-investment-stat {
    padding: 3rem 1.5rem;
  }

  .stat-highlight.align-right {
    flex-flow: row;
  }

  .stat-highlight.align-right.stat-highlight-100 {
    width: 100%;
  }

  .stat-highlight.is-number {
    font-size: 3.5rem;
    line-height: 133%;
  }

  .text-style-quick-link-2 {
    font-size: .875rem;
  }

  .icon-1x1-medium-4 {
    width: 1rem;
    height: 1rem;
  }

  .people-grid {
    flex-flow: column;
    display: flex;
  }

  .leader-grid_card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .leadership-subtitle.margin-top-0 {
    text-align: left;
  }

  .profile-card_image-wrapper {
    float: none;
    aspect-ratio: 4 / 5;
    border-radius: 1rem;
    align-self: auto;
    display: block;
  }

  .profile-card_image-wrapper.center-on-mobile {
    width: 100%;
  }

  .profile-card_image-wrapper.center-on-mobile.home.chairman, .profile-card_image-wrapper.center-on-mobile.home.lance {
    aspect-ratio: 4 / 5;
  }

  .profile-card_info-inset {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .leader-card_image {
    aspect-ratio: 4 / 5;
  }

  .list_item-wrapper.full-width.full-height {
    height: 100%;
    margin-bottom: 0;
  }

  .text-numbers-36px.text-weight-bold.text-color-secondary-strong-500 {
    font-size: 24px;
  }

  .div-number-w-label {
    margin-bottom: 1rem;
  }

  .spacer-xsmall-2, .spacer-xsmall-3 {
    padding-top: .25rem;
    display: block;
  }

  .grid-col-3, .sidebar-and-content-flex-wrapper.align-center.full-width {
    flex-flow: column;
    display: flex;
  }

  .sidebar-and-content-flex-wrapper.align-center.full-width.background-color-primary-100 {
    display: block;
  }

  .sidebar-drawer {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-right: 0;
    display: flex;
    inset: 0%;
  }

  .sidebar-drawer.hidden-on-desktop {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 6rem;
  }

  .margin-0-2 {
    font-size: .8rem;
  }

  .sidebar-toc.list-copy {
    bottom: 1.6rem;
    left: 1.5rem;
    right: auto;
  }

  .sidebar-toc.list-copy.hidden-on-desktop {
    z-index: 100;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    position: fixed;
    bottom: 1.5rem;
    right: 6.5rem;
  }

  .sidebar {
    width: 100%;
  }

  .sidebar.size-305 {
    z-index: 1;
    width: 100%;
    position: sticky;
    top: 0;
  }

  .table-wrapper {
    overflow: auto;
  }

  .sidebar-drawer_content-display {
    z-index: 99;
    width: auto;
    max-width: none;
    height: auto;
    margin-left: .5rem;
    margin-right: .5rem;
    position: absolute;
    top: auto;
    bottom: 6rem;
    left: auto;
    transform: translate(0, 100vh);
  }

  .spacer-small-2 {
    padding-top: .675rem;
  }

  .toc-icon-2 {
    font-family: "Fa 400", Arial, sans-serif;
  }

  .spacer-medium-2 {
    display: block;
  }

  .full-width {
    display: inline-block;
  }

  .sidebar-nav-link {
    border: 1px solid #121212;
    border-radius: .5rem;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    display: inline-block;
  }

  .sidebar-nav-link.w--current {
    color: #e7e670;
    background-color: #121212;
    padding: .75rem 1.5rem;
    font-size: 1rem;
  }

  .sidebar-nav-link.is-hover-blue.link-height-narrow {
    border-style: none;
    padding-left: 1rem;
  }

  .sidebar-nav-link.is-hover-blue.link-height-narrow.w--current {
    color: #121212;
    -webkit-text-stroke-color: #e7e670;
    border-style: none;
  }

  .sidebar-nav-link.is-hover-blue.is-heading {
    ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
    border-style: none;
    padding-left: 1rem;
  }

  .hidden-on-mobile {
    display: none;
  }

  .text-size-small-2 {
    font-size: .8rem;
  }

  .flex-v-stretch.gap-1rem {
    align-self: stretch;
  }

  .initiative-regular_icon {
    align-self: auto;
    width: 3rem;
    height: auto;
  }

  .code-embed-15 {
    overflow: auto;
  }

  ._3-col-grid.gap-3rem, ._3-col-grid._2-rows.gap-col-2rem {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._3-col-grid.gap-0 {
    grid-template-columns: 1fr;
  }

  ._3-col-grid.gap-2rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
  }

  .heading-style-h4-2.font-newkansas.text-leading-tight.margin-bottom-small {
    font-size: 1rem;
  }

  .initiative-huge_icon {
    align-self: auto;
    width: 64px;
    height: 64px;
  }

  .flex-h-left.gap-1rem {
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .flex-h-left.gap-1rem.flex-h-mobile {
    flex-flow: row;
  }

  .contact-box {
    padding: 1rem;
  }

  .text-leading-large {
    margin-bottom: 10px;
    font-size: .9rem;
  }

  .quote-mark-image {
    float: none;
    margin-bottom: 1rem;
  }

  .coreinv-quote {
    padding-right: 1rem;
  }

  .coreinv_logo-wrapper-2 {
    float: none;
    aspect-ratio: 4 / 5;
    align-self: auto;
    display: block;
  }

  .message-profile-photo-2, .message-profile-photo-3 {
    max-width: 100%;
  }

  .text-size-small-3 {
    font-size: .8rem;
  }

  ._4-col-grid {
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .message-profile-photo-4 {
    max-width: 100%;
  }

  .ataglance_grid_fy-revenue {
    padding: 1rem;
  }

  .chart_code-embed {
    height: auto;
  }

  ._2-col-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  ._2-col-grid.gap-1rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bar-item_wrapper.is-2023.is-in-home {
    min-width: 94px;
    height: 260px;
  }

  .bar-item_wrapper.is-in-home {
    height: 260px;
  }

  .text-numbers-48px.new-kansas.text-color-secondary-weak-300.font-size_decreased.is-in-home {
    font-size: 3rem;
  }

  .bottomnav-link_text-style {
    font-size: 1rem;
    font-weight: 700;
  }

  ._2-col-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .background-color-white.padding-custom1 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-5 {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .bottomnav-link_wrapper.is-next {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fontawesome-tiny-icon.text-color-secondary-strong-500 {
    font-size: .75rem;
  }

  .page-navigator {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .timeline-line {
    margin-top: 1.15rem;
  }

  .text-menu-super-small-2 {
    margin-bottom: 12px;
  }

  .container-large-7 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .underline-link-2 {
    font-size: 1em;
  }

  .hidden-on-desktop {
    display: block;
  }

  .text-size-regular-5 {
    font-size: .875rem;
  }

  .text-size-regular-5.line-height-regular {
    color: var(--text-color--text-primary);
    padding-top: 0;
    font-size: 1rem;
    line-height: 150%;
  }

  .text-size-regular-5.is-jumper-label {
    color: var(--text-color--text-primary);
  }

  .key-performance_content-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .key-performance_content-row.is-header.hidden-on-mobile {
    display: none;
  }

  .text-size-large-3 {
    font-size: 1rem;
  }

  .text-size-large-3.text-weight-semibold.text-color-secondary-default-400 {
    font-size: 1.25rem;
  }

  .timeline_wrapper {
    flex-flow: column;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .timeline-item-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .33fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .timeline-item-grid.custom_2-images {
    display: block;
  }

  .sustainability-timeline_year {
    font-size: .875rem;
  }

  .container-large-8 {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-item {
    width: auto;
  }

  .padding-large-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-medium-3 {
    display: block;
  }

  .tab-style-button {
    text-align: center;
    border-width: 2px;
    width: 8.25rem;
    padding: .75rem 1rem;
  }

  .tab-style-button.w--current {
    width: 8.25rem;
    padding: .75rem 1rem;
  }

  .image-14 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: 2rem;
    left: 0;
  }

  .tabs-menu.width-82-5rem.align-center.flex-left-aligned-top.margin-bottom-80px {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .tabs-menu.width-82-5rem.align-center.flex-left-aligned-top.margin-bottom-80px.margin-bottom-none {
    margin-bottom: 0;
  }

  .smt_wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .smt-header._2, .smt-header._3 {
    margin-top: -9px;
  }

  .esg-accordion-arrow {
    margin-top: -6px;
    display: block;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-medium-2.text-color-white {
    text-align: left;
  }

  .sbu-header_padding.urc {
    padding: 1.5rem 1rem;
  }

  .padding-2_5rem {
    padding: 1rem;
  }

  .core-investment_left.sbu-header_padding.jgsoc {
    padding: 1.5rem 1rem;
  }

  .core-investment_left.sbu-header_padding.rlc {
    padding-left: 1rem;
  }

  .core-investment_left.sbu-header_padding.ceb {
    padding: 1.5rem 1rem;
  }

  .small {
    font-size: .75rem;
  }

  .list-style {
    margin-bottom: 1rem;
  }

  .container-large-9 {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .padding-large-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .core-investment-logo {
    width: auto;
    max-width: none;
    height: 2.5rem;
  }

  .spacer-medium-4 {
    display: block;
  }

  .container-large-extended {
    min-width: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .notes-heading {
    font-size: .8rem;
  }

  .footnote {
    overflow: scroll;
  }

  .spacer-medium-5 {
    display: block;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .text-size-medium-4.text-weight-semibold {
    font-size: 1.25rem;
  }

  .section-content-grid-center-spaced {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .section-content-grid-center-spaced.gutter-3rem, .section-content-grid-center-spaced.gutter-3rem.max-width-full, .section-content-grid-center-spaced.gutter-3rem.border-bottom {
    grid-row-gap: .5rem;
  }

  .section-sbu_initiatives-3.block-w-large-distance {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-sbu_initiatives-3.block-w-medium-distance {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-sbu_initiatives-2.block-w-large-distance {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-small-5 {
    font-size: .8rem;
  }

  .spacer-medium-6 {
    display: block;
  }

  .margin-0-3 {
    font-size: .8rem;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .text-size-medium-5.text-weight-semibold {
    font-size: 1.25rem;
  }

  .small-2 {
    font-size: .75rem;
  }

  .text-size-small-6 {
    font-size: .8rem;
  }

  .section-sbu_initiatives-4.block-w-large-distance {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-sbu_initiatives-4.block-w-medium-distance {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-sbu_initiatives-5.block-w-large-distance {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-style-quick-link-3 {
    font-size: .875rem;
  }

  .quick-link-box-2.is-internal {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-link_image.border-radius-xsmall {
    width: 100%;
    height: auto;
    display: none;
  }

  .icon-1x1-medium-5 {
    width: 1rem;
    height: 1rem;
  }

  .left-arrow, .right-arrow {
    margin-top: .05rem;
  }

  .code-embed-30 {
    border-bottom-left-radius: 1rem;
  }

  ._35y {
    font-size: 2rem;
  }

  .sticky-overlay {
    position: static;
  }

  .accordion-paragraph {
    z-index: 0;
    opacity: 1;
    max-width: 100%;
    margin-top: .75rem;
    font-size: 14px;
    display: none;
  }

  .accordion-paragraph.text-size-regular.margin-top-none {
    margin-top: 20px;
    display: flex;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .div-block-26 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .accordion_about-the-report.padding-bottom_2rem.padding-top_2rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion-open-close_icon {
    width: 40px;
    min-height: 40px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
    position: relative;
  }

  .ataglance_grid_quad-box.background-color-white {
    padding: 1rem;
  }

  .flex-h-stretch {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-h-stretch.aag {
    flex-flow: row;
  }

  .text-size-small-7 {
    font-size: .8rem;
  }

  .container-large-10 {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-10.padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .section-home_ataglance_grid {
    display: block;
  }

  .div-content-chart-2 {
    overflow: auto;
  }

  .home-lottie-animation.desktop {
    display: none;
  }

  .home-lottie-animation.mobile {
    display: block;
  }

  .aff {
    font-size: 3rem;
  }

  .div-block-20 {
    ---mode--collection-7730201b-7973-2f4d-fca1-d3a733b71d39: base;
  }

  .sidebar-drawer_content {
    z-index: 99;
    width: auto;
    max-width: none;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: .5rem;
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
  }

  .toc-icon-4 {
    font-family: "Fa 400", Arial, sans-serif;
  }
}

#w-node-c9166179-7c02-579e-21df-5d0f255c5a72-b1ce2ff3, #w-node-_4aed2b61-ed70-9630-46a4-9fb1a963f601-b1ce2ff3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6909baf-85f4-31a9-c7b5-7f59b543f04e-b1ce2ff3, #w-node-b6909baf-85f4-31a9-c7b5-7f59b543f05a-b1ce2ff3, #w-node-b6909baf-85f4-31a9-c7b5-7f59b543f066-b1ce2ff3, #w-node-b6909baf-85f4-31a9-c7b5-7f59b543f078-b1ce2ff3, #w-node-b6909baf-85f4-31a9-c7b5-7f59b543f082-b1ce2ff3, #w-node-b6909baf-85f4-31a9-c7b5-7f59b543f08a-b1ce2ff3 {
  place-self: stretch stretch;
}

#w-node-c22bca8f-de1f-a521-ce03-4e5d33857525-33857522 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c22bca8f-de1f-a521-ce03-4e5d33857563-33857522, #w-node-c22bca8f-de1f-a521-ce03-4e5d3385757b-33857522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c22bca8f-de1f-a521-ce03-4e5d3385757d-33857522 {
  grid-column: span 2 / span 2;
  align-self: center;
}

#w-node-_7b80025f-5d81-553d-311a-5093d59e2d9d-d59e2d6d, #w-node-_7b80025f-5d81-553d-311a-5093d59e2daf-d59e2d6d, #w-node-_7b80025f-5d81-553d-311a-5093d59e2dc1-d59e2d6d, #w-node-_7b80025f-5d81-553d-311a-5093d59e2dd1-d59e2d6d, #w-node-_7b80025f-5d81-553d-311a-5093d59e2de3-d59e2d6d, #w-node-_7b80025f-5d81-553d-311a-5093d59e2dfd-d59e2d6d, #w-node-_7b80025f-5d81-553d-311a-5093d59e2e18-d59e2d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-b1ce2ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-b1ce2ff6 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-b1ce2ff6, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-b1ce2ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-b1ce2ff6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-b1ce2ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-b1ce2ff6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-b1ce2ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-b1ce2ff6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-b1ce2ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-b1ce2ff6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-b1ce2ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-b1ce2ff6, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-b1ce2ff6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-b1ce2ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-b1ce2ff6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-b1ce2ff6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-b1ce2ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-b1ce2ff6 {
  justify-self: start;
}

#w-node-_756e7363-f088-e9fd-ae49-9f20961ca075-63dfdea9, #w-node-_756e7363-f088-e9fd-ae49-9f20961ca087-63dfdea9, #w-node-_756e7363-f088-e9fd-ae49-9f20961ca099-63dfdea9, #w-node-_756e7363-f088-e9fd-ae49-9f20961ca0a9-63dfdea9, #w-node-_756e7363-f088-e9fd-ae49-9f20961ca0bb-63dfdea9, #w-node-_756e7363-f088-e9fd-ae49-9f20961ca0d5-63dfdea9, #w-node-aa55ad4b-ba01-3d97-6847-61acbd18464b-63dfdea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-2efafa48 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-2efafa48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3db37932-0f68-3a7d-0f93-f3bd47902cd2-47902c9f, #w-node-_3db37932-0f68-3a7d-0f93-f3bd47902ce4-47902c9f, #w-node-_3db37932-0f68-3a7d-0f93-f3bd47902cf6-47902c9f, #w-node-_3db37932-0f68-3a7d-0f93-f3bd47902d06-47902c9f, #w-node-_3db37932-0f68-3a7d-0f93-f3bd47902d18-47902c9f, #w-node-_3db37932-0f68-3a7d-0f93-f3bd47902d32-47902c9f, #w-node-_3db37932-0f68-3a7d-0f93-f3bd47902d4d-47902c9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-141ab227 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-141ab227 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: center stretch;
}

#w-node-_91a5b345-18c9-240c-4adf-900106946de8-141ab227 {
  grid-area: Logo;
}

#w-node-_91a5b345-18c9-240c-4adf-900106946de9-141ab227 {
  grid-area: Description;
}

#w-node-_91a5b345-18c9-240c-4adf-900106946dee-141ab227 {
  grid-area: Bar;
}

#w-node-_06386579-342b-b4b1-6f49-736a905b4905-141ab227 {
  grid-area: Description;
}

#w-node-_65a8e935-c648-0a73-6095-1fb67e970c9c-141ab227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7fc8142-01b6-aac1-6d82-94cddacebef4-141ab227 {
  grid-area: Description;
}

#w-node-_4f7b0d13-1838-5d6f-ef0c-ffd06f9e2856-141ab227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6da045-1236-0fcf-bbde-ee2f6fa1a44e-141ab227 {
  grid-area: Description;
}

#w-node-_03de6a80-d9c1-0964-f3cd-b7de871f4405-141ab227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6da045-1236-0fcf-bbde-ee2f6fa1a46c-141ab227 {
  grid-area: Description;
}

#w-node-_70c3b1e3-c937-6ce6-e007-b77c29c7ea25-141ab227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6da045-1236-0fcf-bbde-ee2f6fa1a45d-141ab227 {
  grid-area: Description;
}

#w-node-_5256866c-3c79-adca-6090-d8acadfb0dbe-141ab227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34ed5815-9280-c86d-0f2c-48a4891c2527-141ab227 {
  grid-area: Description;
}

#w-node-_73121f36-eece-f14e-0766-b81020e5ccfc-141ab227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34ed5815-9280-c86d-0f2c-48a4891c2536-141ab227 {
  grid-area: Description;
}

#w-node-_5cc4b36d-7346-afb5-78dd-0698d45a1769-141ab227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34ed5815-9280-c86d-0f2c-48a4891c2545-141ab227 {
  grid-area: Description;
}

#w-node-e6a4576d-aceb-9e8e-4fd9-ec693e4c7d82-141ab227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d1b1084-5d81-8c8d-c629-b5b64807fc12-141ab227 {
  grid-area: Description;
}

#w-node-_531d227a-32fb-58c8-6bd8-4bb952b09427-141ab227 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-83e34050 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-83e34050 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-efb3b351-3d26-17d1-b5f0-f60ec0d590eb-83e34050, #w-node-_5db92299-e3a5-14cb-ebc0-3a2128e6c562-83e34050, #w-node-_4bdcb12a-779c-82bb-6cad-2c7712c3458b-83e34050, #w-node-b933edf1-19be-c908-200f-6476cfaea5f7-83e34050 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-4839c337 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-4839c337 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-febf3d7f {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-febf3d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-b1281331 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-b1281331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-d371b794 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-d371b794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-5cef95f4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-5cef95f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-9898cf7e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-9898cf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-0a48b5b3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-0a48b5b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-f34db019 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-f34db019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-7c301fa3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-7c301fa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-86b43f54 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-86b43f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-97ed8b28 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-97ed8b28 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-15cd2ce6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-15cd2ce6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-a0be5a3d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-a0be5a3d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-009da278 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-009da278 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_17a1208e-a4d1-0daa-7038-15216cb272cd-009da278 {
  align-self: stretch;
}

#w-node-_9a724d1e-4616-6eb0-427b-04fd46dfc966-009da278 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a724d1e-4616-6eb0-427b-04fd46dfc96a-009da278, #w-node-_9a724d1e-4616-6eb0-427b-04fd46dfc9a0-009da278 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a724d1e-4616-6eb0-427b-04fd46dfc9ac-009da278, #w-node-_9a724d1e-4616-6eb0-427b-04fd46dfc9e3-009da278 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-b181249c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-b181249c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-abe621c6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-abe621c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-ab2caa96-8e48-b035-ee5b-710bf8d52a08-abe621c6, #w-node-f0b0fc6f-9550-6df3-3ad1-c150451c20a7-abe621c6, #w-node-_4d68d01d-4024-5907-6c37-f7089a81465e-abe621c6, #w-node-_2fed2ce4-f012-d7be-8e7a-b7305efb719b-abe621c6, #w-node-_76477d9b-6ce1-8200-4a0e-1139e9578a99-abe621c6, #w-node-_76477d9b-6ce1-8200-4a0e-1139e9578aa3-abe621c6, #w-node-_76477d9b-6ce1-8200-4a0e-1139e9578aab-abe621c6, #w-node-_76477d9b-6ce1-8200-4a0e-1139e9578ab3-abe621c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-e0ee062c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-e0ee062c {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: start stretch;
}

#w-node-b4911a61-90a7-dfc5-28a8-a42cae7e2566-e0ee062c {
  align-self: start;
}

#w-node-_5181cfb5-e41b-1486-a36a-5d0b4b5d6d13-e0ee062c {
  place-self: auto start;
}

#w-node-_59fecb56-76ae-ef02-d210-1e1623b830d7-e0ee062c, #w-node-_59fecb56-76ae-ef02-d210-1e1623b830e3-e0ee062c, #w-node-_59fecb56-76ae-ef02-d210-1e1623b830ef-e0ee062c, #w-node-_375f2e61-333b-bd83-b6bb-518b75a22834-e0ee062c, #w-node-_375f2e61-333b-bd83-b6bb-518b75a2283e-e0ee062c, #w-node-_375f2e61-333b-bd83-b6bb-518b75a22846-e0ee062c {
  place-self: stretch stretch;
}

#w-node-ee173c6c-d3a8-6207-c46b-f00a1bad8343-e0ee062c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee173c6c-d3a8-6207-c46b-f00a1bad8370-e0ee062c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-ee173c6c-d3a8-6207-c46b-f00a1bad8372-e0ee062c, #w-node-_2bc960ef-8890-4ff9-c714-83ff5f253f88-e0ee062c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bc960ef-8890-4ff9-c714-83ff5f253fb5-e0ee062c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_2bc960ef-8890-4ff9-c714-83ff5f253fb7-e0ee062c, #w-node-_6a2be9c9-e93e-8d64-7bc0-625499be8753-e0ee062c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a2be9c9-e93e-8d64-7bc0-625499be8780-e0ee062c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_6a2be9c9-e93e-8d64-7bc0-625499be8782-e0ee062c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-44cc7a75 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-44cc7a75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_481257bc-4cf7-abe4-6562-9f699315603a-44cc7a75 {
  grid-area: Logo;
}

#w-node-c1b14c01-0bae-82b4-0939-34b90c96df87-44cc7a75 {
  grid-area: Attributable-Core-Net-Income;
}

#w-node-c1b14c01-0bae-82b4-0939-34b90c96df82-44cc7a75 {
  grid-area: Revenues;
}

#w-node-a85b723d-4023-6f1a-8bf0-e5a1868203a0-44cc7a75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b14c01-0bae-82b4-0939-34b90c96df8e-44cc7a75 {
  grid-area: Logo;
}

#w-node-c1b14c01-0bae-82b4-0939-34b90c96df8f-44cc7a75 {
  grid-area: Revenues;
}

#w-node-e6fa31b3-baea-640d-3b95-e41568d8d76b-44cc7a75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b14c01-0bae-82b4-0939-34b90c96dfc8-44cc7a75, #w-node-c1b14c01-0bae-82b4-0939-34b90c96dffc-44cc7a75 {
  grid-area: Revenues;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59853d-ba3587c3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59854f-ba3587c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_90127236-0b63-1492-9056-cac974bc5ef4-ba3587c3, #w-node-_90127236-0b63-1492-9056-cac974bc5f12-ba3587c3, #w-node-_08175299-a565-4f61-dfda-def65de0a3aa-ba3587c3, #w-node-dce4bbc5-ecdc-7155-133d-a7dc2a5985d8-ba3587c3 {
  align-self: stretch;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a598655-ba3587c3 {
  justify-self: auto;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-e67a123d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-e67a123d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_76477d9b-6ce1-8200-4a0e-1139e9578a99-e67a123d, #w-node-_76477d9b-6ce1-8200-4a0e-1139e9578aa3-e67a123d, #w-node-_76477d9b-6ce1-8200-4a0e-1139e9578aab-e67a123d, #w-node-_76477d9b-6ce1-8200-4a0e-1139e9578ab3-e67a123d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59853d-b7ea003f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59854f-b7ea003f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59853d-3cfe55d3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59854f-3cfe55d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_092c260f-cead-c8ab-d72f-4be1c7853904-4881f21b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_21d7404f-9dee-598d-dc38-3957c0c76c61-4881f21b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_591317e4-f007-dec6-5a86-b71fe3ee12b4-de32d485 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f15c456f-835c-c09e-51ac-8b6e392db1cb-de32d485 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59853d-6cd218c7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59854f-6cd218c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_9043afa3-bcde-7672-a271-9945a3441917-6cd218c7 {
  place-self: stretch stretch;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59853d-58a5864b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-dce4bbc5-ecdc-7155-133d-a7dc2a59854f-58a5864b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4fae813a-e285-03ab-d90e-de35f2805867-58a5864b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fae813a-e285-03ab-d90e-de35f280586c-58a5864b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4fae813a-e285-03ab-d90e-de35f280586e-58a5864b, #w-node-_4fae813a-e285-03ab-d90e-de35f2805881-58a5864b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fae813a-e285-03ab-d90e-de35f2805884-58a5864b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4fae813a-e285-03ab-d90e-de35f2805886-58a5864b, #w-node-_4fae813a-e285-03ab-d90e-de35f28058a1-58a5864b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fae813a-e285-03ab-d90e-de35f28058a4-58a5864b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4fae813a-e285-03ab-d90e-de35f28058a6-58a5864b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3884ff4-63af-5d28-b1a1-0368db5530e9-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db55312d-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db55314c-58a5864b, #w-node-a9eada99-a344-04f5-11c6-965727306f31-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db5531ec-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db553184-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db5531a2-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db5531c0-58a5864b, #w-node-_2649c129-875d-962f-7256-9933c29c3ae3-58a5864b, #w-node-_2649c129-875d-962f-7256-9933c29c3b26-58a5864b, #w-node-_2649c129-875d-962f-7256-9933c29c3b47-58a5864b, #w-node-_2649c129-875d-962f-7256-9933c29c3b65-58a5864b, #w-node-_22d404fd-d953-ec3a-f15b-ed3d5ea17945-58a5864b, #w-node-_367aa9e0-a20b-225d-8f6c-37a4461be876-58a5864b, #w-node-_5e34e55c-1388-882f-2ade-a0d667094aff-58a5864b, #w-node-_2649c129-875d-962f-7256-9933c29c3b8c-58a5864b, #w-node-_2649c129-875d-962f-7256-9933c29c3bfa-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c50965-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c509a4-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c509c6-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c509e4-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c50a05-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c50a23-58a5864b, #w-node-_4dd12f31-23b7-f44a-e79f-b2e9b02fea18-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c50a68-58a5864b, #w-node-df2fbb36-7eb5-8d85-30da-b87fe7bca249-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c50a9a-58a5864b, #w-node-_1a92cfbb-6082-89d8-61e0-e63e58903116-58a5864b, #w-node-_1eecfa5a-7057-87ed-b4ae-5e3ed5bedaf1-58a5864b, #w-node-_3a88e1d9-3fc0-88b9-e1f0-62536865abb2-58a5864b, #w-node-_4bebda42-80f8-1115-e777-d03b69c56156-58a5864b, #w-node-_67280ed1-a14e-0d82-7127-defacfa6c9e8-58a5864b, #w-node-_272ded5e-c954-eaf1-8806-d6a423d224df-58a5864b, #w-node-_5b18cadc-acd6-9eab-38b5-d9fbe177e4cf-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb16239-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb16278-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb162b8-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb16297-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb16331-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb16362-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb16393-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb163b4-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb163d5-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa5f-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa9f-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aabf-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aade-58a5864b, #w-node-_96a74a59-441d-7f09-d561-e384115de9fc-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab08-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab34-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab67-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab8c-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256abb2-58a5864b, #w-node-_8896444c-9485-6a18-0aec-4d92a159c603-58a5864b, #w-node-_77ed2065-19f8-fab6-cbe8-373c282bcf0d-58a5864b {
  order: 9999;
}

#w-node-_51bd7532-a8d4-e650-3f34-db304dd84ac6-5261b87f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_51bd7532-a8d4-e650-3f34-db304dd84ae7-5261b87f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_6812aeb5-e682-311b-2542-3094979bbac3-5261b87f, #w-node-_6812aeb5-e682-311b-2542-3094979bbc55-5261b87f, #w-node-_6812aeb5-e682-311b-2542-3094979bbc56-5261b87f, #w-node-_6812aeb5-e682-311b-2542-3094979bbc5e-5261b87f, #w-node-_6812aeb5-e682-311b-2542-3094979bbc5f-5261b87f, #w-node-_6812aeb5-e682-311b-2542-3094979bbc67-5261b87f, #w-node-_6812aeb5-e682-311b-2542-3094979bbc68-5261b87f, #w-node-_6812aeb5-e682-311b-2542-3094979bbc70-5261b87f, #w-node-_6812aeb5-e682-311b-2542-3094979bbc71-5261b87f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-c22bca8f-de1f-a521-ce03-4e5d3385757e-33857522 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_90127236-0b63-1492-9056-cac974bc5ef4-ba3587c3, #w-node-dce4bbc5-ecdc-7155-133d-a7dc2a5985bd-ba3587c3, #w-node-_9043afa3-bcde-7672-a271-9945a34418ff-6cd218c7 {
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a28a80fb-9dd5-71a1-76f8-bd25a18be863-6cd218c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a28a80fb-9dd5-71a1-76f8-bd25a18be870-6cd218c7 {
    order: 0;
  }

  #w-node-c726b70d-0119-b985-0f94-470c078c6957-6cd218c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c726b70d-0119-b985-0f94-470c078c695f-6cd218c7 {
    order: 0;
  }

  #w-node-f1626254-44ea-864b-2b51-a30627cd9745-6cd218c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1626254-44ea-864b-2b51-a30627cd974d-6cd218c7 {
    order: 0;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5530e3-58a5864b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5530e9-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db5530f4-58a5864b {
    order: 0;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5530fe-58a5864b {
    order: 9999;
  }

  #w-node-cfaab45d-f8c6-a71c-6bba-37bd75dceb66-58a5864b {
    order: 0;
  }

  #w-node-cfaab45d-f8c6-a71c-6bba-37bd75dceb70-58a5864b {
    order: 9999;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db553112-58a5864b {
    order: 0;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db55311f-58a5864b {
    order: 9999;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db55312d-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db553133-58a5864b {
    order: 0;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db55313d-58a5864b {
    order: 9999;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db55314c-58a5864b {
    order: 0;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db553152-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db55316c-58a5864b {
    order: 9999;
  }

  #w-node-a9eada99-a344-04f5-11c6-965727306f31-58a5864b {
    order: 0;
  }

  #w-node-a9eada99-a344-04f5-11c6-965727306f37-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a9eada99-a344-04f5-11c6-965727306f41-58a5864b {
    order: 9999;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531ec-58a5864b {
    order: 0;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531f3-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531fd-58a5864b {
    order: 9999;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db553184-58a5864b {
    order: 0;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db553194-58a5864b {
    order: 9999;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531a2-58a5864b {
    order: 0;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531a8-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531b2-58a5864b {
    order: 9999;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531c0-58a5864b {
    order: 0;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531c6-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3add-58a5864b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3ae3-58a5864b, #w-node-_2649c129-875d-962f-7256-9933c29c3aea-58a5864b {
    order: 0;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3af7-58a5864b {
    order: 9999;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b0e-58a5864b {
    order: 0;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b18-58a5864b {
    order: 9999;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b26-58a5864b, #w-node-_2649c129-875d-962f-7256-9933c29c3b2e-58a5864b {
    order: 0;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b38-58a5864b {
    order: 9999;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b47-58a5864b {
    order: 0;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b4d-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b57-58a5864b {
    order: 9999;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b65-58a5864b {
    order: 0;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b6b-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b75-58a5864b {
    order: 9999;
  }

  #w-node-_22d404fd-d953-ec3a-f15b-ed3d5ea17945-58a5864b {
    order: 0;
  }

  #w-node-_22d404fd-d953-ec3a-f15b-ed3d5ea1794b-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_22d404fd-d953-ec3a-f15b-ed3d5ea17958-58a5864b {
    order: 9999;
  }

  #w-node-_367aa9e0-a20b-225d-8f6c-37a4461be876-58a5864b {
    order: 0;
  }

  #w-node-_367aa9e0-a20b-225d-8f6c-37a4461be87c-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_367aa9e0-a20b-225d-8f6c-37a4461be889-58a5864b {
    order: 9999;
  }

  #w-node-_5e34e55c-1388-882f-2ade-a0d667094aff-58a5864b {
    order: 0;
  }

  #w-node-_5e34e55c-1388-882f-2ade-a0d667094b05-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5e34e55c-1388-882f-2ade-a0d667094b12-58a5864b {
    order: 9999;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b8c-58a5864b {
    order: 0;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b94-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3ba6-58a5864b {
    order: 9999;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3bfa-58a5864b {
    order: 0;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3c00-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c5095f-58a5864b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50965-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c5096b-58a5864b {
    order: 0;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50975-58a5864b {
    order: 9999;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50989-58a5864b {
    order: 0;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50996-58a5864b {
    order: 9999;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509a4-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c509aa-58a5864b {
    order: 0;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509b7-58a5864b {
    order: 9999;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509c6-58a5864b {
    order: 0;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509cc-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509d6-58a5864b {
    order: 9999;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509e4-58a5864b {
    order: 0;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509ea-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509f7-58a5864b {
    order: 9999;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a05-58a5864b {
    order: 0;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a0b-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a15-58a5864b {
    order: 9999;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a23-58a5864b {
    order: 0;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a29-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a33-58a5864b {
    order: 9999;
  }

  #w-node-_4dd12f31-23b7-f44a-e79f-b2e9b02fea12-58a5864b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4dd12f31-23b7-f44a-e79f-b2e9b02fea18-58a5864b, #w-node-_4dd12f31-23b7-f44a-e79f-b2e9b02fea1e-58a5864b {
    order: 0;
  }

  #w-node-_4dd12f31-23b7-f44a-e79f-b2e9b02fea28-58a5864b {
    order: 9999;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a68-58a5864b {
    order: 0;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a71-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a83-58a5864b {
    order: 9999;
  }

  #w-node-df2fbb36-7eb5-8d85-30da-b87fe7bca249-58a5864b {
    order: 0;
  }

  #w-node-df2fbb36-7eb5-8d85-30da-b87fe7bca252-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-df2fbb36-7eb5-8d85-30da-b87fe7bca264-58a5864b {
    order: 9999;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a9a-58a5864b {
    order: 0;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50aa0-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1a92cfbb-6082-89d8-61e0-e63e58903116-58a5864b {
    order: 0;
  }

  #w-node-_1a92cfbb-6082-89d8-61e0-e63e5890311c-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1eecfa5a-7057-87ed-b4ae-5e3ed5bedaf1-58a5864b {
    order: 0;
  }

  #w-node-_1eecfa5a-7057-87ed-b4ae-5e3ed5bedaf7-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3a88e1d9-3fc0-88b9-e1f0-62536865abb2-58a5864b {
    order: 0;
  }

  #w-node-_3a88e1d9-3fc0-88b9-e1f0-62536865abb8-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4bebda42-80f8-1115-e777-d03b69c56156-58a5864b {
    order: 0;
  }

  #w-node-_4bebda42-80f8-1115-e777-d03b69c5615c-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67280ed1-a14e-0d82-7127-defacfa6c9e8-58a5864b {
    order: 0;
  }

  #w-node-_67280ed1-a14e-0d82-7127-defacfa6c9ee-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_272ded5e-c954-eaf1-8806-d6a423d224df-58a5864b {
    order: 0;
  }

  #w-node-_272ded5e-c954-eaf1-8806-d6a423d224e5-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5b18cadc-acd6-9eab-38b5-d9fbe177e4cf-58a5864b {
    order: 0;
  }

  #w-node-_5b18cadc-acd6-9eab-38b5-d9fbe177e4d5-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16233-58a5864b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16239-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb1623f-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16249-58a5864b {
    order: 9999;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16260-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb1626a-58a5864b {
    order: 9999;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16278-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb1627e-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16288-58a5864b {
    order: 9999;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb162b8-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb162be-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb162cd-58a5864b {
    order: 9999;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16297-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb1629d-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb162aa-58a5864b {
    order: 9999;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16331-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16338-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16351-58a5864b {
    order: 9999;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16362-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb1636a-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb1637c-58a5864b {
    order: 9999;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16393-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16399-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb163b4-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb163ba-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb163d5-58a5864b {
    order: 0;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb163db-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa59-58a5864b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa5f-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa65-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa6f-58a5864b {
    order: 9999;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa84-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa8e-58a5864b {
    order: 9999;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa9f-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aaa6-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aab0-58a5864b {
    order: 9999;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aabf-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aac6-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aad0-58a5864b {
    order: 9999;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aade-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aae5-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aaf2-58a5864b {
    order: 9999;
  }

  #w-node-_96a74a59-441d-7f09-d561-e384115de9fc-58a5864b {
    order: 0;
  }

  #w-node-_96a74a59-441d-7f09-d561-e384115dea02-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_96a74a59-441d-7f09-d561-e384115dea0c-58a5864b {
    order: 9999;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab08-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab10-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab26-58a5864b {
    order: 9999;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab34-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab3c-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab50-58a5864b {
    order: 9999;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab67-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab6e-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab8c-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab92-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256abb2-58a5864b {
    order: 0;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256abb8-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8896444c-9485-6a18-0aec-4d92a159c603-58a5864b {
    order: 0;
  }

  #w-node-_8896444c-9485-6a18-0aec-4d92a159c60c-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_77ed2065-19f8-fab6-cbe8-373c282bcf0d-58a5864b {
    order: 0;
  }

  #w-node-_77ed2065-19f8-fab6-cbe8-373c282bcf16-58a5864b {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c22bca8f-de1f-a521-ce03-4e5d33857525-33857522 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9f904bbe-a67b-985d-0e9b-e3dcfb3c7a2e-b7ea003f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c22bca8f-de1f-a521-ce03-4e5d33857525-33857522 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-c22bca8f-de1f-a521-ce03-4e5d33857542-33857522 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-a28a80fb-9dd5-71a1-76f8-bd25a18be863-6cd218c7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a28a80fb-9dd5-71a1-76f8-bd25a18be878-6cd218c7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c726b70d-0119-b985-0f94-470c078c6957-6cd218c7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c726b70d-0119-b985-0f94-470c078c6969-6cd218c7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-f1626254-44ea-864b-2b51-a30627cd9745-6cd218c7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f1626254-44ea-864b-2b51-a30627cd9755-6cd218c7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5530e3-58a5864b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5530f9-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5530fe-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-cfaab45d-f8c6-a71c-6bba-37bd75dceb70-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db55311f-58a5864b, #w-node-d3884ff4-63af-5d28-b1a1-0368db55313d-58a5864b {
    order: 9999;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db553152-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db553157-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db55316c-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-a9eada99-a344-04f5-11c6-965727306f37-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-a9eada99-a344-04f5-11c6-965727306f3c-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a9eada99-a344-04f5-11c6-965727306f41-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531f3-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531f8-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531fd-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db55318f-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db553194-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531a8-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531ad-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531b2-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531c6-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d3884ff4-63af-5d28-b1a1-0368db5531cb-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3add-58a5864b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3af2-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3af7-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b18-58a5864b, #w-node-_2649c129-875d-962f-7256-9933c29c3b38-58a5864b {
    order: 9999;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b4d-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b52-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b57-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b6b-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b70-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b75-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_22d404fd-d953-ec3a-f15b-ed3d5ea1794b-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_22d404fd-d953-ec3a-f15b-ed3d5ea17953-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_22d404fd-d953-ec3a-f15b-ed3d5ea17958-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_367aa9e0-a20b-225d-8f6c-37a4461be87c-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_367aa9e0-a20b-225d-8f6c-37a4461be884-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_367aa9e0-a20b-225d-8f6c-37a4461be889-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5e34e55c-1388-882f-2ade-a0d667094b05-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_5e34e55c-1388-882f-2ade-a0d667094b0d-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5e34e55c-1388-882f-2ade-a0d667094b12-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b94-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3b9c-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3ba6-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3c00-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_2649c129-875d-962f-7256-9933c29c3c05-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c5095f-58a5864b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50970-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50975-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50996-58a5864b, #w-node-d7ec4f28-fff8-0688-173a-905055c509b7-58a5864b {
    order: 9999;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509cc-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509d1-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509d6-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509ea-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509f2-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c509f7-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a0b-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a10-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a15-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a29-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a2e-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a33-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4dd12f31-23b7-f44a-e79f-b2e9b02fea12-58a5864b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4dd12f31-23b7-f44a-e79f-b2e9b02fea23-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4dd12f31-23b7-f44a-e79f-b2e9b02fea28-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a71-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a79-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50a83-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-df2fbb36-7eb5-8d85-30da-b87fe7bca252-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-df2fbb36-7eb5-8d85-30da-b87fe7bca25a-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-df2fbb36-7eb5-8d85-30da-b87fe7bca264-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50aa0-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d7ec4f28-fff8-0688-173a-905055c50aa5-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_1a92cfbb-6082-89d8-61e0-e63e5890311c-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_1a92cfbb-6082-89d8-61e0-e63e58903128-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_1eecfa5a-7057-87ed-b4ae-5e3ed5bedaf7-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_1eecfa5a-7057-87ed-b4ae-5e3ed5bedb03-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3a88e1d9-3fc0-88b9-e1f0-62536865abb8-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_3a88e1d9-3fc0-88b9-e1f0-62536865abc4-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4bebda42-80f8-1115-e777-d03b69c5615c-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_4bebda42-80f8-1115-e777-d03b69c56168-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_67280ed1-a14e-0d82-7127-defacfa6c9ee-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_67280ed1-a14e-0d82-7127-defacfa6c9fa-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_272ded5e-c954-eaf1-8806-d6a423d224e5-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_272ded5e-c954-eaf1-8806-d6a423d224f1-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5b18cadc-acd6-9eab-38b5-d9fbe177e4d5-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_5b18cadc-acd6-9eab-38b5-d9fbe177e4e1-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16233-58a5864b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16244-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16249-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb1626a-58a5864b, #w-node-d16efbad-9a45-0aed-f031-06e64fb16288-58a5864b {
    order: 9999;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb162be-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb162c3-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb162cd-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb1629d-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb162a2-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb162aa-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16338-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16345-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16351-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb1636a-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16372-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb1637c-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb16399-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb163a1-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb163ba-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb163c2-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb163db-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-d16efbad-9a45-0aed-f031-06e64fb163e3-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa59-58a5864b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa6a-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa6f-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aa8e-58a5864b, #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aab0-58a5864b {
    order: 9999;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aac6-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aacb-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aad0-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aae5-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aaea-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256aaf2-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_96a74a59-441d-7f09-d561-e384115dea02-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_96a74a59-441d-7f09-d561-e384115dea07-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_96a74a59-441d-7f09-d561-e384115dea0c-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab10-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab1a-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab26-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab3c-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab44-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab50-58a5864b {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab6e-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab76-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab92-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256ab9f-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256abb8-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_4f4458fa-3b53-ea1b-aef8-436af256abbd-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_8896444c-9485-6a18-0aec-4d92a159c60c-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_8896444c-9485-6a18-0aec-4d92a159c614-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_77ed2065-19f8-fab6-cbe8-373c282bcf16-58a5864b {
    grid-row: 3 / 4;
  }

  #w-node-_77ed2065-19f8-fab6-cbe8-373c282bcf1e-58a5864b {
    grid-area: 3 / 2 / 4 / 3;
  }
}


@font-face {
  font-family: 'TASA Explorer';
  src: url('../fonts/TASAExplorer-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TASA Explorer';
  src: url('../fonts/TASAExplorer-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'TASA Orbiter';
  src: url('../fonts/TASAOrbiter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TASA Orbiter';
  src: url('../fonts/TASAOrbiter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}