/*! 
Theme Name: IFC 2025
Theme URI: http://w-i.ca
Author: David Sheppard
Author URI: http://w-i.ca
Description: IFC Template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ifc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

IFC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,300;0,400;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,300;0,400;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.wel_footer .wel_footer__links a {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

h1.rich-text.block-editor-rich-text__editable, .entry-content h1 {
	font-size: 32px;
	line-height: 36px;
	padding-bottom: pad(3);
	font-family: "Outfit", sans-serif;
}

.wel-news-page .wel-news-page__title, .wel_hero__copy h1 {
	font-size: clamp(36px, 4.1vw, 50px);
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	line-height: 1.12;
}

h2.rich-text.block-editor-rich-text__editable, .entry-content h2, h3.rich-text.block-editor-rich-text__editable, .entry-content h3, h4.rich-text.block-editor-rich-text__editable, .entry-content h4, .wel-news-page .wel-news-card__title, .home .wel_hero__copy h2, .wel_barrier .wel_barrier__copy h2 {
	font-size: clamp(24px, 4.1vw, 36px);
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	line-height: 1.12;
}

.wel-news-page .wel-news-card__link, .wel_hero__copy h2 {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.28;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}

.btn, .wp-block-column p, .wel-news-page .wel-news-card__summary, .wel-locations-map .wel-locations-map__empty, .wel_barrier .wel_barrier__copy p {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel-news-page .wel-news-card__category, .wel-news-page .wel-news-page__pagination .page-numbers, .wel_footer .wel_footer__description, .wel_footer .wel_footer__legal {
	font-size: clamp(13px, 0.9vw, 16px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel_hero__copy p {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}

.wel_barrier {
	padding-top: 6.42857rem;
}

.rounded_image {
	border-radius: 25px;
}

.rounded_image_right {
	border-radius: 0 25px 25px 0 0;
}

.btn {
	border: none;
	box-shadow: none;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #66E8D6;
	color: #002145;
	border-radius: 5px;
	text-decoration: none;
}

.btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #66E8D6;
}

.btn i {
	font-weight: 400;
	margin-left: 8px;
	font-size: clamp(18px, 1.95vw, 24px);
	transform: translateY(1px);
}

.btn-primary {
	background-color: #66E8D6;
}

.btn-primary:hover {
	color: #fff;
	text-decoration: none;
	background-color: #66E8D6;
}

/* Set global width for all Gutenberg blocks - this should be the same as your article width */
.wp-block {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* Optional: Set the width for wide blocks if you support them */
.wp-block[data-align="wide"] {
	max-width: 1200px;
	/* Or your preferred wide width */
}

/* Optional: Ensure full-width blocks have no max-width */
.wp-block[data-align="full"] {
	max-width: none;
}

/* Main typography elements */
/* Sans Serif font for headers */
/* Serif font for body text */
/* Monospace font for code */
pre, code, kbd, tt, var {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

h2.rich-text.block-editor-rich-text__editable, .entry-content h2 {
	color: #002145;
	margin-top: 32px;
	margin-bottom: 3;
}

h2.rich-text.block-editor-rich-text__editable b, h2.rich-text.block-editor-rich-text__editable strong, .entry-content h2 b, .entry-content h2 strong {
	font-weight: 600;
	color: #F87556;
}

h3.rich-text.block-editor-rich-text__editable, .entry-content h3 {
	color: #66E8D6;
	text-transform: none;
	margin-top: 32px;
	margin-bottom: 3;
}

h3.rich-text.block-editor-rich-text__editable b, h3.rich-text.block-editor-rich-text__editable strong, .entry-content h3 b, .entry-content h3 strong {
	font-weight: 600;
	color: #F87556;
}

h4.rich-text.block-editor-rich-text__editable, .entry-content h4 {
	font-weight: bold;
}

/* Format post images */
/* Format image captions */
.wp-block-image figcaption,
figcaption {
	margin-top: 0;
	color: #666;
	font-size: 0.9rem;
	text-align: center;
}

/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
.wp-block a, .entry-content a {
	text-decoration: none;
}

/* Format code blocks */
pre {
	background: #f3f3f3;
	border-radius: 4px;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
	max-height: 650px;
}

/* Format inline code blocks */
code, kbd, tt, var {
	background: #f3f3f3;
	padding: 2px 7px 2px 7px;
	border-radius: 4px;
}

/* Format blockquotes */
.wp-block-quote {
	margin-left: 2em;
	margin-bottom: 2rem;
	margin-top: 2rem;
	padding: 32px;
}

.wp-block-quote cite {
	font-style: italic;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding: 32px;
}

/* Format the cite text in blockquotes */
dfn, cite, i {
	font-style: italic;
	font-size: 0.8em;
}

/* Links & buttons */
a:hover, a:active {
	outline: 0;
}

/* Standard WordPress button block */
.wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link:visited,
.entry-content .wp-block-button .wp-block-button__link,
.entry-content .wp-block-button .wp-block-button__link:visited {
	border-radius: 0;
}

/* Make YouTube videos inserted via WordPress oEmbed full-width */
.wp-block-embed-youtube .wp-block-embed__wrapper {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-column h2:first-child, .wp-block-column h3:first-child, .wp-block-column h4:first-child, .wp-block-column h5:first-child, .wp-block-column p:first-child {
	margin-top: 0;
	padding-top: 0;
}

.wp-block-column.middle {
	align-self: center;
}

.wp-block-columns {
	margin: 32px 0 48px 0;
}

.wp-block-columns .wp-block-columns {
	margin: 8px 0 8px 0;
}

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	margin-bottom: 1.5em;
}

.wel_footer .wel_footer__links a {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

h1.rich-text.block-editor-rich-text__editable, .entry-content h1 {
	font-size: 32px;
	line-height: 36px;
	padding-bottom: 24px;
	font-family: "Outfit", sans-serif;
}

.wel-news-page .wel-news-page__title, .wel_hero__copy h1 {
	font-size: clamp(36px, 4.1vw, 50px);
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	line-height: 1.12;
}

h2.rich-text.block-editor-rich-text__editable, .entry-content h2, h3.rich-text.block-editor-rich-text__editable, .entry-content h3, h4.rich-text.block-editor-rich-text__editable, .entry-content h4, .wel-news-page .wel-news-card__title, .home .wel_hero__copy h2, .wel_barrier .wel_barrier__copy h2 {
	font-size: clamp(24px, 4.1vw, 36px);
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	line-height: 1.12;
}

.wel-news-page .wel-news-card__link, .wel_hero__copy h2 {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.28;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}

.btn, .wp-block-column p, .wel-news-page .wel-news-card__summary, .wel-locations-map .wel-locations-map__empty, .wel_barrier .wel_barrier__copy p {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel-news-page .wel-news-card__category, .wel-news-page .wel-news-page__pagination .page-numbers, .wel_footer .wel_footer__description, .wel_footer .wel_footer__legal {
	font-size: clamp(13px, 0.9vw, 16px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel_hero__copy p {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}

.wel-news-page {
	padding: 56px 0 64px;
}

.wel-news-page .wel-news-page__hero {
	padding-bottom: 40px;
	text-align: center;
}

.wel-news-page .wel-news-page__title {
	color: #002145;
	margin: 0;
}

.wel-news-page .wel-news-page__list {
	display: grid;
	gap: 32px;
}

.wel-news-page .wel-news-card {
	padding: 40px 0;
}

.wel-news-page .wel-news-card:nth-child(even) {
	background: #FAF8F6;
}

.wel-news-page .wel-news-card__inner {
	display: grid;
	gap: 32px;
	align-items: start;
}

@media (min-width: 1024px) {
	.wel-news-page .wel-news-card__inner {
		grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
		gap: 40px;
	}
}

.wel-news-page .wel-news-card--no-image .wel-news-card__inner {
	grid-template-columns: 1fr;
}

.wel-news-page .wel-news-card__category {
	color: #000;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 16px;
}

.wel-news-page .wel-news-card__title {
	color: #66E8D6;
	margin: 0 0 16px;
}

.wel-news-page .wel-news-card__title a {
	color: inherit;
	text-decoration: none;
}

.wel-news-page .wel-news-card__title a:hover, .wel-news-page .wel-news-card__title a:focus {
	color: #1F8C82;
}

.wel-news-page .wel-news-card__lead,
.wel-news-page .wel-news-card__summary {
	color: #002145;
	max-width: 36rem;
}

.wel-news-page .wel-news-card__lead p,
.wel-news-page .wel-news-card__summary p {
	margin: 0 0 16px;
}

.wel-news-page .wel-news-card__lead {
	font-family: 'Spectral', serif;
	font-size: clamp(21px, 2.05vw, 32px);
	font-style: italic;
	font-weight: 700;
	line-height: 1.15;
}

.wel-news-page .wel-news-card__summary {
	line-height: 1.45;
}

.wel-news-page .wel-news-card__summary a {
	color: #66E8D6;
}

.wel-news-page .wel-news-card__link {
	color: #1F8C82;
	text-decoration: none;
}

.wel-news-page .wel-news-card__link:hover, .wel-news-page .wel-news-card__link:focus {
	color: #002145;
}

.wel-news-page .wel-news-card__media {
	align-self: center;
}

.wel-news-page .wel-news-card__image-link {
	display: block;
	text-decoration: none;
}

.wel-news-page .wel-news-card__image {
	display: block;
	width: 100%;
	height: auto;
}

.wel-news-page .wel-news-page__pagination {
	padding-top: 32px;
	text-align: center;
}

.wel-news-page .wel-news-page__pagination .page-numbers {
	color: #002145;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	margin: 0 4px;
	padding: 0 10px;
	border: 1px solid #D4D4D4;
	border-radius: 999px;
	text-decoration: none;
}

.wel-news-page .wel-news-page__pagination .page-numbers.current, .wel-news-page .wel-news-page__pagination .page-numbers:hover, .wel-news-page .wel-news-page__pagination .page-numbers:focus {
	background: #002145;
	border-color: #002145;
	color: #fff;
}

.wel-single-post {
	padding: 48px 0 64px;
}

.wel-single-post .wel-single-post__article {
	max-width: 860px;
	margin: 0 auto;
}

.wel-single-post .wel-single-post__content {
	color: #002145;
}

.wel-single-post .wel-single-post__content > *:first-child {
	margin-top: 0;
}

.wel-locations-page {
	padding: 16px 0 64px;
}

@media (min-width: 768px) {
	.wel-locations-page {
		padding-top: 32px;
	}
}

.wel-locations-page .wel-locations-page__content {
	max-width: 960px;
	margin: 40px auto 0;
	color: #002145;
}

.wel-locations-page .wel-locations-page__content > *:first-child {
	margin-top: 0;
}

.wel-locations-map .wel-locations-map__desktop {
	display: none;
}

@media (min-width: 1024px) {
	.wel-locations-map .wel-locations-map__desktop {
		display: block;
	}
}

@media (min-width: 1024px) {
	.wel-locations-map .wel-locations-map__mobile {
		display: none;
	}
}

.wel-locations-map .wel-locations-map__canvas {
	position: relative;
	background: #002145;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 30px 70px rgba(0, 33, 69, 0.12);
	padding: 0 40px 40px 40px;
	margin: 0 40px;
	max-width: 1200px;
}

@media (min-width: 1200px) {
	.wel-locations-map .wel-locations-map__canvas {
		margin: auto;
	}
}

.wel-locations-map .wel-locations-map__base {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -21%;
}

.wel-locations-map .wel-locations-map__marker {
	position: absolute;
	left: var(--marker-left);
	top: var(--marker-top);
	transform: translate(-50%, -100%);
	display: inline-flex;
	text-decoration: none;
	z-index: 2;
}

.wel-locations-map .wel-locations-map__marker.is-stack-below {
	transform: translate(-50%, 0);
}

.wel-locations-map .wel-locations-map__marker.is-stack-below .wel-locations-map__card {
	top: calc(100% + 16px);
	right: auto;
	bottom: auto;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -12px) scale(0.96);
	transform-origin: center top;
}

.wel-locations-map .wel-locations-map__marker.is-stack-below .wel-locations-map__card::after {
	top: -10px;
	bottom: auto;
	left: 50%;
	right: auto;
	transform: translateX(-50%) rotate(45deg);
}

.wel-locations-map .wel-locations-map__marker.is-align-start .wel-locations-map__card {
	left: 0;
	right: auto;
	transform: translate(0, 12px) scale(0.96);
	transform-origin: left bottom;
}

.wel-locations-map .wel-locations-map__marker.is-align-start .wel-locations-map__card::after {
	left: 24px;
	right: auto;
	transform: rotate(45deg);
}

.wel-locations-map .wel-locations-map__marker.is-align-end .wel-locations-map__card {
	left: auto;
	right: 0;
	transform: translate(0, 12px) scale(0.96);
	transform-origin: right bottom;
}

.wel-locations-map .wel-locations-map__marker.is-align-end .wel-locations-map__card::after {
	left: auto;
	right: 24px;
	transform: rotate(45deg);
}

.wel-locations-map .wel-locations-map__marker:hover, .wel-locations-map .wel-locations-map__marker:focus-visible, .wel-locations-map .wel-locations-map__marker:focus-within {
	z-index: 5;
}

.wel-locations-map .wel-locations-map__marker:hover .wel-locations-map__icon, .wel-locations-map .wel-locations-map__marker:focus-visible .wel-locations-map__icon, .wel-locations-map .wel-locations-map__marker:focus-within .wel-locations-map__icon {
	transform: translateY(-2px) scale(1.04);
}

.wel-locations-map .wel-locations-map__marker:hover .wel-locations-map__card, .wel-locations-map .wel-locations-map__marker:focus-visible .wel-locations-map__card, .wel-locations-map .wel-locations-map__marker:focus-within .wel-locations-map__card {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0) scale(1);
}

.wel-locations-map .wel-locations-map__marker.is-align-start:hover .wel-locations-map__card, .wel-locations-map .wel-locations-map__marker.is-align-start:focus-visible .wel-locations-map__card, .wel-locations-map .wel-locations-map__marker.is-align-start:focus-within .wel-locations-map__card, .wel-locations-map .wel-locations-map__marker.is-align-end:hover .wel-locations-map__card, .wel-locations-map .wel-locations-map__marker.is-align-end:focus-visible .wel-locations-map__card, .wel-locations-map .wel-locations-map__marker.is-align-end:focus-within .wel-locations-map__card {
	transform: translate(0, 0) scale(1);
}

.wel-locations-map .wel-locations-map__marker.is-stack-below.is-align-start .wel-locations-map__card, .wel-locations-map .wel-locations-map__marker.is-stack-below.is-align-end .wel-locations-map__card {
	transform: translate(0, -12px) scale(0.96);
}

.wel-locations-map .wel-locations-map__icon {
	display: block;
	width: clamp(26px, 3vw, 50px);
	transition: transform 0.2s ease;
}

.wel-locations-map .wel-locations-map__icon img {
	display: block;
	width: 100%;
	height: auto;
}

.wel-locations-map .wel-locations-map__card {
	position: absolute;
	bottom: calc(100% + 16px);
	left: 50%;
	width: 28vw;
	min-width: 240px;
	max-width: 360px;
	margin: 0;
	padding: 20px 28px 18px;
	border-radius: 22px;
	background: #F87556;
	box-shadow: 0 18px 40px rgba(0, 33, 69, 0.18);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, 12px) scale(0.96);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.wel-locations-map .wel-locations-map__card::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 20px;
	height: 20px;
	background: #F87556;
	transform: translateX(-50%) rotate(45deg);
	border-radius: 4px;
}

.wel-locations-map .wel-locations-map__card-title,
.wel-locations-map .wel-locations-map__card-specs,
.wel-locations-map .wel-locations-map__list-title,
.wel-locations-map .wel-locations-map__list-specs {
	display: block;
	font-family: "Outfit", sans-serif;
	color: inherit;
}

.wel-locations-map .wel-locations-map__card-title {
	color: #fff;
	font-size: clamp(24px, 2vw, 30px);
	font-weight: 500;
	line-height: 1.1;
}

.wel-locations-map .wel-locations-map__card-specs {
	margin-top: 6px;
	color: #fff;
	font-size: clamp(22px, 1.8vw, 28px);
	font-weight: 300;
	line-height: 1.12;
}

.wel-locations-map .wel-locations-map__list {
	display: grid;
	gap: 16px;
}

.wel-locations-map .wel-locations-map__list-item {
	display: block;
	padding: 24px 22px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(0, 33, 69, 0.08);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wel-locations-map .wel-locations-map__list-item:hover, .wel-locations-map .wel-locations-map__list-item:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 46px rgba(0, 33, 69, 0.12);
}

.wel-locations-map .wel-locations-map__list-title {
	color: #002145;
	font-size: clamp(24px, 6vw, 30px);
	font-weight: 500;
	line-height: 1.1;
}

.wel-locations-map .wel-locations-map__list-specs {
	margin-top: 8px;
	color: #002145;
	font-size: clamp(22px, 5.6vw, 28px);
	font-weight: 300;
	line-height: 1.15;
}

.wel-locations-map .wel-locations-map__empty {
	margin: 0;
	color: #002145;
}

/* Footer Area css
============================================================================================ */
.wel_barrier {
	padding-top: 6.42857rem;
}

.rounded_image {
	border-radius: 25px;
}

.rounded_image_right {
	border-radius: 0 25px 25px 0 0;
}

.wel_footer {
	background: #002145;
	padding: 20px 30px;
}

.wel_footer .wel_footer__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 32px;
	row-gap: 16px;
	max-width: 1640px;
	margin: auto;
}

.wel_footer .wel_footer__brand img {
	width: clamp(170px, 14vw, 220px);
	display: block;
}

.wel_footer .wel_footer__copy {
	color: #fff;
}

.wel_footer .wel_footer__description {
	color: #fff;
	margin: 0 0 8px;
	max-width: 900px;
}

.wel_footer .wel_footer__legal {
	margin: 0;
	font-size: clamp(11px, 0.8vw, 13px);
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.92);
}

.wel_footer .wel_footer__legal a {
	color: inherit;
	text-decoration: none;
}

.wel_footer .wel_footer__legal a:hover, .wel_footer .wel_footer__legal a:focus {
	color: #66E8D6;
	text-decoration: none;
}

.wel_footer .wel_footer__social {
	display: flex;
	align-items: center;
	gap: 16px;
}

.wel_footer .wel_footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wel_footer .wel_footer__social img {
	width: 22px;
	height: 22px;
	display: block;
}

.wel_footer .wel_footer__links {
	grid-column: 1 / -1;
	display: none;
}

.wel_footer .wel_footer__links ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.wel_footer .wel_footer__links a {
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	text-decoration: none;
}

.wel_footer .wel_footer__links a:hover, .wel_footer .wel_footer__links a:focus {
	color: #66E8D6;
}

@media (max-width: 1024px) {
	.wel_footer {
		padding: 24px 0px;
	}
	.wel_footer .wel_footer__inner {
		grid-template-columns: 1fr;
		text-align: center;
		justify-items: center;
		row-gap: 16px;
	}
	.wel_footer .wel_footer__description {
		max-width: 700px;
		margin-bottom: 10px;
	}
	.wel_footer .wel_footer__links {
		display: block;
	}
}

/* End Footer Area css
============================================================================================ */
body.wel_nav-open {
	overflow: hidden;
}

.wel_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.wel_header .wel_logo img {
	width: clamp(160px, 15vw, 220px);
}

@media (max-width: 1024px) {
	.wel_header {
		align-items: center;
	}
}

.wel_nav {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.wel_nav .wel_nav__toggle {
	display: none;
	position: relative;
	z-index: 45;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	padding: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
}

.wel_nav .wel_nav__toggle-line {
	width: 22px;
	height: 2px;
	background: #fff;
	transition: all 0.2s ease-in-out;
}

.wel_nav .wel_nav__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.48);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 35;
	transition: all 0.2s ease-in-out;
}

.wel_nav .wel_nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wel_nav .wel_nav__language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Outfit", sans-serif;
	font-size: clamp(14px, 1.05vw, 16px);
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.wel_nav .wel_nav__language-switcher a {
	color: #fff;
	text-decoration: none;
}

.wel_nav .wel_nav__language-switcher a:hover, .wel_nav .wel_nav__language-switcher a:focus, .wel_nav .wel_nav__language-switcher a.is-active {
	color: #66E8D6;
	text-decoration: none;
}

.wel_nav .wel_nav__language-switcher span {
	color: rgba(255, 255, 255, 0.72);
}

.wel_nav .wel_nav__language-switcher--desktop {
	margin-left: 8px;
}

.wel_nav .wel_nav__item--language-mobile {
	display: none;
}

.wel_nav .wel_nav__item {
	position: relative;
}

.wel_nav .wel_nav__item > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Outfit", sans-serif;
	font-size: clamp(14px, 1.05vw, 16px);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 60px;
}

.wel_nav .wel_nav__item > a:hover, .wel_nav .wel_nav__item > a:focus {
	color: #66E8D6;
	text-decoration: none;
}

.wel_nav .wel_nav__item--dropdown > a::after {
	display: none;
}

.wel_nav .wel_nav__item--dropdown > a.is-active {
	color: #66E8D6;
}

.wel_nav .wel_nav__caret {
	width: 12px;
	height: auto;
	display: block;
	transform: translateY(1px);
	transition: all 0.2s ease-in-out;
}

.wel_nav .wel_nav__item--dropdown > .wel_nav__trigger[aria-expanded="true"] .wel_nav__caret {
	transform: translateY(1px) rotate(180deg);
}

.wel_nav .wel_nav__dropdown {
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: calc(100% + 0px);
	transform: translateX(-50%) translateY(18px);
	min-width: 240px;
	padding: 0;
	margin: 0;
	border: 1px solid #dbdcde;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(0, 32, 70, 0.24);
	z-index: 40;
	transition: all 0.2s ease-in-out;
}

.wel_nav .wel_nav__dropdown li {
	border-bottom: 1px solid #dfdfdf;
}

.wel_nav .wel_nav__dropdown li:last-child {
	border-bottom: 0;
}

.wel_nav .wel_nav__dropdown a {
	display: block;
	padding: 14px 20px;
	font-family: "Outfit", sans-serif;
	font-size: clamp(14px, 1.05vw, 16px);
	font-weight: 500;
	color: #6f7382;
	background: #fff;
	text-decoration: none;
}

.wel_nav .wel_nav__dropdown a:hover, .wel_nav .wel_nav__dropdown a:focus {
	color: #66E8D6;
	text-decoration: none;
}

.wel_nav .wel_nav__dropdown a.is-highlight {
	color: #66E8D6;
}

.wel_nav .wel_nav__dropdown .wel_dash {
	margin-right: 10px;
	color: #66E8D6;
}

.wel_nav .wel_nav__item--dropdown:hover .wel_nav__dropdown,
.wel_nav .wel_nav__item--dropdown:focus-within .wel_nav__dropdown,
.wel_nav .wel_nav__item--dropdown .wel_nav__dropdown.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

@media (max-width: 1024px) {
	.wel_nav {
		margin-left: auto;
	}
	.wel_nav .wel_nav__toggle {
		display: inline-flex;
	}
	.wel_nav .wel_nav__list {
		position: fixed;
		top: 0;
		right: 0;
		width: min(360px, 88vw);
		height: 100vh;
		z-index: 40;
		background: rgba(0, 32, 70, 0.98);
		border-left: 1px solid rgba(255, 255, 255, 0.28);
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		padding: 88px 24px 24px;
		transform: translateX(100%);
		transition: transform 0.28s ease-in-out;
		overflow-y: auto;
		flex-wrap: nowrap;
	}
	.wel_nav .wel_nav__item {
		width: 100%;
	}
	.wel_nav .wel_nav__item > a {
		width: 100%;
		line-height: 1.3;
		padding: 13px 0;
		justify-content: space-between;
	}
	.wel_nav .wel_nav__item--dropdown .wel_nav__dropdown {
		position: static;
		left: auto;
		top: auto;
		transform: none;
		min-width: 0;
		width: 100%;
		margin-top: 0;
		display: block;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		max-height: 0;
		border-radius: 25px;
		box-shadow: none;
		overflow: hidden;
		transition: max-height 0.25s ease-in-out;
	}
	.wel_nav .wel_nav__item--dropdown .wel_nav__dropdown.show {
		max-height: 420px;
	}
	.wel_nav .wel_nav__item--dropdown:hover .wel_nav__dropdown,
	.wel_nav .wel_nav__item--dropdown:focus-within .wel_nav__dropdown,
	.wel_nav .wel_nav__item--dropdown .wel_nav__dropdown.show {
		transform: none;
	}
	.wel_nav .wel_nav__item--dropdown .wel_nav__dropdown li a {
		padding: 12px 16px;
	}
	.wel_nav .wel_nav__language-switcher--desktop {
		display: none;
	}
	.wel_nav .wel_nav__item--language-mobile {
		display: block;
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
	}
	.wel_nav .wel_nav__language-switcher--mobile {
		justify-content: flex-start;
	}
	.wel_nav.is-open .wel_nav__overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.wel_nav.is-open .wel_nav__list {
		transform: translateX(0);
	}
	.wel_nav.is-open .wel_nav__toggle-line:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	.wel_nav.is-open .wel_nav__toggle-line:nth-child(2) {
		opacity: 0;
	}
	.wel_nav.is-open .wel_nav__toggle-line:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
}

.ratio_video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	/* 16:9 Ratio (9 / 16 = 0.5625) */
	overflow: hidden;
}

.ratio_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wel_page {
	background: #f7f7f6;
	color: #002145;
	font-family: "Outfit", sans-serif;
}

.wel_page .wel_layout {
	overflow: hidden;
}

.wel_page .wel_container {
	max-width: 1180px;
	margin: 0 auto;
}

.wel_page a {
	transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
	.wel_page .wel_container {
		max-width: 1640px;
	}
}

.wel_hero {
	position: relative;
	margin: 8px;
	margin-bottom: 6.42857rem;
	border-radius: 14px;
	background: url("images/v2/Investors_Hero.png") center/cover no-repeat;
	min-height: 720px;
}

.wel_hero .wel_hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(0, 32, 70, 0.9) 10%, rgba(0, 32, 70, 0.56) 70%, rgba(0, 32, 70, 0.36) 100%);
	border-radius: 14px;
}

.wel_hero .wel_hero__content-wrap {
	position: relative;
	z-index: 2;
	padding-top: 40px;
	padding-bottom: 48px;
	padding-left: 32px;
	padding-right: 32px;
	min-height: 720px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1024px) {
	.wel_hero {
		min-height: 640px;
	}
	.wel_hero .wel_hero__content-wrap {
		min-height: 640px;
	}
}

.wel_hero__copy {
	margin-top: auto;
	margin-bottom: auto;
	align-items: center;
	max-width: 640px;
	color: #fff;
	padding-top: 64px;
}

.wel_hero__copy h1 {
	margin: 0 0 8px;
}

.wel_hero__copy h2 {
	color: #66E8D6;
	margin: 0 0 16px;
}

.wel_hero__copy p {
	margin-bottom: 24px;
	max-width: 540px;
}

.home .wel_hero__copy h2 {
	color: #F87556;
}

.wel_barrier {
	position: relative;
	margin-top: -140px;
	padding-top: calc(140px + 6.42857rem);
}

.wel_barrier::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #efeeec;
	z-index: -2;
}

.wel_barrier::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url("images/v2/www_bkg.png") 100% 80%/60% no-repeat;
	opacity: 0.65;
	z-index: -1;
}

.wel_barrier .wel_barrier__panel {
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	gap: 40px;
	align-items: center;
}

.wel_barrier .wel_barrier__image img {
	width: 100%;
	border-radius: 14px;
	display: block;
}

.wel_barrier .wel_barrier__copy {
	display: grid;
	gap: 40px;
}

.wel_barrier .wel_barrier__copy h2 {
	margin-bottom: 8px;
}

.wel_barrier .wel_barrier__copy h2 span {
	color: #F87556;
}

.wel_barrier .wel_barrier__copy p {
	font-size: clamp(18px, 1.75vw, 30px);
	line-height: 1.3;
	margin: 0;
}

@media (max-width: 1024px) {
	.wel_barrier .wel_barrier__panel {
		grid-template-columns: 1fr;
	}
}

.force_full {
	width: 100vw;
	/* Sets the width to 100% of the viewport width */
	position: relative;
	/* Needed to anchor the left position correctly */
	left: 50%;
	/* Moves the element half-way across the viewport */
	right: 50%;
	/* Counteracts the left move (alternative to transform: translateX(-50%)) */
	margin-left: -50vw;
	/* Pulls the left edge to the viewport edge */
	margin-right: -50vw;
	/* Pulls the right edge to the viewport edge */
}

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