:root {
	/* Color palette START numbers match colours as per brand guidelines https://oxecon.sharepoint.com/sites/marketingmaterials/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2Fmarketingmaterials%2FShared%20Documents%2F7%2E%20Branding%2FOEF%5Fstyle%5Fguide%5FV5%2Epdf&parent=%2Fsites%2Fmarketingmaterials%2FShared%20Documents%2F7%2E%20Branding&p=true&ga=1 */
	--oe-color-primary-1: rgba(0,52,105,1); /* OE Dark Blue #003469 */
	--oe-color-primary-2: rgba(123,124,119,1); /* OE Grey #7b7c77 */
	--oe-color-primary-3: rgba(241,239,237,1); /* OE Light Grey #f1efed */
	--oe-color-primary-4: rgba(255,255,255,1); /* OE Pure White #ffffff */
	--oe-color-secondary-5: rgba(232,236,244,1); /* OE Light Blue #e8ecf4 */
	--oe-color-secondary-6: rgba(209,162,30,1); /* OE Gold #d1a21e */
	--oe-color-secondary-7: rgba(110,145,160,1); /* OE Grey Blue #6e91a0 */
	--oe-color-secondary-8: rgba(67,110,172,1); /* OE Royal Blue #436eac */
	--oe-color-secondary-9: rgba(0,173,220,1); /* OE Turquoise Blue #00addc */
	--oe-color-muted: rgba(244,247,250,1); /* OE Muted Grey #f4f7fa; */

	/* Shade Palette Primary 1 */
	--oe-color-primary-1-transparent: rgba(0,52,105,0);
	--oe-color-primary-1-50: #e9fbff;
	--oe-color-primary-1-100: #cef5ff;
	--oe-color-primary-1-200: #a7efff;
	--oe-color-primary-1-300: #6beaff;
	--oe-color-primary-1-400: #26d9ff;
	--oe-color-primary-1-500: #00b5ff;
	--oe-color-primary-1-600: #008bff;
	--oe-color-primary-1-700: #0070ff;
	--oe-color-primary-1-800: #0060e6;
	--oe-color-primary-1-900: #0056b3;
	--oe-color-primary-1-950: #003469; 

	/* Shade Palette Primary 2 */

	--oe-color-secondary-9-50: #ebfdff;
	--oe-color-secondary-9-100: #cef8ff;
	--oe-color-secondary-9-200: #a2efff;
	--oe-color-secondary-9-300: #63e1fd;
	--oe-color-secondary-9-400: #1cc8f4;
	--oe-color-secondary-9-500: #00addc;
	--oe-color-secondary-9-600: #0388b7;
	--oe-color-secondary-9-700: #0a6d94;
	--oe-color-secondary-9-800: #125878;
	--oe-color-secondary-9-900: #144965;
	--oe-color-secondary-9-950: #063046; 

    /* Color palette END */


    /* OE Color Palette START - Design System https://chatgpt.com/c/6899dfc4-42c8-8331-9a01-7db82dd2375e *?

	  /* Base colours */
	  --oe-color-primary: #00addc;
	  --oe-color-secondary: #003469;
	  --oe-color-muted: #f4f7fa;
	  --oe-color-trans-light-10: rgba(255,255,255,0.1);
	  --oe-color-trans-dark-10: rgba(0,0,0,0.1);

	  /* Primary tints (light) */
	  --oe-color-primary-light-10: #19b5df;
	  --oe-color-primary-light-20: #33bde3;
	  --oe-color-primary-light-30: #4cc5e6;
	  --oe-color-primary-light-40: #66cdea;
	  --oe-color-primary-light-50: #7fd6ed;
	  --oe-color-primary-light-60: #99def1;
	  --oe-color-primary-light-70: #b2e6f4;
	  --oe-color-primary-light-80: #cceef8;
	  --oe-color-primary-light-90: #e5f6fb;

	  /* Primary shades (dark) */
	  --oe-color-primary-dark-10: #009bc6;
	  --oe-color-primary-dark-20: #008ab0;
	  --oe-color-primary-dark-30: #00799a;
	  --oe-color-primary-dark-40: #006784;
	  --oe-color-primary-dark-50: #00566e;
	  --oe-color-primary-dark-60: #004558;
	  --oe-color-primary-dark-70: #003342;
	  --oe-color-primary-dark-80: #00222b;
	  --oe-color-primary-dark-90: #001115;

	  /* Secondary tints (light) */
	  --oe-color-secondary-light-10: #194878;
	  --oe-color-secondary-light-20: #335c87;
	  --oe-color-secondary-light-30: #4c7096;
	  --oe-color-secondary-light-40: #6685a5;
	  --oe-color-secondary-light-50: #7f99b4;
	  --oe-color-secondary-light-60: #99adc3;
	  --oe-color-secondary-light-70: #b2c2d2;
	  --oe-color-secondary-light-80: #ccd6e1;
	  --oe-color-secondary-light-90: #e5eaf0;

	  /* Secondary shades (dark) */
	  --oe-color-secondary-dark-10: #002e5e;
	  --oe-color-secondary-dark-20: #002954;
	  --oe-color-secondary-dark-30: #002449;
	  --oe-color-secondary-dark-40: #001f3f;
	  --oe-color-secondary-dark-50: #001a34;
	  --oe-color-secondary-dark-60: #00142a;
	  --oe-color-secondary-dark-70: #000f1f;
	  --oe-color-secondary-dark-80: #000a14;
	  --oe-color-secondary-dark-90: #00050a;

	  /* Muted tints (light) */
	  --oe-color-muted-light-10: #f5f7fa;
	  --oe-color-muted-light-20: #f6f8fb;
	  --oe-color-muted-light-30: #f7f9fb;
	  --oe-color-muted-light-40: #f8fafc;
	  --oe-color-muted-light-50: #f9fbfc;
	  --oe-color-muted-light-60: #fafbfd;
	  --oe-color-muted-light-70: #fbfcfd;
	  --oe-color-muted-light-80: #fcfdfe;
	  --oe-color-muted-light-90: #fdfefe;

	  /* Muted shades (dark) */
	  --oe-color-muted-dark-10: #dbdee1;
	  --oe-color-muted-dark-20: #c3c5c8;
	  --oe-color-muted-dark-30: #aaacaf;
	  --oe-color-muted-dark-40: #929496;
	  --oe-color-muted-dark-50: #7a7b7d;
	  --oe-color-muted-dark-60: #616264;
	  --oe-color-muted-dark-70: #494a4b;
	  --oe-color-muted-dark-80: #303131;
	  --oe-color-muted-dark-90: #181818;

	  /* New Brand Palette 2025 */

	  --oe-color-heritage-blue: #003466 ;
	  --oe-color-sky-blue: #008AC8;
	  --oe-color-cool-grey: #455055;

	/* OE Color Palette END */




    /* Width START */

    --oe-width-fixed-3xsmall: 100px;
    --oe-width-fixed-2xsmall: 150px;
    --oe-width-fixed-xsmall: 200px;
    --oe-width-fixed-small: 300px;
    --oe-width-fixed-medium: 450px;
    --oe-width-fixed-large: 650px;
    --oe-width-fixed-xlarge: 750px;
    --oe-width-fixed-100: 100%;

    /* Width END */

    /* Font Size START */

    --oe-font-size-2xsmall: 0.6rem;
    --oe-font-size-xsmall: 0.7rem;
    --oe-font-size-small: 0.8rem;
    --oe-font-size-base: 1rem;
    --oe-font-size-medium: 1.2rem;
    --oe-font-size-large: 1.4rem;
    --oe-font-size-xlarge: 2rem;
    --oe-font-size-2xlarge: 3rem;

    /* Font Size END */

    /* Line Height START */

    --oe-line-height-base: 1.05%;
    --oe-line-height-medium: 112%;
    --oe-line-height-medium-large: 125%;
    --oe-line-height-large: 140%;

    /* Line Height END */

    /* Border width START */

    --oe-border-width-medium: 4px;

    /* Border width END */

    /* Radius START */

    --oe-border-radius-none: 0;
    --oe-border-radius-xsmall: 2px;
    --oe-border-radius-small: 4px;
    --oe-border-radius-base: 8px;
    --oe-border-radius-large: 16px;
    --oe-border-radius-badge: 500px;

    /* Radius END */

    /* Spacing START */

    --oe-spacing-5xsmall: 0.0625rem;  /* 1px */
	--oe-spacing-4xsmall: 0.09375rem; /* 1.5px */
	--oe-spacing-3xsmall: 0.125rem;   /* 2px */
	--oe-spacing-2xsmall: 0.25rem;    /* 4px */
	--oe-spacing-xsmall:  0.5rem;     /* 8px */
	--oe-spacing-small:   0.75rem;    /* 12px */
	--oe-spacing-base:    1rem;       /* 16px */
	--oe-spacing-medium:  1.5rem;     /* 24px */
	--oe-spacing-large:   2rem;       /* 32px */
	--oe-spacing-xlarge:  3rem;       /* 48px */
	--oe-spacing-2xlarge: 4rem;       /* 64px */
	--oe-spacing-3xlarge: 6rem;       /* 96px */
	--oe-spacing-4xlarge: 8rem;       /* 128px */
	--oe-spacing-5xlarge: 12rem;      /* 192px */

    /* Spacing END */

    /* Sizing START */

	--oe-sizing-medium: 1.5rem;       /* 24px */
	--oe-sizing-large: 2rem;       /* 32px */
	--oe-sizing-xlarge: 3rem;       /* 48px */

    /* Sizing END */


    /* Card START */

    --oe-card-hover-duration: 220ms;
  	--oe-card-hover-ease: ease-out;
  	--oe-card-hover-translate: 8px;

  	/* Card END */
}

/* Design System - Classes - START */

/* + Colors */
/* ===================== PRIMARY ===================== */
/* Tints - Text */
.oe-color-primary-light-10 { color: var(--oe-color-primary-light-10); }
.oe-color-primary-light-20 { color: var(--oe-color-primary-light-20); }
.oe-color-primary-light-30 { color: var(--oe-color-primary-light-30); }
.oe-color-primary-light-40 { color: var(--oe-color-primary-light-40); }
.oe-color-primary-light-50 { color: var(--oe-color-primary-light-50); }
.oe-color-primary-light-60 { color: var(--oe-color-primary-light-60); }
.oe-color-primary-light-70 { color: var(--oe-color-primary-light-70); }
.oe-color-primary-light-80 { color: var(--oe-color-primary-light-80); }
.oe-color-primary-light-90 { color: var(--oe-color-primary-light-90); }

/* Tints - Background */
.oe-color-bg-primary-light-10 { background-color: var(--oe-color-primary-light-10); }
.oe-color-bg-primary-light-20 { background-color: var(--oe-color-primary-light-20); }
.oe-color-bg-primary-light-30 { background-color: var(--oe-color-primary-light-30); }
.oe-color-bg-primary-light-40 { background-color: var(--oe-color-primary-light-40); }
.oe-color-bg-primary-light-50 { background-color: var(--oe-color-primary-light-50); }
.oe-color-bg-primary-light-60 { background-color: var(--oe-color-primary-light-60); }
.oe-color-bg-primary-light-70 { background-color: var(--oe-color-primary-light-70); }
.oe-color-bg-primary-light-80 { background-color: var(--oe-color-primary-light-80); }
.oe-color-bg-primary-light-90 { background-color: var(--oe-color-primary-light-90); }

/* Shades - Text */
.oe-color-primary-dark-10 { color: var(--oe-color-primary-dark-10); }
.oe-color-primary-dark-20 { color: var(--oe-color-primary-dark-20); }
.oe-color-primary-dark-30 { color: var(--oe-color-primary-dark-30); }
.oe-color-primary-dark-40 { color: var(--oe-color-primary-dark-40); }
.oe-color-primary-dark-50 { color: var(--oe-color-primary-dark-50); }
.oe-color-primary-dark-60 { color: var(--oe-color-primary-dark-60); }
.oe-color-primary-dark-70 { color: var(--oe-color-primary-dark-70); }
.oe-color-primary-dark-80 { color: var(--oe-color-primary-dark-80); }
.oe-color-primary-dark-90 { color: var(--oe-color-primary-dark-90); }

/* Shades - Background */
.oe-color-bg-primary-dark-10 { background-color: var(--oe-color-primary-dark-10); }
.oe-color-bg-primary-dark-20 { background-color: var(--oe-color-primary-dark-20); }
.oe-color-bg-primary-dark-30 { background-color: var(--oe-color-primary-dark-30); }
.oe-color-bg-primary-dark-40 { background-color: var(--oe-color-primary-dark-40); }
.oe-color-bg-primary-dark-50 { background-color: var(--oe-color-primary-dark-50); }
.oe-color-bg-primary-dark-60 { background-color: var(--oe-color-primary-dark-60); }
.oe-color-bg-primary-dark-70 { background-color: var(--oe-color-primary-dark-70); }
.oe-color-bg-primary-dark-80 { background-color: var(--oe-color-primary-dark-80); }
.oe-color-bg-primary-dark-90 { background-color: var(--oe-color-primary-dark-90); }

/* ===================== SECONDARY ===================== */
/* Tints - Text */
.oe-color-secondary-light-10 { color: var(--oe-color-secondary-light-10); }
.oe-color-secondary-light-20 { color: var(--oe-color-secondary-light-20); }
.oe-color-secondary-light-30 { color: var(--oe-color-secondary-light-30); }
.oe-color-secondary-light-40 { color: var(--oe-color-secondary-light-40); }
.oe-color-secondary-light-50 { color: var(--oe-color-secondary-light-50); }
.oe-color-secondary-light-60 { color: var(--oe-color-secondary-light-60); }
.oe-color-secondary-light-70 { color: var(--oe-color-secondary-light-70); }
.oe-color-secondary-light-80 { color: var(--oe-color-secondary-light-80); }
.oe-color-secondary-light-90 { color: var(--oe-color-secondary-light-90); }

/* Tints - Background */
.oe-color-bg-secondary-light-10 { background-color: var(--oe-color-secondary-light-10); }
.oe-color-bg-secondary-light-20 { background-color: var(--oe-color-secondary-light-20); }
.oe-color-bg-secondary-light-30 { background-color: var(--oe-color-secondary-light-30); }
.oe-color-bg-secondary-light-40 { background-color: var(--oe-color-secondary-light-40); }
.oe-color-bg-secondary-light-50 { background-color: var(--oe-color-secondary-light-50); }
.oe-color-bg-secondary-light-60 { background-color: var(--oe-color-secondary-light-60); }
.oe-color-bg-secondary-light-70 { background-color: var(--oe-color-secondary-light-70); }
.oe-color-bg-secondary-light-80 { background-color: var(--oe-color-secondary-light-80); }
.oe-color-bg-secondary-light-90 { background-color: var(--oe-color-secondary-light-90); }

/* Shades - Text */
.oe-color-secondary-dark-10 { color: var(--oe-color-secondary-dark-10); }
.oe-color-secondary-dark-20 { color: var(--oe-color-secondary-dark-20); }
.oe-color-secondary-dark-30 { color: var(--oe-color-secondary-dark-30); }
.oe-color-secondary-dark-40 { color: var(--oe-color-secondary-dark-40); }
.oe-color-secondary-dark-50 { color: var(--oe-color-secondary-dark-50); }
.oe-color-secondary-dark-60 { color: var(--oe-color-secondary-dark-60); }
.oe-color-secondary-dark-70 { color: var(--oe-color-secondary-dark-70); }
.oe-color-secondary-dark-80 { color: var(--oe-color-secondary-dark-80); }
.oe-color-secondary-dark-90 { color: var(--oe-color-secondary-dark-90); }

/* Shades - Background */
.oe-color-bg-secondary-dark-10 { background-color: var(--oe-color-secondary-dark-10); }
.oe-color-bg-secondary-dark-20 { background-color: var(--oe-color-secondary-dark-20); }
.oe-color-bg-secondary-dark-30 { background-color: var(--oe-color-secondary-dark-30); }
.oe-color-bg-secondary-dark-40 { background-color: var(--oe-color-secondary-dark-40); }
.oe-color-bg-secondary-dark-50 { background-color: var(--oe-color-secondary-dark-50); }
.oe-color-bg-secondary-dark-60 { background-color: var(--oe-color-secondary-dark-60); }
.oe-color-bg-secondary-dark-70 { background-color: var(--oe-color-secondary-dark-70); }
.oe-color-bg-secondary-dark-80 { background-color: var(--oe-color-secondary-dark-80); }
.oe-color-bg-secondary-dark-90 { background-color: var(--oe-color-secondary-dark-90); }

/* ===================== MUTED ===================== */
/* Tints - Text */
.oe-color-muted-light-10 { color: var(--oe-color-muted-light-10); }
.oe-color-muted-light-20 { color: var(--oe-color-muted-light-20); }
.oe-color-muted-light-30 { color: var(--oe-color-muted-light-30); }
.oe-color-muted-light-40 { color: var(--oe-color-muted-light-40); }
.oe-color-muted-light-50 { color: var(--oe-color-muted-light-50); }
.oe-color-muted-light-60 { color: var(--oe-color-muted-light-60); }
.oe-color-muted-light-70 { color: var(--oe-color-muted-light-70); }
.oe-color-muted-light-80 { color: var(--oe-color-muted-light-80); }
.oe-color-muted-light-90 { color: var(--oe-color-muted-light-90); }

/* Tints - Background */
.oe-color-bg-muted-light-10 { background-color: var(--oe-color-muted-light-10); }
.oe-color-bg-muted-light-20 { background-color: var(--oe-color-muted-light-20); }
.oe-color-bg-muted-light-30 { background-color: var(--oe-color-muted-light-30); }
.oe-color-bg-muted-light-40 { background-color: var(--oe-color-muted-light-40); }
.oe-color-bg-muted-light-50 { background-color: var(--oe-color-muted-light-50); }
.oe-color-bg-muted-light-60 { background-color: var(--oe-color-muted-light-60); }
.oe-color-bg-muted-light-70 { background-color: var(--oe-color-muted-light-70); }
.oe-color-bg-muted-light-80 { background-color: var(--oe-color-muted-light-80); }
.oe-color-bg-muted-light-90 { background-color: var(--oe-color-muted-light-90); }

/* Shades - Text */
.oe-color-muted-dark-10 { color: var(--oe-color-muted-dark-10); }
.oe-color-muted-dark-20 { color: var(--oe-color-muted-dark-20); }
.oe-color-muted-dark-30 { color: var(--oe-color-muted-dark-30); }
.oe-color-muted-dark-40 { color: var(--oe-color-muted-dark-40); }
.oe-color-muted-dark-50 { color: var(--oe-color-muted-dark-50); }
.oe-color-muted-dark-60 { color: var(--oe-color-muted-dark-60); }
.oe-color-muted-dark-70 { color: var(--oe-color-muted-dark-70); }
.oe-color-muted-dark-80 { color: var(--oe-color-muted-dark-80); }
.oe-color-muted-dark-90 { color: var(--oe-color-muted-dark-90); }

/* Shades - Background */
.oe-color-bg-muted-dark-10 { background-color: var(--oe-color-muted-dark-10); }
.oe-color-bg-muted-dark-20 { background-color: var(--oe-color-muted-dark-20); }
.oe-color-bg-muted-dark-30 { background-color: var(--oe-color-muted-dark-30); }
.oe-color-bg-muted-dark-40 { background-color: var(--oe-color-muted-dark-40); }
.oe-color-bg-muted-dark-50 { background-color: var(--oe-color-muted-dark-50); }
.oe-color-bg-muted-dark-60 { background-color: var(--oe-color-muted-dark-60); }
.oe-color-bg-muted-dark-70 { background-color: var(--oe-color-muted-dark-70); }
.oe-color-bg-muted-dark-80 { background-color: var(--oe-color-muted-dark-80); }
.oe-color-bg-muted-dark-90 { background-color: var(--oe-color-muted-dark-90); }
/* - Colors */

/* Shades - Transparent light and dark */
.oe-color-trans-light-10 { color: var(--oe-color-trans-light-10); }
.oe-color-trans-dark-10 { color: var(--oe-color-trans-dark-10); }
.oe-color-bg-trans-light-10  { background-color: var(--oe-color-trans-light-10); }
.oe-color-bg-trans-dark-10 { background-color: var(--oe-color-trans-dark-10); }

/* Design System - Classes - END */

p {
	font-weight: 400;
}

p:first-of-type {
    margin-block-start: 0;
}

p:last-of-type {
    margin-block-end: 0;
}

iframe {
	min-height: 600px;
}

@media (min-width: 960px) {
	iframe.oe-iframe-rb {
		min-height: 1240px;
	}
	.oe-section-pillar-contact iframe.oe-iframe-rb {
		min-height: 980px;
	}
}

/* Screen Reader Accessibility focus styling for buttons */
[tabindex]:not([tabindex="-1"]):focus, a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 1px dashed currentColor;
    outline-offset: -1px;
    border-radius: 1px;
}


.m13__pardot-form.pardot-iframe iframe {
	min-height: 70px;
}



.home .m01 {
	height: calc(100vh - 116px);
	margin-bottom: 50px;
}

.home .m01 .m01__container {
	margin-top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 479px) {
	.home .m01 .m01__container {
		justify-content: start;
		padding-top: 40px;

	}
	.home .m01 {
		min-height: 300px!important;
	}

	.km-visible-s {
		display: block;
	}

	.home .m01__container .heading--large {
		font-size: 42px;
		line-height: 1.3;
	}
	h6.m01__text {
		font-size: 14px;
		padding-top: 20px;
	}
	.m01__scroll-to-view {
		bottom: 40px;
	}
}

@media (min-width: 480px) {
	.km-visible-s {
		display: none;
		visibility: hidden;
	}
}


@media (max-height: 580px) {
	.m01__scroll-to-view {
		display: none;
	}

}

.km-full-width-container {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0 5vw;
}

.km-small-container {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.km-container-expand-left {
	margin-left: 0;
}

.km-margin-remove-top {
	margin-top: 0;	
}

.km-padding-remove-top {
	padding-top: 0;	
}

.km-padding-2-em {
	padding: 2em;
}

.km-language-switcher {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 6px;
}

.km-divider-small, km-divider-xsmall {
	line-height: 0;
	overflow: visible;
	text-align: inherit;
	margin: 0 0 20px 0;
}

.km-divider-center {
	display: flex;
	justify-content: center;
}

.km-m32-remove-items .m32__back,
.km-m32-remove-items .m32__title,
.km-m32-remove-items .m29 {
	display:none;
	visibility: hidden;
}

.km-padding-top {
	padding-top: 4rem;
}

.km-text-uppercase {
	text-transform: uppercase;
}

.km-position-relative {
	position: relative;
}

.km-z-index-100 {
	z-index: 100;
}

.km-z-index-1 {
	z-index: 1;
}

.km-box-shadow-large {
	box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.km-accordion>:nth-child(n+2) {
	margin-top: 15px;
}

.km-accordion .uk-accordion-title::before {
	margin-top: 20px;
}

/*.km-accordion-remove-icon .uk-accordion-title:before {
	content: "";
	display:none;
}*/

.km-accordion .uk-open h3 {
	color: #00addc;
}


.km-accordion li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	padding-bottom: 15px;
}

.uk-slidenav {
	color: rgba(0, 173, 220, 1);
}

.uk-slidenav:hover {
	color: rgba(0, 173, 220, 0.75);
}

.km-border-grey {
	border: 1px solid rgba(0,0,0,0.075);
}

.uk-accordion-title {
	text-decoration: none;
}

.uk-button {
	border-radius: 5px;
	font-weight: 500;
	text-transform: none;
}

.uk-button-primary {
	background: #00addc;
	color: #003469;
}

.uk-button-primary:hover {
	background: #003469;
	color: #ffffff;
}

.uk-button-secondary {
	background: #003469;
	color: #ffffff;
}

.uk-button-secondary:hover {
	background: #00addc;
	color: #003469;
}

.gb-headline-oe-heading-title-primary:before,
.gb-headline-oe-heading-title:before {
	content: "";
	height: 4px;
	background: #00addc;
	width: 194px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gb-headline-oe-heading-title-center {
  position: relative; /* Ensure the parent is positioned to anchor the pseudo-element */
}

.gb-headline-oe-heading-title-center:before {
  content: "";
  height: 4px;
  background: #00addc;
  width: 194px;
  position: absolute;
  bottom: 0;
  left: 50%; /* Center the element relative to its parent */
  transform: translateX(-50%); /* Offset by half its own width to center */
}


.uk-width-page {
	width: 800px;
}

.gb-button-oe-button-primary {
	line-height: 1;
}

iframe.km-iframe-home-china {
	padding-top: 20px;	
}

.km-iframe-home-china label.field-label {
	color: #FFFFFF!important;
}

.wp-block-video.presto-block-video {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.km-hero .wp-block-video.presto-block-video {
	transform: translateY(64px);
}

.splide__arrow[disabled] {
	display: none !important;
}

.splide__pagination {
	bottom: -2em;
}

.splide__pagination__page.is-active {
	background: #00addc;
}

.splide__pagination__page {
	height: 12px;
	width: 12px;
	margin: 4px;
}
.splide__arrow {
	border-radius: 4px;
	background: #00addc;
	top: 35px;
	width: 3em;
	height: 3em;
	position: relative;
}

.splide__arrow--prev {
	left: 0;
}

.splide__arrow--next {
	right: 0;
}

.splide__arrows {
	display: flex;
	gap: 12px;
}

.km-card-profile {
	background: #f8f8f8;
	border-radius: 4px;
	padding: 20px;
	text-align: center;
}

.km-card-profile .km-card-title {
	font-size: 1.2rem;
	margin-top: 20px;
}

.km-animate-fade-right {
	animation: fadeRight 1s forwards;
	animation-delay: 1s;
	opacity: 0;
}

.km-block-k1c .km-container-eyebrow .km-date-published {
	display: inline;
}

.km-block-k1c .km-container-eyebrow .km-date-published:before {
	display: inline;
	content: "|";
	margin-left: 5px;
	margin-right: 5px;
}

@keyframes fadeRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.km-floating-cta {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}

.km-button-go-back {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	color: #FFFFFF;
}

.k1c__content {
	padding-top: 4em;
	padding-bottom: 0;
}



/* ========================================================================
Component: List
========================================================================== */
.km-list {
	padding: 0;
	list-style: none;
}
/*
* Avoid column break within the list item, when using `column-count`
*/
.km-list > * {
	break-inside: avoid-column;
}
/*
* Remove margin from the last-child
*/
.km-list > * > :last-child {
	margin-bottom: 0;
}
/*
* Style
*/
.km-list > :nth-child(n+2),
.km-list > * > ul {
	margin-top: 10px;
}
/* Marker modifiers
* Moving `::marker` inside `::before` to style it differently
* To style the `::marker` is currently only supported in Firefox and Safari
========================================================================== */
.km-list-disc > *,
.km-list-circle > *,
.km-list-square > *,
.km-list-decimal > *,
.km-list-hyphen > * {
	padding-left: 30px;
}
/*
* Type modifiers
*/
.km-list-decimal {
	counter-reset: decimal;
}
.km-list-decimal > * {
	counter-increment: decimal;
}
.km-list-disc > ::before,
.km-list-circle > ::before,
.km-list-square > ::before,
.km-list-decimal > ::before,
.km-list-hyphen > ::before {
	content: "";
	position: relative;
	left: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	display: list-item;
	list-style-position: inside;
	text-align: right;
}
.km-list-disc > ::before {
	list-style-type: disc;
}
.km-list-circle > ::before {
	list-style-type: circle;
}
.km-list-square > ::before {
	list-style-type: square;
}
.km-list-decimal > ::before {
	content: counter(decimal, decimal) '\200A.\00A0';
}
.km-list-hyphen > ::before {
	content: '–\00A0\00A0';
}
/*
* Color modifiers
*/
.km-list-muted > ::before {
	color: #999 !important;
}
.km-list-emphasis > ::before {
	color: #333 !important;
}
.km-list-primary > ::before {
	color: #1e87f0 !important;
}
.km-list-secondary > ::before {
	color: #222 !important;
}
/* Image bullet modifier
========================================================================== */
.km-list-bullet > * {
	padding-left: 30px;
}
.km-list-bullet > ::before {
	content: "";
	display: list-item;
	position: relative;
	left: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
/* Style modifiers
========================================================================== */
/*
* Divider
*/
.km-list-divider > :nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}
/*
* Striped
*/
.km-list-striped > * {
	padding: 10px 10px;
}
.km-list-striped > *:nth-of-type(odd) {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.km-list-striped > :nth-of-type(odd) {
	background: #f8f8f8;
}
.km-list-striped > :nth-child(n+2) {
	margin-top: 0;
}
/* Size modifier
========================================================================== */
.km-list-large > :nth-child(n+2),
.km-list-large > * > ul {
	margin-top: 20px;
}
.km-list-collapse > :nth-child(n+2),
.km-list-collapse > * > ul {
	margin-top: 0;
}
/*
* Divider
*/
.km-list-large.km-list-divider > :nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
}
.km-list-collapse.km-list-divider > :nth-child(n+2) {
	margin-top: 0;
	padding-top: 0;
}
/*
* Striped
*/
.km-list-large.km-list-striped > * {
	padding: 20px 10px;
}
.km-list-collapse.km-list-striped > * {
	padding-top: 0;
	padding-bottom: 0;
}
.km-list-large.km-list-striped > :nth-child(n+2),
.km-list-collapse.km-list-striped > :nth-child(n+2) {
	margin-top: 0;
}

.m13__container {
	align-items:center;
}

/* 2 */
.km-divider-small::after {
	content: "";
	display: inline-block;
	width: 194px;
	max-width: 100%;
	border-top: 4px solid #00addc;
	vertical-align: top;
}


.km-divider-xsmall::after {
	content: "";
	display: inline-block;
	width: 60px;
	max-width: 100%;
	border-top: 4px solid #00addc;
	vertical-align: top;
}

@media (min-width: 1320px) {
	.km-full-width-container {
		margin-left: -636px;
		max-width: 1272px;
		padding: 0;
	}
}

/*
@media all and (max-height:580px) and (max-width:479px) {
.home .m01 {
min-height: 300px!important;
}
}*/

@media (min-width: 1240px) {
	.gm01__primary-menu>.menu-item>.sub-menu {
		width: 100%;
		padding: 2rem;
		border-bottom: 1px solid rgba(0,0,0,0.05);
		box-shadow: 0 5px 21px 0 rgba(0,0,0,0.12);
	}
}

/* ========================================================================
Component: Flex
========================================================================== */
.km-flex {
	display: flex;
}
.km-flex-inline {
	display: inline-flex;
}
/* Alignment
========================================================================== */
/*
* Align items along the main axis of the current line of the flex container
* Row: Horizontal
*/
.km-flex-left {
	justify-content: flex-start;
}
.km-flex-center {
	justify-content: center;
}
.km-flex-right {
	justify-content: flex-end;
}
.km-flex-between {
	justify-content: space-between;
}
.km-flex-around {
	justify-content: space-around;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.km-flex-left\@s {
		justify-content: flex-start;
	}
	.km-flex-center\@s {
		justify-content: center;
	}
	.km-flex-right\@s {
		justify-content: flex-end;
	}
	.km-flex-between\@s {
		justify-content: space-between;
	}
	.km-flex-around\@s {
		justify-content: space-around;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.km-flex-left\@m {
		justify-content: flex-start;
	}
	.km-flex-center\@m {
		justify-content: center;
	}
	.km-flex-right\@m {
		justify-content: flex-end;
	}
	.km-flex-between\@m {
		justify-content: space-between;
	}
	.km-flex-around\@m {
		justify-content: space-around;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.km-flex-left\@l {
		justify-content: flex-start;
	}
	.km-flex-center\@l {
		justify-content: center;
	}
	.km-flex-right\@l {
		justify-content: flex-end;
	}
	.km-flex-between\@l {
		justify-content: space-between;
	}
	.km-flex-around\@l {
		justify-content: space-around;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.km-flex-left\@xl {
		justify-content: flex-start;
	}
	.km-flex-center\@xl {
		justify-content: center;
	}
	.km-flex-right\@xl {
		justify-content: flex-end;
	}
	.km-flex-between\@xl {
		justify-content: space-between;
	}
	.km-flex-around\@xl {
		justify-content: space-around;
	}
}
/*
* Align items in the cross axis of the current line of the flex container
* Row: Vertical
*/
.km-flex-stretch {
	align-items: stretch;
}
.km-flex-top {
	align-items: flex-start;
}
.km-flex-middle {
	align-items: center;
}
.km-flex-bottom {
	align-items: flex-end;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.km-flex-stretch\@s {
		align-items: stretch;
	}
	.km-flex-top\@s {
		align-items: flex-start;
	}
	.km-flex-middle\@s {
		align-items: center;
	}
	.km-flex-bottom\@s {
		align-items: flex-end;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.km-flex-stretch\@m {
		align-items: stretch;
	}
	.km-flex-top\@m {
		align-items: flex-start;
	}
	.km-flex-middle\@m {
		align-items: center;
	}
	.km-flex-bottom\@m {
		align-items: flex-end;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.km-flex-stretch\@l {
		align-items: stretch;
	}
	.km-flex-top\@l {
		align-items: flex-start;
	}
	.km-flex-middle\@l {
		align-items: center;
	}
	.km-flex-bottom\@l {
		align-items: flex-end;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.km-flex-stretch\@xl {
		align-items: stretch;
	}
	.km-flex-top\@xl {
		align-items: flex-start;
	}
	.km-flex-middle\@xl {
		align-items: center;
	}
	.km-flex-bottom\@xl {
		align-items: flex-end;
	}
}
/* Direction
========================================================================== */
.km-flex-row {
	flex-direction: row;
}
.km-flex-row-reverse {
	flex-direction: row-reverse;
}
.km-flex-column {
	flex-direction: column;
}
.km-flex-column-reverse {
	flex-direction: column-reverse;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.km-flex-row\@s {
		flex-direction: row;
	}
	.km-flex-column\@s {
		flex-direction: column;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.km-flex-row\@m {
		flex-direction: row;
	}
	.km-flex-column\@m {
		flex-direction: column;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.km-flex-row\@l {
		flex-direction: row;
	}
	.km-flex-column\@l {
		flex-direction: column;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.km-flex-row\@xl {
		flex-direction: row;
	}
	.km-flex-column\@xl {
		flex-direction: column;
	}
}
/* Wrap
========================================================================== */
.km-flex-nowrap {
	flex-wrap: nowrap;
}
.km-flex-wrap {
	flex-wrap: wrap;
}
.km-flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}
/*
* Aligns items within the flex container when there is extra space in the cross-axis
* Only works if there is more than one line of flex items
*/
.km-flex-wrap-stretch {
	align-content: stretch;
}
.km-flex-wrap-top {
	align-content: flex-start;
}
.km-flex-wrap-middle {
	align-content: center;
}
.km-flex-wrap-bottom {
	align-content: flex-end;
}
.km-flex-wrap-between {
	align-content: space-between;
}
.km-flex-wrap-around {
	align-content: space-around;
}
/* Item ordering
========================================================================== */
/*
* Default is 0
*/
.km-flex-first {
	order: -1;
}
.km-flex-last {
	order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.km-flex-first\@s {
		order: -1;
	}
	.km-flex-last\@s {
		order: 99;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.km-flex-first\@m {
		order: -1;
	}
	.km-flex-last\@m {
		order: 99;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.km-flex-first\@l {
		order: -1;
	}
	.km-flex-last\@l {
		order: 99;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.km-flex-first\@xl {
		order: -1;
	}
	.km-flex-last\@xl {
		order: 99;
	}
}
/* Item dimensions
========================================================================== */
/*
* Initial: 0 1 auto
* Content dimensions, but shrinks
*/
.km-flex-initial {
	flex: initial;
}
/*
* No Flex: 0 0 auto
* Content dimensions
*/
.km-flex-none {
	flex: none;
}
/*
* Relative Flex: 1 1 auto
* Space is allocated considering content
*/
.km-flex-auto {
	flex: auto;
}
/*
* Absolute Flex: 1 1 0%
* Space is allocated solely based on flex
*/
.km-flex-1 {
	flex: 1;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.km-flex-initial\@s {
		flex: initial;
	}
	.km-flex-none\@s {
		flex: none;
	}
	.km-flex-1\@s {
		flex: 1;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.km-flex-initial\@m {
		flex: initial;
	}
	.km-flex-none\@m {
		flex: none;
	}
	.km-flex-1\@m {
		flex: 1;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.km-flex-initial\@l {
		flex: initial;
	}
	.km-flex-none\@l {
		flex: none;
	}
	.km-flex-1\@l {
		flex: 1;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.km-flex-initial\@xl {
		flex: initial;
	}
	.km-flex-none\@xl {
		flex: none;
	}
	.km-flex-1\@xl {
		flex: 1;
	}
}

/* Desktop Styles */
@media (min-width: 969px) {
	.splide__slide.km-card {
		width: 25%;
	}
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 968px) {
	.splide__slide.km-card {
		width: 33.3333%;
	}
}

/* Phone / Small Screen Styles */
@media (max-width: 767px) {
	.splide__slide.km-card {
		width: 100%;
	}
}

.km-hero-featured .uk-overlay-primary {
	/*background: rgba(179, 25, 66,0.7);*/
	background: rgba(0, 173, 220,0.7);
}

.km-hero-featured .km-bg-secondary {
	background: #003469;
	color: #FFFFFF;
}

.km-hero-featured .km-overlay {
	position: absolute;
	max-width: calc(100% -(var(--uk-position-margin-offset)* 2));
	box-sizing: border-box;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 1.5em;
}

.km-hero-featured .km-overlay .uk-h2 {
	font-size: clamp(1.2rem, 0.9983rem + 1.0084vw, 1.8rem);
}

@media (max-width: 1049px) {
	.km-hero-featured .km-overlay {
		left: 0;
	}
}

@media (min-width: 1050px) and (max-width: 1289px) {
	.km-hero-featured .km-overlay {
		width: 60%;
	}
}

@media (min-width: 1290px) {
	.km-hero-featured .km-overlay {
		position: absolute !important;
		width: 50%;
	}
}


.km-slider-featured .uk-overlay-primary {
	background: rgba(0, 52, 105, 0.7);
}

.km-slider-featured {
	margin-bottom: 0px;
}

.km-white {
	color: #FFFFFF!important;
}

.km-primary-dark {
	color: #00addc!important;
}

.uk-dotnav>*>* {
	width: 20px;
	height: 20px;
	border-color: #00addc;
}

.uk-dotnav.km-dotnav-small>*>* {
	width: 10px;
	height: 10px;
}

.uk-dotnav>*>:hover, .uk-dotnav>.uk-active>* {
	background-color: #00addc;
}

.gb-headline-oe-heading-title-center:before {
	content: "";
	height: 4px;
	background: #00addc;
	width: 194px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.km-grid-listing {
	display: flex;
	gap: 10px;
}

.km-grid-listing a {
	text-decoration: none;
}

.km-grid-listing:not(:last-child) {
	border-bottom: 1px solid #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
}

.km-grid-listing:not(:last-child) {
	margin-bottom: 20px;
}

.km-grid-listing .km-grid-column {
	box-sizing: border-box;
	padding: 5px;
}

.uk-width-auto {
	width: auto!important;
}

.uk-link-heading a:hover {
	color: #00addc;
}

.uk-background-primary {
	background: #00addc;
}

.uk-background-secondary {
	background: #003469;
}

.km-background-primary {
	background: #00addc!important;
	background-color: #00addc!important;
}

.km-background-secondary {
	background: #003469!important;
	background-color: #003469!important;
}


.km-transition {
	transition: 0.4s!important;
}

.gb-container-oe-container.uk-container-expand-right {
	max-width: calc(50% + (1272px / 2) - 40px);
	width: 94%;
	margin-right: 0;
}

@media (min-width: 1400px) {
	.gb-container-oe-container.uk-container-expand-right {
		max-width: calc(50% + (1272px / 2) - 0px);
		width: 100%;
	}
}


.km-slider-profile .km-card-profile img,
.km-card-profile img {
	max-width: 150px;
	max-height: 150px;
}

.km-card-profile .uk-card-footer {
	padding: 10px;
}

.km-card-profile .uk-card-footer .uk-link {
	text-decoration: none;
	font-size: 0.9rem;
}

.km-text-primary {
	color: #00addc!important;
}

.km-text-secondary {
	color: #003469!important;
}

.km-text-500 {
	font-weight: bold;
}

.km-text-no-decoration {
	text-decoration: none;
}

.km-card-badge-shadow-container {
	border-radius: 0 0 0 5px;
}

.km-card-badge-shadow-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 0 5px;
	/* box-shadow: inset 10px -10px 10px -10px rgba(0, 0, 0, 0.65); */
	pointer-events: none; /* Allows interaction with the image below */
}

.km-sticky-container {
	height: 100%;
}

.km-sticky-container .km-sticky-element {
    position: sticky;
    top: 160px;  /* Adjust this value based on your needs */
}

.km-sticky-container .simpletoc-list {
	margin-top: 0;
}

.km-toc .simpletoc-list {
	list-style: none;
	padding-left: 0;
}

.km-toc a {
	font-weight: 500;
	text-decoration: none;
	border-left: 2px solid rgba(0,0,0,0);
}

.km-toc a:hover {
	color: rgba(0,0,0,0.7);
	text-decoration: underline;
}

.km-toc li {
	padding-bottom: 1em;
	padding-left: 0;
	font-size: 0.8rem;
}

.km-toc li: hover {
	border-left: 2px solid rgba(0,0,0,0.7);
}

.km-tile-border {
	border: 1px solid rgba(0, 0, 0, 0.085);
}

.km-tile-border-light {
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.km-hr {
    border-top: 1px solid rgba(0, 0, 0, 0.085);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.uk-button-link a:not([class]) {
	text-decoration: none;
}

.km-text-xsmall {
	font-size: 0.775rem;
}

.km-margin-xsmall-top {
	margin-top: 5px;
}

.km-overlay-secondary-faded {
	background: rgba(0, 21, 43, 0.65);
}

.km-anchor-offset {
    scroll-margin-top: 116px;  /* Height of your fixed header */
}

.km-background-hover-primary-offset:hover {
	background: #049cc5;
}

.uk-sticky {
	z-index: 98;
}

.uk-subnav-pill > * > :first-child {
	border-radius: 5px;
	text-transform: none;
	font-weight: 500;
	text-decoration: none;
}

.km-sticky-submenu {
	transition: 0.4s;
}

.km-sticky-submenu .uk-subnav-pill > a {
	background-color: var(--wp--preset--color--lighter-blue)
}

.km-sticky-submenu .uk-active .oe-heading-title {
	font-size: 1rem;
}

.km-sticky-submenu .uk-subnav-pill a {
	text-decoration: none;
}

.km-sticky-submenu .uk-sticky-fixed {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #003469;
	border-radius: 0 0 5px 5px;
}

.km-sticky-submenu .uk-sticky-fixed .oe-heading-title {
	color: #FFFFFF;
	margin-left: 10px;
}

.km-sticky-submenu .uk-sticky-fixed .oe-heading-title:before {
	display: none;
}

.uk-sticky-fixed .uk-subnav-pill > * > :first-child {
	color: #FFFFFF;
}

.uk-sticky-fixed .uk-subnav-pill > * > a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.uk-lightbox-items>.uk-active {
	background: #FFFFFF;
}

.oe-text-bullet:before {
	vertical-align: middle;
}

@media (max-width: 767px) {
	.cookiefirst-root svg {
		font-size: 10px!important;
	}
}

.admin-bar .oe-height-100-less-header {
	min-height: calc(100svh - 148px);
}

.oe-height-100-less-header {
	min-height: calc(100svh - 116px);
}

.gb-query-loop-item .gb-block-image:has(.oe-featured-image-fallback) + .gb-block-image {
    display: none;
}

.oe-list-divider .oe-list-element:not(:last-child) {
    border-bottom: 1px solid rgba(229, 231, 235, 1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* START - Global Cities Index map */
.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible,
.wpgmza_infowindow_address {
	display: none;
	visibility: hidden;
}

.ol-info-window-plain {
	border-radius: 5px;
}

.wpgmza_infowindow_title {
	margin-bottom: 0;
	text-transform: uppercase;
	color: var(--wp--preset--color--blue)
}

.uk-table.km-table-gci th,
.uk-table.km-table-gci td {
	padding: 5px 12px;
}

.uk-table.km-table-gci th {
	font-weight: bold;
	color: var(--wp--preset--color--aqua);
}

.uk-table.km-table-gci th:first-child,
.uk-table.km-table-gci td:first-child {
	padding-left: 0;
}

.uk-table.km-table-gci th:last-child,
.uk-table.km-table-gci td:last-child {
	padding-right: 0;
}

.uk-table.km-table-gci .km-score {
	font-weight: bold;
}

.wpgmza_map {
	border-radius: 5px;
}

.oe-gci-color-key-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;;
}
.oe-gci-color-box {
    flex: 1;
    height: 30px;
}
.oe-gci-key-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.oe-gci-key-labels div {
    flex-basis: 0;
}
.oe-gci-overall-score {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    width: 100%;
    min-width: 150px;
    position: relative;
    top: 0px;
}

/* END - Global Cities Index map */

/* NEW HERO START */

:root {
    --km-header-height: 116px; /* Header height */
    --km-admin-bar-height: 32px; /* Admin bar height */
    --km-hero-concept-overlay-height: 150px; /* Default overlay height */
    --km-hero-concept-content-max-height: calc(100svh - var(--km-hero-concept-overlay-height) - var(--km-header-height));
    --km-hero-concept-height: calc(100svh - var(--km-header-height));
    --oe-radius-s: 2px;
    --oe-border-radius-xsmall: 2px;
    --oe-border-radius-small: 4px;
    --oe-border-radius-base: 8px;
    --oe-xs: clamp(0.64rem, 0.05vi + 0.63rem, 0.67rem);
	--oe-sm: clamp(0.8rem, 0.17vi + 0.76rem, 0.89rem);
	--oe-base: clamp(1rem, 0.34vi + 0.91rem, 1.19rem);
	--oe-md: clamp(1.25rem, 0.61vi + 1.1rem, 1.58rem);
	--oe-lg: clamp(1.56rem, 1vi + 1.31rem, 2.11rem);
	--oe-xl: clamp(1.95rem, 1.56vi + 1.56rem, 2.81rem);
	--oe-xxl: clamp(2.44rem, 2.38vi + 1.85rem, 3.75rem);
	--oe-xxxl: clamp(3.05rem, 3.54vi + 2.17rem, 5rem);
	/* H1 text adapter https://chatgpt.com/c/79efee10-2088-48ff-afdb-8dbe815ebace */
	--oe-h1-min-size: 2.5rem;
    --oe-h1-max-size: 3.75rem;
    --oe-h1-screen-width-factor: calc(1.8827rem + 3.0864vw);
    --oe-h1-screen-height-factor: calc(1.5vh); /* Adjust this value as needed */
    --oe-h1-combined-factor: calc(var(--oe-h1-screen-width-factor) + var(--oe-h1-screen-height-factor));
    --oe-height-100-svh: 100svh;
    --oe-height-header: calc(116px + var(--km-admin-bar-height));
    --oe-height-100-less-header: calc(var(--oe-height-100-svh) - var(--oe-height-header));
    /* New Hero height START */
	--oe-hero-wrapper-height: calc(100svh - 116px);
	--oe-hero-content-height: calc(var(--oe-hero-wrapper-height) - var(--oe-hero-overlay-height));
    --oe-hero-overlay-height: 150px;
    /* New Hero height END */
}

.oe-hero-wrapper {

}

body.admin-bar .oe-hero-wrapper {
    min-height: calc(100svh - 116px - 32px); /* Adjusted height with admin bar */
}

.oe-hero-content {

}

.oe-hero-content-inner {
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

.oe-hero-overlay {

}

.oe-box-sizing-border-box {
	box-sizing: border-box;
}

.km-hero-concept {
    display: flex;
    flex-direction: column; /* Ensure the flex items stack vertically */
    justify-content: flex-start; /* Align items to the start */
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: var(--km-hero-concept-height); /* Original height setting */
}

.km-hero-concept-inner {
    flex: 1; /* Allow this div to grow and shrink */
}

.km-hero-concept-overlay {
    width: 100%; /* Ensure the overlay takes full width */
}

.km-hero-concept .oe-h1 {
    /*font-size: clamp(var(--oe-h1-min-size), var(--oe-h1-combined-factor), var(--oe-h1-max-size));*/
}

/*.km-hero-concept .oe-debug::before {
    content: "Width Factor: " var(--oe-h1-screen-width-factor) " | Height Factor: " var(--oe-h1-screen-height-factor);
    display: block;
    font-size: 12px;
    color: red;
}*/

.km-hero-concept .oe-debug::before {
    content: var(--oe-h1-screen-width-factor);
    display: block;
    font-size: 12px;
    color: red;
}


.oe-h4 {
	font-size: var(--oe-md);
}

.oe-h3 {
	font-size: var(--oe-lg);
}

/* Adjust for admin bar */
body.admin-bar {
    --km-header-height: calc(116px + var(--km-admin-bar-height));
    --km-hero-concept-content-max-height: calc(100svh - var(--km-hero-concept-overlay-height) - var(--km-header-height));
    --km-hero-concept-height: calc(100svh - var(--km-header-height));
    /* New Hero height START */
    --oe-hero-wrapper-height: calc(100svh - 148px);
    --oe-hero-content-height: calc(var(--oe-hero-wrapper-height) - var(--oe-hero-overlay-height));
    /* New Hero height END */
}

.km-hero-concept-content-container {
    box-sizing: border-box;
}

/* Two-column layout when content height exceeds inner container height */
.km-hero-concept-two-column-layout {
    grid-template-columns: 1fr 1fr; /* Two columns for side-by-side layout */
    grid-template-rows: auto auto; /* Adjust rows for side-by-side layout */
    align-items: center;
}

.km-hero-concept-two-column-layout h1 {
    grid-column: span 2; /* Heading spans both columns */
}

.km-hero-concept-two-column-layout p {
    grid-column: 1 / 2;
}

.km-hero-concept-two-column-layout .gb-container-d1ce0e40 {
    grid-column: 2 / 3;
    justify-self: start; /* Align the button to the start of its grid column */
    width: auto; /* Ensure the button is only as wide as its content */
}

/* moved into Generate Blocks global classes 
.km-hero-concept {
    position: relative;
    height: var(--km-hero-concept-height);
    background-size: cover;
    background-position: center;
}

.km-hero-concept-content-container {
    position: relative;
    z-index: 1;
    padding: 20px;
    max-height: var(--km-hero-concept-content-max-height);
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 20px;
    align-items: start; 
} 

.km-hero-concept-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--km-hero-concept-overlay-height);
    background: rgba(255, 255, 255, 0.1);
    z-index: 0; 
} */

/* Media queries for different aspect ratios */
@media (min-aspect-ratio: 3/2) {
    :root {
        --km-hero-concept-overlay-height: 150px; /* Adjust overlay height for wide screens */
        --km-hero-concept-content-max-height: calc(100svh - var(--km-hero-concept-overlay-height) - var(--km-header-height));
    }
}

@media (min-aspect-ratio: 16/9) {
    :root {
        --km-hero-concept-overlay-height: 150px; /* Adjust further for very wide screens */
        --km-hero-concept-content-max-height: calc(100svh - var(--km-hero-concept-overlay-height) - var(--km-header-height));
    }
}

/* Switch to side-by-side layout when content exceeds available height */
@media (max-height: var(--km-hero-concept-content-max-height)) {
    .km-hero-concept-content-container {
        grid-template-columns: 1fr 1fr; /* Two columns for side-by-side layout */
        grid-template-rows: auto auto; /* Adjust rows for side-by-side layout */
        align-items: center;
    }
    .km-hero-concept-content-container h1 {
        grid-column: span 2; /* Heading spans both columns */
    }
    .km-hero-concept-content-container p {
        grid-column: 1 / 2;
    }
    .km-hero-concept-content-container .gb-container-d1ce0e40 {
        grid-column: 2 / 3;
        justify-self: start;
        width: auto; /* Align the button to the start of its grid column */
    }
}

/* Additional media queries for other specific adjustments */
@media (max-aspect-ratio: 4/3) {
    :root {
        --km-hero-concept-overlay-height: 150px; /* Taller overlay for more square screens */
        --km-hero-concept-content-max-height: calc(100svh - var(--km-hero-concept-overlay-height) - var(--km-header-height));
    }
}



/* NEW HERO END */

@media (max-width: 439px) {
	.m15__stat-item {
		margin-bottom: 40px;
		text-align: center;
	}
	.m15__stat-item>* {
	    width: 80%;
	    max-width: 220px;
	    margin-left: auto;
	    margin-right: auto;
	}
}

@media (min-width: 768px) and (max-height: 750px) {
	.oe-hero-content .oe-h1 {
		font-size: 2.8rem;
		width: 65%;
	}
	.oe-hero-content .oe-hero-lead-text {
		width: 65%;
	}
	.oe-hero-home-v2 .oe-hero-content .oe-h1 {
		font-size: 3.5rem;
		width: 100%;
	}
	.oe-hero-home-v2 .oe-hero-content .oe-hero-lead-text {
		width: 100%;
	}
}


@media (min-width: 768px) and (max-height: 780px) {
	.oe-hero-content .oe-hero-lead-text {
		font-size: 0.95rem;
	}
	.oe-hero-home-v2 .oe-hero-content .oe-hero-lead-text {
		font-size: 1.1rem;
	}
}

.oe-border-remove-top {
	border-top: 0px solid rgba(0,0,0,0)!important;
}

.oe-padding-remove-top {
	padding-top: 0!important;
}

.oe-toc li a {
	color: var(--wp--preset--color--body);
}

.oe-toc li a:hover {
	color: var(--wp--preset--color--aqua);
}

.oe-toc li.uk-active a {
	color: #000000;
	font-weight: 500;
}

.oe-subnav-pill a,
.oe-subnav-pill.uk-subnav-pill > * > :first-child {
	text-decoration: none;
	background-color: var(--wp--preset--color--lighter-blue);
	transition: 0.4s;
	color: #555555;
}

.oe-home-subnav.oe-subnav-pill a,
.oe-home-subnav.oe-subnav-pill.uk-subnav-pill > * > :first-child {
	background-color: #FFFFFF;
	color: var(--oe-color-primary-1);
	/*box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.05);*/
	font-size: 0.8rem;
}

.oe-subnav-pill a:hover,
.oe-home-subnav.oe-subnav-pill li.uk-active a {
	color: #FFFFFF!important;
	background-color: var(--wp--preset--color--aqua)!important;
}

.oe-home-subnav.uk-subnav {
	margin-top: 3px;
	margin-bottom: 3px;
	gap: 8px;
}

.oe-home-subnav.uk-subnav > * { 
    padding-left: 0px;
}

.oe-home-subnav.uk-subnav {
	margin-left: 5px;
}


.uk-sticky.uk-active .oe-home-subnav.oe-subnav-pill li a span.oe-text-content {
	display: none;
	height: 14px;
	width: 14px;
	border-radius: 500px;
	transition: 0.3s;
}

.uk-sticky.uk-active .oe-home-subnav.oe-subnav-pill li a span.oe-text-content:hover {
	display: block;
	width: auto;
}

.uk-sticky.uk-active .oe-home-subnav.uk-subnav {
	position: fixed;
    right: 20px;
    top: 50%;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}

.uk-sticky.uk-active .oe-home-subnav.oe-subnav-pill li a {
	height: 14px;
    width: 14px;
    border-radius: 500px;
    background-color: var(--oe-color-secondary-7);
    padding: 6px;
}

.uk-dotnav.oe-fixed-dotnav a {
	background-color: var(--oe-color-secondary-7);
	border: 0;
}

.uk-dotnav.oe-fixed-dotnav li.uk-active a,
.uk-dotnav.oe-fixed-dotnav a:hover {
	background-color: #00addc;
}

.oe-toc-link:target:before {
	display:none;
}

.oe-text-primary-on-sticky {
	transition: 0.4s;
}

.uk-sticky.uk-active .oe-text-primary-on-sticky {
	color: var(--wp--preset--color--aqua);
}

.oe-home-subnav .uk-tooltip.uk-active {
	display: none;
}

.uk-sticky.uk-active .oe-home-subnav .uk-tooltip.uk-active {
	display: block;
}

.oe-grid-home-industry .oe-panel {
	max-width: 160px;
}

.oe-grid-home-industry .oe-column-even .oe-panel {
	/*transform: translate3d(0, -40px, 0);*/
}

.oe-list-events.uk-list-divider > :nth-child(n+2) {
	border-top: 1px solid rgba(255,255,255,0.15);
}

.oe-list-events .oe-date-month {
	font-size: 0.8rem;
	line-height: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.oe-list-events .oe-date-date {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}

.oe-list-events .oe-date-year {
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: bold;
	color: var(--oe-color-secondary-9);
}

.oe-list-events .oe-date-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 3px;
}

.oe-section-primary .uk-subnav-pill > * > :first-child {
	color: var(--oe-color-primary-4);
}

.oe-section-primary .uk-subnav-pill > * > a:hover {
	color: var(--oe-color-primary-1);
}

.oe-card-profile {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	padding: 1em;
	border-radius: 0.5em;
	height: 100%;
}

.uk-badge {
	letter-spacing: 0.5px;
}

/*
.oe-hero-section-image-mask:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    mask-image: linear-gradient(to right, rgba(0, 52, 105, 1) 50%, rgba(0, 52, 105, 0) 100%);
    mask-size: 100% 100%;
}*/

.oe-hero-section-image-mask:before {
	left: auto!important;
}

/*
#popmake-77080 .popmake-close:after {
    content: url('/wp-content/uploads/2024/11/close-white.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

#popmake-77080 .popmake-close {
	color: #FFFFFF;
	font-weight: 400;
}

.oe-button-us-election {
	background: #e52941;
	color;
	border-radius: 500px;
	padding: 0 14px;
}

.oe-button-us-election:hover {
	background: #003469;
	color: #FFFFFF;
}

.gm01__primary-menu .oe-menu-heading-linkable>a 
{
	font-size: 1.25rem;
	color: #000!important;
	font-weight: 500;
	padding-bottom: 4px;
}

.gm01__primary-menu .menu-item.oe-menu-heading-linkable a:hover {
	text-decoration: none;
}

.oe-background-primary-1-transparent {
	background: var(--oe-color-primary-1-transparent);
}

.gm01__buttons .button {
	color: #FFFFFF!important;
}

.oe-case-studies-home-grid .uk-background-secondary {
	background-color: #275a96;
	transition: 0.4s;
}

.oe-case-studies-home-grid .uk-background-secondary:hover {
	background-color: #363636;
	transition: 0.4s;
	color: #00addc;
}

.oe-case-studies-home-grid .oe-grid-image {
	filter: saturate(0%);
}

.oe-case-studies-home-grid .uk-grid-small > .uk-grid-margin {
	margin-top: 20px;
}

.oe-case-studies-home-grid .uk-grid-small > *, .uk-grid-column-small > * {
	padding-left: 20px;
}

.gb-grid-column-09703221 {
	z-index: 100;
}



.oe-toc-dots-on-sticky .oe-tooltip span.oe-text-content {
	display: none;
}

.uk-sticky.uk-active .oe-toc-dots-on-sticky li:hover .oe-tooltip span.oe-text-content {
	display: block;
}

.oe-tooltip.uk-drop:hover {
	display: block;
}

.oe-tooltip .oe-text-content {
	box-sizing: border-box;
  	max-width: 200px!important;
  	padding: 3px 6px;
  	background: #666;
  	border-radius: 2px;
  	color: #fff;
  	font-size: 12px;
}

/*
.oe-tooltip.uk-drop {
	width: auto;
}*/

/* Brightedge Autopilot START */

.be-ix-link-block {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Brightedge Autopilot END */

.gm01__primary-menu .sub-menu .oe-menu-heading-parent .sub-menu .menu-item:not(.button) {
    margin-left: 1rem;
}

.oe-link-no-underline a:hover {
	text-decoration: none;
}

.gm01__primary-menu .oe-link-no-underline.menu-item a:hover {
	text-decoration: none;
}

.oe-toggle-content-hidden {
	display: none;
}

.oe-toggle-content-hidden.oe-toggle-open {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}

.oe-toggle-icon:before {
	content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.oe-toggle-icon.oe-toggle-open:before {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.oe-box-shadow-small-on-sticky.uk-active {
	box-shadow: -5px 0px 8px -3px rgba(0,0,0,0.45);
}

.oe-border-bottom-on-sticky.uk-active {
	border-bottom: 2px solid rgba(0,0,0,0.3);
}

.oe-form-home-japan .field-label {
	color: #FFFFFF;
}

.oe-hero-section-image-mask .oe-panel-author-image-wrapper .oe-panel-author-image {
	width: 50px;
}

.oe-hero-section-image-mask .oe-panel-author-wrapper {
    gap: 1em;
    padding: 0.8em;
    border-radius: 0.7em;
    background: rgba(0, 0, 0, 0.065);
}

.oe-hero-section-image-mask .oe-panel-author-wrapper .oe-panel-author-position {
	color: var(--oe-color-primary-1-300);
}


.oe-video-tutorial-toc .presto-timestamp {
	text-decoration: none;
	color: #444;
}

.oe-video-tutorial-toc .presto-timestamp:hover {
	color: #00addc;
}

/* START - OE Card with blue Glow */

/* Outer container = border + rounded corners */
.oe-card-glow-blue-wrapper {
  position: relative;

  /* 4px border in semi-transparent white */
  border: 2px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;

  /* Prevents content or background from spilling beyond rounded corners */
  overflow: hidden;
}

/* Inner container = background & glow */
.oe-card-glow-blue-content {
  padding: 1rem;

  /* Semi-transparent black base */
  background-color: rgba(0, 0, 0, 0.21);

  /* Optional inset highlight/glow on the inside */
  box-shadow: inset 0 -11px 20px 0px rgba(255, 255, 255, 0.25);
}

/* END - OE Card with blue Glow */

body.oe-lang-ja .m13__container {
	align-items: flex-start;
}

body.oe-lang-ja .m13__container .m13__heading {
	margin-top: 40px;
}

body.oe-lang-ja .oe-brightedge-autopilot,
body.oe-lang-ja .gm02__social-link--wechat {
	display: none;
	visibility: hidden;
}

.oe-hidden {
	display: none!important;
	visibility: hidden!important;
}


.oe-resource-hub-filters .wpgb-facet-title {
	font-size: 1rem !important;
    text-transform: uppercase;
    color: #003469;
    margin-bottom: 2px !important;
}

.oe-resource-hub-filters .wpgb-facet>fieldset:last-child,
.wpgb-facet-2.wpgb-facet>fieldset:last-child,
.wpgb-facet-10.wpgb-facet>fieldset:last-child {
	margin-bottom: 20px!important;
}

.wpgb-facet-10.wpgb-facet .wpgb-facet-title {
	margin-bottom: 8px !important;
	font-weight: 500;
}

.oe-hero-hook-lower-hero-wrapper {
	display: flex;
	gap: 2em;
}

.oe-hero-hook-upper-hero-wrapper {
	display: flex;
	gap: 2em;
}

.oe-hero-hook-lower-hero-wrapper .oe-partner-sponsor-image img {
}

.oe-hero-hook-lower-hero-wrapper .oe-partner-sponsor-text {
	font-size: 0.9rem;
	color: #F4F7FA;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.oe-hero-hook-upper-hero-wrapper .oe-partner-sponsor-text {
	font-size: 0.8rem;
	color: #F4F7FA;
	margin-bottom: 0;
	text-transform: uppercase;
}

.oe-hero-hook-lower-hero-wrapper .oe-partner-sponsor-wrapper,
.oe-hero-hook-upper-hero-wrapper .oe-partner-sponsor-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}

.oe-hero-hook-lower-hero-wrapper .oe-partner-sponsor-list,
.oe-hero-hook-upper-hero-wrapper .oe-partner-sponsor-list {
	display: flex;
	align-items: center;
	gap: 1em;
}

.oe-hero-hook-lower-hero-wrapper {
	margin-top: 2em;
	margin-bottom: 1em;
}

.oe-padding-remove-left {
	padding-left: 0;
}

.oe-padding-remove-bottom {
	padding-bottom: 0;
}

.oe-padding-remove-top {
	padding-top: 0;
}

.oe-padding-remove-right {
	padding-right: 0;
}

.oe-flex-column {
	flex-direction: column;
}

.oe-grid-remove-margin-top.uk-grid > .uk-grid-margin, * + .uk-grid-margin {
	margin-top: 0;
}

.oe-stretch-link {
	position: relative;
	overflow: hidden;
}


.oe-stretch-link a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	inset: 0;
	transition: 0.4s;
}

.oe-stretch-link a:is(:focus-visible)::after {
	outline: 2px solid;
}

.oe-stretch-link a:is(:hover, :focus) {
	outline: none;
}

.oe-stretch-link a:hover::after {
  background: rgba(0, 138, 200, 0.1); /* or any color */
}

.oe-button-au-popup {
	padding: 8px 8px;
	line-height: 18px;
}

.popmake-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: var(--oe-color-secondary-6);
    z-index: 1;
    color: #FFF;
    border-radius: 0px 3px 0 3px;
}

.oe-webinar-lower-hero-wrapper {
	display: flex;
	align-items: center;
	gap: 2em;
	margin-top: 1em;
}

.oe-webinar-lower-hero-wrapper .oe-webinar-date-output,
.oe-webinar-lower-hero-wrapper .oe-webinar-event-type {
	display: flex;
	align-items: center;
	gap: 5px;
}

.oe-webinar-select-session .uk-subnav-pill,
.oe-webinar-select-session .uk-subnav-pill li {
	width: 100%;
}

.oe-card-related-webinars {
	display: flex;
	gap: 1em;
	height: 100%;
}

.oe-card-related-webinars_featured-image {
	width: 60px;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 4px;
}

.oe-related-webinars-section_title {

}

.oe-card-related-webinars_title {
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
}

.oe-card-related-webinars_excerpt {
	display: block;
	font-size: 0.7rem;
}

.oe-card-related-webinars_icon {

}

.oe-button-xsmall {
	padding-top: 0.206em;
	padding-bottom: 0.206em;
	padding-left: 0.412em;
	padding-right: 0.412em;
	font-size: 0.8rem;
}

.oe-webinar-speaker-wrapper {
    gap: 0.5em;
    /*padding: 0.8em;*/
    border-radius: 0.7em;
    /*background: rgba(0, 0, 0, 0.065);*/
}

.oe-webinar-speaker-wrapper .oe-webinar-speaker-name {
	color: #FFFFFF;
}

.oe-webinar-speaker-image {
    width: 36px;
}

.oe-webinar-speaker-position {
    color: var(--oe-color-primary-1-300);
}

.single-team-item__social-link:nth-child(2) {
	border-right: 0;
}

.single-team-modal__sidebar .heading--4 {
	margin-bottom: 10px;
}


/* Migrated from staging for webinars work */

.oe-card-related-webinars .oe-date-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
}

.oe-card-related-webinars .oe-date-month {
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.oe-card-related-webinars .oe-date-date {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
}

.oe-card-related-webinars .oe-date-year {
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: bold;
    color: var(--oe-color-secondary-9);
}

.oe-stretch-link.oe-no-hover-background a:hover::after {
  background: rgba(0, 0, 0, 0);
}

.oe-background-hover-secondary:hover {
	background: #003469;
}

.oe-webinar-lower-hero-wrapper .oe-webinar-event-type {
	text-transform: capitalize;
}

.oe-grid-wrapper span.gb-text {
	line-height: 1.2;
}

.oe-menu-client-login {
	margin-left: 1em;
}


@media (max-width: 479px) {
	.gm01__secondary-menu.oe-menu-client-login {
		display: block;
		margin-left: 0;
	}
	nav.gm01__socket-container {
		justify-content: space-between;
	}
}


.oe-menu-heading-underline {
	border-bottom: 1px solid rgba(0,52,105,.15);
}

.oe-slider-related-items .oe-background-default .oe-related-item-date,
.oe-slider-related-items .oe-color-bg-trans-light-10 .oe-related-item-date {
	color: var(--oe-color-primary);
}

.oe-slider-related-items .oe-color-bg-trans-light-10 .oe-related-item-title {
	color: #FFFFFF;
}

.oe-slider-container-offset {
    margin: -11px -8px -39px -8px;
    padding: 11px 8px 39px 8px;
}

@media (min-width: 768px) {
	.oe-slider-related-items .oe-slider-dotnav {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.oe-slider-related-items .oe-slider-dotnav {
		justify-content: center;
	}
}

.oe-slider-column-content {
	padding: var(--oe-spacing-xsmall) var(--oe-spacing-xsmall) var(--oe-spacing-xsmall) 0;
}


/* FLAG layer (bottom) — right strip, fills height */
.oe-hero-overlay-usa::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%; /* default desktop/tablet */
  background: url("https://www.oxfordeconomics.com/wp-content/uploads/2025/08/usa-flag.png")
              right center / cover no-repeat;
  pointer-events: none;
  z-index: 0;

  /* Mask: left edge transparent ➜ fades into flag */
  -webkit-mask-image: linear-gradient(to right, transparent, #000 300%);
  mask-image: linear-gradient(to right, transparent, #000 400%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* Mobile: widen the strip */
@media (max-width: 767px) {
  .oe-hero-overlay-usa::before {
    width: 40%;
  }
}

/* WHITE TINT (top) — across whole overlay */
.oe-hero-overlay-usa::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: 1;
}

/* -------- Fallback (no CSS mask support) -------- */
@supports not ((mask-image: linear-gradient(to right, transparent, #000)) or
               (-webkit-mask-image: linear-gradient(to right, transparent, #000))) {
  .oe-hero-overlay-usa::before {
    /* Recreate the fade using a gradient overlay inside the same right strip */
    background-image:
      linear-gradient(to right, rgba(0, 52, 105, 1), rgba(0, 52, 105, 0) 40px),
      url("https://www.oxfordeconomics.com/wp-content/uploads/2025/08/usa-flag.png");
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 40px 100%, cover;
  }
}


#popmake-115884 .pum-content + .pum-close {
	color: #FFFFFF;
}

.oe-product-page-testimonials .uk-slidenav {
	background-color: var(--oe-color-secondary-light-90);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.oe-pillar-page-testimonials .uk-slidenav {
	background-color: #ffffff;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

@media (max-width: 767px) {
	.oe-product-page-testimonials {
		padding-right: 30px;
	}
	.oe-pillar-page-testimonials {
		padding-right: 30px;
	}
}

.oe-product-page-testimonials .oe-testimonial-text {
	font-size: 1.5rem;
}

.oe-pillar-page-testimonials .oe-testimonial-text {
	font-size: 1.5rem;
}

.oe-default-subnav.oe-subnav-pill a, .oe-default-subnav.oe-subnav-pill.uk-subnav-pill > * > :first-child {
    background-color: var(--oe-color-muted);
    color: #494949;
    /* box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.05); */
    font-size: 0.8rem;
}

.oe-default-subnav.uk-subnav {
	margin-top: 3px;
    margin-bottom: 3px;
    gap: 8px;
    margin-left: 5px;
}

.oe-default-subnav.uk-subnav > * {
    padding-left: 0px;
}

.oe-switcher-related-items .oe-color-bg-trans-light-10 .oe-related-item-title {
	color: #FFFFFF;
}

.oe-product-page-testimonials .oe-image-testimonial-company,
.oe-pillar-page-testimonials .oe-image-testimonial-company {
	bottom: 2px;
    right: 0px;
    border: 3px solid #FAFAFA;
    border-radius: 500px;
}

.oe-product-page-testimonials .oe-image-testimonial-profile,
.oe-pillar-page-testimonials .oe-image-testimonial-profile {
	height: 60px;
	width: auto;
}

.oe-product-page-testimonials .oe-image-testimonial-profile img, 
.oe-pillar-page-testimonials .oe-image-testimonial-profile img {
	height: 60px;
	width: auto;
	border-radius: 50%;
	border: 3px solid var(--oe-color-trans-dark-10);
}


.oe-product-page-testimonials .oe-image-testimonial-profile.oe-testimonial-type-company img,
.oe-pillar-page-testimonials .oe-image-testimonial-profile.oe-testimonial-type-company img {
	border-radius: 5px;
	padding: 0;
	box-shadow: none;
	border: 0;
}

.oe-product-page-testimonials .oe-testimonial-name-and-company,
.oe-pillar-page-testimonials .oe-testimonial-name-and-company {
	margin-left: 10px;
}

.oe-related-item-title {
	line-height: 1.2;
}

.wpgb-facet.wpgb-facet-3 > fieldset:last-child,
.wpgb-facet.wpgb-facet-19 > fieldset:last-child {
    margin-bottom: 0;
}

.oe-button-toggle:focus-visible {
  outline: 2px solid var(--oe-color-sky-blue);
  outline-offset: 3px;
  border-radius: 3px;
}


/* start - migrated from staging site 10-Nov-25 Unlock home hero */
.oe-dotnav {
	display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oe-dotnav > * >:hover, .oe-dotnav>.uk-active>* {
	background-color: var(--oe-color-sky-blue);
}

.oe-dotnav > * > * {
	width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    border: 2px solid var(--oe-color-sky-blue);
}

.oe-dotnav a {
	text-decoration: none;
	color: #FFFFFF;
    align-content: center;
    flex-wrap: wrap;
    width: 26px;
    height: 26px;
    transition: 0.25s;
}

.oe-slidenav a {
	padding: 4px 12px;
}

.oe-slidenav {

}

.oe-hero-insights-ticker-wrapper {
	/*background: rgba(69, 80, 85, 0.6);*/
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding-left: 6px;
    margin-right: -1px;
}

section.oe-background-heritage-blue .oe-latest-insights-ticker-wrapper {
	background-color: rgba(255, 255, 255, 0.11);
}

.oe-hero-insights-ticker-wrapper .oe-hero-insights-slider-image {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
}

.oe-hero-insights-ticker-wrapper .oe-hero-insights-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;  /* crop to square if needed */
	display: block;     /* avoid inline gaps */
}

@media (min-width: 968px) {
	.oe-hero-insights-ticker-wrapper .oe-hero-insights-slider-text {
		width: 80%;
	}
}

.oe-latest-insights-ticker-wrapper {

}

.oe-latest-insights-ticker-wrapper .oe-latest-insights-slider-image {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
}

.oe-latest-insights-ticker-wrapper .oe-latest-insights-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;  /* crop to square if needed */
	display: block;     /* avoid inline gaps */
}

.oe-hero-insights-ticker-wrapper .oe-hero-insights-slider-text {
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
}

.oe-latest-insights-ticker-wrapper .oe-latest-insights-slider-text {
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
}

.oe-hero-insights-ticker-wrapper .oe-insights-item {
	position: relative;
}

.oe-latest-insights-ticker-wrapper .oe-insights-item {
	position: relative;
}

.oe-button-sky-blue {
	background: var(--oe-color-sky-blue);
	color: #FFFFFF;
}

.oe-button-sky-blue:hover {
	background-color: #037AB1;
}


@media (max-width: 967px) {
	.oe-home-hero-insights {
		position: relative;
		box-sizing: border-box;
	}
	.oe-home-hero-insights {
		background: var(--oe-color-heritage-blue);
	}
	.oe-home-hero-navigation {
		position: absolute;
		box-sizing: border-box;
		bottom: 160px;
	    left: 0;
	    right: 0;
	}
}


@media (min-width: 968px) {
	.oe-home-hero-insights,
	.oe-home-hero-navigation {
		position: absolute;
		box-sizing: border-box;
	}
	.oe-home-hero-insights {
		top: 0;
	    left: 0;
	    right: 0;
	}
	.oe-home-hero-navigation {
		bottom: 0;
	    left: 0;
	    right: 0;
	}
}

@media (max-height: 675px) { 
	.oe-space-saver-home-hero-top {
		height: 76px;
	}
	.oe-home-hero-insights {
		position: relative;
		box-sizing: border-box;
	}
	.oe-home-hero-insights {
		background: var(--oe-color-heritage-blue);
	}
	.oe-home-hero-navigation {
		top: 0;
	    left: 0;
	    right: 0;
	    bottom: auto;
	}
}


/* end - migrated from staging site 10-Nov-25 */

.oe-pillar-excerpt {
	transition: opacity 0.3s ease;
	opacity: 0;
}

.oe-pillar-card:hover .oe-pillar-excerpt, .oe-pillar-card:focus-within .oe-pillar-excerpt {
	opacity: 1;
}

.oe-pillar-title {

}

.oe-pillar-card:hover .oe-pillar-title {
	color: var(--oe-color-sky-blue);
}

.oe-pillar-card:hover .oe-pillar-excerpt.oe-button, .oe-pillar-card:focus-within .oe-pillar-excerpt.oe-button {
	display: inline-flex;
}

.oe-dotnav a:focus {
	border-radius: 500px;
	outline-offset: 1px;
}

.oe-list-events.oe-list-events-home-unlock {
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: var(--oe-border-radius-base);
}

.oe-list-events.oe-list-events-home-unlock.uk-list-divider > :nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.oe-latest-insights-ticker .oe-slider-item {
	padding-left: 6px;
}

.oe-image-unlock-as-text {
	background-image: url(/wp-content/uploads/2025/11/UNLOCK-text-white.svg);
    background-size: 100%;
    display: inline-flex;
    height: 34px;
    width: 205px;
    background-repeat: no-repeat;
}

.oe-reduce-size .oe-image-unlock-as-text {
	height: 25px;
	width: 150px;
}

.oe-section-hero-pillar h1.oe-reduce-size {
	gap: 0;
}

.oe-section-hero-pillar h1.oe-reduce-size .oe-heading-partial-1 {
	font-size: var(--oe-font-size-medium);
}

.oe-section-hero-pillar h1 {
	display: flex;
	flex-direction: column;
	gap: var(--oe-spacing-small);
}

.oe-section-hero-pillar h1 .oe-heading-partial-1 {
	font-size: var(--oe-font-size-xlarge);
	color: var(--oe-color-sky-blue);
	font-weight: bold;
}

.oe-section-hero-pillar h1 .oe-heading-partial-2 .oe-text {
	display: inline-flex;
	font-weight: bold;
}

.oe-section-hero-pillar h1.oe-reduce-size .oe-heading-partial-2 .oe-text {
	font-size: var(--oe-font-size-xlarge);
}

.oe-section-hero-pillar h1 .oe-heading-partial-2 {
	text-transform: uppercase;
}

.oe-card-hover-parent .oe-card-image {
  display: block;
  width: 100%;
  height: auto;       /* modern browsers */
  object-fit: cover;          /* keeps image nicely cropped */
}

/* Base style for all hover-children */
.oe-card-hover-child {
  opacity: 0;
  pointer-events: none;       /* avoid blocking hover when hidden */
  transform: translateY(var(--oe-card-hover-translate));
  transition:
    opacity var(--oe-card-hover-duration) var(--oe-card-hover-ease),
    transform var(--oe-card-hover-duration) var(--oe-card-hover-ease);
}

/* When parent is hovered or focused, reveal children */
.oe-card-hover-parent:hover .oe-card-hover-child,
.oe-card-hover-parent:focus-within .oe-card-hover-child {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;       /* clickable once visible */
}

.oe-profile-card-modal > .uk-modal-dialog {
	max-width: 28rem!important;
}

/* The blue overlay */
.oe-card-hover-parent::after {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  pointer-events: none; /* don’t block clicks */
  
  /* Fallback color (tweak opacity to taste) */
  background-color: rgba(0, 173, 220, 0.16);

  /* If you want to tie into your token: 
     background-color: color-mix(in srgb, var(--oe-color-skyblue) 20%, transparent);
     (you can keep the rgba as a fallback above)
  */

  opacity: 0;
  transition:
    opacity var(--oe-card-hover-duration) var(--oe-card-hover-ease);
  
  /* Sit above the image but below the hover icons */
  z-index: 1;
}

/* Show overlay on hover or when any child is focused (keyboard) */
.oe-card-hover-parent:hover::after,
.oe-card-hover-parent:focus-within::after {
  opacity: 1;
}

.wpgb-facet.wpgb-facet-22>fieldset:last-child {
    margin-bottom: 0;
}

.wpgb-facet.wpgb-facet-22.wpgb-style-1 [role=button].wpgb-button {
	font-size: 0.775rem;
    font-weight: 500;
    padding: 2px 14px;
    border-radius: 5px;
    background-color: #f4f7fa;
    color: #494949;
    border-color: rgba(0,0,0,0.05);
}

.wpgb-facet.wpgb-facet-22 .wpgb-button[aria-pressed=true] {
    background-color: var(--wpgb-accent-scheme-1);
    border-color: var(--wpgb-accent-scheme-1);
    color: #fff;
}

.oe-home-hero .oe-flex-hero {
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 479px) {
	.oe-home-hero .oe-flex-hero {
		align-items: flex-start;
		padding-top: var(--oe-spacing-xlarge);
	}
}

.oe-home-hero .oe-hero-post-headline {
	font-size: var(--oe-font-size-xlarge);
}

@media (max-width: 479px) {
	.oe-home-hero .oe-hero-post-headline {
		font-size: var(--oe-font-size-large);
	}
}

a.oe-border-circle:focus {
	border-radius: 500px;
}

.post-type-archive-profile .oe-card-hover-parent {
	border: 1px solid rgba(0,0,0,0.1);
}

.oe-home-hero {
	min-height: var(--oe-height-100-less-header);
}

.oe-space-saver-home-hero {
	height: 132px;
}

.oe-space-saver-home-hero-top {
	height: 132px;
}

.oe-space-saver-home-hero-bottom {
	height: 76px;
}