@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");
:root {
	--blue: #002046;
	--secondary_blue: #17699C;
	--teal: #66E8D6;
	--dark_teal: #1F8C82;
	--orange: #F87556;
	--light_orange: #FFC2B3;
	--grey: #FAF8F6;
	--white: #FFF;
}

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

.wel_model .wel_model__title, .wel_sponsors .wel_sponsors__title, .wel_stats .wel_stats__title, .wel_stats .wel_stats__prefix,
.wel_stats .wel_stats__suffix, .wel_stats .wel_stats__value, .wel_partners .wel_partners__title {
	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_content_image .wel_content_image__text h2, .wel_team .wel_team__title, .wel_faq .wel_faq__title, .wel_team_region .wel_team_region__title, .wel_percentages .wel_percentages__title, .wel_experience .wel_experience__text h2 {
	font-size: clamp(24px, 4.1vw, 36px);
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	line-height: 1.12;
}

.wel_model.wel_model--icons-only .wel_model-card h3, .wel_model-card h3, .wel_inline_icon_text .wel_inline_icon_text__text, .wel_inline_icon_text .wel_inline_icon_text__text p, .wel_stats .wel_stats__label, .wel_national_team .national_team__title, .wel_national_team .national_team__member, .wel_team_region .wel_team_region__name, .wel_experience .wel_experience__text h3 {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.28;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}

.wp-block-column p, .wel_model-card p, .wel_content_image .wel_content_image__text p, .wel_sponsors .wel_sponsors__intro, .wel_stats .wel_stats__intro, .wel_partners .wel_partners__text {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel_national_team .national_team__role,
.wel_national_team .national_team__second_role,
.wel_national_team .national_team__copy, .wel_team_region .wel_team_region__member_title,
.wel_team_region .wel_team_region__role, .wel_percentages .wel_percentages__text {
	font-size: clamp(13px, 0.9vw, 16px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel_percentages .wel_percentages__source {
	font-size: clamp(10px, 0.9vw, 12px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel_team .wel_team__intro, .wel_national_team .national_team__intro, .wel_faq .wel_faq__answer, .wel_experience .wel_experience__text p {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}

.rounded_image {
	border-radius: 25px;
}

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

/* 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;
}

.rounded_image {
	border-radius: 25px;
}

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

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

.wel_model .wel_model__title, .wel_sponsors .wel_sponsors__title, .wel_stats .wel_stats__title, .wel_stats .wel_stats__prefix,
.wel_stats .wel_stats__suffix, .wel_stats .wel_stats__value, .wel_partners .wel_partners__title {
	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_content_image .wel_content_image__text h2, .wel_team .wel_team__title, .wel_faq .wel_faq__title, .wel_team_region .wel_team_region__title, .wel_percentages .wel_percentages__title, .wel_experience .wel_experience__text h2 {
	font-size: clamp(24px, 4.1vw, 36px);
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	line-height: 1.12;
}

.wel_model.wel_model--icons-only .wel_model-card h3, .wel_model-card h3, .wel_inline_icon_text .wel_inline_icon_text__text, .wel_inline_icon_text .wel_inline_icon_text__text p, .wel_stats .wel_stats__label, .wel_national_team .national_team__title, .wel_national_team .national_team__member, .wel_team_region .wel_team_region__name, .wel_experience .wel_experience__text h3 {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.28;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}

.wp-block-column p, .wel_model-card p, .wel_content_image .wel_content_image__text p, .wel_sponsors .wel_sponsors__intro, .wel_stats .wel_stats__intro, .wel_partners .wel_partners__text {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel_national_team .national_team__role,
.wel_national_team .national_team__second_role,
.wel_national_team .national_team__copy, .wel_team_region .wel_team_region__member_title,
.wel_team_region .wel_team_region__role, .wel_percentages .wel_percentages__text {
	font-size: clamp(13px, 0.9vw, 16px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel_percentages .wel_percentages__source {
	font-size: clamp(10px, 0.9vw, 12px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.wel_team .wel_team__intro, .wel_national_team .national_team__intro, .wel_faq .wel_faq__answer, .wel_experience .wel_experience__text p {
	font-size: clamp(16px, 1.95vw, 20px);
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}

.wel_model .wel_model__title {
	text-align: center;
	margin: 0 0 32px;
	color: #F87556;
	line-height: 1.1;
}

.wel_model .wel_model__title span {
	color: #002145;
	margin-left: 8px;
}

.wel_model .wel_model__intro {
	font-size: clamp(16px, 1.15vw, 20px);
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	color: #002145;
	text-align: center;
	max-width: 900px;
	margin: 0 auto 24px;
	line-height: 1.25;
}

.wel_model .wel_model__grid {
	display: grid;
	grid-template-columns: repeat(var(--wel-model-cols, 3), minmax(0, 1fr));
	gap: 0;
	align-items: start;
}

.wel_model .wel_model__cta {
	text-align: center;
	margin-bottom: 32px;
}

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

.wel_model.wel_model--icons-only .wel_model-card h3 {
	margin-bottom: 0;
}

.wel_model.wel_model--icons-only .wel_model-card p {
	display: none;
}

.wel_model-card {
	text-align: center;
	padding: 16px 24px 8px;
	border-right: 1px solid #d6d7d9;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.wel_model-card:last-child {
	border-right: 0;
}

.wel_model-card img {
	width: 86px;
	height: 86px;
	margin-bottom: 16px;
	object-fit: contain;
}

.wel_model-card h3 {
	margin-bottom: 8px;
}

.wel_model-card p {
	margin: 0;
	line-height: 1.3;
}

@media (max-width: 1024px) {
	.wel_model-card {
		border-right: 0;
		border-bottom: 1px solid #d6d7d9;
		padding-bottom: 24px;
	}
	.wel_model-card:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}

.wel_inline_icon_text .wel_inline_icon_text__inner {
	display: flex;
	align-items: center;
	background: #002145;
	border-radius: 10px;
	color: #fff;
	overflow: hidden;
}

.wel_inline_icon_text .wel_inline_icon_text__icon-wrap {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0 30px 40px;
}

.wel_inline_icon_text .wel_inline_icon_text__icon {
	width: clamp(52px, 5vw, 74px);
	height: auto;
	display: block;
}

.wel_inline_icon_text .wel_inline_icon_text__text {
	margin: 0;
	color: #fff;
	line-height: 1.35;
	font-weight: 600;
	padding: 40px;
	text-wrap: balance;
}

@media (max-width: 1024px) {
	.wel_inline_icon_text .wel_inline_icon_text__icon-wrap {
		padding: 26px 0 26px 28px;
	}
	.wel_inline_icon_text .wel_inline_icon_text__text {
		padding: 30px;
	}
}

@media (max-width: 1023px) {
	.wel_inline_icon_text .wel_inline_icon_text__inner {
		align-items: flex-start;
	}
	.wel_inline_icon_text .wel_inline_icon_text__icon-wrap {
		padding: 24px 0 24px 24px;
	}
	.wel_inline_icon_text .wel_inline_icon_text__icon {
		width: 48px;
	}
	.wel_inline_icon_text .wel_inline_icon_text__text {
		padding: 24px;
		font-size: clamp(16px, 4.5vw, 22px);
	}
}

.wel_content_image .wel_content_image__inner {
	display: flex;
	align-items: flex-end;
	gap: 48px;
}

.wel_content_image .wel_content_image__inner--flip {
	flex-direction: row-reverse;
}

.wel_content_image .wel_content_image__image,
.wel_content_image .wel_content_image__text {
	min-width: 0;
}

.wel_content_image .wel_content_image__image {
	position: relative;
}

.wel_content_image .wel_content_image__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.wel_content_image .wel_content_image__image--use-bkg {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 420px;
}

.wel_content_image .wel_content_image__image--use-bkg::before {
	content: "";
	position: absolute;
	width: 94%;
	max-width: 480px;
	aspect-ratio: 1 / 1;
	top: -10px;
	background: url("images/v2/content_img_bkg.svg") center/contain no-repeat;
	z-index: 1;
}

.wel_content_image .wel_content_image__image--use-bkg .wel_content_image__img {
	position: relative;
	z-index: 2;
	width: 92%;
	max-width: 560px;
	height: auto;
	max-height: 620px;
	object-fit: contain;
	object-position: center bottom;
	border-radius: 0;
}

.wel_content_image .wel_content_image__text {
	color: #002145;
	flex: 1 0 0;
	margin-bottom: 40px;
}

.wel_content_image .wel_content_image__text h2 {
	margin: 0 0 16px;
	color: #002145;
}

.wel_content_image .wel_content_image__text p {
	margin: 0 0 16px;
	color: #002145;
}

.wel_content_image .wel_content_image__text b,
.wel_content_image .wel_content_image__text strong {
	color: #F87556;
	font-weight: 700;
}

.wel_content_image .wel_content_image__text p b, .wel_content_image .wel_content_image__text p strong {
	color: #002145;
	font-weight: 500;
}

.wel_content_image .wel_content_image__btn {
	margin-top: 16px;
}

@media (max-width: 1024px) {
	.wel_content_image .wel_content_image__inner,
	.wel_content_image .wel_content_image__inner--flip {
		flex-direction: column;
		gap: 32px;
	}
	.wel_content_image .wel_content_image__image,
	.wel_content_image .wel_content_image__text {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100%;
	}
	.wel_content_image .wel_content_image__image--use-bkg {
		min-height: 360px;
	}
}

.wel_cta .wel_cta__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.wel_cta .wel_cta__item {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	min-height: 300px;
	background: #002145;
	isolation: isolate;
}

.wel_cta .wel_cta__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 32, 70, 0.08) 20%, rgba(0, 32, 70, 0.94) 82%);
	z-index: 2;
}

.wel_cta .wel_cta__media {
	position: absolute;
	inset: 0;
}

.wel_cta .wel_cta__bg,
.wel_cta .wel_cta__scrim {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.wel_cta .wel_cta__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.wel_cta .wel_cta__content {
	position: relative;
	z-index: 3;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 22px 20px;
	color: #fff;
}

.wel_cta .wel_cta__title {
	margin: 0 0 12px;
	font-family: "Outfit", sans-serif;
	font-size: clamp(30px, 2.3vw, 40px);
	font-weight: 600;
	line-height: 1.15;
	color: #fff;
}

.wel_cta .wel_cta__title span {
	color: #F87556;
}

.wel_cta .wel_cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	border-radius: 4px;
	background: #66E8D6;
	color: #002145;
	font-family: "Outfit", sans-serif;
	font-size: clamp(14px, 1vw, 16px);
	font-weight: 500;
	line-height: 1;
	padding: 9px 14px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.wel_cta a.wel_cta__btn:hover,
.wel_cta a.wel_cta__btn:focus {
	color: #002145;
	background: #89efe2;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.wel_cta .wel_cta__grid {
		grid-template-columns: 1fr;
	}
	.wel_cta .wel_cta__item,
	.wel_cta .wel_cta__content {
		min-height: 220px;
	}
}

.wel_sponsors .wel_sponsors__title {
	text-align: center;
	margin: 0 0 32px;
	color: #F87556;
}

.wel_sponsors .wel_sponsors__title span {
	color: #002145;
	margin-left: 8px;
}

.wel_sponsors .wel_sponsors__intro {
	text-align: center;
	margin: 0 auto 24px;
	max-width: 980px;
	line-height: 1.25;
	color: #002145;
}

.wel_sponsors .wel_sponsors__filters {
	display: grid;
	gap: 8px;
	margin: 0 0 16px;
}

@media (min-width: 768px) {
	.wel_sponsors .wel_sponsors__filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.wel_sponsors .wel_sponsors__filter {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wel_sponsors .wel_sponsors__filter-label {
	color: #002145;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wel_sponsors .wel_sponsors__select {
	appearance: none;
	background: white;
	border: 2px solid #d2d4d8;
	border-radius: 12px;
	color: #002145;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.2;
	min-height: 56px;
	padding: 0 52px 0 18px;
	width: 100%;
	background-image: linear-gradient(45deg, transparent 50%, #002145 50%), linear-gradient(135deg, #002145 50%, transparent 50%);
	background-position: calc(100% - 24px) calc(50% - 3px), calc(100% - 18px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.wel_sponsors .wel_sponsors__select:focus {
	border-color: #F87556;
	outline: none;
}

.wel_sponsors .wel_sponsors__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.wel_sponsors .wel_sponsors__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.wel_sponsors .wel_sponsors__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.wel_sponsors .wel_sponsors__grid--filters {
	display: block;
	margin: 0 -8px;
}

.wel_sponsors .wel_sponsors__grid--filters:after {
	clear: both;
	content: "";
	display: block;
}

.wel_sponsors .wel_sponsors__item {
	border: 2px solid #d2d4d8;
	border-radius: 14px;
	min-height: 102px;
	padding: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	overflow: hidden;
}

.wel_sponsors .wel_sponsors__grid--filters .wel_sponsors__item {
	float: left;
	margin: 0 8px 16px;
	width: calc(100% - 16px);
}

@media (min-width: 768px) {
	.wel_sponsors .wel_sponsors__grid--filters .wel_sponsors__item {
		width: calc(50% - 16px);
	}
}

@media (min-width: 1024px) {
	.wel_sponsors .wel_sponsors__grid--filters .wel_sponsors__item {
		width: calc(33.333% - 16px);
	}
}

.wel_sponsors .wel_sponsors__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.wel_sponsors .wel_sponsors__logo {
	display: block;
	width: auto;
	margin-top: -15px;
	margin-bottom: -15px;
	max-width: 94%;
	max-height: 256px;
	object-fit: contain;
}

.wel_stats .wel_stats__title {
	text-align: center;
	margin: 0 0 32px;
	color: #F87556;
	line-height: 1.1;
}

.wel_stats .wel_stats__title span {
	color: #002145;
	margin-left: 8px;
}

.wel_stats .wel_stats__intro {
	text-align: center;
	max-width: 980px;
	margin: 0 auto 24px;
	line-height: 1.25;
	color: #002145;
}

.wel_stats .wel_stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.wel_stats .wel_stats__item {
	text-align: center;
	border-right: 1px solid #d8d9db;
	padding: 16px 16px;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wel_stats .wel_stats__item:last-child {
	border-right: 0;
}

.wel_stats .wel_stats__value-wrap {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	color: #F87556;
	margin-bottom: 8px;
	line-height: 1;
}

.wel_stats .wel_stats__prefix,
.wel_stats .wel_stats__suffix {
	color: inherit;
	font-size: clamp(46px, 4.6vw, 72px);
	font-weight: 600;
}

.wel_stats .wel_stats__value {
	color: inherit;
	font-size: clamp(46px, 4.6vw, 72px);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.wel_stats .wel_stats__label {
	margin: 0;
	color: #002145;
	line-height: 1.2;
	font-weight: 500;
	font-size: clamp(20px, 1.4vw, 36px);
}

.wel_stats .wel_stats__grid--cols-1 {
	grid-template-columns: 1fr;
}

.wel_stats .wel_stats__grid--cols-1 .wel_stats__item {
	border-right: 0;
}

.wel_stats .wel_stats__grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wel_stats .wel_stats__grid--cols-2 .wel_stats__item:nth-child(2n) {
	border-right: 0;
}

.wel_stats .wel_stats__grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wel_stats .wel_stats__grid--cols-3 .wel_stats__item:nth-child(3n) {
	border-right: 0;
}

.wel_stats .wel_stats__grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wel_stats .wel_stats__grid--cols-4 .wel_stats__item:nth-child(4n) {
	border-right: 0;
}

@media (max-width: 1024px) {
	.wel_stats .wel_stats__grid {
		grid-template-columns: 1fr;
	}
	.wel_stats .wel_stats__item {
		border-right: 0;
		border-bottom: 1px solid #d8d9db;
		min-height: 130px;
	}
	.wel_stats .wel_stats__item:last-child {
		border-bottom: 0;
	}
}

.wel_team {
	position: relative;
	overflow: hidden;
	background: #002145;
	color: #fff;
	padding: 48px 0;
}

.wel_team::before, .wel_team::after {
	content: "";
	position: absolute;
	background: url("images/v2/tam_square.svg") center/contain no-repeat;
	opacity: 0.08;
	pointer-events: none;
}

.wel_team::before {
	width: clamp(260px, 26vw, 460px);
	aspect-ratio: 1 / 1;
	left: -6%;
	top: -8%;
	transform: rotate(-16deg);
}

.wel_team::after {
	width: clamp(300px, 30vw, 540px);
	aspect-ratio: 1 / 1;
	right: -10%;
	bottom: -20%;
	transform: rotate(12deg);
}

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

.wel_team .wel_team__intro {
	text-align: center;
	max-width: 1030px;
	margin: 0 auto 32px;
	color: #fff;
	line-height: 1.3;
	font-size: clamp(18px, 1.35vw, 28px);
}

.wel_team .wel_team__title {
	text-align: center;
	margin: 0 0 32px;
	color: #fff;
	line-height: 1.05;
}

.wel_team .wel_team__title span {
	color: #66E8D6;
	margin-right: 8px;
}

.wel_team .wel_team__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px 16px;
}

.wel_team .wel_team__item {
	grid-column: span 2;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	min-height: 300px;
	aspect-ratio: 1 / 1;
	background: #1b6c9b;
	isolation: isolate;
}

.wel_team .wel_team__shape {
	position: absolute;
	top: 18%;
	left: 50%;
	width: 72%;
	aspect-ratio: 1 / 1;
	transform: translateX(-50%) rotate(-12deg);
	transform-origin: center;
	background: url("images/v2/tam_square.svg") center/contain no-repeat;
	opacity: 0.95;
	z-index: 1;
}

.wel_team .wel_team__image {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 93%;
	height: 94%;
	object-fit: contain;
	object-position: center bottom;
	transform: translateX(-50%);
	transition: transform 0.35s ease;
	z-index: 2;
}

.wel_team .wel_team__meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 16px 16px 16px;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 33, 69, 0) 0%, rgba(0, 33, 69, 0.78) 44%, rgba(0, 33, 69, 0.97) 100%);
	transform: translateY(calc(100% - 80px));
	transition: transform 0.4s ease;
}

.wel_team .wel_team__meta h3 {
	margin: 0 0 6px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	line-height: 1.15;
	font-size: clamp(18px, 1.2vw, 26px);
	color: #fff;
}

.wel_team .wel_team__role,
.wel_team .wel_team__bio {
	margin: 0;
	font-family: "Outfit", sans-serif;
	line-height: 1.35;
	color: #fff;
}

.wel_team .wel_team__role {
	font-size: clamp(13px, 0.92vw, 17px);
	font-weight: 500;
}

.wel_team .wel_team__bio {
	margin-top: 6px;
	font-size: clamp(12px, 0.85vw, 15px);
	font-weight: 400;
}

.wel_team .wel_team__item:hover .wel_team__meta,
.wel_team .wel_team__item:focus-within .wel_team__meta {
	transform: translateY(0);
}

.wel_team .wel_team__item:hover .wel_team__image,
.wel_team .wel_team__item:focus-within .wel_team__image {
	transform: translateX(-50%) scale(1.03);
}

.wel_team .wel_team__item.wel_team__item--no-copy .wel_team__meta {
	transform: translateY(0);
}

.wel_team .wel_team__grid--remainder-1 .wel_team__item:last-child {
	grid-column: 3 / span 2;
}

.wel_team .wel_team__grid--remainder-2 .wel_team__item:nth-last-child(2) {
	grid-column: 2 / span 2;
}

.wel_team .wel_team__grid--remainder-2 .wel_team__item:last-child {
	grid-column: 4 / span 2;
}

@media (max-width: 1024px) {
	.wel_team .wel_team__intro {
		margin-bottom: 24px;
	}
	.wel_team .wel_team__title {
		margin-bottom: 24px;
	}
	.wel_team .wel_team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 8px;
	}
	.wel_team .wel_team__item {
		grid-column: auto;
		min-height: 270px;
	}
	.wel_team .wel_team__grid--remainder-1 .wel_team__item:last-child {
		grid-column: 1 / -1;
		max-width: 360px;
		width: 100%;
		justify-self: center;
	}
	.wel_team .wel_team__grid--remainder-2 .wel_team__item:nth-last-child(2),
	.wel_team .wel_team__grid--remainder-2 .wel_team__item:last-child {
		grid-column: auto;
	}
}

@media (max-width: 680px) {
	.wel_team .wel_team__grid {
		grid-template-columns: 1fr;
	}
	.wel_team .wel_team__item {
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
		min-height: 300px;
	}
	.wel_team .wel_team__grid--remainder-1 .wel_team__item:last-child {
		grid-column: auto;
		max-width: 420px;
	}
}

.wel_national_team {
	position: relative;
	overflow: hidden;
	background: url("images/v2/www_blue.png") 0 70%/cover no-repeat, linear-gradient(180deg, rgba(0, 36, 81, 0.88) 0%, #002451 100%);
	color: #fff;
	padding: 48px 0;
}

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

.wel_national_team .national_team__intro {
	margin: 0 auto 32px;
	max-width: 1040px;
	text-align: center;
	color: #fff;
}

.wel_national_team .national_team__title_one {
	text-align: center;
	color: #fff;
}

.wel_national_team .national_team__title_one span {
	color: #F87556;
}

.wel_national_team .national_team__title {
	margin: 0 0 32px;
	text-align: center;
	color: #fff;
}

.wel_national_team .national_team__items {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}

.wel_national_team .national_team__item {
	grid-column: span 2;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 12px;
	overflow: hidden;
	background: #2574a6;
	min-height: 260px;
	aspect-ratio: 1 / 1;
}

.wel_national_team .national_team__item::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52%;
	background: linear-gradient(180deg, rgba(0, 36, 81, 0) 0%, rgba(0, 36, 81, 0.85) 52%, #002451 100%);
	z-index: 2;
}

.wel_national_team .national_team__photo {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.wel_national_team .national_team__photo::before {
	content: "";
	position: absolute;
	width: 70%;
	aspect-ratio: 1 / 1;
	top: 22%;
	left: 50%;
	transform: translateX(-50%) rotate(-12deg);
	background: url("images/v2/tam_square.svg") center/contain no-repeat;
	z-index: 1;
	opacity: 0.95;
}

.wel_national_team .national_team__img {
	position: relative;
	z-index: 2;
	width: 92%;
	height: 94%;
	object-fit: contain;
	object-position: center bottom;
}

.wel_national_team .national_team__text {
	position: relative;
	z-index: 3;
	padding: 0 16px 16px;
	color: #fff;
}

.wel_national_team .national_team__member {
	position: relative;
	z-index: 3;
	margin: 0 0 4px;
	padding: 0 16px;
	color: #fff;
}

.wel_national_team .national_team__role,
.wel_national_team .national_team__second_role,
.wel_national_team .national_team__copy {
	margin: 0;
	color: #fff;
}

.wel_national_team .national_team__copy {
	margin-top: 4px;
}

.wel_national_team .national_team__items--remainder-1 .national_team__item:last-child {
	grid-column: 3 / span 2;
}

.wel_national_team .national_team__items--remainder-2 .national_team__item:nth-last-child(2) {
	grid-column: 2 / span 2;
}

.wel_national_team .national_team__items--remainder-2 .national_team__item:last-child {
	grid-column: 4 / span 2;
}

@media (max-width: 1024px) {
	.wel_national_team .national_team__intro {
		margin-bottom: 24px;
	}
	.wel_national_team .national_team__title {
		margin-bottom: 24px;
	}
	.wel_national_team .national_team__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.wel_national_team .national_team__item {
		grid-column: auto;
	}
	.wel_national_team .national_team__items--remainder-1 .national_team__item:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: 420px;
		width: 100%;
	}
	.wel_national_team .national_team__items--remainder-2 .national_team__item:nth-last-child(2),
	.wel_national_team .national_team__items--remainder-2 .national_team__item:last-child {
		grid-column: auto;
	}
}

@media (max-width: 680px) {
	.wel_national_team .national_team__items {
		grid-template-columns: 1fr;
	}
	.wel_national_team .national_team__item {
		width: 100%;
		max-width: 440px;
		margin: 0 auto;
		min-height: 300px;
	}
}

.wel_faq {
	background: #66E8D6;
	color: #002145;
	padding: 48px 0;
}

.wel_faq .wel_faq__title {
	text-align: center;
	margin: 0 0 32px;
	color: #002145;
}

.wel_faq .wel_faq__items {
	border-top: 2px solid rgba(0, 36, 81, 0.75);
}

.wel_faq .wel_faq__item {
	border-bottom: 2px solid rgba(0, 36, 81, 0.75);
}

.wel_faq .wel_faq__question {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 0;
	cursor: pointer;
	user-select: none;
}

.wel_faq .wel_faq__question::-webkit-details-marker {
	display: none;
}

.wel_faq .wel_faq__question_text {
	font-family: "Outfit", sans-serif;
	font-size: clamp(28px, 2.1vw, 44px);
	line-height: 1.15;
	color: #002145;
}

.wel_faq .wel_faq__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	min-width: 36px;
	font-size: clamp(26px, 1.9vw, 38px);
	color: #002145;
}

.wel_faq .wel_faq__icon .fa-minus {
	display: none;
}

.wel_faq .wel_faq__item[open] .wel_faq__icon .fa-plus {
	display: none;
}

.wel_faq .wel_faq__item[open] .wel_faq__icon .fa-minus {
	display: inline-block;
}

.wel_faq .wel_faq__answer {
	color: #002145;
	margin: 0;
	padding: 0 0 24px;
}

@media (max-width: 1024px) {
	.wel_faq .wel_faq__title {
		margin-bottom: 24px;
	}
	.wel_faq .wel_faq__question_text {
		font-size: clamp(24px, 4.1vw, 34px);
	}
}

@media (max-width: 680px) {
	.wel_faq .wel_faq__question {
		padding: 16px 0;
		gap: 8px;
	}
	.wel_faq .wel_faq__question_text {
		font-size: clamp(22px, 7vw, 28px);
	}
	.wel_faq .wel_faq__icon {
		width: 28px;
		min-width: 28px;
		font-size: 30px;
	}
}

.wel_team_region {
	padding: 48px 0;
}

.wel_team_region .wel_team_region__title {
	text-align: center;
	margin: 0 0 32px;
	color: #002145;
}

.wel_team_region .wel_team_region__title span {
	color: #F87556;
}

.wel_team_region .wel_team_region__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 32px;
}

.wel_team_region .wel_team_region__item {
	display: grid;
	grid-template-columns: 130px 1fr;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.wel_team_region .wel_team_region__photo {
	position: relative;
	width: 130px;
	height: 130px;
	flex: 0 0 130px;
	background: url("images/v2/region_square_bkg.svg") center/contain no-repeat;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
}

.wel_team_region .wel_team_region__photo_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom center;
	display: block;
}

.wel_team_region .wel_team_region__text {
	min-width: 0;
}

.wel_team_region .wel_team_region__name {
	margin: 0 0 4px;
	color: #002145;
}

.wel_team_region .wel_team_region__member_title,
.wel_team_region .wel_team_region__role {
	margin: 0;
	color: #002145;
}

.wel_team_region .wel_team_region__linkedin {
	display: inline-block;
	margin-top: 8px;
	color: #F87556;
	font-family: "Outfit", sans-serif;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
}

.wel_team_region .wel_team_region__slider {
	padding-bottom: 32px;
}

.wel_team_region .wel_team_region__slider .slick-slide {
	height: auto;
}

.wel_team_region .wel_team_region__slider .wel_team_region__slide {
	padding: 0;
}

.wel_team_region .wel_team_region__slider .slick-arrow {
	position: absolute;
	bottom: 0;
	border: 0;
	background: transparent;
	width: 28px;
	height: 28px;
	padding: 0;
	cursor: pointer;
	z-index: 3;
}

.wel_team_region .wel_team_region__slider .slick-arrow img {
	display: block;
	width: 100%;
	height: 100%;
}

.wel_team_region .wel_team_region__slider .wel_team_region__arrow--prev {
	left: calc(50% - 122px);
}

.wel_team_region .wel_team_region__slider .wel_team_region__arrow--next {
	right: calc(50% - 122px);
}

.wel_team_region .wel_team_region__slider .slick-dots {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 16px 0 0;
	padding: 0;
}

.wel_team_region .wel_team_region__slider .slick-dots li {
	margin: 0;
	padding: 0;
}

.wel_team_region .wel_team_region__slider .slick-dots button {
	width: 16px;
	height: 16px;
	border: 0;
	background: url("images/v2/circle_grey.png") center/contain no-repeat;
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
}

.wel_team_region .wel_team_region__slider .slick-dots .slick-active button {
	background-image: url("images/v2/circle_teal.png");
}

.wel_team_region .wel_team_region__preview .wel_team_region__slide + .wel_team_region__slide {
	margin-top: 40px;
}

@media (max-width: 1024px) {
	.wel_team_region .wel_team_region__items {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.wel_team_region .wel_team_region__item {
		grid-template-columns: 110px 1fr;
	}
	.wel_team_region .wel_team_region__photo {
		width: 110px;
		height: 110px;
		flex-basis: 110px;
	}
	.wel_team_region .wel_team_region__slider .wel_team_region__arrow--prev {
		left: calc(50% - 82px);
	}
	.wel_team_region .wel_team_region__slider .wel_team_region__arrow--next {
		right: calc(50% - 82px);
	}
}

.wel_partners {
	background: #F3EFEB;
	padding: 48px 0;
}

.wel_partners .wel_partners__panel {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media (min-width: 1024px) {
	.wel_partners .wel_partners__panel {
		flex-direction: row;
		align-items: flex-start;
		gap: 40px;
	}
}

@media (min-width: 1024px) {
	.wel_partners .wel_partners__intro {
		flex: 0 0 42%;
		max-width: 42%;
	}
}

.wel_partners .wel_partners__title {
	color: #002145;
	margin: 0 0 16px;
}

.wel_partners .wel_partners__title span {
	color: #F87556;
	margin-left: 8px;
}

.wel_partners .wel_partners__text {
	margin: 0;
	color: #002145;
	line-height: 1.26;
	max-width: 520px;
}

.wel_partners .wel_partners__text p {
	margin: 0;
}

.wel_partners .wel_partners__logos {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

@media (min-width: 1024px) {
	.wel_partners .wel_partners__logos {
		flex: 0 0 58%;
		max-width: 58%;
	}
}

.wel_partners .wel_partners__item {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 16px;
	min-height: 90px;
}

.wel_partners .wel_partners__item--full {
	flex-basis: 100%;
	max-width: 100%;
}

.wel_partners .wel_partners__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.wel_partners .wel_partners__logo {
	display: block;
	max-width: 100%;
	width: auto;
	max-height: 90px;
	object-fit: contain;
}

.wel_percentages {
	background: #f6f6f6;
	padding: 40px 0;
}

.wel_percentages .wel_percentages__title {
	text-align: center;
	margin: 0 0 8px;
	color: #002145;
}

.wel_percentages .wel_percentages__title span {
	color: #F87556;
	margin-left: 8px;
}

.wel_percentages .wel_percentages__source {
	text-align: center;
	margin: 0 auto 32px;
	color: #002145;
	max-width: 920px;
}

.wel_percentages .wel_percentages__rows {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.wel_percentages .wel_percentages__row {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 0px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

@media (min-width: 768px) {
	.wel_percentages .wel_percentages__row {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 1024px) {
	.wel_percentages .wel_percentages__row {
		flex-basis: 33%;
		max-width: 33%;
	}
}

.wel_percentages .wel_percentages__badge {
	position: relative;
	width: 130px;
	height: 130px;
	flex: 0 0 130px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wel_percentages .wel_percentages__badge_bg {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.wel_percentages .wel_percentages__value {
	position: absolute;
	inset: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #002145;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: clamp(34px, 3.6vw, 56px);
	line-height: 1;
}

.wel_percentages .wel_percentages__value small {
	font-size: 0.54em;
	margin-left: 2px;
	transform: translateY(-0.22em);
}

.wel_percentages .wel_percentages__text {
	margin: 0;
	color: #002145;
	padding-right: 16px;
}

.wel_experience .wel_experience__panel {
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.wel_experience .wel_experience__panel {
		flex-direction: row;
	}
}

.wel_experience .wel_experience__panel.flip {
	flex-direction: row-reverse;
	background: no-repeat 0% 0;
}

.wel_experience .wel_experience__text {
	background: #002451 url("images/v2/www_bkg.png") -30px 40%/126% no-repeat;
	color: #fff;
	align-content: center;
	padding: 40px 64px;
	width: 100%;
}

@media (min-width: 768px) {
	.wel_experience .wel_experience__text {
		width: 50%;
	}
}

.wel_experience .wel_experience__text h2 {
	margin: 0 0 8px;
	color: white !important;
}

.wel_experience .wel_experience__text h3 {
	color: #66E8D6;
	margin: 0 0 16px;
}

.wel_experience .wel_experience__text p {
	margin: 0;
}

.wel_experience .wel_experience__text .wel_exp_button {
	margin-top: 32px;
}

.wel_experience .wel_experience__image {
	width: 100%;
}

@media (min-width: 768px) {
	.wel_experience .wel_experience__image {
		width: 50%;
	}
}

.wel_experience .wel_experience__image img, .wel_experience .wel_experience__image figure {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wel_block .row {
	display: flex;
	padding: inherit 30px;
}

.ptop {
	margin-top: 6.42857rem;
}

.pbtm {
	margin-bottom: 6.42857rem;
}

.pad {
	margin-top: 6.42857rem;
	margin-bottom: 6.42857rem;
}

.last {
	padding-bottom: 0;
	margin-bottom: -113px;
}

.editor-styles-wrapper a {
	cursor: not-allowed;
	pointer-events: none;
}

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