/*
 Theme Name:   Elite group theme
 Theme URI:    https://www.elitegroup.com/
 Description:  Elite group theme - built on GeneratePress.
 Author:       Paramount Digital
 Author URI:   https://paramountdigital.co.uk
 Template:     generatepress
 Version:      0.0.0.1
*/

/* root variables */

:root {
	--body-text: #151515;
	--body-text: oklch(11.5% 0.006 265);

	--green: #B7CE3F;
	--green: oklch(78% 0.165 118);

	--blue: #197DBC;
	--blue: oklch(55% 0.145 235);

	--light-blue: #EFF5FB;
	--light-blue: oklch(96.5% 0.012 240);

	--dark-blue: #0A3E3F;
	--dark-blue: oklch(26% 0.035 195);

	--light-grey: #F0F5F4;
	--light-grey: oklch(96% 0.008 165);

	--grey: #2B363A;
	--grey: oklch(24% 0.015 210);

	--links: #0A57AA;
	--links: oklch(40% 0.145 250);

	--background-blue: #3080B2;
	--background-blue: oklch(56% 0.12 235);

	/* fonts */
	--open-sans-font: "Open Sans", sans-serif, system-ui;
}

html {
  	box-sizing: border-box;
	font-family: var(--open-sans-font, "Open Sans", sans-serif, system-ui);
}
*, *:before, *:after {
	box-sizing: inherit;
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
}
textarea {
	height: 165px;
}
body {
	font-family: var(--open-sans-font, "Open Sans", sans-serif, system-ui);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
	letter-spacing: -0.3px;
}
.site-main {
	overflow: visible;
}
ul, ol {
	margin: 0 0 20px 38px;
}
figure {
	margin: 0;
}
strong {
	font-weight: 700;
}
a, a:visited {
	color: var(--links, #0A57AA);
	transition: color 0.3s;
}
a:hover, a:focus, a:active {
	color: inherit;
	transition: color 0.3s;
}
/* global focus-visible styles for keyboard navigation */
:focus-visible {
	outline: 3px solid var(--green, #B7CE3F);
	outline-offset: 2px;
}
.page-banner :focus-visible,
.background-blue :focus-visible,
.site-footer :focus-visible {
	outline-color: #fff;
}
.one-container .site-content {
	padding: 0;
}
table {
	text-align: left;
}
table caption {
	text-align: left;
    margin: 0 0 12px;
}

/* typography */
h1, .heading-h1 {
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px; /* 110% */
	letter-spacing: -2.5px;
}
h2, .heading-h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: -1.8px;
}
h3, .heading-h3 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 125% */
	letter-spacing: -1.6px;
}
h4, .heading-h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: -0.96px;
}
h1, h2, h3, h4 {
	background: linear-gradient(92deg, #B7CE3F 51.73%, #197DBC 73.91%);
	background-clip: text;
	-webkit-background-clip: text;
	margin-bottom: 16px;
	color: var(--dark-blue, #0A3E3F);
	text-transform: capitalize;
}
:is(h1, h2, h3, h4) strong {
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.page-banner :is(h1, h2, h3, h4) {
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; /* 103.846% */
	letter-spacing: -2.6px;
	margin-bottom: 12px;
	color: #fff;
}
body.home .page-banner :is(h1, h2, h3, h4) {
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; /* 108% */
	letter-spacing: -2.5px;
}
small {
	font-size: 14px;
	line-height: 22px;
}
p {
	margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
	body.home .page-banner :is(h1, h2, h3, h4) {
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 38px;
		letter-spacing: -1.6px;
	}
	.page-banner :is(h1, h2, h3, h4) {
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 38px;
		letter-spacing: -1.6px;
	}
	h1, .heading-h1 {
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 38px;
		letter-spacing: -1.6px;
	}
	h2, .heading-h2 {
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 34px; /* 113.333% */
		letter-spacing: -1.8px;
	}
	h1 br, h2 br, h3 br, h4 br {
		display: none;
	}
}

/* lenis bug fix */
html.lenis:not(.lenis-autoToggle).lenis-stopped {
	overflow: auto;
}

/* site-wide navigation */
.main-navigation {
	width: 100%;
	z-index: 9999;
	position: relative;
	padding: 15px 12px;
	background-color: transparent;
	margin-bottom: -107px; /* offset for page banner */
}
.main-navigation:not(#sticky-placeholder) {
	display: flex;
}
body:not(.landing-page) .main-navigation .inside-navigation {
	width: 100%;
	background-color: #fff;
	position: initial;
	height: 77px;
    align-items: center;
	padding: 0 15px !important;
	border-radius: 10px;
}
body:not(.landing-page) .main-navigation .inside-navigation::before {
	content: "";
	z-index: -1;
	background-color: #fff;
	pointer-events: none;
	position: absolute;
	top: 14px;
    left: 13px;
    width: calc(100% - 26px);
    height: calc(100% - 28px);
	border-radius: 10px;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
}
.landing-page .inside-navigation.grid-container {
    justify-content: space-between;
    width: 100%;
}
.main-navigation .site-logo {
	display: inline-flex;
	align-items: center;
}
.main-navigation .site-logo img {
	padding: 0;
}
.main-navigation .site-logo a {
	display: inline-flex;
	align-items: center;
}
.main-navigation .main-nav ul li a {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 77px;
	letter-spacing: -0.3px;
	padding: 0 15px;
	color: var(--dark-blue, #0A3E3F);
	position: relative;
    z-index: 0;
}
.main-navigation li a:hover, .main-navigation li a:focus {
	color: var(--green, #B7CE3F);
}
.menu-item-has-children .dropdown-menu-toggle {
	padding-right: 9px;
}
.main-navigation li:not(.mega-menu) ul {
	width: 300px;
	background: #FFF;
	border-radius: 12px;
	padding: 0;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease;
	margin-top: 8px;
}
.main-navigation li:not(.mega-menu) ul li {
    padding: 5px;
}
.main-navigation li:not(.mega-menu) ul li a {
	border-radius: 10px;
}
.main-navigation li:not(.mega-menu) ul li:hover a {
	background: var(--light-grey, #F0F5F4);
}
.main-navigation li:not(.mega-menu) ul::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: calc(100% - 1px);
}

/* .main-navigation ul ul > li:last-child {
	padding-bottom: 16px;
} */
.main-navigation .main-nav ul ul li a {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.75px;
	padding: 16px 32px;
	color: var(--dark-blue, #0A3E3F);
}

.main-navigation .main-nav > ul > li[class*="current-menu-"] > a::before {
	content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 32px;
    border-radius: 20px;
	background-color: #F0F5F4;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-navigation .mega-menu ul.sub-menu li.menu-item.active-item > a {
	background: transparent;
}
.main-navigation .mega-menu .column-section ul.sub-menu li.menu-item.active-item > a {
    background: #fff;
    border-radius: 10px;
	color: #464646;
}
.main-navigation .inside-navigation .menu-toggle {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0 !important;
}
.main-navigation .mega-menu ul.sub-menu li.menu-item .menu-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    transition: all 0.2s ease;
}
.main-navigation .mega-menu ul.sub-menu li.menu-item.active-item .menu-icon {
	background: #F0F5F4;
}
@media screen and (min-width: 1095px) {
	.main-navigation .inside-navigation .menu-toggle {
		display: none;
	}
	.main-navigation .inside-navigation .main-nav {
		flex: unset;
	}
	.main-navigation .inside-navigation > * {
		flex: 1;
	}
	.main-navigation .inside-navigation .main-nav .menu {
		justify-content: center;
	}
	.main-navigation .inside-navigation .menu-bar-items {
		justify-content: flex-end;
		gap: 15px;
	}
}
@media screen and (max-width: 1094px) {
	.menu-toggle .mobile-menu {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
	}
	.landing-page .menu-toggle svg path {
    stroke: #fff;
	}
	.menu-toggle:focus .mobile-menu {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
		clip: auto !important;
		clip-path: none;
		color: #21759b;
		display: block;
		font-size: .875rem;
		font-weight: 700;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
	}
	.main-navigation {
		padding: 0;
		margin-bottom: 0;
	}
	.main-navigation .navigation-branding {
		margin-left: 0;
	}
	#sticky-placeholder {
		height: auto;
	}
	.main-navigation .inside-navigation {
		border-radius: 0;
		height: 64px;
		padding: 6px 15px !important;
	}
	.main-navigation .inside-navigation::before {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.main-navigation .inside-navigation .menu-toggle {
		margin-right: -12px;
	}
}

/* site notification */
.page-banner .site-notification {
	position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    flex: unset;
	border-radius: 30px;
    border: 1.5px solid #FFF;
    color: #fff;
	background: rgba(255, 255, 255, 0.20);
	padding: 9px 20px 9px 47px;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.3px;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13.2304' r='13' fill='%23733F62'/%3E%3Cpath d='M16.5551 7.77608C17.1191 7.95235 17.6429 8.23799 18.0966 8.61669C18.5502 8.99539 18.9248 9.45974 19.199 9.98322C19.4732 10.5067 19.6417 11.0791 19.6947 11.6676C19.7477 12.2562 19.6842 12.8494 19.5079 13.4135' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5024 16.837L8.84488 18.229C8.72741 18.2905 8.59031 18.3028 8.46374 18.2633C8.33717 18.2237 8.23149 18.1355 8.16996 18.0181L6.31395 14.4747C6.25242 14.3572 6.24008 14.2201 6.27963 14.0936C6.31919 13.967 6.4074 13.8613 6.52487 13.7998L9.18237 12.4078L11.5446 7.21937L17.1126 17.8494L11.5024 16.837Z' fill='white' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.18237 12.4078L11.5024 16.837' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8094 10.1622C16.0601 10.2406 16.2929 10.3675 16.4945 10.5359C16.6961 10.7042 16.8626 10.9105 16.9845 11.1432C17.1064 11.3759 17.1812 11.6302 17.2048 11.8918C17.2283 12.1534 17.2001 12.4171 17.1218 12.6678' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
    background-position: 9px center;
	width: max-content;
	max-width: calc(100% - 66px);
	text-wrap: pretty;
	opacity: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	z-index: 1;
}
.page-banner .site-notification.hidden,
.page-banner .site-notification.dismissed {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	position: absolute;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.page-banner .site-notification a {
	display: inline;
	color: #fff;
	font-weight: 600;
}
.page-banner .site-notification p {
	margin-bottom: 0;
}
.page-banner .site-notification a:is(:hover, :focus) {
	text-decoration: underline;
}
.site-notification .close-notification {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: unset;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: unset;
    left: calc(100% + 14px);
    background-color: transparent;
}
@media screen and (max-width: 1094px) {
	.page-banner .site-notification {
		top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.page-banner .site-notification {
		left: 15px;
		transform: unset;
		border-radius: 14px;
		background-position: 9px 9px;
		position: relative;
		top: unset;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 17px;
		letter-spacing: -0.28px;
		margin-bottom: 26px;
	}
}

/* menu safety triangle */
.safety-triangle {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 100%;
	transform: translate(-50%, 0);
	background: transparent;
	pointer-events: none;
	z-index: 100;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

/* main navigation menu items */
.main-navigation .menu-bar-items .content-button {
	font-weight: 700;
	margin: 10px 0;
	padding: 15px 26px 16px;
}
.main-navigation .menu-bar-items .content-button.blue-button{
	color: #fff;
	border: solid 2px var(--blue);
    box-sizing: border-box;
}
.main-navigation .menu-bar-items .content-button.blue-button:hover {
    background: transparent;
    color: var(--blue);
}

@media screen and (max-width: 1094px) {
	.main-navigation .menu-bar-items .content-button {
		margin: 0 12px 0 0;
        padding: 12px 22px 13px;
	}
}
@media screen and (min-width: 769px) {
	.main-navigation .menu-bar-items .mobile-support-button,
	.main-navigation .menu-bar-items .mobile-sales-button {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.main-navigation .menu-bar-items .content-button {
		display: none;
	}
	.main-navigation .menu-bar-items .mobile-support-button,
	.main-navigation .menu-bar-items .mobile-sales-button {
		margin-left: 14px;
		margin-right: 4px;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 21px; /* 150% */
		letter-spacing: -0.56px;
	}
	.main-navigation .menu-bar-items .mobile-support-button::before,
	.main-navigation .menu-bar-items .mobile-sales-button::before {
		content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.0573 6.82584C5.51111 7.75363 6.26318 8.50227 7.19303 8.95186C7.26106 8.9841 7.33631 8.99807 7.41138 8.99239C7.48645 8.98671 7.55875 8.96158 7.62116 8.91947L8.9903 8.0065C9.05085 7.96612 9.12052 7.94149 9.19299 7.93483C9.26547 7.92817 9.33846 7.9397 9.40536 7.96837L11.9668 9.06611C12.0538 9.10307 12.1264 9.16731 12.1737 9.24915C12.2211 9.33098 12.2405 9.42598 12.2292 9.51984C12.1482 10.1533 11.8391 10.7356 11.3598 11.1576C10.8804 11.5796 10.2637 11.8125 9.625 11.8125C7.65245 11.8125 5.7607 11.0289 4.36589 9.63411C2.97109 8.2393 2.1875 6.34755 2.1875 4.375C2.18753 3.73635 2.42036 3.1196 2.84237 2.64025C3.26439 2.16089 3.84666 1.85179 4.48016 1.77084C4.57402 1.75948 4.66902 1.77893 4.75085 1.82626C4.83269 1.87359 4.89693 1.94623 4.93389 2.03324L6.03259 4.59687C6.06101 4.66318 6.07259 4.73549 6.0663 4.80736C6.06001 4.87923 6.03604 4.94843 5.99653 5.00879L5.08673 6.39893C5.04532 6.46147 5.02084 6.53368 5.01568 6.6085C5.01052 6.68333 5.02486 6.75821 5.0573 6.82584Z' fill='%232B363A'/%3E%3C/svg%3E%0A");
		display: inline-block;
        line-height: 1;
        vertical-align: sub;
        font-size: 0;
	}
}
@media screen and (max-width: 575px) {
	.main-navigation .navigation-branding .site-logo svg {
		height: 30px;
		width: auto;
	}
}
/* logo animation */
.site-logo svg {
    animation: fadeInScale 1s ease-out forwards;
    opacity: 0;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* mobile menu */
#generate-slideout-menu {
	background-color: #fff;
	display: none !important;
}
#generate-slideout-menu .main-nav ul li a {
	line-height: 50px;
}
#generate-slideout-menu.main-navigation .main-nav ul ul {
	box-shadow: unset;
	border-radius: 4px;
	background-color: var(--light-grey, #F5F5F5);
}
#generate-slideout-menu.main-navigation .main-nav ul ul li a {
	padding: 0 15px;
}
#generate-slideout-menu.main-navigation ul ul > li:last-child {
	padding-bottom: 0;
}
.mm-ocd {
	z-index: 9999999999;
}
#generate-slideout-menu, .slideout-overlay {
	display: none;
}
.mm-spn a:not(:last-child):after {
	display: none;
}
.toggled .icon-menu-bars svg:nth-child(2) {
	display: none !important;
}
.toggled .icon-menu-bars svg:nth-child(1) {
	display: block !important;
}
.mm-spn .menu-item-has-children .dropdown-menu-toggle {
	display: none;
}
.mm-spn.mm-spn--light {
	background-color: #fff;
	margin: 0;
    width: 100%;
    max-width: none !important;
}
.mm-spn ul.mm-spn--open {
	background-color: var(--light-grey, #F0F5F4);
}
.mm-spn ul.sub-menu.mm-spn--open {
    background: #fff;
}
.mm-spn.mm-spn--navbar::after {
	opacity: 1;
}
.mm-spn.mm-spn--navbar[data-mm-spn-title="Menu"]::before {
	display: none;
}
.mm-spn.mm-spn--navbar li a {
	color: var(--grey, #646464);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}
.mm-spn.mm-spn--navbar li a:hover,
.mm-spn.mm-spn--navbar li.current-menu-item a:not([href^="#"]) {
	color: var(--green, #B7CE3F);
}
.mm-spn.mm-spn--navbar li.menu-title a {
	font-weight: 500;
	pointer-events: none;
	color: var(--body-text, #262B23);
}
.mm-spn.mm-spn--navbar li.menu-title::after {
	display: none;
}
.mm-spn li:after {
	opacity: 1;
	margin: 0;
}
.mm-ocd__content {
	background-color: #EBEBE6;
}
.mm-spn li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5013 14.1667L11.668 9.99999L7.5013 5.83332' stroke='%23464646' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    border: none;
    transform: translate(0, -50%);
    opacity: 1;
    width: 20px;
    height: 20px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
    vertical-align: middle;
}
.mm-spn.mm-spn--navbar ul:before {
	opacity: 1;
}
.mm-spn.mm-spn--navbar::after {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    /*text-align: left;*/
    padding: 0 20px;
    background: #fff;
}
.mm-spn li:after {
	display: none;
}
.mm-spn.mm-spn--navbar ul:before {
	border-top: unset;
}
/* sub-panel back button: left-facing chevron matching the right chevron above */
.mm-spn.mm-spn--navbar:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23407060' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	border: none;
	transform: translate(0,-50%);
	opacity: 1;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 1;
	left: 0;
	z-index: 3;
}
/* icon display within mmenu links (item_icon ACF field) */
.mm-spn a {
	display: flex !important;
	align-items: center;
	gap: 10px;
}
.mm-spn a .menu-icon {
    flex: none;
    display: inline-flex;
    width: 25px;
    height: 25px;
    padding: 0;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 6px;
}
.mm-spn .sub-menu a .menu-icon {
    background: var(--light-grey, #F0F5F4);
}
.mm-spn a .menu-icon img,
.mm-spn a .menu-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}
.mm-spn ul:after {
	height: calc(var(--mm-spn-item-height) + 90px);
}
.mm-menu-footer {
	position: absolute;
    inset: auto 0 0 0;
	padding: 16px 20px 24px;
	background-color: var(--light-grey, #F0F5F4);
	z-index: 5;
}
.mm-menu-footer .content-button {
	display: block;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}


/* sticky navigation */
.sticky-enabled .main-navigation.is_stuck {
	box-shadow: none;
}

/* content buttons */
.content-buttons {
	margin: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
a.content-button, .wp-block-button a.wp-block-button__link, .masonry-load-more .button, .application-button {
	font-family: var(--open-sans-font, "Open Sans", sans-serif, system-ui);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.3px;
	padding: 15px 34px 16px;
	border-radius: 10px;
    text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 10px;
	position: relative;
	overflow: hidden;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	background-color: var(--green, #B7CE3F);
	color: #fff;
}

section a.content-button.green-button:hover {
	background: var(--blue, #197DBC);
}
.wp-block-buttons > .wp-block-button .wp-block-button a.wp-block-button__link {
	margin: 0;
}
.content-button .button-title {
	z-index: 1;
	position: relative;
}
a.wp-block-button__link:not(.has-background) {
	background-color: transparent;
	color: inherit;
}
.content-button.blue-button, .masonry-load-more .button {
	background-color: var(--blue, #197DBC);
	color: #fff;
}
.content-button.blue-button:hover, .masonry-load-more .button:hover, .content-button.blue-button:focus, .masonry-load-more .button:focus {
	background-color: var(--green, #B7CE3F);
}
.content-button.grey-button {
	background-color: #525B5F;
	color: #fff;
}
.content-button.white-button {
	background-color: #fff;
	border: 1px solid #CDCDCD;
	color: var(--body-text, #151515);
}
.content-button.secondary-link {
    border-radius: unset;
    background-color: unset;
    color: inherit;
    padding: 8px;
}

.content-button.secondary-link svg {
	display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: -1px 0 0 9px;
	overflow: hidden;
}
.secondary-link path, .secondary-link circle {
	transition: ease all .3s;
}
.secondary-link:hover circle {
	stroke: var(--green);
}
.secondary-link path:nth-child(3) {
    transform: translateX(0px);
}
.secondary-link path:nth-child(2) {
    transform: translateX(-20px);
	opacity: 0;
}
.secondary-link:hover path:nth-child(3) {
	transform: translateX(20px);
	opacity: 0;
}
.secondary-link:hover path:nth-child(2) {
    transform: translateX(0px);
    opacity: 1;
}
@media screen and (max-width: 575px) {
	a.content-button, .wp-block-button a.wp-block-button__link {
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		padding: 13px 22px 14px;
	}
}

/* modal poppups */
#page:has(.modal.is-open) {
	position: relative;
    z-index: 99999;
}
.modal {
	display: none;
}
.modal.is-open {
	display: block;
    position: relative;
    z-index: 99999;
}
.modal-overlay {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 20px;
}
.modal .modal-container {
    max-width: 680px;
    max-height: 80vh;
    overflow-y: auto;
	text-align: left;
	width: 100%;
	border-radius: 20px;
}
.modal .modal-content {
	background-color: #fff;
    padding: 44px;
	position: relative;
}
.modal .modal-content form {
	display: grid;
	grid-gap: 22px;
}
.modal .modal-content input.wpcf7-file {
	padding: 16px;
    background-color: #f3f3f3;
    border-radius: 10px;
    font-size: 14px;
}
.modal .modal-content button[data-micromodal-close] {
	position: absolute;
    top: 22px;
    right: 22px;
    padding: 0;
    border-radius: 4px;
    width: 36px;
    height: 36px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.modal .modal-content button[data-micromodal-close] svg {
	pointer-events: none;
}
.modal .modal-content:has(iframe) {
	padding: 22px;
}
.modal .modal-content iframe {
	border-radius: 6px;
}
@media (max-width: 991px) {
	.modal .modal-content {
		padding: 25px;
	}
}

/* --- Consolidated CSS Partials -------------------------------------------
   The following directories have been merged into this single stylesheet:
   css/base/* (variables, reset, typography, forms, accessibility)
   css/layout/* (archive, container, content, footer, navigation, utilities, etc.)
   css/components/* (buttons, navigation, modals, accordions, tabs, timeline, etc.)
   css/sections/* (individual section styling: banner, dashboard, reviews, media, etc.)
   css/z-misc.css

Ccomments retained above for blocks/components (navigation, buttons, modals).

/* FAQ Accordion (merged from components/accordion.css) */
details {
	border-radius: 10px;
	background-color: #F0F5F4;
	color: var(--body-text, #151515);
	overflow: hidden;
	margin-bottom: 14px;
	padding: 20px 24px;
}
details > summary {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.8px;
	color: var(--dark-blue, #0A3E3F);
	cursor: pointer;
	font-family: var(--open-sans-font, "Open Sans", sans-serif, system-ui);
	padding: 20px 48px 20px 24px;
	margin: -20px -24px;
	position: relative;
}
details > summary::-webkit-details-marker { display: none; }
details > summary::after {
	content: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0V8' stroke='%230A3E3F' stroke-width='1.5'/%3E%3Cpath d='M8 4L-2.98023e-08 4' stroke='%230A3E3F' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center;
	position: absolute; z-index: 1; right: 24px; top: 24px; line-height: 0; border-radius: 20px;
	border: 1.5px solid var(--dark-blue, #0A3E3F); transition: all .3s ease-in-out;
}
details[open] > summary { margin-bottom: 0; }
details[open] { padding-bottom: 0; }
details:last-of-type { margin-bottom: 0; }
details[open] > summary::after { transform: rotate(45deg); }
@media screen and (max-width: 575px) { details > summary { text-wrap: balance; line-height: 22px; } }

/* Testimonial Swiper Section (merged from sections/testimonial-swiper.css) */
.testimonial-swiper-section { background-color: #2B363A; padding: 80px 20px; color: #fff; overflow: hidden; }
.testimonial-swiper-section .container { max-width: 1400px; margin: 0 auto; width: 100%; padding: 0 20px; }
.testimonial-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; flex-wrap: nowrap; width: 100%; }
.testimonial-title { font-size: 40px; font-weight: 700; margin: 0; color: #fff; flex-shrink: 0; }
.testimonial-btn { background-color: #B7CE3F; color: #fff !important; padding: 14px 60px; border-radius: 14px; text-decoration: none; font-weight: 600; font-size: 16px; transition: all .3s ease; display: inline-block; white-space: nowrap; flex-shrink: 0; margin-left: auto; }
.testimonial-btn:hover { background-color: #c5d95a; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(183,206,63,.3); }
.testimonial-swiper { padding-bottom: 60px; overflow: visible; margin: 0 -20px; }
.testimonial-swiper .swiper-wrapper { align-items: stretch; padding: 0 20px; }
.testimonial-swiper .swiper-slide { height: auto; opacity: .6; transition: opacity .3s ease; }
.testimonial-swiper .swiper-slide-active { opacity: 1; }
.testimonial-swiper .swiper-slide-next, .testimonial-swiper .swiper-slide-prev { opacity: .6; }
.testimonial-card { background:#fff; color:#2B363A; border-radius:20px; padding:30px 40px; height:100%; min-height:240px; max-height:270px; display:flex; flex-direction:column; box-shadow:0 4px 20px rgba(0,0,0,.15); transition:transform .3s ease, box-shadow .3s ease; }
.testimonial-card:hover { transform:translateY(-5px); box-shadow:0 8px 30px rgba(0,0,0,.25); }
.testimonial-card-title { font-size:20px; font-weight:700; margin:0 0 14px; color:#2B363A; line-height:1.3; }
.testimonial-content { flex-grow:1; margin-bottom:16px; line-height:1.55; color:#4a5568; font-size:14px; }
.testimonial-content p { margin:0 0 8px; }
.testimonial-content p:last-child { margin-bottom:0; }
.testimonial-footer { display:flex; justify-content:space-between; align-items:center; margin-top:10px; }
.testimonial-author { font-weight:600; margin:0; color:#2B363A; font-size:13px; }
.testimonial-rating { margin:0; display:flex; align-items:center; }
.rating-stars { height:18px; width:auto; display:block; }
.testimonial-swiper .swiper-pagination { bottom:0 !important; display:flex; justify-content:center; gap:10px; position:relative; margin-top:20px; }
.testimonial-swiper .swiper-pagination-bullet { background:#fff; opacity:.4; width:12px; height:12px; transition:all .3s ease; cursor:pointer; }
.testimonial-swiper .swiper-pagination-bullet-active { opacity:1; background:#B7CE3F; transform:scale(1.2); }
@media (max-width:1024px){ .testimonial-swiper-section { padding:60px 20px; } .testimonial-title{ font-size:32px; } .testimonial-header{ margin-bottom:50px; } }
@media (max-width:768px){ .testimonial-swiper-section{ padding:50px 15px; } .testimonial-header{ flex-wrap:wrap; margin-bottom:40px; } .testimonial-title{ font-size:28px; width:100%; margin-bottom:16px; } .testimonial-btn{ margin-left:0; } .testimonial-card{ padding:25px 30px; min-height:220px; max-height:260px; } .testimonial-card-title{ font-size:18px; margin-bottom:10px; } .testimonial-content{ font-size:13px; line-height:1.5; margin-bottom:14px; } .testimonial-swiper{ margin:0 -10px; } .testimonial-swiper .swiper-wrapper{ padding:0 10px; } }
@media (max-width:480px){ .testimonial-title{ font-size:24px; } .testimonial-btn{ padding:12px 24px; font-size:15px; } .testimonial-card{ padding:25px; } .testimonial-card-title{ font-size:18px; } .testimonial-content{ font-size:15px; } }

/* default section styles */
section {
	padding: 70px 0;
	position: relative;
}
section .container {
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 991px) {
	section {
		padding: 38px 0;
	}
}

/* content styles */
.section-introduction:has(h1,h2,h3,h4) > p:first-child {
	font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: var(--blue, #197DBC);
    display: inline-block;
    border: 1px solid var(--blue);
    padding: 8px 26px;
    border-radius: 40px;
}
.background-grey-gradient .section-introduction:has(h1,h2,h3,h4) > p:first-child,
.background-grey .section-introduction:has(h1,h2,h3,h4) > p:first-child {
	background: rgba(240, 245, 244, 0.10);
    color: #fff;
    border-color: transparent;
}
.content-media-section :is(h1, h2, h3, h4):has(strong) {
	background: linear-gradient(265deg, #197DBC 50.33%, #B7CE3F 82.73%);
	background-clip: text;
    -webkit-background-clip: text;
	display: inline-block;
    min-width: 70%;
}
.content-media-section .section-introduction {
	display: grid;
	justify-items: flex-start;
	align-self: center;
	margin-right: auto;
}
.content-media-section .section-introduction ul li:not(:last-child) {
	margin-bottom: 1em;
}
.content-media-section .content-images {
	display: grid;
	justify-content: flex-end;
}
.content-media-section .content-images img {
	border-radius: 20px;
}
.left-media .content-images {
	order: -1;
	margin-right: auto;
}
.content-media-section .content-videos iframe {
	border-radius: 20px;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}
.content-media-section:not(:has(.content-images, .content-videos)) .container .section-introduction {
    margin: auto;
    text-align: center;
    justify-items: center;
}
.content-media-section:not(:has(.content-images, .content-videos)) {
    background: linear-gradient(0deg, #eff5fb, transparent);
}
@media screen and (min-width: 992px) and (max-width: 1360px) {
	.content-media-section .section-introduction {
		padding-right: 40px;
	}
	.content-media-section.left-media .section-introduction {
		padding-right: unset;
		padding-left: 40px;
	}
}
@media screen and (min-width: 992px) {
	.content-media-section .section-introduction {
		max-width: 635px;
	}
	.content-media-section .content-images {
		max-width: 650px;
	}
	.left-media .section-introduction {
		margin-right: unset;
		margin-left: auto;
	}
}
@media screen and (max-width: 991px) {
	.content-media-section .content-images,
	.content-media-section .content-videos {
		margin-top: 34px;
	}
	.left-media .content-images,
	.left-media .content-videos {
		order: 1;
	}
	.content-media-section .content-images {
		justify-content: center;
	}
}
@media screen and (max-width: 575px) {
	.content-media-section :is(h1, h2, h3, h4):has(strong) {
		width: 100%;
	}
}

/* zoom customer loyalty section */
.zoom-customer-loyalty {
	background: linear-gradient(95deg, #2E3B40 34.61%, #162023 100%);
}
.zoom-customer-loyalty .content-images {
	margin-bottom: -70px;
	position: relative;
	align-items: flex-end;
}
.zoom-customer-loyalty .content-images::after {
	content: "";
	top: -70px;
	right: 0;
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20C20 8.9543 11.0457 9.65645e-07 0 0H20V20Z' fill='white'/%3E%3Cpath d='M20 20C20 8.9543 11.0457 9.65645e-07 0 0H20V20Z' fill='%23fff'/%3E%3C/svg%3E%0A");
	width: 40px;
	height: 40px;
}
.zoom-customer-loyalty .content-images img {
	border-radius: 20px 0 0 0;
}
.zoom-customer-loyalty::before {
	content: "";
	width: calc((100svw - 1430px) / 2);
	height: 100%;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='122' height='543' viewBox='0 0 122 543' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1368_2199)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.4153 442.103C81.835 444.178 77.7615 444.857 73.182 445.082L67.0782 445.376L24.3962 445.376L18.2859 445.677C8.30712 446.28 0.928703 453.64 0.301025 463.698L-1.72102e-06 469.777L67.0782 469.777L73.182 470.079C77.7103 470.328 81.8606 471.001 85.4666 473.109C89.1652 475.256 92.2338 478.339 94.3643 482.048C96.4949 485.757 97.6123 489.962 97.6046 494.239C97.5968 498.517 96.464 502.717 94.32 506.418C92.1759 510.119 89.0961 513.191 85.3897 515.325C81.8094 517.401 77.659 518.048 73.182 518.298L67.0974 518.599L24.3961 518.599L18.2859 518.9C8.25588 519.528 0.877462 526.831 0.301022 536.921L-4.92168e-06 543L73.182 543C86.1226 543 98.5335 537.86 107.686 528.709C116.838 519.559 121.982 507.147 121.987 494.204C121.994 487.277 120.524 480.427 117.673 474.114C114.822 467.8 110.657 462.168 105.456 457.593C110.655 453.016 114.819 447.383 117.671 441.07C120.522 434.757 121.996 427.909 121.994 420.982C121.994 410.847 118.919 401.443 113.61 393.653C118.913 388.9 121.994 378.265 121.994 372.16L2.54597e-06 372.16L0.301029 378.265C0.973544 388.477 8.1534 395.857 18.2859 396.254L24.3962 396.58L67.0782 396.58L73.1821 396.882C77.7871 397.138 81.835 397.778 85.441 399.86C89.1373 402.01 92.2051 405.092 94.3383 408.798C96.4714 412.504 97.5952 416.705 97.5974 420.982C97.5965 425.261 96.4705 429.466 94.3323 433.173C92.1942 436.88 89.119 439.96 85.4153 442.103ZM0.294649 24.4011L1.74801e-05 30.5062L1.348e-05 122.018L6.08464 121.717C16.1147 120.891 23.4418 113.786 24.0951 103.722L24.3962 97.6173L24.3962 42.7164L97.6038 115.913L103.682 115.612C113.815 115.138 121.135 107.733 121.693 97.6173L121.968 91.5122L121.994 -2.80662e-10L115.89 0.30109C105.956 1.10186 98.4749 8.3088 97.8985 18.2896L97.5974 24.4011L97.5974 79.302L24.3898 6.10508L18.2859 6.40617C8.23028 7.00835 0.947941 14.2665 0.301044 24.4011L0.294649 24.4011ZM104.137 348.207C98.4728 353.874 91.7484 358.369 84.3474 361.435C76.9465 364.502 69.0141 366.08 61.0032 366.08C52.9923 366.08 45.0599 364.502 37.6589 361.435C30.258 358.369 23.5335 353.874 17.8696 348.207C6.43335 336.76 0.00932409 321.239 0.0093248 305.056C0.0093255 288.872 6.43336 273.351 17.8696 261.904C41.6893 238.079 80.3171 238.079 104.137 261.904C109.799 267.565 114.291 274.286 117.356 281.683C120.421 289.081 121.999 297.01 122 305.017C122.006 313.038 120.43 320.981 117.364 328.392C114.298 335.803 109.801 342.536 104.13 348.207L104.137 348.207ZM86.8629 330.943C79.9967 337.805 70.6873 341.66 60.9808 341.66C51.2742 341.66 41.9648 337.805 35.0987 330.943C28.2377 324.075 24.3837 314.764 24.3837 305.056C24.3837 295.347 28.2377 286.036 35.0987 279.168C41.9648 272.306 51.2742 268.451 60.9808 268.451C70.6873 268.451 79.9967 272.306 86.8629 279.168C93.7238 286.036 97.5778 295.347 97.5778 305.056C97.5778 314.764 93.7238 324.075 86.8629 330.943ZM122 176.971C121.998 184.978 120.419 192.908 117.353 200.305C114.287 207.703 109.794 214.423 104.13 220.084C80.3171 243.915 41.6829 243.915 17.8696 220.084C6.43336 208.636 0.00932969 193.115 0.0093304 176.932C0.0093311 160.749 6.43336 145.228 17.8696 133.78C41.6893 109.956 80.3171 109.956 104.137 133.78C109.799 139.441 114.291 146.162 117.356 153.56C120.421 160.957 121.999 168.886 122 176.894L122 176.971ZM86.8757 202.819C80.0092 209.684 70.6985 213.54 60.9904 213.54C51.2823 213.54 41.9715 209.684 35.1051 202.819C28.2441 195.952 24.3901 186.641 24.3901 176.932C24.3901 167.224 28.2441 157.912 35.1051 151.045C41.9713 144.182 51.2806 140.328 60.9872 140.328C70.6937 140.328 80.0031 144.182 86.8693 151.045C93.7302 157.912 97.5842 167.224 97.5842 176.932C97.5842 186.641 93.7302 195.952 86.8693 202.819L86.8757 202.819Z' fill='%23F3F3F3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1368_2199'%3E%3Crect width='543' height='122' fill='white' transform='translate(122) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
    top: 0;
    right: 0;
	background-repeat: no-repeat;
    background-position: 40px center;
    background-size: contain;
}
@media screen and (max-width: 1460px) {
	.zoom-customer-loyalty::before {
		width: 15px;
		background-image: unset;
		right: 0;
	}
}
@media screen and (max-width: 991px) {
	.zoom-customer-loyalty .content-images::after {
		display: none;
	}
	.zoom-customer-loyalty .content-images {
		margin-bottom: -38px;
		margin-right: -15px;
        width: calc(100% + 15px);
	}
	.zoom-customer-loyalty::before {
		display: none;
	}
}

/* esg our people section */
.esg-our-people figure.content-images {
	margin-top: -70px;
    margin-bottom: -70px;
}
@media screen and (max-width: 991px) {
	.esg-our-people figure.content-images {
		margin-top: 34px;
		margin-bottom: -38px;
	}
}

/* two column content section */
.two-column-content-section .section-introduction {
	display: grid;
	justify-items: flex-start;
	align-self: flex-end;
	margin-right: auto;
}
.two-column-content-section :is(h1, h2, h3, h4):has(strong) {
	background: linear-gradient(265deg, #197DBC 50.33%, #B7CE3F 82.73%);
	background-clip: text;
    -webkit-background-clip: text;
	display: inline-block;
    min-width: 70%;
}
@media screen and (min-width: 992px) {
	.two-column-content-section .section-introduction :last-child {
		margin-bottom: 0;
	}
	.two-column-content-section .first-column-content :is(h1, h2) {
		font-size: 50px;
		font-style: normal;
		font-weight: 700;
		line-height: 55px;
		letter-spacing: -2.5px;
	}
}
@media screen and (max-width: 991px) {
	.two-column-content-section .second-column-content > :last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 575px) {
	.two-column-content-section :is(h1, h2, h3, h4):has(strong) {
		width: 100%;
	}
}

/* section colours */
.background-blue {
	background-color: var(--background-blue, #3080B2);
	color: #fff;
}
.background-blue :is(h1, h2, h3, h4) {
	color: #fff;
}
.background-light-blue {
	background-color: var(--light-blue, #EFF5FB);
}
.background-grey {
	background-color: var(--grey, #2B363A);
	color: #fff;
}
.background-grey :is(h1, h2, h3, h4) {
	color: #fff;
}
.background-light-blue-gradient {
	background: linear-gradient(0deg, #FFF 33.42%, #ECF8FF 100%);
}
.background-white-to-blue-gradient {
	background: linear-gradient(180deg, #FFF 33.42%, #ECF8FF 100%);
}
.background-blue-green-gradient {
	color: #fff;
	background: linear-gradient(98deg, rgba(183, 206, 63, 0.50) 18.23%, rgba(88, 137, 183, 0.50) 99.14%), #136599;
	background: linear-gradient(99deg, oklch(73.336% 0.17256 121.204 / 0.8) -2.01%, oklch(0.45 0.18 240) 127.84%);
}
.background-blue-green-gradient :is(h1, h2, h3, h4) {
	color: #fff;
}
.background-grey-gradient {
	color: #fff;
	background: linear-gradient(112deg, rgba(25, 125, 188, 0.00) 35.7%, rgba(25, 125, 188, 0.36) 97.61%), #151515;
}
.background-grey-gradient :is(h1, h2, h3, h4) {
	color: #fff;
}
section[class*="previous-"]::before {
	content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 400px;
    max-height: 60%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: transparent;
}
section.previous-white::before,
section.previous-none::before {
	background-color: #fff;
}
section.previous-blue::before {
	background-color: var(--background-blue, #3080B2);
}
section.previous-grey::before {
	background-color: var(--grey, #2B363A);
}
section.previous-light-blue::before {
	background-color: var(--light-blue, #EFF5FB);
}
.background-white + .background-white,
.background-white + .previous-white,
.background-light-blue-gradient + .background-white,
.background-light-blue-gradient + .previous-white {
	padding-top: 0;
}
.background-grey + .background-grey,
.background-grey + .previous-grey {
	padding-top: 0;
}
.background-light-blue + .background-light-blue,
.background-light-blue + .previous-light-blue {
	padding-top: 0;
}
.background-blue + .background-blue,
.background-blue + .previous-blue {
	padding-top: 0;
}

/* section container colours */
section[class*="container-"][class*="previous-"]::before {
	height: 50%;
}
section[class*="container-"]:not(.container-none) .container {
	padding: 47px;
	position: relative;
	color: var(--body-text, #151515);
}
section[class*="container-"]:not(.container-none):first-child .container {
	padding-top: 0;
}
section[class*="container-"]:not(.container-none) .container :is(h1, h2, h3, h4) {
	color: var(--body-text, #151515);
}
section[class*="container-"]:not(.container-none) .container::before {
	content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
	border-radius: 30px;
	pointer-events: none;
}
.container-light-blue .container::before,
.container-light-blue.call-to-action-section .call-to-action-container {
	background-color: var(--light-blue, #EFF5FB);
}
.container-white .container::before,
.container-white.call-to-action-section .call-to-action-container {
	background-color: #fff;
}
.container-light-blue-gradient.call-to-action-section .call-to-action-container {
	background: linear-gradient(0deg, #FFF 33.42%, #ECF8FF 100%);
}
.container-light-blue :is(h1, h2, h3, h4),
.container-light-blue-gradient.call-to-action-section .section-introduction :is(h1, h2, h3, h4) {
	color: var(--dark-blue, #0A3E3F);
}
.container-light-blue-gradient.call-to-action-section .section-introduction {
	color: var(--body-text, #151515);
}
.container-grey.call-to-action-section .call-to-action-container {
	background-color: var(--grey, #2B363A);
	color: #fff;
}
.container-blue.call-to-action-section .call-to-action-container {
	background-color: var(--blue, #197DBC);
	color: #fff;
}
.container-blue.call-to-action-section .call-to-action-container .section-introduction :is(h1, h2, h3, h4) {
	color: #fff;
}
@media screen and (max-width: 991px) {
	section[class*="container-"]:not(.container-none) .container {
		padding: 40px;
	}
	section[class*="container-"]:not(.container-none) .container::before {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		top: 20px;
		left: 20px;
	}
}

/* top bar */
.top-bar {
	width: 100%;
	background-color: var(--grey, #2B363A);
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: -0.28px;
	padding: 1px 0 2px;
}
.top-bar p {
	margin: 0;
}
.top-bar a {
	color: #fff;
}
.top-bar a:not(:hover) {
	text-decoration: none;
}
.top-bar .widget:last-child {
	margin-right: 0;
}
.top-bar .widget:not(:first-child):not(:last-child) {
	margin: 0;
}
.top-bar .inside-top-bar aside.widget {
	padding: 8px 16px 9px;
}
.top-bar .inside-top-bar aside.widget:not(:last-child) {
	border-right: 1px solid rgba(224, 220, 205, 0.30);
}
@media screen and (max-width: 768px) {
	.top-bar {
		display: none;
	}
}

/* page banner */
.page-banner {
	position: relative;
	width: 100%;
	background: linear-gradient(99deg, #0B67A1 -2.01%, rgba(183, 206, 63, 0.80) 127.84%);
	color: #fff;
	padding: 182px 0 128px 0;
	display: flex;
	flex-wrap: wrap;
}
body.home .page-banner {
	padding: 220px 0 128px 0;
}
body.archive .page-banner,
body.blog .page-banner {
	padding: 182px 0 96px 0;
}
.page-banner.align-left .banner-content {
	margin: 0 auto 0 0 !important;
    text-align: left !important;
}
.page-banner.align-left .banner-content .content-buttons {
	justify-content: flex-start !important;
}
.page-banner .banner-content {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}
.page-banner .banner-content p:last-child {
	margin-bottom: 0;
}
.page-banner .banner-content .content-buttons {
	margin-top: 12px;
}
.page-banner .content-button {
	color: #fff;
}
.page-banner:not(:has(.banner-media-image, .banner-media-form)) .banner-content {
	text-align: center;
	margin: auto;
}
.page-banner:not(:has(.banner-media-image, .banner-media-form)) .banner-content .content-buttons {
	justify-content: center;
}
.page-banner .swiper-wrapper {
	z-index: 1;
	position: relative;
}
.page-banner .background-media-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 0;
}
.page-banner .background-media-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 0;
}
.page-banner .background-media-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(99deg, #0B67A1 -2.01%, rgba(183, 206, 63, 0.80) 127.84%);
	pointer-events: none;
}
.page-banner.blue-gradient .background-media-image::before {
	background: linear-gradient(98deg, #064E7C 18.23%, rgba(88, 137, 183, 0.50) 99.14%);
}
.page-banner .search-results {
	font-weight: 600;
}
.banner-breadcrumbs,
div:not(.banner-breadcrumbs) > span:has(.breadcrumb_last) {
	display: inline-block;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.20);
	padding: 7px 17px;
    border: 1px solid rgba(255, 255, 255, 0.30);
	border-radius: 50px;
	margin-bottom: 22px;
}
.banner-breadcrumbs a,
div:not(.banner-breadcrumbs) > span:has(.breadcrumb_last) a {
	color: #fff;
}
.banner-breadcrumbs a:not(:hover, :focus),
div:not(.banner-breadcrumbs) > span:has(.breadcrumb_last) a:not(:hover, :focus) {
	text-decoration: none;
}
.banner-breadcrumbs svg,
div:not(.banner-breadcrumbs) > span:has(.breadcrumb_last) svg {
	display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -2px;
}
.page-banner .container {
	align-items: center;
}
.page-banner .banner-media-image {
	text-align: right;
	display: inline-grid;
}
.page-banner .banner-media-image img {
	width: auto;
	height: 100%;
	object-fit: contain;
}
.page-banner .banner-media-image[data-type="image/jpeg"] {
	display: inline-grid;
    border-radius: 20px;
    overflow: hidden;
}
.page-banner .swiper-pagination {
    margin: auto;
    /* left: 50%;
    transform: translateX(-50%); */
    top: unset;
    bottom: unset;
}
.page-banner:has(.banner-logo-bar) {
	padding-bottom: 0;
}
.page-banner .banner-logo-bar {
	background-color: #fff;
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 100%;
	margin-top: 98px;
	border-bottom: 1.5px solid #ECECEC;
}
.page-banner .banner-logo-bar .logo-bar-content {
	flex: 1 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
	padding: 8px 0;
}
.banner-logo-bar[data-bg-tone="dark"] .logo-bar-content,
.banner-logo-bar[data-bg-tone="dark"] .logo-bar-content :is(h2, h3, h4, p, a) {
  color: #fff;
}

.banner-logo-bar[data-bg-tone="light"] .logo-bar-content,
.banner-logo-bar[data-bg-tone="light"] .logo-bar-content :is(h2, h3, h4, p, a) {
  color: #0A3E3F;
}

.page-banner .banner-logo-bar .logo-bar-content :last-child {
	margin-bottom: 0;
}
.logo-bar-content :is(h2, h3, h4) {
	font-size: 24px;
	font-sty
	le: normal;
	font-weight: 700;
	line-height: 26px; /* 108.333% */
	letter-spacing: -1.2px;
	margin-bottom: 7px;
}
.banner-logo-bar:has(.logo-bar-content) {
	background-color: var(--background-blue, #3080B2);
}
.landing-pahe .banner-logo-bar:has(.logo-bar-content) {
	background-color: #fff;
}
.page-banner.merge-image .swiper-wrapper {
	z-index: 2;
}
.page-banner.merge-image .banner-logo-bar {
	margin-top: 38px;
	z-index: 1;
}
@media screen and (min-width: 992px) {
	.page-banner .banner-slide:has(.banner-media-image) .banner-content {
		max-width: 652px;
		margin-right: auto;
	}
	.page-banner.merge-image .banner-media-image {
		width: 40%;
		align-self: flex-end;
	}
	.page-banner.merge-image .banner-media-image {
		margin-bottom: -80px;
	}
	.page-banner .banner-logo-bar .container .logo-marquee-container {
		flex: 0 0 auto;
        width: 58.33333333%;
	}
	.page-banner.about-us-banner .banner-media-image {
		align-self: flex-end;
		margin-bottom: -98px;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 1094px) {
	.page-banner,
	body.home .page-banner {
		padding: 111px 0 128px 0;
	}
	body.archive .page-banner,
	body.blog .page-banner {
		padding: 111px 0 96px;
	}
}
@media screen and (max-width: 991px) {
	.page-banner,
	body.home .page-banner,
	body.archive .page-banner,
	body.blog .page-banner {
		padding: 111px 0 40px;
	}
	.page-banner .banner-media-image {
		margin-top: 36px;
		text-align: center;
		padding: 0 20px;
	}
	.page-banner .swiper-pagination {
		display: none;
	}
	.page-banner .banner-content {
		text-align: center;
	}
	.page-banner .banner-content .content-buttons {
		justify-content: center;
	}
	body:not(.home) .page-banner .banner-media-image {
		display: none;
	}
	.page-banner .banner-logo-bar .logo-bar-content {
		flex: 1 0 100%;
		text-align: center;
		padding: 22px 0 0;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px; /* 142.857% */
		letter-spacing: -0.28px;
		text-wrap: pretty;
	}
	.logo-bar-content :is(h2, h3, h4) {
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: -1.1px;
		text-wrap: balance;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 575px) {
	.page-banner,
	body.home .page-banner,
	body.archive .page-banner {
		padding: 22px 0 40px;
	}
	.landing-page .page-banner {
    margin-top: -64px;
    padding-top: 120px;
	}
	.page-banner .banner-content {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: -0.28px;
		text-align: left;
	}
	.page-banner .banner-content br {
		display: none;
	}
	.page-banner .banner-content .content-buttons {
		justify-content: flex-start;
	}
	.page-banner .banner-logo-bar {
		margin-top: 40px;
	}
}

/* banner call to action bar */
.banner-cta-bar {
	position: absolute;
    z-index: 1;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
	border-radius: 10px;
	padding: 26px;
	transform: translateY(50%);
	background: linear-gradient(90deg, #2482BE 0%, #41A3E1 100%);
}
.banner-cta-bar .banner-cta-content :is(h1, h2, h3, h4) {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -1.2px;
	margin: 0 0 8px;
}
.banner-cta-bar .banner-cta-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: auto;
	flex: 1 0 auto;

}
.banner-cta-bar .banner-cta-link {
	background-color: #fff;
	color: var(--blue, #197DBC);
	border-radius: 50px;
    padding: 10px 18px 8px 18px;
}
.banner-cta-bar .banner-cta-link::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.86042 4.62204C9.14105 4.27189 9.0847 3.76054 8.73455 3.47991C8.3844 3.19928 7.87305 3.25563 7.59242 3.60578L8.86042 4.62204ZM1.83692 12.0862L2.45228 12.6167C2.45863 12.6093 2.46484 12.6019 2.47092 12.5943L1.83692 12.0862ZM1.65167 12.539L0.840889 12.4861C0.840557 12.4912 0.840273 12.4963 0.840037 12.5014L1.65167 12.539ZM1.5 15.8139L0.68837 15.7763C0.686501 15.8167 0.687644 15.8571 0.691788 15.8973L1.5 15.8139ZM2.35258 16.5582L2.37915 17.3702C2.43333 17.3685 2.4872 17.3613 2.53996 17.3488L2.35258 16.5582ZM5.60258 15.7879L5.78998 16.5786L5.80259 16.5754L5.60258 15.7879ZM6.01967 15.5236L6.64649 16.0407L6.65353 16.0319L6.01967 15.5236ZM13.1969 7.87222C13.4776 7.52214 13.4214 7.01078 13.0713 6.73005C12.7212 6.44932 12.2099 6.50554 11.9291 6.85561L13.1969 7.87222ZM7.59587 3.60559C7.31512 3.95564 7.37131 4.46701 7.72136 4.74776C8.07142 5.02851 8.58279 4.97233 8.86354 4.62228L7.59587 3.60559ZM9.95004 1.96893L10.5839 2.47728C10.5945 2.46396 10.6048 2.45031 10.6146 2.43635L9.95004 1.96893ZM11.7148 1.62227L12.2346 0.997788C12.2087 0.97625 12.1815 0.956342 12.1532 0.938177L11.7148 1.62227ZM14.1382 3.63943L14.7133 3.06544C14.6956 3.04777 14.6772 3.03092 14.658 3.01495L14.1382 3.63943ZM14.5032 4.52871L15.3157 4.53318V4.53318L14.5032 4.52871ZM14.1285 5.41393L13.5597 4.83365C13.5367 4.85622 13.515 4.88015 13.4949 4.90529L14.1285 5.41393ZM11.9294 6.85529C11.6485 7.20522 11.7045 7.71662 12.0544 7.99753C12.4043 8.27844 12.9157 8.22249 13.1966 7.87257L11.9294 6.85529ZM9.03323 3.9935C8.96673 3.54972 8.55307 3.24388 8.10929 3.31038C7.66552 3.37689 7.35968 3.79055 7.42618 4.23432L9.03323 3.9935ZM12.6724 8.16901C13.1171 8.1086 13.4286 7.69916 13.3681 7.25452C13.3077 6.80987 12.8983 6.49839 12.4536 6.55881L12.6724 8.16901ZM8.22642 4.11391L7.59242 3.60578L1.20291 11.578L1.83692 12.0862L2.47092 12.5943L8.86042 4.62204L8.22642 4.11391ZM1.83692 12.0862L1.22155 11.5556C0.996909 11.8162 0.863277 12.1428 0.840889 12.4861L1.65167 12.539L2.46244 12.5919C2.46185 12.601 2.45828 12.6098 2.45228 12.6167L1.83692 12.0862ZM1.65167 12.539L0.840037 12.5014L0.68837 15.7763L1.5 15.8139L2.31163 15.8515L2.4633 12.5766L1.65167 12.539ZM1.5 15.8139L0.691788 15.8973C0.78027 16.7551 1.5172 17.3984 2.37915 17.3702L2.35258 16.5582L2.32602 15.7461C2.32255 15.7462 2.32085 15.7457 2.31975 15.7453C2.3182 15.7448 2.31615 15.7437 2.31406 15.7418C2.31196 15.74 2.3106 15.7381 2.30984 15.7367C2.30929 15.7356 2.30857 15.734 2.30821 15.7306L1.5 15.8139ZM2.35258 16.5582L2.53996 17.3488L5.78996 16.5785L5.60258 15.7879L5.41521 14.9973L2.16521 15.7676L2.35258 16.5582ZM5.60258 15.7879L5.80259 16.5754C6.13355 16.4914 6.42913 16.304 6.64643 16.0406L6.01967 15.5236L5.3929 15.0065C5.3954 15.0035 5.39879 15.0014 5.40258 15.0004L5.60258 15.7879ZM6.01967 15.5236L6.65353 16.0319L13.1969 7.87222L12.563 7.36391L11.9291 6.85561L5.3858 15.0153L6.01967 15.5236ZM8.22971 4.11393L8.86354 4.62228L10.5839 2.47728L9.95004 1.96893L9.31621 1.46059L7.59587 3.60559L8.22971 4.11393ZM9.95004 1.96893L10.6146 2.43635C10.7648 2.2228 11.0566 2.16549 11.2764 2.30635L11.7148 1.62227L12.1532 0.938177C11.2006 0.327765 9.9363 0.576131 9.28545 1.50151L9.95004 1.96893ZM11.7148 1.62227L11.195 2.24674L13.6184 4.26391L14.1382 3.63943L14.658 3.01495L12.2346 0.997788L11.7148 1.62227ZM14.1382 3.63943L13.5632 4.21343C13.6454 4.29586 13.6914 4.40777 13.6907 4.52425L14.5032 4.52871L15.3157 4.53318C15.3187 3.98316 15.1018 3.45473 14.7133 3.06544L14.1382 3.63943ZM14.5032 4.52871L13.6907 4.52425C13.6901 4.64073 13.6429 4.75212 13.5597 4.83365L14.1285 5.41393L14.6972 5.99421C15.09 5.60921 15.3127 5.0832 15.3157 4.53318L14.5032 4.52871ZM14.1285 5.41393L13.4949 4.90529L11.9294 6.85529L12.563 7.36393L13.1966 7.87257L14.7621 5.92257L14.1285 5.41393ZM8.22971 4.11391L7.42618 4.23432C7.80464 6.75989 10.1419 8.51285 12.6724 8.16901L12.563 7.36391L12.4536 6.55881C10.8038 6.78298 9.27998 5.6401 9.03323 3.9935L8.22971 4.11391Z' fill='%23197DBC'/%3E%3C/svg%3E%0A");
	vertical-align: sub;
    line-height: 1;
    font-size: 0;
    display: inline-block;
    margin-right: 12px;
}
.banner-cta-bar .banner-cta-content :last-child {
	margin-bottom: 0;
}
.banner-cta-bar .banner-cta-image {
	margin-right: 30px;
	margin-bottom: -26px;
	margin-top: -59px;
	height: 100%;
	object-fit: contain;
	width: auto;
}
.page-banner-cta-section + .site .site-main > section:first-of-type {
	padding-top: 120px;
}
.page-banner-cta-section {
	position: relative;
	padding: 0;
}
@media screen and (max-width: 991px) {
	.banner-cta-bar .banner-cta-image {
		display: none;
	}
	.banner-cta-bar {
		transform: unset;
		position: relative;
		left: 0;
		width: 100%;
		border-radius: 0;
		padding: 22px 0;
	}
	.banner-cta-bar .banner-cta-content {
		flex: 1 0 100%;
	}
	.banner-cta-bar .banner-cta-link {
		margin: 14px 0 0;
	}
	.page-banner-cta-section + .site .site-main > section:first-of-type {
		padding-top: 30px;
	}
}
@media screen and (max-width: 575px) {
	.banner-cta-bar .banner-cta-content :is(h1, h2, h3, h4) {
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: -1.1px;
	}
	.banner-cta-bar .banner-cta-link::before {
		margin-right: 8px;
	}
}

/* banner filters */
.banner-filters {
	background-color: #064E7C;
}
.banner-filters .banner-filters-form {
	padding: 22px 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-filters-form .banner-filters-submit {
	border-radius: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: -0.28px;
	background-color: var(--green, #B7CE3F);
	color: var(--body-text, #151515);
	padding: 17px 35px 16px 35px;
}
.banner-filters-form label {
	margin-right: 17px;
}
.banner-filters-form .search-label {
	flex: 1 0 auto;
}
.banner-filters-form .category-label {
	flex: 0 0 260px;
}
.banner-filters-form .sort-label {
	flex: 0 0 260px;
}
.banner-filters-form input[type="search"] {
	border-radius: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.86266 15.2806C12.4071 15.2806 15.2805 12.4072 15.2805 8.86272C15.2805 5.31825 12.4071 2.44489 8.86266 2.44489C5.31819 2.44489 2.44482 5.31825 2.44482 8.86272C2.44482 12.4072 5.31819 15.2806 8.86266 15.2806Z' stroke='black' stroke-width='1.7781' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4004 13.4011L17.1136 17.1143' stroke='black' stroke-width='1.7781' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
    background-position: 15px center;
	padding-left: 50px;
}
.banner-filters-form select {
	border-radius: 10px;
}
.banner-filters-form .choices__inner {
	border-radius: 10px;
}
.banner-filters-form .is-open .choices__inner {
	border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 991px) {
	.banner-filters .banner-filters-form {
		display: grid;
		grid-gap: 12px;
		grid-template-columns: 1fr 1fr;
	}
	.banner-filters-form label {
		width: 100%;
		margin: 0;
	}
	.banner-filters-form .banner-filters-submit {
		margin-left: auto;
		grid-column: 1 / -1;
	}
}
@media screen and (max-width: 575px) {
	.banner-filters .banner-filters-form {
		grid-template-columns: 1fr;
	}
	.banner-filters-form .banner-filters-submit {
		margin-left: 0;
		width: 100%;
	}
}

/* single post banners */
body.single-post .page-banner .container {
	position: relative;
	z-index: 1;
}
body.single-post .page-banner .banner-media-image {
	margin-left: auto;
	border-radius: 20px;
	overflow: hidden;
	display: inline-grid;
}
body.single-post .page-banner {
	padding: 182px 0 80px;
	z-index: 0;
}
body.single-post .page-banner .banner-content {
	margin-bottom: 26px !important;
}
.page-banner .entry-meta {
	width: 100%;
    text-align: right;
    margin: 0;
    position: absolute;
    right: 15px;
    top: calc(100% + 30px);
	color: #fff;
	color: rgba(255, 255, 255, 0.60);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.26px;
}
.page-banner .entry-meta a {
	color: #fff;
	color: rgba(255, 255, 255, 0.60);
	font-weight: 700;
}
.page-banner .entry-meta a:is(:hover, :focus) {
	color: #fff;
}
.page-banner .entry-meta .posted-on {
	display: inline-flex;
	flex-wrap: wrap;
}
.page-banner .entry-meta .posted-on .entry-date {
	margin-left: 0.25em;
}
.page-banner .entry-meta .posted-on .updated {
	display: inline-block;
	order: -1;
}
.page-banner .entry-meta .posted-on .updated::before {
	content: "Updated on ";
}
.page-banner .entry-meta .posted-on .updated::after {
	content: " |";
	margin-right: 0.25em;
}
@media screen and (min-width: 992px) {
	body.single-post .page-banner .banner-media-image {
		flex: 0 0 auto;
        width: 33.33333333%;
	}
}
@media screen and (max-width: 1024px) {
	body.single-post .page-banner {
		padding: 80px 0;
	}
	body.single-post .page-banner::after {
		content: "";
        background-color: #fff;
        z-index: 0;
        pointer-events: none;
        width: 100%;
        height: 40%;
        position: absolute;
        bottom: 0;
        left: 0;
	}
	.page-banner .entry-meta {
		position: relative;
		top: unset;
		right: unset;
		text-align: left;
		color: #BABABA;
		margin-top: 18px;
	}
	.page-banner .entry-meta a {
		color: #BABABA;
	}
	body.single-post .page-banner {
		padding-bottom: 24px;
	}
}
@media screen and (max-width: 991px) {
	body.single-post .page-banner .banner-media-image {
		padding: 0;
	}
	body.single-post .page-banner .banner-media-image {
		margin-top: 0;
	}
	.post-container .sidebar .widget:has(.share-buttons) {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 575px) {
	body.single-post .page-banner {
		padding-top: 20px;
	}
	.page-banner .entry-meta .posted-on .updated {
		display: block;
		width: 100%;
	}
	.page-banner .entry-meta .posted-on .updated::after {
		display: none;
	}
}

/* page banner gradients */
.page-banner.blue-gradient {
	background: linear-gradient(98deg, #064E7C 18.23%, rgba(88, 137, 183, 0.50) 99.14%), #197DBC;
}

/* logo section */
.logo-section:not(:has(.section-introduction)) {
	padding: 0;
}
.logo-section.background-white + .background-white {
	padding-top: 40px;
}
.logo-marquee-container {
	width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.logo-marquee-container:has(.horizontal-marquee-inner) {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.logo-marquee-container .horizontal-marquee-inner {
	flex: 0 0 auto;
}
.logo-marquee-container img {
	flex: 0 0 auto;
    margin: 0 36px;
    position: relative;
	max-height: 75px;
    object-fit: contain;
    max-width: 120px;
}
.logo-section .section-introduction {
	text-align: center;
	margin: auto auto 32px;
}
@media screen and (max-width: 991px) {
	.logo-marquee-container img {
		margin: 0 22px;
	}
}
@media screen and (max-width: 575px) {
	.logo-marquee-container img {
		margin: 0 18px;
	}
}

/* testimonials section */

/* partners section */
.partner-section .section-introduction,
.accreditation-section .section-introduction {
	text-align: center;
    margin: auto;
}
/* Masonry Grid Items */
.masonry-items {
	display: grid;
	margin-bottom: 122px;
	margin-top: 50px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 22px;
	align-items: flex-start;
}

.masonry-items.small-masonry {
	grid-template-columns: 1fr 1fr 1fr;
}

.masonry-items .masonry-item {
	position: relative;
	border-radius: 32px;
	color: #fff;
}

.masonry-items .masonry-item .masonry-padding {
	content: "";
	padding-top: 100%;
	display: inline-block;
	width: 100%;
}

.masonry-items .masonry-item .masonry-internal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 16px;
	text-decoration: none;
	color: inherit;
}

.masonry-items .masonry-item .masonry-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.29px;
	width: 100%;
	padding: 14px 34px 14px 21px;
	border-radius: 48px;
	background-color: rgba(0, 0, 0, 0.10);
	overflow: hidden;
	text-overflow: ellipsis;
	text-wrap: nowrap;
	position: relative;
}

.masonry-items .masonry-item .masonry-title svg {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.masonry-items .masonry-item div.masonry-internal .masonry-title svg {
	display: none;
}

.masonry-items .masonry-item.dark-text .masonry-title svg path {
	stroke: #434343;
}

.masonry-items .masonry-item.dark-text .masonry-title {
	background-color: rgba(0, 0, 0, 0.04);
}

.masonry-items .masonry-item .masonry-image {
	flex: 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}

.masonry-items .masonry-item .masonry-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.masonry-items .masonry-item:nth-child(2n) {
	margin-top: 122px;
}

.masonry-items.small-masonry .masonry-item:nth-child(2n) {
	margin-top: unset;
}

.masonry-items.small-masonry .masonry-item:nth-child(3n-1) {
	margin-top: 122px;
}

/* 5th item naturally falls into col 2 (2/2/1), force it to col 3 for correct 2/1/2 layout */
.masonry-items.small-masonry .masonry-item:nth-child(5) {
	grid-column: 3;
	margin-top: unset;
}

.masonry-items .masonry-item:nth-child(2n)::before {
	content: "";
	bottom: calc(100% + 22px);
	position: absolute;
	width: 100%;
	height: calc(50% - 11px);
	left: 0;
	z-index: -1;
	border-radius: 32px;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(223, 235, 233, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.masonry-items .masonry-item::after {
	content: "";
	top: calc(100% + 22px);
	position: absolute;
	width: 100%;
	height: calc(50% - 11px);
	left: 0;
	z-index: -1;
	border-radius: 32px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(223, 235, 233, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
}

/* Masonry Load More */
.masonry-load-more {
	grid-column: -1 / 1;
	text-align: center;
	padding: 30px 15px 60px;
}

.archive-container .masonry-load-more {
	padding-bottom: 51px;
}

body .site-main:has(.masonry-load-more) section.article-items {
	padding-bottom: 9px;
}

@media screen and (max-width: 991px) {
	.masonry-items {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.masonry-items .masonry-item:nth-child(2n) {
		margin-top: unset;
	}

	.masonry-items .masonry-item:nth-child(3n-1) {
		margin-top: 122px;
	}
}

@media screen and (max-width: 575px) {
	.masonry-items .masonry-item .masonry-internal {
		padding: 8px;
	}

	.masonry-items .masonry-item {
		border-radius: 14px;
	}

	.masonry-items .masonry-item .masonry-title {
		padding: 6px 24px 6px 12px;
		font-size: 12px;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.143px;
	}

	.masonry-items .masonry-item .masonry-title svg {
		right: 10px;
	}

	.masonry-items .masonry-item:nth-child(2n)::before {
		border-radius: 14px;
	}

	.masonry-items .masonry-item .masonry-image {
		padding: 14px;
	}

	.masonry-items .masonry-item .masonry-image img {
		height: 100%;
		object-fit: contain;
	}

	.masonry-items {
		grid-template-columns: 1fr 1fr;
	}

	.masonry-items.small-masonry {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 0;
	}

	.masonry-items.small-masonry .masonry-item:nth-child(5) {
		grid-column: auto;
	}

	.masonry-items.small-masonry .masonry-item:nth-child(3n-1),
	.masonry-items .masonry-item:nth-child(3n-1) {
		margin-top: unset;
	}

	.masonry-items.small-masonry .masonry-item:nth-child(2n),
	.masonry-items .masonry-item:nth-child(2n) {
		margin-top: 122px;
	}

	.masonry-items {
		margin-bottom: 0;
	}
}

/* partners icons section */
.partner-icons-grid {
	margin: 25px auto 0;
}
.partner-icons-grid .partner-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 25px;
}
.partner-icons-grid .partner-row:last-child {
	margin-bottom: 0;
}
.partner-icons-grid .partner {
	flex: 0 0 80px;
	border-radius: 80px;
	height: 80px;
	margin: 0 25px;
}
.partner-icons-grid .partner .partner-internal {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.partner-icons-grid .partner .partner-image {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	padding: 16px 12px;
}
.partner-icons-grid .partner .partner-image img {
	width: 100%;
    height: 100%;
    object-fit: contain;
	object-position: center;
}
.partner-icons-grid .partner:nth-child(9) {
	margin-left: 60px;
}
.partner-icons-grid .partner:nth-child(15) {
	margin-right: 60px;
}
@media screen and (max-width: 991px) {
	.partner-icons-grid .partner {
		flex: 0 0 66px;
		border-radius: 66px;
		height: 66px;
		margin: 0 14px;
	}
	.partner-icons-grid .partner:nth-child(9) {
		margin-left: 30px;
	}
	.partner-icons-grid .partner:nth-child(15) {
		margin-right: 30px;
	}
	.partner-icons-grid {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.partner-icons-grid .partner-row:first-child .partner:nth-child(n+7) {
		display: none;
	}
	.partner-icons-grid .partner-row:nth-child(2) .partner:nth-child(n+6) {
		display: none;
	}
	.partner-icons-grid .partner-row:nth-child(3) .partner:nth-child(n+5) {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.partner-icons-grid .partner {
		margin: 0 3px;
		flex: 0 0 52px;
		border-radius: 52px;
		height: 52px;
	}
	.partner-icons-grid .partner-row {
		margin-bottom: 6px;
	}
	.partner-icons-grid::before {
		content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #fff 100%);
	}
	.background-blue .partner-icons-grid::before {
		content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #3080B2 100%);
	}
}

/* ANIMATION CSS *.banner-media-image[data-type="image/jpeg"]/* base hidden */
[data-anim] { opacity: 0; transform: translateY(10px); }
[data-counter] { font-variant-numeric: tabular-nums; }


/* revealed container */
[data-anim].is-in {
  opacity: 1; transform: none;
  animation: fadeUp var(--anim-duration, 600ms) ease-out var(--anim-delay, 0ms) both;
}
@keyframes fadeUp { from { opacity:0; transform:translateY(12px) } to { opacity:1; transform:none } }

/* >>> Dramatic staggered item reveal <<< */
[data-stagger] {
  /* defaults; JS will overwrite with jittered values */
  --y-start: 26px;
  --scale-start: 0.96;
  --anim-ease: cubic-bezier(.22,1,.36,1); /* springy fallback */
}
[data-stagger].is-in {
  animation: dramaticUp var(--anim-duration, 800ms) var(--anim-ease) var(--stagger-delay, 0ms) both;
}
@keyframes dramaticUp {
  0%   { opacity: 0; transform: translateY(var(--y-start)) scale(var(--scale-start)); }
  60%  { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  [data-anim], [data-stagger] {
    animation: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}


/* accreditations section */
.accreditation-section .section-introduction {
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* FAQ section */
.faqs-section .section-introduction {
	margin-bottom: 10px;
}
.faqs-section .section-introduction :is(h1, h2, h3, h4):has(strong) {
	background: linear-gradient(265deg, #197DBC 50.33%, #B7CE3F 82.73%);
    background-clip: text;
    -webkit-background-clip: text;
    display: inline-block;
    min-width: 70%;
}
.faqs-section .faq-group-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 14px;
}
.faq-display .faq-group-container {
	grid-gap: 20px;
}
details {
	border-radius: 10px;
	background-color: #F0F5F4;
	color: var(--body-text, #151515);
    overflow: hidden;
	margin-bottom: 14px;
	padding: 20px 24px;
}
details > summary {
	list-style: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.8px;
	color: var(--dark-blue, #0A3E3F);
	cursor: pointer;
	font-family: var(--open-sans-font, "Open Sans"), sans-serif;
	padding: 20px 48px 20px 24px;
	margin: -20px -24px;
	position: relative;
}
details > summary::after {
	content: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0V8' stroke='%230A3E3F' stroke-width='1.5'/%3E%3Cpath d='M8 4L-2.98023e-08 4' stroke='%230A3E3F' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 24px;
    top: 24px;
	line-height: 0;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
	will-change: transform;
	pointer-events: none;
	border: 1.5px solid var(--dark-blue, #0A3E3F);
	transition: all 0.3s ease-in-out;
}
details > summary::-webkit-details-marker {
	display: none;
}
details[open] > summary {
	margin-bottom: 0;
}
details[open] {
	padding-bottom: 0;
}
details:last-of-type {
	margin-bottom: 0;
}
details[open] > summary::after {
    transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
}
.faq-group-container > .faq-item,
.faq-group-container .faq-group-content {
	border-radius: 20px;
	padding: 21px 19px 0;
	background-color: var(--light-blue, #EFF5FB);
}
.faq-group-container .faq-group-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 141.667% */
	letter-spacing: -1.2px;
	margin-bottom: 24px;
}
.faqs-section .faq-title {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 144.444% */
	letter-spacing: -0.9px;
	margin-bottom: 8px;
	display: block;
}
.faqs-section .faq-group-content .faq-title {
	font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.54px;
	margin-bottom: 4px;
}
.faqs-section .faq-content {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	letter-spacing: -0.28px;
	display: inline-block;
	width: 100%;
}
.faqs-section .singular-group-title :is(h1, h2) {
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px; /* 104% */
	letter-spacing: -2.5px;
}
.faqs-section .centre-content {
	text-align: center;
}
.background-grey .faq-group-container > .faq-item,
.background-grey .faq-group-content,
.background-grey-gradient .faq-group-container > .faq-item,
.background-grey-gradient .faq-group-content {
	border: 2px solid #65747A;
	background: #36464B;
}
.background-grey .faq-content,
.background-grey .faq-group-content,
.background-grey-gradient .faq-content,
.background-grey .faq-group-content {
	color: #E7E7E7;
}
.faq-group-content .faq-content {
	margin-bottom: 2px;
}
@media screen and (min-width: 992px) {
	.faq-display .singular-group {
		max-width: 920px;
		margin-left: auto;
	}
	.faq-dropdowns .section-introduction,
	.faq-dropdowns .faq-group-container {
		flex: 0 0 auto;
        width: 83.33333333%;
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 991px) {
	.faqs-section .section-introduction :is(h1, h2, h3, h4):has(strong) {
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 42px;
		letter-spacing: -1.8px;
		text-wrap: balance;
	}
}
@media screen and (max-width: 575px) {
	.faqs-section .section-introduction :is(h1, h2, h3, h4):has(strong) {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: -1.56px;
	}
	.faqs-section .faq-group-container {
		grid-template-columns: 1fr;
	}
	details > summary {
		text-wrap: balance;
	}
	details > summary {
		line-height: 22px;
	}
}

/* team members section */
.team-member-section {
	overflow: hidden;
	position: relative;
}
.team-member-section .section-introduction {
	z-index: 3;
	margin-bottom: 22px;
	align-self: flex-start;
    margin-right: auto;
}
.team-member-section .container {
	position: initial;
}
.team-members-list {
	overflow: visible;
	position: initial;
	width: 100%;
}
.team-members-list article.type-member {
	margin-right: 19px;
	width: calc(20% - 15px);
}
.team-member-section article.type-member .post-image {
	display: grid;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 0 18px;
}
.team-member-section article.type-member .post-image a {
	display: block;
}
.team-member-section article.type-member .post-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}
.team-member-section article.type-member .entry-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 113.916% */
	letter-spacing: -0.6px;
}
.team-member-section article.type-member .entry-title a {
	color: var(--body-text, #151515);
}
.team-member-section article.type-member .member-job-position {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.783px; /* 142.395% */
	letter-spacing: -0.8px;
	margin: 6px 0 0;
	color: #7A7A7A;
}
.team-member-section .team-members-list::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc((100svw - 1445px) / 2);
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to right, white 0%, transparent 100%);
}
.team-member-section .team-members-list::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc((100svw - 1445px) / 2);
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to right, transparent 0%, white 100%);
}
.team-member-section.background-light-blue .team-members-list::after {
	background: linear-gradient(to right, transparent 0%, var(--light-blue, #EFF5FB) 100%);
}
.team-member-section.background-light-blue .team-members-list::before {
	background: linear-gradient(to right, var(--light-blue, #EFF5FB) 0%, transparent 100%);
}
.team-member-section .team-department-filters {
	display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: center;
    margin-bottom: 22px;
    justify-content: flex-end;
	align-items: center;
	margin-left: auto;
}
.team-member-section:has(.team-members-list) .team-department-filters {
	flex: 0 0 auto;
	width: 50%;
}
.team-member-section .team-members-container {
	display: grid;
}
.team-member-section .filter-items {
	display: inline-flex;
    flex-wrap: wrap;
}
.team-member-section .team-department-filters legend {
	margin: 0;
    display: inline-block;
    flex: 0 0 auto;
	float: left;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.3px;
	margin-right: 8px;
}
.team-member-section .team-department-filters label {
	flex: 0 0 auto;
	border-radius: 40px;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.3px;
	padding: 12px 21px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.team-member-section .team-department-filters label:has(input:checked) {
	background-color: #DCE9F3;
	-webkit-text-stroke: 0.5px;
	transition: all 0.3s ease-in-out;
}
.team-member-section .team-department-filters label input {
	visibility: hidden;
}
.team-members-grid {
	margin-left: auto;
	margin-right: 0;
}
@media screen and (min-width: 992px) {
	.team-members-grid .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 21px;
	}
	.team-members-grid article.type-member {
		width: 100% !important;
	}
}
@media screen and (max-width: 991px) {
	.team-member-section .team-department-filters {
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.team-member-section .team-department-filters legend {
		float: unset;
		margin: 0 0 8px;
	}
	.team-member-section .filter-items {
		flex-wrap: nowrap;
		overflow: auto;
	}
	.team-members-grid article.type-member,
	.team-members-list article.type-member {
		margin-right: 19px;
		width: calc(33.33% - 12px);
	}
}
@media screen and (max-width: 575px) {
	.team-members-grid article.type-member,
	.team-members-list article.type-member {
		width: calc(100% / 1.3 - 4px);
	}
}

/* key point slist */
.key-points-list-section {
	overflow: hidden;
}
.key-points-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.key-points-list-section .key-points-slider {
	overflow: visible;
}
.key-points-list .swiper-slide {
	width: auto;
	margin-right: 25px;
}

.key-points-list .key-point {
	border-radius: 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 100% */
	letter-spacing: -0.32px;
	background: linear-gradient(90deg, rgba(25, 125, 188, 0.10) 0%, rgba(25, 125, 188, 0.00) 100%);
	padding: 18px 15px;
	display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.key-points-list .key-point::before {
	content: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7969 10.1562L11.0677 15.625L8.20312 12.8906' stroke='%23B6CE41' stroke-width='2.36177' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4998 21.875C17.6774 21.875 21.8748 17.6777 21.8748 12.5C21.8748 7.32233 17.6774 3.125 12.4998 3.125C7.32209 3.125 3.12476 7.32233 3.12476 12.5C3.12476 17.6777 7.32209 21.875 12.4998 21.875Z' stroke='%23B6CE41' stroke-width='2.36177' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 8px;
}

/* usps section */
.usp-grid-section {
	overflow: hidden;
	position: relative;
}
.usp-grid-section.background-grey .usp-item,
.usp-grid-section.background-grey .usp-item :is(h2, h3, h4) {
	color: var(--body-text, #151515);
}
.usp-grid-section .section-introduction {
	text-align: center;
	margin: auto auto 7px;
}
.usp-grid-section:has(.content-buttons) .section-introduction {
	text-align: left;
	margin: 0 0 7px;
}
.usp-grid-section .content-buttons {
	justify-content: flex-end;
	margin: 0 0 18px;
}
.usp-grid-section .content-buttons .content-button:last-child {
	margin-right: 0;
}
.usp-grid-section .usp-items {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
    width: calc(100% + 20px);
	justify-content: center;
	margin-bottom: -20px;
	padding: 3px;
}
.usp-grid-section .usp-item {
	flex: 1 0 calc(25% - 20px);
	background-color: var(--light-grey, #F0F5F4);
	border-radius: 30px;
	padding: 22px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	background-clip: padding-box;
	border: solid 3px transparent;
	display: inline-grid;
	grid-gap: 7px;
}
.usp-grid-section.background-grey .usp-item {
	background-color: #3a484b;
	color: #fff;
}
.usp-grid-section.background-grey .usp-item :is(h2, h3, h4) {
	color: #fff;
}
.usp-grid-section .usp-5-items .usp-item {
	flex: 0 0 calc(33.33% - 20px);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.3px;
}
.usp-grid-section .usp-5-items .usp-item :is(h1, h2, h3, h4) {
	font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -1.05px;
	margin-bottom: 9px;
}
.usp-grid-section .usp-item::before {
	content: "";
    z-index: -1;
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background: linear-gradient(90deg, rgba(183, 206, 63, 1) 0%, rgba(25, 125, 188, 1) 100%);
	border-radius: 30px;
	pointer-events: none;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.usp-grid-section .usp-item::after {
	content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-grey, #F0F5F4);
	border-radius: 27px;
	pointer-events: none;
}
.usp-grid-section.background-grey .usp-item::after {
	background-color: #3a484b;
}
.usp-grid-section .usp-item * {
	z-index: 1;
}
.usp-grid-section .usp-item:is(:hover, :focus)::before {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.usp-grid-section .usp-item :last-child {
	margin-bottom: 0;
}
.usp-grid-section .usp-item .usp-icon {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background-color: #fff;
	display: grid;
	align-content: center;
	justify-content: center;
}
.usp-grid-section .usp-item :is(h1, h2, h3, h4) {
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -1.3px;
	margin-bottom: 6px;
}
.usp-grid-section .usp-item .content-button {
	margin: 14px auto 0 0;
	align-self: flex-end;
	border: 1px solid #DBDBDB;
    background-color: #FFF;
    color: #575757;
}
.usp-grid-section .usp-item .content-button:is(:hover, :focus) {
	background-color: var(--blue, #197DBC);
	color: #fff;
	border-color: var(--blue, #197DBC);
}
@media screen and (max-width: 991px) {
	.usp-grid-section .usp-item {
		flex: 0 0 70%;
		width: calc(100% / 2.17 - 10px);
	}
	.usp-grid-section .usp-items {
		overflow: visible;
	}
	.usp-grid-section .usp-5-items .usp-item {
		flex: 0 0 calc(50% - 20px);
	}
	.usp-grid-section .usp-items {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	.usp-grid-section .usp-5-items .usp-item {
		flex: 0 0 auto;
	}
}
@media screen and (max-width: 575px) {
	.usp-grid-section .usp-item {
		flex: 0 0 auto;
		width: calc(100% / 1.2 - 2px);
		margin-right: 15px;
	}
	.usp-grid-section .usp-item.swiper-slide-active::before {
		opacity: 1;
		transition: all 0.3s ease-in-out;
	}
	.usp-grid-section .usp-item .usp-details {
		font-size: 14px;
		line-height: 22px; /* 153.846% */
		letter-spacing: -0.26px;
	}
	.usp-grid-section .usp-item :is(h1, h2, h3, h4) {
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: -1.1px;
	}
}
@media screen and (min-width: 992px) {
	.usp-grid-section .usp-items .swiper-wrapper {
		flex-wrap: wrap;
		height: auto;
		flex-direction: row;
		justify-content: center;
	}
	.usp-grid-section .usp-items .usp-item {
		height: auto !important;
	}
}

/* content slider section */
.content-slider-section[class*="container-"]:not(.container-none) .container::before {
	border-radius: 33px;
}
.content-slider-section .content-slider {
	margin-right: -22px;
    width: calc(100% + 22px);
}
.content-slider-section .content-slider-item {
	width: auto;
	flex: 1 0;
	margin-right: 22px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 157.143% */
	letter-spacing: -0.7px;
	background-color: var(--dark-blue, #0A3E3F);
	color: #fff;
	border-radius: 18px;
	position: relative;
	overflow: hidden;
	display: inline-grid;
    align-content: flex-end;
}
.content-slider-section .content-slider-item.border-blue .content-slider-item-inner {
	border-bottom: 15px solid var(--blue, #197DBC);
}
.content-slider-section .content-slider-item.border-green .content-slider-item-inner {
	border-bottom: 15px solid var(--green, #B7CE3F);
}
.content-slider-section .content-slider-item.border-red .content-slider-item-inner {
	border-bottom: 15px solid var(--red, #E05A47);
}
.content-slider-section .content-slider-item.border-purple .content-slider-item-inner {
	border-bottom: 15px solid var(--purple, #8C3FA1);
}
.content-slider-section .content-slider-item.border-blue::before {
	background: linear-gradient(180deg, rgba(10, 62, 63, 0.00) 0%, rgba(10, 62, 63, 0.50) 100%), linear-gradient(0deg, rgba(52, 120, 185, 0.40) 0%, rgba(52, 120, 185, 0.40) 100%);
}
.content-slider-section .content-slider-item.border-green::before {
	background: linear-gradient(180deg, rgba(10, 62, 63, 0.00) 0%, rgba(10, 62, 63, 0.50) 100%), linear-gradient(0deg, rgba(34, 108, 105, 0.30) 0%, rgba(34, 108, 105, 0.30) 100%);
}
.content-slider-section .content-slider-item.border-red::before {
	background: linear-gradient(180deg, rgba(10, 62, 63, 0.00) 0%, rgba(10, 62, 63, 0.50) 100%), linear-gradient(0deg, rgba(221, 84, 57, 0.30) 0%, rgba(221, 84, 57, 0.30) 100%);
}
.content-slider-section .content-slider-item.border-purple::before {
	background: linear-gradient(180deg, rgba(10, 62, 63, 0.00) 0%, rgba(10, 62, 63, 0.50) 100%), linear-gradient(0deg, rgba(52, 22, 46, 0.30) 0%, rgba(52, 22, 46, 0.30) 100%);
}
.content-slider-section .section-introduction {
	text-align: center;
	margin: auto auto 18px;
}
.content-slider-section:has(.content-buttons) .section-introduction {
	text-align: left;
	margin: 0 0 18px;
}
.content-slider-section .content-buttons {
	justify-content: flex-end;
    margin: 0 0 18px;
}
.content-slider-section .content-buttons .content-button:last-child {
	margin-right: 0;
}
.content-slider-item:first-child:last-child .content-slider-item-inner .item-content {
	margin-top: 245px;
}
.content-slider-item:first-child:nth-last-child(2) ~ .content-slider-item .content-slider-item-inner .item-content {
	margin-top: 245px;
}
.content-slider-item:first-child:nth-last-child(3) ~ .content-slider-item .content-slider-item-inner .item-content {
	margin-top: 234px;
}
.content-slider-item:first-child:nth-last-child(4) ~ .content-slider-item .content-slider-item-inner .item-content {
	margin-top: 262px;
}
.leading-with-integrity .content-slider-item .content-slider-item-inner .item-content {
	margin-top: 26px !important;
}
.leading-with-integrity .content-slider-item .content-slider-item-inner {
	border-bottom: none !important;
}
.content-slider-item .content-slider-item-inner {
	position: relative;
	z-index: 3;
	text-decoration: none;
	color: #fff;
	padding: 26px;
}
.content-slider-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 27.93%, rgba(0, 0, 0, 0.70) 100%);
}
.content-slider-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.10);
	transition: all 0.3s ease-in-out;
}
.content-slider-item:is(:hover, :focus)::after {
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.3s ease-in-out;
}
.content-slider-item :is(h2, h3, h4) {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -1.2px;
	margin-bottom: 8px;
	color: #fff !important;
}
.content-slider-item .item-link {
	color: #fff;
    font-size: 14px;
    letter-spacing: -0.7px;
    font-weight: 700;
    line-height: 24px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.content-slider-item .item-link svg {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.content-slider-item .slider-background-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
	pointer-events: none;
}
.content-slider-item .item-content {
	display: grid;
	align-content: flex-end;
	font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.85px;
}
.content-slider-item.item-content-set .item-inner-content {
	margin-bottom: -100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transition-delay: 0s;
	will-change: margin-bottom, opacity;
}
.content-slider-item:is(:hover, :focus) .item-inner-content {
	opacity: 1;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
	transition-delay: 0s;
}
@media screen and (max-width: 1180px) {
	.content-slider-section .content-slider-item {
		min-width: calc(33.33% - 22px);
	}
}
@media screen and (max-width: 991px) {
	.content-slider-section {
		overflow: hidden;
		position: relative;
	}
	.content-slider-section .content-buttons {
		justify-content: flex-start;
	}
	.content-slider-section:has(.content-buttons) .section-introduction {
		margin-bottom: 0;
	}
	.content-slider-section .content-buttons .content-button:first-child {
		margin-left: 0;
	}
	.content-slider-item.swiper-slide-active .item-inner-content {
		opacity: 1;
		margin-bottom: 0;
		transition: all 0.4s ease-in-out;
	}
	.content-slider-section .content-slider {
		overflow: visible;
	}
	.content-slider-section .content-slider-item {
		min-width: calc(50% - 22px);
	}
}
@media screen and (max-width: 768px) {
	.content-slider-item:first-child:nth-last-child(4) ~ .content-slider-item .content-slider-item-inner .item-content {
		margin-top: 122px;
	}
	.content-slider-item .item-content {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
		letter-spacing: -0.26px;
	}
	.content-slider-section .content-slider-item {
		min-width: calc(100% / 2.17 - 22px);
	}
}
@media screen and (max-width: 575px) {
	.content-slider-section .content-slider-item {
		min-width: calc(100% / 1.17 - 22px);
	}
}
/* Our Values - Colored accent bars */
.our-values .content-slider-item-inner {
    overflow: hidden;
}

.our-values .content-slider-item-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: 10;
    pointer-events: none;
}

/* Our Values - Colored accent bars */
.content-slider-section.our-values .content-slider-item .content-slider-item-inner {
    overflow: hidden;
}

.content-slider-section.our-values .content-slider-item .content-slider-item-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: 10;
    pointer-events: none;
}

/* Card 1 - Compassion - Blue */
.content-slider-section.our-values .content-slider-item:nth-child(1) .content-slider-item-inner::after {
    background: #368CCB;
}
.content-slider-section.our-values .content-slider-item:nth-child(1)::after {
    background: linear-gradient(180deg, rgba(54, 140, 203, 0) 0%, rgba(54, 140, 203, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.content-slider-section.our-values .content-slider-item:nth-child(1):is(:hover, :focus)::after {
    opacity: 1;
}

/* Card 2 - Teamwork - Green */
.content-slider-section.our-values .content-slider-item:nth-child(2) .content-slider-item-inner::after {
    background: #ACC744;
}
.content-slider-section.our-values .content-slider-item:nth-child(2)::after {
    background: linear-gradient(180deg, rgba(172, 199, 68, 0) 0%, rgba(172, 199, 68, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.content-slider-section.our-values .content-slider-item:nth-child(2):is(:hover, :focus)::after {
    opacity: 1;
}

/* Card 3 - Hard Work - Coral */
.content-slider-section.our-values .content-slider-item:nth-child(3) .content-slider-item-inner::after {
    background: #FF6058;
}
.content-slider-section.our-values .content-slider-item:nth-child(3)::after {
    background: linear-gradient(180deg, rgba(255, 96, 88, 0) 0%, rgba(255, 96, 88, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.content-slider-section.our-values .content-slider-item:nth-child(3):is(:hover, :focus)::after {
    opacity: 1;
}

/* Card 4 - Humility - Purple */
.content-slider-section.our-values .content-slider-item:nth-child(4) .content-slider-item-inner::after {
    background: #733F62;
}
.content-slider-section.our-values .content-slider-item:nth-child(4)::after {
    background: linear-gradient(180deg, rgba(115, 63, 98, 0) 0%, rgba(115, 63, 98, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.content-slider-section.our-values .content-slider-item:nth-child(4):is(:hover, :focus)::after {
    opacity: 1;
}
/* ==========================================================
   CONTENT SLIDER - GRADIENT IMAGE HOVER EFFECT
   Trigger: Add 'gradient-img' to Element classes field
   ========================================================== */

/* Base setup for gradient overlay */
.content-slider-section.gradient-img .content-slider-item {
	position: relative;
	overflow: hidden;
}

.content-slider-section.gradient-img .content-slider-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
	pointer-events: none;
}

/* Show gradient on hover */
.content-slider-section.gradient-img .content-slider-item:hover::before {
	opacity: 0.85;
}

/* Ensure content stays above gradient */
.content-slider-section.gradient-img .content-slider-item-inner {
	position: relative;
	z-index: 2;
}

/* Gradient colors cycling through slides */
/* 1st slide - Blue/Teal */
.content-slider-section.gradient-img .content-slider-item:nth-child(4n+1)::before {
	background: linear-gradient(135deg, rgba(45, 80, 100, 0.9) 0%, rgba(70, 130, 150, 0.85) 100%);
}

/* 2nd slide - Green */
.content-slider-section.gradient-img .content-slider-item:nth-child(4n+2)::before {
	 background: linear-gradient(180deg, rgba(115, 63, 98, 0) 0%, rgba(115, 63, 98, 0.85) 100%);
}

/* 3rd slide - Brown/Rust */
.content-slider-section.gradient-img .content-slider-item:nth-child(4n+3)::before {
	background: linear-gradient(135deg, rgba(140, 90, 60, 0.9) 0%, rgba(180, 120, 80, 0.85) 100%);
}

/* 4th slide - Yellow-Green (Brand) */
.content-slider-section.gradient-img .content-slider-item:nth-child(4n+4)::before {
	background: linear-gradient(135deg, rgba(140, 160, 50, 0.9) 0%, rgba(182, 206, 65, 0.85) 100%);
}

/* Smooth image transition */
.content-slider-section.gradient-img .slider-background-image {
	transition: transform 0.4s ease;
}

.content-slider-section.gradient-img .content-slider-item:hover .slider-background-image {
	transform: scale(1.05);
}

/* ==========================================================
   ALTERNATIVE: Single gradient color for all slides
   Uncomment below and comment out nth-child rules above
   ========================================================== */
/*
.content-slider-section.gradient-img .content-slider-item::before {
	background: linear-gradient(135deg, rgba(30, 60, 80, 0.9) 0%, rgba(50, 90, 110, 0.85) 100%);
}
*/

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1024px) {
	.content-slider-section.gradient-img .content-slider-item:hover::before {
		opacity: 0.8;
	}
}

@media (max-width: 768px) {
	/* Always show gradient on mobile/touch devices */
	.content-slider-section.gradient-img .content-slider-item::before {
		opacity: 0.7;
	}

	.content-slider-section.gradient-img .content-slider-item:hover .slider-background-image {
		transform: none;
	}
}

/* ==========================================================
   REDUCED MOTION
   ========================================================== */
@media (prefers-reduced-motion: reduce) {
	.content-slider-section.gradient-img .content-slider-item::before,
	.content-slider-section.gradient-img .slider-background-image {
		transition: none;
	}
}
/* key commitments section */
.key-commitments-about-us.previous-light-blue::before {
	background-color: #fff;
}

/* call to action section */
.call-to-action-section {
	overflow: hidden;
	position: relative;
}
.call-to-action-section[class*="previous-"]::before {
	height: calc(50% - 35px);
}
.call-to-action-section .section-introduction {
	text-align: center;
    margin: auto;
	z-index: 1;
}
.call-to-action-section .section-introduction p:last-child {
	margin-bottom: 0;
}
.call-to-action-section .section-introduction :is(h1, h2, h3) {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 39px; /* 108.333% */
	letter-spacing: -1.8px;
	color: #fff;
}
.call-to-action-section .small-cta-bar .section-introduction :is(h1, h2, h3) {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 136% */
	letter-spacing: -1.25px;
	margin-bottom: 7px;
}
.call-to-action-section .section-introduction h4 {
	color: #fff;
}
.call-to-action-section .content-buttons {
	justify-content: center;
	z-index: 1;
}
.call-to-action-section .call-to-action-container {
	background-color: #fff;
    padding: 38px 15px;
    margin: auto;
	border-radius: 23px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.call-to-action-section:not(:has(.small-cta-bar)) .call-to-action-container {
	width: calc(100% - 40px);
}
.call-to-action-section .small-cta-bar .section-introduction  {
	text-align: left;
	margin-left: 0;
	width: auto;
	text-align: left;
    margin-left: 0;
    width: auto;
    flex: 0 1 495px;
}
.call-to-action-section .call-to-action-image-left {
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	height: calc(100% + 1px);
    width: auto;
    object-fit: contain;
}
.call-to-action-section .call-to-action-image-right {
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: auto;
    object-fit: contain;
}
.call-to-action-section .small-cta-bar {
	padding: 0 !important;
}
.call-to-action-section .small-cta-bar .call-to-action-container {
	padding: 28px 32px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1145px;
}
.call-to-action-section .small-cta-bar .call-to-action-container .call-to-action-image-centre {
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.call-to-action-section .container::before {
	display: none !important;
}
section[class*="container-"][class*="previous-"].call-to-action-section:has(.small-cta-bar)::before {
	height: calc(50% - 35px);
}
@media screen and (max-width: 1024px) {
	.call-to-action-section .call-to-action-image-left,
	.call-to-action-section .call-to-action-image-right {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.call-to-action-section .call-to-action-container {
		padding: 38px 15px 28px 15px;
	}
}
@media screen and (max-width: 768px) {
	.call-to-action-section .section-introduction :is(h1, h2, h3) {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px;
		letter-spacing: -1.3px;
		text-wrap: balance;
	}
	.call-to-action-section .section-introduction :is(h1, h2, h3) br {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.call-to-action-section .section-introduction {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px; /* 157.143% */
		letter-spacing: -0.28px;
	}
	.call-to-action-section .content-buttons {
		display: inline-block;
		width: 100%;
	}
}


/* careers section */
.article-items.job_vacancy-items .archive-container {
	display: block;
}
.article-items.job_vacancy-items .careers-list {
	margin: auto;
	display: grid;
	grid-gap: 11px;
	max-width: 1145px;
}
.careers-list .careers-introduction {
	text-wrap: pretty;
}
article.type-job_vacancy .entry-title {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: -0.48px;
}
article.type-job_vacancy .entry-title a {
	color: var(--dark-blue, #0A3E3F);
}
.careers-list article.type-job_vacancy .inside-article {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.careers-list article.type-job_vacancy {
	background-color: var(--light-grey, #F0F5F4);
	border-radius: 10px;
	padding: 20px 24px;
}
.careers-list article.type-job_vacancy .entry-header {
	margin-right: auto;
}
article.type-job_vacancy .read-more-arrow {
    display: inline-flex;
    align-items: center;
}

/* careers internal */
.page-banner .banner-content .job-location,
.page-banner .banner-content .salary-range,
article.type-job_vacancy .job-location,
article.type-job_vacancy .salary-range {
	font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.45px;
	display: inline-block;
    margin: 0 42px 0 0;
	color: rgba(255, 255, 255, 0.7);
}
article.type-job_vacancy .job-location,
article.type-job_vacancy .salary-range {
	color: #5F6368;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 172.727% */
	letter-spacing: -0.33px;
}
.single-job_vacancy article.type-job_vacancy {
	margin: auto;
	max-width: 1236px;
	padding: 0 15px;
}
.job-location::before {
	content: url("data:image/svg+xml,%3Csvg width='13' height='17' viewBox='0 0 13 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2109 6.51984C12.2109 11.7353 6.41602 15.7917 6.41602 15.7917C6.41602 15.7917 0.621094 11.7353 0.621094 6.51984C0.621094 4.98293 1.23163 3.50897 2.31839 2.42221C3.40515 1.33545 4.87911 0.724915 6.41602 0.724915C7.95292 0.724915 9.42689 1.33545 10.5136 2.42221C11.6004 3.50897 12.2109 4.98293 12.2109 6.51984Z' stroke='white' stroke-opacity='0.7' stroke-width='1.15898' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.41563 8.83787C7.6958 8.83787 8.73359 7.80008 8.73359 6.5199C8.73359 5.23972 7.6958 4.20193 6.41563 4.20193C5.13545 4.20193 4.09766 5.23972 4.09766 6.5199C4.09766 7.80008 5.13545 8.83787 6.41563 8.83787Z' stroke='white' stroke-opacity='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	display: inline-block;
    line-height: 1;
    font-size: 0;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
article.type-job_vacancy .job-location::before {
	content: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55469 4.3689C8.55469 7.67534 4.88086 10.247 4.88086 10.247C4.88086 10.247 1.20703 7.67534 1.20703 4.3689C1.20703 3.39454 1.59409 2.46008 2.28307 1.77111C2.97205 1.08213 3.9065 0.695068 4.88086 0.695068C5.85522 0.695068 6.78967 1.08213 7.47865 1.77111C8.16762 2.46008 8.55469 3.39454 8.55469 4.3689Z' fill='%235F6368' stroke='%235F6368' stroke-width='0.734766' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.87969 5.83848C5.69129 5.83848 6.34922 5.18055 6.34922 4.36895C6.34922 3.55735 5.69129 2.89941 4.87969 2.89941C4.06809 2.89941 3.41016 3.55735 3.41016 4.36895C3.41016 5.18055 4.06809 5.83848 4.87969 5.83848Z' fill='%23F0F5F4'/%3E%3C/svg%3E%0A");
	margin: -2px 6px 0 0;
}
.salary-range::before {
	content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='14' height='14' rx='7' stroke='white' stroke-opacity='0.7'/%3E%3Cpath d='M7.68753 4.18338C8.0279 4.18338 8.34221 4.22018 8.63045 4.29377C8.91869 4.3643 9.1778 4.45169 9.40778 4.55595L9.05361 5.39308C8.8543 5.30415 8.64425 5.22902 8.42347 5.1677C8.20269 5.1033 7.98037 5.0711 7.75652 5.0711C7.46828 5.0711 7.2383 5.15083 7.06658 5.31028C6.89793 5.46667 6.8136 5.72578 6.8136 6.08762V7.19152H8.63505V7.98726H6.8136V8.82898C6.8136 9.06816 6.77987 9.26748 6.71241 9.42693C6.64802 9.58639 6.56369 9.71518 6.45943 9.8133C6.35824 9.90836 6.25092 9.98809 6.13746 10.0525H9.61017V11H4.84497V10.1031C5.02589 10.0448 5.18228 9.96662 5.31413 9.8685C5.44905 9.77037 5.55331 9.63852 5.6269 9.47293C5.7005 9.30734 5.73729 9.09576 5.73729 8.83818V7.98726H4.87257V7.19152H5.73729V6.04162C5.73729 5.62152 5.82162 5.27502 5.99027 5.00211C6.15893 4.72613 6.39044 4.52068 6.68481 4.38576C6.97919 4.25084 7.31343 4.18338 7.68753 4.18338Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E%0A");
	display: inline-block;
    line-height: 1;
    font-size: 0;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
article.type-job_vacancy .salary-range::before {
	content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='9' height='9' rx='4.5' stroke='%235F6368'/%3E%3Cpath d='M5.36572 2.43457C5.61865 2.43457 5.85221 2.46191 6.06641 2.5166C6.2806 2.56901 6.47314 2.63395 6.64404 2.71143L6.38086 3.3335C6.23275 3.26742 6.07666 3.21159 5.9126 3.16602C5.74854 3.11816 5.58333 3.09424 5.41699 3.09424C5.2028 3.09424 5.0319 3.15348 4.9043 3.27197C4.77897 3.38818 4.71631 3.58073 4.71631 3.84961V4.66992H6.06982V5.26123H4.71631V5.88672C4.71631 6.06445 4.69124 6.21257 4.64111 6.33105C4.59326 6.44954 4.5306 6.54525 4.45312 6.61816C4.37793 6.6888 4.29818 6.74805 4.21387 6.7959H6.79443V7.5H3.25342V6.8335C3.38786 6.7902 3.50407 6.7321 3.60205 6.65918C3.70231 6.58626 3.77979 6.48828 3.83447 6.36523C3.88916 6.24219 3.9165 6.08496 3.9165 5.89355V5.26123H3.27393V4.66992H3.9165V3.81543C3.9165 3.50326 3.97917 3.24577 4.10449 3.04297C4.22982 2.83789 4.40186 2.68522 4.62061 2.58496C4.83936 2.4847 5.08773 2.43457 5.36572 2.43457Z' fill='%235F6368'/%3E%3C/svg%3E%0A");
}
article.type-job_vacancy .equal-opportunity-text {
	border-top: 1px solid #CECECE;
	padding-top: 48px;
}
article.type-job_vacancy .equal-opportunity-text :is(h2, h3, h4) {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 109.091% */
	letter-spacing: -0.44px;
}

/* timeline section */
.timeline-section {
	position: relative;
	overflow: hidden;
}
.timeline-section .timeline-item .item-title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.54px;
	margin-bottom: 8px;
}
.timeline-section .timeline-items {
	padding-top: 75px;
	position: relative;
}
.timeline-section .timeline-items::before {
	content: "";
	position: absolute;
	top: 14.5px;
	left: 50%;
	width: 90%;
	height: 5px;
	z-index: -1;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
	transform: translateX(-50%);
}
.timeline-section .timeline-item {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.28px;
	padding: 27px 12px;
	border-radius: 30px;
	background: rgba(69, 83, 88, 0.60);
	width: calc(16.6666667% - 25px);
	margin-right: 30px;
	display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
	position: relative;
}
.timeline-section .timeline-item::before {
	content: attr(data-index);
	position: absolute;
	width: 34px;
	height: 34px;
	background-color: var(--blue, #197DBC);
	border-radius: 50%;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.54px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	left: 50%;
	bottom: calc(100% + 41px);
	transform: translateX(-50%);
}
.timeline-section .item-content :last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	.timeline-section .content-buttons {
		justify-content: flex-end;
		margin: 0 0 26px;
	}
	.timeline-section .content-buttons .content-button:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 1024px) {
	.timeline-section .timeline-items {
		overflow: visible;
	}
	.timeline-section .timeline-item {
		text-align: left;
		justify-content: flex-start;
		width: calc(25% - 12px);
		margin-right: 20px;
		padding: 20px;
		text-wrap: balance;
	}
	.timeline-section .timeline-item::before {
		left: 0;
		transform: unset;
	}
	.timeline-section .timeline-items::before {
		right: -15px;
		width: calc(100% + 15px);
		background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
		transform: unset;
        left: unset;
	}
	.timeline-section .timeline-item {
		width: calc(33.33% - 12px);
		margin-right: 18px;
	}
}
@media screen and (max-width: 991px) {
	.timeline-section .section-introduction {
		margin: auto auto 26px;
	}
	.timeline-section .content-buttons {
		order: 1;
        margin: 26px -10px 0;
        justify-content: flex-start;
	}
}
@media screen and (max-width: 575px) {
	.timeline-section .content-buttons .content-button {
		flex: 0 0 100%;
	}
	.timeline-section .timeline-item {
		width: calc((100% / 1.4) - 6px);
		margin-right: 18px;
	}
}

/* content grid section */
.content-grid-section {
	position: relative;
	overflow: hidden;
}
.content-grid-section .content-grid {
	margin-top: 34px;
}
.content-grid-section .content-grid .swiper-wrapper {
	width: 100%;
}
.content-grid-section:not(:has(.second-column-content)) .first-column-content {
	text-align: center;
    margin: auto;
}
.content-grid .content-grid-item {
	font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.7px;
    background-color: var(--dark-blue, #0A3E3F);
    color: #fff;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    display: inline-grid;
    align-content: flex-end;
}
.content-grid-item :is(h2, h3, h4) {
	font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1.2px;
    margin-bottom: 8px;
    color: #fff !important;
}
.content-grid-item .content-grid-item-inner {
	position: relative;
    z-index: 3;
    text-decoration: none;
    color: #fff;
    padding: 26px;
	margin-top: 230px;
}
.content-grid-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(0deg, rgba(10, 62, 63, 0.20) 0%, rgba(10, 62, 63, 0.20) 100%), linear-gradient(180deg, rgba(10, 62, 63, 0.00) 0%, rgba(10, 62, 63, 0.50) 100%);
}
.content-grid-item .grid-background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}
@media screen and (min-width: 1025px) {
	.content-grid-section .content-grid .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 19px;
	}
}
@media screen and (max-width: 1024px) {
	.content-grid-section .section-introduction {
		width: 100%;
		flex: 0 0 100%;
	}
	.content-grid-section .content-grid {
		overflow: visible;
	}
	.content-grid .content-grid-item {
		width: calc(100% / 2.2 - 11px);
		margin-right: 19px;
	}
}
@media screen and (max-width: 991px) {
	.content-grid-section .second-column-content > :last-child {
		margin-bottom: 0;
	}
	.content-grid-section:not(:has(.second-column-content)) .first-column-content > :last-child {
		margin-bottom: 0;
	}
	.content-grid-item .content-grid-item-inner {
		margin-top: 140px;
	}
}
@media screen and (max-width: 575px) {
	.content-grid-section:not(:has(.second-column-content)) .first-column-content {
		text-align: left;
	}
	.content-grid .content-grid-item {
		width: calc(100% / 1.3 - 4px);
	}
	.content-grid-item .content-grid-item-inner {
		margin-top: 88px;
	}
}

/* customer reviews section */
.customer-reviews-section {
	overflow: hidden;
	position: relative;
}
.customer-reviews-section .section-introduction {
	margin-bottom: 24px;
}
.customer-reviews-section .customer-reviews-list {
	overflow: visible;
}
.customer-reviews-section article.type-review {
	margin-right: 70px;
}
.customer-reviews-section article.type-review .inside-article {
	background-color: #fff;
    padding: 40px 258px 58px 50px;
	border-radius: 20px;
	width: 90%;
}
.customer-reviews-section article.type-review .entry-content {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; /* 175% */
	letter-spacing: -1px;
	padding: 0;
}
.customer-reviews-section article.type-review .star-rating {
	margin-bottom: 9px;
}
.customer-reviews-section article.type-review .star-rating svg {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 2px;
}
.customer-reviews-section article.type-review .post-image {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 24%;
    border-radius: 20px;
    display: grid;
    align-content: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
	padding: 28px;
	min-height: 70%;
}
.customer-reviews-section article.type-review .post-image img {
	margin: auto;
}
.customer-reviews-section article.type-review .post-tags {
	display: inline-block;
    width: 100%;
    margin-bottom: 48px;
}
.customer-reviews-section article.type-review .tag-item {
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	border: 1px solid #98C8EA;
	padding: 8px 16px;
	display: inline-block;
	border-radius: 40px;
}
.customer-reviews-section article.type-review .review-meta {
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 211.765% */
	letter-spacing: -0.85px;
}
.customer-reviews-section article.type-review .review-meta p {
	margin-bottom: 0;
}
.customer-reviews-section article.type-review .entry-title {
	font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -1px;
	text-align: center;
}
.customer-reviews-section article.type-review .review-link {
	margin: 18px 0 0;
    background-color: #733F62;
    padding: 16px 34px 17px;
}
.customer-reviews-section .swiper-pagination {
	position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin: unset;
    bottom: unset;
    width: 50%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
	.customer-reviews-section article.type-review .post-image {
		width: 28%;
	}
}
@media screen and (max-width: 991px) {
	.customer-reviews-section {
		padding-bottom: 100px;
	}
	.customer-reviews-section .section-introduction {
		width: auto;
	}
	.customer-reviews-section article.type-review {
		margin-right: 15px;
	}
	.customer-reviews-section article.type-review .inside-article {
		width: 100%;
		padding: 40px 58px 0;
		margin-bottom: 40px;
	}
	.customer-reviews-section .swiper-pagination {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.customer-reviews-section article.type-review .post-image {
		padding: 18px;
        position: relative;
        bottom: unset;
        top: unset;
		margin: auto;
        width: auto;
        display: inline-grid;
		left: 50%;
        transform: translateX(-50%);
		margin-bottom: -90px;
	}
	.customer-reviews-section article.type-review .review-meta {
		margin-bottom: 21px;
	}
}
@media screen and (max-width: 575px) {
	.customer-reviews-section article.type-review .inside-article {
		padding: 23px 13px 0;
	}
	.customer-reviews-section article.type-review .post-tags {
		margin-bottom: 12px;
	}
	.customer-reviews-section article.type-review .entry-content {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 161.538% */
		letter-spacing: -0.26px;
	}
	.customer-reviews-section article.type-review .tag-item {
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 14px;
	}
	.customer-reviews-section article.type-review .post-image {
		padding: 18px;
	}
	.customer-reviews-section article.type-review .post-image img {
		max-width: 100px;
	}
	.customer-reviews-section article.type-review .review-link {
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
		letter-spacing: -0.26px;
		padding: 10px 34px 11px;
	}
	.customer-reviews-section article.type-review .review-meta {
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px;
		letter-spacing: -0.7px;
	}
	.customer-reviews-section article.type-review .review-meta span {
		display: none;
	}
	.customer-reviews-section article.type-review .review-meta strong {
		display: block;
	}
	.customer-reviews-section {
		padding-bottom: 70px;
	}
}

/* Ensure smooth transitions are applied */
.customer-reviews-section .swiper-slide,
.customer-reviews-section .section-introduction h2,
.customer-reviews-section .reviews-pagination {
	will-change: opacity, transform;
}

/* Enhanced card styling for 3D effects */
.customer-reviews-section .swiper-slide article {
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
	transform-style: preserve-3d;
	perspective: 1000px;
}

/* Floating animation keyframes */
@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
}

/* Ripple effect styles */
.ripple-effect {
	position: absolute;
	border-radius: 50%;
	background: rgba(25, 125, 188, 0.3);
	transform: scale(0);
	animation: ripple 0.6s ease-out;
	pointer-events: none;
}

@keyframes ripple {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

/* Word animation in heading */
.customer-reviews-section .section-introduction h2 span {
	display: inline-block;
	perspective: 1000px;
}

/* Enhanced hover state */
.customer-reviews-section .swiper-slide article:hover {
	z-index: 10;
}

/* Smooth perspective transitions */
.customer-reviews-section .swiper-slide {
	perspective: 1000px;
	transform-style: preserve-3d;
}

/* Performance optimization */
.customer-reviews-section.animated .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* Add subtle gradient overlay on hover */
.customer-reviews-section .swiper-slide article::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(25, 125, 188, 0.05) 0%, rgba(183, 206, 63, 0.05) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
	border-radius: inherit;
}

.customer-reviews-section .swiper-slide article:hover::before {
	opacity: 1;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
	.customer-reviews-section * {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.ripple-effect {
		display: none;
	}
}

/* Mobile optimizations - reduce animation intensity */
@media screen and (max-width: 768px) {
	@keyframes float {
		0%, 100% {
			transform: translateY(0px);
		}
		50% {
			transform: translateY(-5px);
		}
	}

	.customer-reviews-section .swiper-slide article:hover {
		transform: translateY(-6px) scale(1.01) !important;
	}
}
/* Dotted connector line between slides */
.customer-reviews-section article.type-review:has(+ article.type-review) .inside-article::before {
    content: '';
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 0;
    border-top: 3px dashed #1B3B5A;
}
@media screen and (max-width: 991px) {
	.customer-reviews-section article.type-review:has(+ article.type-review) .inside-article::before {
		left: -30px;
		width: 30px;

	}
}

/* content tabs section */
.content-tabs-section .section-introduction {
	text-align: center;
    margin: auto auto 35px;
}
.content-tabs-section .content-tabs-navigation {
	margin: 0;
    list-style-type: none;
    display: inline-flex;
	width: 100%;
	position: relative;
	z-index: 1;
}
.content-tabs-container {
	background: linear-gradient(263deg, #197DBC -0.69%, #085484 100.97%);
	border-radius: 20px;
	overflow: hidden;
}
.content-tabs-navigation .navigation-item {
	flex: 1 0;
	position: relative;
}
.content-tabs-navigation .navigation-item button {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: -0.9px;
	width: 100%;
	background-color: transparent;
	color: var(--dark-blue, #0A3E3F);
	padding: 22px 22px;
	font-family: var(--open-sans-font, "Open Sans", sans-serif, system-ui);
	border-radius: 0;
	border: unset;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.background-light-blue .navigation-item button {
	background-color: var(--light-blue, #EFF5FB);
}
.content-tabs-navigation .navigation-item button[aria-selected="true"] {
	color: #fff;
	background-color: transparent;
}
.content-tabs-navigation .navigation-item button::before,
.content-tab-inner:not(:first-of-type) .content-tab::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0C8.95431 -1.41097e-07 1.35705e-06 8.95431 8.74228e-07 20L0 8.74228e-07L20 0Z' fill='white'/%3E%3Cpath d='M20 0C8.95431 -1.41097e-07 1.35705e-06 8.95431 8.74228e-07 20L0 8.74228e-07L20 0Z' fill='%23EFF5FB'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
    background-position: top right;
}
.content-tabs-navigation .navigation-item button::after,
.content-tab-inner:not(:last-child) .content-tab::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20C20 8.95431 11.0457 9.65645e-07 0 0H20V20Z' fill='white'/%3E%3Cpath d='M20 20C20 8.95431 11.0457 9.65645e-07 0 0H20V20Z' fill='%23EFF5FB'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
    background-position: top right;
}
.content-tabs-navigation .closest-right-tab button {
	border-bottom-left-radius: 20px;
}
.content-tabs-navigation .closest-left-tab button {
	border-bottom-right-radius: 20px;
}
.content-tabs-container .content-tab {
	padding: 66px;
    color: #fff;
	width: 100%;
	position: relative;
	grid-template-columns: 1fr 1fr;
    grid-gap: 130px;
}
.content-tabs-container .content-tab :is(h1, h2, h3, h4) {
	color: #fff;
}
.content-tabs-container .content-tab:not([hidden]) {
	display: grid;
}
.content-tabs-container .content-tab .tab-image {
	display: inline-flex;
}
.content-tabs-container .content-tab .tab-image img {
	width: 100%;
	object-fit: contain;
	display: inline-block;
}
.content-tabs-container .content-tab .tab-internal-content {
	font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.3px;
}
.content-tabs-container .mobile-nav-button {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 31px; /* 193.75% */
	letter-spacing: -0.8px;
	font-family: var(--open-sans-font, "Open Sans", sans-serif, system-ui);
	background-color: transparent;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 10px 46px;
	text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}
.content-tabs-container .mobile-nav-button .nav-button-svg {
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	line-height: 1;
}
.content-tabs-container .mobile-nav-button .nav-button-svg path,
.content-tabs-container .mobile-nav-button .nav-button-svg circle {
	will-change: stroke, opacity;
	transition: all 0.3s ease-in-out;
}
.content-tabs-container .mobile-nav-button[aria-selected="true"] .nav-button-svg path {
	stroke: var(--light-blue, #EFF5FB);
}
.content-tabs-container .mobile-nav-button[aria-selected="true"] .nav-button-svg circle {
	stroke: var(--light-blue, #EFF5FB);
}
.content-tabs-container .mobile-nav-button[aria-selected="true"] .nav-button-svg path.up-line {
	transform: rotate(45deg);
    opacity: 0;
}
@media screen and (min-width: 992px) {
	.content-tabs-container .mobile-nav-button {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.content-tab-inner:not(:last-child) .content-tab::after,
	.content-tab-inner:not(:first-of-type) .content-tab::before {
		display: none;
	}
	.content-tabs-section .content-tabs-navigation {
		display: none;
	}
	.content-tabs-container .content-tab:not([hidden]) {
		padding: 20px;
		grid-template-columns: 1fr;
		grid-gap: 26px;
	}
	.content-tabs-container {
		background: unset;
        border-radius: unset;
	}
	.content-tabs-container .content-tab-inner {
		background: linear-gradient(244deg, #197DBC -240.05%, #085484 110.2%);
		margin-bottom: 11px;
        border-radius: 20px;
        overflow: hidden;
		transition: all 0.3s ease-in-out;
	}
	.content-tabs-container .content-tab-inner:has(button[aria-selected="false"]) {
		background: transparent;
		border: 1px solid #D3E2ED;
		border-radius: 10px;
	}
	.content-tabs-container .content-tab-inner:has(button[aria-selected="false"]) button {
		color: var(--body-text, #151515);
	}
	.content-tabs-container .content-tab-inner:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 575px) {
	.content-tabs-section .section-introduction {
		text-align: left;
		margin-bottom: 0;
	}
	.content-tabs-container .content-tab :is(h1, h2, h3, h4) {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px;
		letter-spacing: -1.56px;
	}
	.content-tabs-container .content-tab .tab-internal-content {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 19px;
		letter-spacing: -0.14px;
	}
}

/* content accreditations section */
.content-partner-accreditation-section .container {
	align-items: center;
}
@media screen and (max-width: 1090px) and (min-width: 992px) {
	.content-partner-accreditation-section .small-masonry {
		margin-left: 40px;
		flex: 1 0 40%;
		grid-template-columns: 1fr 1fr;
	}
	.masonry-items.small-masonry .masonry-item:nth-child(3n-1) {
		margin-top: unset;
	}
	.masonry-items.small-masonry .masonry-item:nth-child(2n) {
		margin-top: 122px;
	}
}
@media screen and (min-width: 1024px) {
	.content-partner-accreditation-section .section-introduction {
		padding-right: 120px;
	}
}
@media screen and (max-width: 991px) {
	.masonry-items .masonry-item:nth-child(2n) {
		margin-top: unset;
	}
	.masonry-items .masonry-item:nth-child(3n-1) {
		margin-top: 122px;
	}
}
@media screen and (max-width: 575px) {
	.masonry-items.small-masonry {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 0;
	}
	.masonry-items.small-masonry .masonry-item:nth-child(3n-1),
	.masonry-items .masonry-item:nth-child(3n-1) {
		margin-top: unset;
	}
	.masonry-items.small-masonry .masonry-item:nth-child(2n),
	.masonry-items .masonry-item:nth-child(2n) {
		margin-top: 122px;
	}
	.masonry-items {
		margin-bottom: 0;
	}
}

/* dashboard section */
.dashboard-section .content-buttons {
	justify-content: flex-end;
	margin: 0 0 26px;
}
.dashboard-section .content-buttons .content-button:last-child {
	margin-right: 0;
}
.dashboard-section .dashboard-content {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-gap: 20px;
}
.dashboard-content .top-left-block {
	border-radius: 30px;
	background: linear-gradient(301deg, #ACC744 -44.75%, #2684B2 97.7%);
	padding: 38px 47px;
	padding-right: 40%;
	padding-bottom: 180px;
    color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 160% */
	letter-spacing: -0.3px;
	position: relative;
}
.dashboard-content .top-left-block .top-left-image {
	position: absolute;
    bottom: 0;
    right: 0;
	max-width: 40%;
	object-fit: contain;
	object-position: bottom right;
}
.dashboard-content .top-left-block :is(h2, h3, h4) {
	font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -2.058px;
}
.dashboard-content .top-right-block {
	border-radius: 30px;
	background: linear-gradient(111deg, #358BC8 5.33%, #126D93 97.32%);
	padding: 36px;
	padding-right: 50%;
    color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 146.667% */
	letter-spacing: -0.3px;
	position: relative;
}
.dashboard-content .top-right-block .top-right-image {
	position: absolute;
    bottom: 0;
    right: 30px;
    max-width: 40%;
	max-height: 98%;
    object-fit: contain;
}
.dashboard-content .top-right-block :is(h2, h3, h4) {
	font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.9px;
    letter-spacing: -1.8px;
    text-wrap: balance;
}
.dashboard-content .bottom-right-block {
	border-radius: 30px;
	background: linear-gradient(210deg, #743F63 15.22%, #9E5687 81.81%);
	padding: 26px;
	padding-left: 50%;
    color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 146.667% */
	letter-spacing: -0.3px;
	text-wrap: balance;
	position: relative;
}
.dashboard-content .bottom-right-statistic {
	font-size: 93px;
    font-style: normal;
    font-weight: 700;
    line-height: 93px;
    letter-spacing: -5.582px;
	margin-bottom: 4px;
}
.dashboard-content .bottom-right-block .bottom-right-image {
	position: absolute;
    bottom: 0;
    left: 0;
    max-width: 42%;
    object-fit: contain;
}
.dashboard-content .bottom-left-block {
	border-radius: 0 30px 0;
	background-color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 116.667% */
	letter-spacing: -1.2px;
	color: var(--body-text, #151515);
	padding: 24px 34px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
	max-width: 450px;
	position: relative;
    z-index: 1;
	margin-top: auto;
}
.dashboard-content .bottom-left-statistic {
	width: 111px;
    height: 111px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
	flex: 0 0 111px;
	background-image: url("data:image/svg+xml,%3Csvg width='111' height='111' viewBox='0 0 111 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55.2056 0.959961C52.168 0.959961 49.7056 3.42239 49.7056 6.45996C49.7056 9.49753 52.168 11.96 55.2056 11.96V6.45996V0.959961ZM82.0983 97.2204L79.102 92.6082L79.102 92.6082L82.0983 97.2204ZM13.8098 82.7175L9.19761 85.7138L9.19761 85.7138L13.8098 82.7175ZM31.309 19.0411C33.8563 17.3863 34.5797 13.9799 32.9249 11.4326C31.2701 8.88539 27.8637 8.16194 25.3164 9.81675L28.3127 14.4289L31.309 19.0411ZM104.57 55.8242H99.0698C99.0698 80.0498 79.4311 99.6885 55.2056 99.6885V105.188V110.688C85.5062 110.688 110.07 86.1249 110.07 55.8242H104.57ZM55.2056 105.188V99.6885C30.98 99.6885 11.3413 80.0498 11.3413 55.8242H5.8413H0.341296C0.341296 86.1249 24.9049 110.688 55.2056 110.688V105.188ZM55.2056 6.45996V11.96C79.4311 11.96 99.0698 31.5987 99.0698 55.8242H104.57H110.07C110.07 25.5235 85.5062 0.959961 55.2056 0.959961V6.45996ZM82.0983 97.2204L79.102 92.6082C58.787 105.806 31.6196 100.036 18.422 79.7212L13.8098 82.7175L9.19761 85.7138C25.7049 111.123 59.6852 118.34 85.0946 101.833L82.0983 97.2204ZM13.8098 82.7175L18.422 79.7212C5.22429 59.4062 10.994 32.2388 31.309 19.0411L28.3127 14.4289L25.3164 9.81675C-0.0930356 26.324 -7.30969 60.3043 9.19761 85.7138L13.8098 82.7175ZM96.6013 28.9319L91.9891 31.9282C105.187 52.2432 99.417 79.4106 79.102 92.6082L82.0983 97.2204L85.0946 101.833C110.504 85.3253 117.721 51.345 101.213 25.9356L96.6013 28.9319Z' fill='%23B7CE3F'/%3E%3C/svg%3E%0A");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dashboard-content :is(h1, h2, h3, h4) {
	color: #fff;
}
.dashboard-content .content-button {
	margin: 0;
}
.dashboard-content .top-right-block .content-button {
	background: rgba(136, 183, 214, 0.50);
}
@media screen and (min-width: 1025px) {
	.dashboard-content .top-left-block {
		grid-column-start: 1;
		grid-column-end: 7;
		grid-row-start: 1;
		grid-row-end: 4;
	}
	.dashboard-content .top-right-block {
		grid-column: span 4;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.dashboard-content .bottom-right-block {
		grid-column: span 4;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.dashboard-content .bottom-left-block {
		grid-column-start: 1;
		grid-column-end: 5;
		grid-row-start: 3;
		grid-row-end: 4;
	}
}
@media screen and (max-width: 1024px) {
	.dashboard-section .dashboard-content {
		margin-top: 16px;
	}
	.dashboard-section .content-buttons {
		justify-content: flex-start;
		margin: 0 0 6px;
	}
	.dashboard-section .dashboard-content {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 991px) {
	.dashboard-section {
		padding: 38px 0;
	}
	.dashboard-section .content-buttons {
		display: none;
	}
	.dashboard-section .content-buttons .content-button:first-child {
		margin-left: 0;
	}
	.dashboard-content .top-left-block,
	.dashboard-content .top-right-block {
		padding: 21px;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 22px;
		letter-spacing: -0.26px;
		padding-right: 36%;
		overflow: hidden;
	}
	.dashboard-content .top-left-block :is(h2, h3, h4),
	.dashboard-content .top-right-block :is(h2, h3, h4) {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 31px; /* 119.231% */
		letter-spacing: -1.56px;
		text-wrap: balance;
	}
	.dashboard-content .top-right-block :is(h2, h3, h4) {
		width: calc(100% + 40%);
	}
	.dashboard-content .top-right-block .top-right-image {
		max-height: 64%;
		right: 16px;
	}
	.dashboard-content .top-right-block {
		padding-right: 46%;
	}
	.dashboard-content .bottom-left-block {
		padding: 0;
	}
	.dashboard-content .bottom-right-block {
		font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: -0.26px;
        padding: 21px 18px 21px 50%;
	}
	.dashboard-content .bottom-right-statistic {
		font-size: 57px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 105.263% */
		letter-spacing: -3.42px;
	}
}

/* table section */
.table-section {
	overflow: hidden;
}
.table-section .section-introduction :is(h1, h2, h3, h4) {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 121.429% */
	letter-spacing: -1.4px;
}
.table-section .content-buttons {
	justify-content: flex-end;
	margin: 0 0 26px;
}
.table-section .content-buttons .content-button {
	margin: 0;
}
.table-section table {
	border: unset;
}
.table-section table thead th {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 141.667% */
	letter-spacing: -1.2px;
	padding: 21px 35px;
	border: unset;
	position: relative;
}
.table-section table thead th:not(:first-child) {
	text-align: center;
	padding: 21px 12px;
}
.table-section table tbody td {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 455.556% */
	letter-spacing: -0.9px;
	padding: 18px 35px;
	border: unset;
	position: relative;
}
.table-section table tbody td::after,
.table-section table thead th::after {
	content: "";
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #E0E4E7;
}
.table-section table tbody tr:last-child td::before,
.table-section table tbody tr:last-child td::after {
	display: none;
}
.table-section table tbody tr td:first-child::before,
.table-section table tbody tr td:last-child::before,
.table-section table thead th:first-child::before,
.table-section table thead th:last-child::before {
	content: "";
	height: 100%;
	background-color: #fff;
	border-bottom: 1px solid #E0E4E7;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 100%;
	z-index: -1;
	pointer-events: none;
}
.table-section table tbody tr:nth-child(odd) td:first-child::before,
.table-section table tbody tr:nth-child(odd) td:last-child::before {
	background-color: #FAFAFA;
}
.table-section table tbody tr td:last-child::before,
.table-section table thead th:last-child::before {
	left: 100%;
	right: unset;
}
.table-section table tbody td .table-icon {
	display: grid;
	align-items: center;
	justify-items: center;
}
.table-section table tbody tr:nth-child(odd) td {
	background-color: #FAFAFA;
}
.table-section table tbody tr:last-child td {
	border-bottom: unset;
}
.table-section table tbody td:not(:first-child) {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 188.889% */
	letter-spacing: -0.9px;
	text-align: center;
}
.table-section table tbody td:not(:first-child) a {
	font-weight: 700;
	color: var(--blue, #21759B);
}
.table-section table tbody td:not(:first-child) a:not(:hover, :focus) {
	text-decoration: none;
}
.table-section::before,
.table-section::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc((100svw - 1445px) / 2);
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to right, white 0%, transparent 100%);
}
.table-section::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	left: unset;
    width: calc((100svw - 1445px) / 2);
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(to right, transparent 0%, white 100%);
}
.table-section table thead th.highlighted {
	border-left: 3px solid var(--green, #73BF44);
	border-top: 3px solid var(--green, #73BF44);
	border-right: 3px solid var(--green, #73BF44);
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.table-section table tbody td.highlighted {
	border-left: 3px solid var(--green, #73BF44);
	border-right: 3px solid var(--green, #73BF44);
}
.table-section table tbody tr:last-child td.highlighted {
	border-bottom: 3px solid var(--green, #73BF44);
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
}
@media screen and (max-width: 991px) {
	.table-section::before,
	.table-section::after {
		display: none;
	}
	.table-section table tbody td {
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 21px;
		letter-spacing: -0.26px;
		padding: 22px 7px;
        text-wrap: balance;
	}
	.table-section table tbody td:not(:first-child) {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
		letter-spacing: -0.26px;
	}
	.table-section table thead th {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 23px;
		letter-spacing: -0.7px;
		padding: 22px 7px;
	}
	.table-section .content-buttons {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 575px) {
	.table-section table tbody td {
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 21px;
		letter-spacing: -0.26px;
	}
	.table-section table tbody td:not(:first-child) {
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 21px;
		letter-spacing: -0.26px;
	}
	.table-section table thead th {
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 23px;
		letter-spacing: -0.7px;
	}
}

/* latest resources section */
.latest-resources-section {
	overflow: hidden;
	position: relative;
}
.latest-resources-section .section-introduction {
	z-index: 3;
	margin: 0 0 8px;
}
.latest-resources-section .container {
	position: initial;
}
.latest-resources-section .content-buttons {
	justify-content: flex-end;
	z-index: 3;
	margin: 0 0 8px;
}
.latest-resources-section .content-buttons .content-button:last-child {
	margin-right: 0;
}
body:not(.single-post) article.type-post {
	padding: 31px !important;
	position: relative;
	border-radius: 30px;
	display: inline-grid;
	will-change: background-color;
	transition: background-color 0.3s ease-in-out;
}
body:not(.single-post) article.type-post:hover {
	background-color: #F5F5F5;
	transition: background-color 0.3s ease-in-out;
}
body:not(.single-post) article.type-post .inside-article {
	display: grid;
	align-content: flex-start;
}
body:not(.single-post) article.type-post .post-image {
	order: 1;
}
body:not(.single-post) article.type-post .entry-summary {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	letter-spacing: -0.28px;
	margin-bottom: 10px;
}
body:not(.single-post) article.type-post .icon-categories {
	display: none;
}
body:not(.single-post) article.type-post .post-tags,
.page-banner .post-tags {
	display: inline-block;
    width: 100%;
    margin-bottom: 4px;
}
body:not(.single-post) article.type-post .post-tags .tag-item,
.page-banner .post-tags .tag-item {
	font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    border: 1px solid #98C8EA;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 40px;
	color: var(--blue, #21759B);
	margin: 0 6px 6px 0;
	text-decoration: none;
}
.page-banner .post-tags {
	margin-bottom: 20px;
}
.page-banner .post-tags .tag-item {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.20);
	text-transform: none;
}
body:not(.single-post) article.type-post .entry-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 130% */
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-wrap: auto;
	width: 100%;
	min-height: 42px;
}
body:not(.single-post) article.type-post .entry-title a {
	color: var(--body-text, #151515);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-right: 86px;
	min-height: 42px;
}
body:not(.single-post) article.type-post .entry-title .entry-title-arrow {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
body:not(.single-post) article.type-post .entry-title .entry-title-arrow path {
	will-change: fill;
	transition: fill 0.3s ease-in-out;
}
body:not(.single-post) article.type-post:not(:hover, :focus) .entry-title .entry-title-arrow path {
	fill: #D9D9D9;
	transition: fill 0.3s ease-in-out;
}
body:not(.single-post) article.type-post .post-image,
body:not(.single-post) article.type-post .post-image a {
	display: inline-grid;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 3 / 2;
}
body:not(.single-post) article.type-post .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
body:not(.single-post) article.type-post .post-image a::before {
	content: "";
	padding-top: 66.67%;
	display: block;

}
body:not(.single-post) article.type-post .read-more {
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
body:not(.single-post) article.type-post .read-more:focus {
	background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.latest-resources-section .resources-slider {
	overflow: visible;
	position: initial;
}
.latest-resources-section .swiper-slide {
	width: 33.33%;
	box-sizing: border-box;
}
.latest-resources-section .resources-slider::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc((100svw - 1445px) / 2); /* half container gap */
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to right, white 0%, transparent 100%);
}
.latest-resources-section .resources-slider::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc((100svw - 1445px) / 2); /* half container gap */
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(to right, transparent 0%, white 100%);
}
body.blog .archive-container,
body.archive .archive-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0;
}
body .archive-container article.type-post {
	width: 100%;
	margin-right: 0;
}
body .site-main:has(.masonry-load-more) section.article-items {
	padding-bottom: 9px;
}
.masonry-load-more {
	grid-column: -1 / 1;
    text-align: center;
    padding: 30px 15px 60px;
}
.archive-container .masonry-load-more {
	padding-bottom: 51px;
}
@media screen and (max-width: 1024px) {
	body.blog .archive-container,
	body.archive .archive-container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 22px;
	}
}
@media screen and (max-width: 991px) {
	.latest-resources-section .resources-slider::before,
	.latest-resources-section .resources-slider::after {
		display: none;
	}
	body:not(.single-post) article.type-post .entry-title .entry-title-arrow {
		display: none;
	}
	body:not(.single-post) article.type-post .entry-title a {
		padding: 0;
	}
	.latest-resources-section .swiper-slide {
		width: 50%;
	}
	.latest-resources-section .content-buttons + .resources-slider {
		margin-top: 20px;
	}
	body:not(.single-post) article.type-post.swiper-slide-active {
		background-color: transparent;
	}
	body:not(.single-post) article.type-post {
		padding: unset !important;
		border-radius: unset;
	}
	.latest-resources-section .content-buttons {
		justify-content: flex-start;
		margin: -10px;
	}
	body:not(.single-post) article.type-post:hover {
		background-color: transparent;
	}
}
@media screen and (max-width: 575px) {
	.latest-resources-section .swiper-slide {
		width: 85.47%; /* shows 1.17 slides */
		margin-right: 28px;
	}
	body:not(.single-post) article.type-post .entry-title {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: -1px;
	}
	body:not(.single-post) article.type-post .entry-summary {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 23px;
		letter-spacing: -0.28px;
	}
	.latest-resources-section .section-introduction {
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 21px;
		letter-spacing: -0.26px;
	}
	.latest-resources-section .content-buttons {
		justify-content: flex-start;
		margin: -10px -10px 0;
	}
	body.blog .archive-container,
	body.archive .archive-container {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 34px;
	}
}

/* video hub */
.video-hub-media {
	padding: 40px 0 0;
	margin: 0 auto;
}
.video-hub-media:only-child {
	padding: 40px 0;
}
.video-hub-media iframe {
	width: 100%;
	height: auto;
	border-radius: 20px;
	aspect-ratio: 16 / 9;
}
body:not(.single-post) article.type-video_hub {
	padding: 31px;
    position: relative;
    border-radius: 30px;
    display: inline-grid;
    will-change: background-color;
    transition: background-color 0.3s ease-in-out;
}
body:not(.single-post) article.type-video_hub:hover {
	background-color: #F5F5F5;
    transition: background-color 0.3s ease-in-out;
}
article.type-video_hub .entry-title,
article.type-video_hub .entry-title button {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 130% */
	letter-spacing: -1px;
	position: relative;
}
article.type-video_hub .entry-title a,
article.type-video_hub .entry-title button {
	color: var(--body-text, #151515);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-right: 86px;
    min-height: 42px;
}
article.type-video_hub .entry-title button {
	text-align: left;
    padding: unset;
    background-color: transparent;
    font-family: inherit;
}
article.type-video_hub .entry-title .entry-title-arrow {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
article.type-video_hub .entry-title .entry-title-arrow path {
	will-change: fill;
	transition: fill 0.3s ease-in-out;
}
article.type-video_hub:not(:hover, :focus) .entry-title .entry-title-arrow path {
	fill: #D9D9D9;
    transition: fill 0.3s ease-in-out;
}
article.type-video_hub .post-image {
	position: relative;
	display: inline-grid;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px !important;
}
article.type-video_hub .post-image a,
article.type-video_hub .post-image button {
	position: relative;
	height: 100%;
	width: 100%;
	padding-top: 60%;
	display: inline-grid;
}
article.type-video_hub .post-image a::before,
article.type-video_hub .post-image button::before {
	content: "";
	background-color: rgba(6, 78, 124, 0.2);
	background-image: url("data:image/svg+xml,%3Csvg width='73' height='73' viewBox='0 0 73 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='73' height='73' rx='36.5' fill='%23B7CE3F'/%3E%3Cpath d='M52 36.5L28.75 49.9234L28.75 23.0766L52 36.5Z' fill='white'/%3E%3C/svg%3E%0A");
	position: absolute;
    z-index: 1;
    width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease-in-out;
}
article.type-video_hub .post-image a:is(:hover, :focus)::before,
article.type-video_hub .post-image button:is(:hover, :focus)::before {
	background-color: rgba(6, 78, 124, 0.1);
	transition: all 0.3s ease-in-out;
}
article.type-video_hub .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 991px) {
	body:not(.single-post) article.type-video_hub {
		padding: unset !important;
        border-radius: unset;
	}
	body:not(.single-post) article.type-video_hub:hover {
		background-color: transparent;
	}
}
.entry-header {
	margin-bottom: 22px;
}
.entry-header {
	margin-bottom: 22px;
}

/* Single Post Content */
body.single-post .entry-content,
body.single-case_study .entry-content {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.32px;
}

/* Single Member Content */
body.single-member .member-content {
	display: grid;
	grid-template-columns: 380px 1fr;
	grid-gap: 80px;
	padding: 50px 0 80px;
}

body.single-member .member-sidebar {
	position: relative;
}

body.single-member .member-image {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 22px;
}

body.single-member .member-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

body.single-member .member-details {
	background-color: var(--light-grey, #F5F5F5);
	border-radius: 20px;
	padding: 22px;
}

body.single-member .member-job-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.9px;
	margin-bottom: 12px;
}

body.single-member .member-email,
body.single-member .member-phone {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.3px;
	margin-bottom: 8px;
}

body.single-member .member-email a,
body.single-member .member-phone a {
	color: var(--blue, #197DBC);
}

/* Single Job Vacancy Content */
body.single-job_vacancy .job-content {
	padding: 50px 0 80px;
}

body.single-job_vacancy .application-form {
	background-color: var(--light-grey, #F5F5F5);
	border-radius: 30px;
	padding: 44px;
	margin-top: 44px;
}

body.single-job_vacancy .application-form h3 {
	margin-bottom: 22px;
}

body.single-job_vacancy .application-form form {
	display: grid;
	grid-gap: 22px;
}

/* Pagination */
.paging-navigation {
	padding: 44px 0;
	text-align: center;
}

.paging-navigation .pagination {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.paging-navigation .page-numbers {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: var(--body-text, #151515);
	text-decoration: none;
	border: 1px solid #E0E4E7;
}

.paging-navigation .page-numbers:is(:hover, :focus),
.paging-navigation .page-numbers.current {
	background-color: var(--blue, #197DBC);
	color: #fff;
	border-color: var(--blue, #197DBC);
}

.paging-navigation .page-numbers.dots {
	border: 0;
}

@media screen and (max-width: 991px) {
	body.single-member .member-content {
		grid-template-columns: 1fr;
		grid-gap: 44px;
		padding-bottom: 44px;
	}

	body.single-member .member-sidebar {
		max-width: 380px;
		margin: 0 auto;
		width: 100%;
	}

	body.single-job_vacancy .job-content {
		padding-bottom: 44px;
	}

	body.single-job_vacancy .application-form {
		padding: 28px 22px;
	}
}

@media screen and (max-width: 575px) {
	body.single-job_vacancy .application-form {
		border-radius: 20px;
	}
}
/* no results found */
.archive-container .no-results {
	text-align: center;
    grid-column: -1 / 1;
}
.no-results .entry-header .entry-title {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 121.429% */
	letter-spacing: -1.4px;
	margin-bottom: 10px;
}

/* single blog post */
.post-container .content-area {
	flex: 1 0;
}
.post-container article :is(h1, h2, h3, h4) {
	scroll-margin-top: 116px;
}
.post-container .sidebar {
	margin-right: 48px;
	margin-top: -77px;
	z-index: 1;
	align-self: start;
}
.post-container .sidebar .widget {
	padding: 26px;
	background-color: #fff;
	border-radius: 20px;
}
.post-container .sidebar .widget:has(p:only-child:empty) {
	display: none;
}
.post-container .entry-content {
	padding: 40px 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.3px;
}
.entry-content > :last-child {
	margin-bottom: 0;
}
.sidebar .widget p:empty {
	display: none;
}
.post-container :is(p, ul, ol) + :is(h1, h2, h3, h4) {
	margin-top: 40px;
}
.post-container .wp-block-image {
	width: 100%;
	margin: 26px 0 40px;
	overflow: hidden;
}
.post-container .wp-block-image img {
	border-radius: 20px;
	margin: auto;
	display: block;
}
.post-container .entry-meta {
	padding: 0 0 20px;
}
@media screen and (max-width: 991px) {
	.post-container .sidebar {
		top: unset;
		position: relative;
		width: 100%;
		margin: 0;
	}
	.post-container .content-area {
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 768px) {
	.post-container .sidebar {
		margin: 0;
		order: -1;
	}
	.post-container .entry-content {
		padding-top: 4px;
	}
}

/* sidebar form */
.sidebar .widget .form-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 270% */
	letter-spacing: -1px;
}
.sidebar .widget form.wpcf7-form {
	color: #fff;
	background-color: var(--dark-blue, #0A3E3F);
	padding: 31px 26px;
	width: calc(100% + 52px);
	margin: 0 -26px;
	border-radius: 20px;
	display: grid;
	grid-gap: 15px;
}
.sidebar .widget form.wpcf7-form input::placeholder,
.sidebar .widget form.wpcf7-form .choices,
.sidebar .widget form.wpcf7-form .choices__placeholder {
	color: var(--body-text, #151515);
}
.sidebar .widget form.wpcf7-form .wpcf7-form-control-wrap {
	margin-top: 0;
}
.sidebar .widget form.wpcf7-form a {
	color: #fff;
}
.sidebar .widget form.wpcf7-form input[type="submit"] {
	border-color: var(--green, #B7CE3F);
}
@media screen and (max-width: 991px) {
	.sidebar .widget:has(form.wpcf7-form) {
		display: none;
	}
}

/* table of contents */
.sidebar .widget:has(.table-of-contents) {
	background-color: var(--light-grey, #F5F5F5);
	/* position: -webkit-sticky;
	position: sticky;
	top: 142px;
	z-index: 2; */
}
.table-of-contents {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 122.222% */
	letter-spacing: -0.807px;
}
.table-of-contents .contents-title {
	font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -1px;
    flex: 0 0 100%;
}
.table-of-contents a {
	color: #A8A8A8;
}
.table-of-contents a:not(:hover, :focus) {
	text-decoration: none;
}
.table-of-contents a.active {
	color: var(--blue, #21759B);
}
.table-of-contents a:is(:hover, :focus) {
	color: var(--blue, #21759B);
	text-decoration: underline;
}
.table-of-contents ul {
	margin: 0;
}
.table-of-contents ul li:not(:last-child) {
	margin-bottom: 16px;
}

/* case studies section */
.single-case_study .site-content .post-container {
	max-width: 100%;
	padding: 0;
}
.case-studies-section .section-introduction {
	text-align: center;
	margin: auto auto 18px;
}
body:not(.single-case_study) article.type-case_study {
	width: calc(33.33% - 21px);
	margin-right: 41px;
	background-color: #F1F1F1;
	padding: 32px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 171.429% */
	letter-spacing: -0.28px;
	color: var(--dark-blue, #0A3E3F);
	border-radius: 10px 10px 50px 10px;
	position: relative;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
    transition: ease all .3s;
}
body:not(.single-case_study) article.type-case_study:hover {
    background: #fff;
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.15);
}
body:not(.single-case_study) article.type-case_study .inside-article {
	display: grid;
    height: inherit;
	align-content: flex-start;
}
body:not(.single-case_study) article.type-case_study:not(:has(.post-image)) .entry-summary {
	margin-top: 56px;
}
body:not(.single-case_study) article.type-case_study .entry-summary {
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px; /* 126.923% */
	letter-spacing: -1.3px;
	margin-bottom: 60px;
}
body:not(.single-case_study) article.type-case_study .entry-summary a {
	color: var(--dark-blue, #0A3E3F);
	text-decoration: none;
}
body:not(.single-case_study) article.type-case_study .entry-summary a:is(:hover, :focus) {
	color: var(--green, #B7CE3F);
}
body:not(.single-case_study) article.type-case_study .read-more {
	position: absolute;
    bottom: 32px;
    left: 32px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 171.429% */
	letter-spacing: -0.28px;
	color: var(--dark-blue, #0A3E3F);
	padding-right: 86px;
	text-wrap: pretty;
}
body:not(.single-case_study) article.type-case_study .post-image {
	position: relative;
	height: 40px;
	margin-bottom: 16px;
	display: inline-flex;
}
body:not(.single-case_study) article.type-case_study .post-image a {
	height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
body:not(.single-case_study) article.type-case_study .post-image img {
	width: auto;
	height: auto;
	object-fit: contain;
	max-height: 100%;
}
body:not(.single-case_study) article.type-case_study .read-more:not(:hover, :focus) {
	text-decoration: none;
}
body:not(.single-case_study) article.type-case_study .read-more-arrow {
	position: absolute;
    bottom: 18px;
    right: 18px;
    background-color: var(--dark-blue);
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
	will-change: background-color;
	transition: background-color 0.3s ease-in-out;
}
body:not(.single-case_study) article.type-case_study .read-more-arrow:is(:hover, :focus), body:not(.single-case_study) article.type-case_study:is(:hover, :focus) .read-more-arrow {
	background-color: var(--green, #B7CE3F);
	transition: background-color 0.3s ease-in-out;
}
body.post-type-archive-case_study .archive-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 41px;
}
body .archive-container article.type-case_study {
	width: 100%;
	margin-right: 0;
}
@media screen and (min-width: 992px) {
	body.single-case_study .page-banner .banner-media-image {
		flex: 0 0 auto;
        width: 33.33333333%;
	}
}
@media screen and (max-width: 991px) {
	body.post-type-archive-case_study .archive-container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 22px;
	}
}
@media screen and (max-width: 575px) {
	body.post-type-archive-case_study .archive-container {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 22px;
	}
}

/* contact form section */
.contact-form-section .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 34px;
	grid-gap: 34px;
}
.page-contact-us .contact-form-section {
	padding-top: 150px;
}
.contact-form-section .section-introduction img {
	width: 100%;
	height: auto;
	display: inline-block;
	object-fit: contain;
	margin-top: 10px;
}
.contact-form-section .section-introduction p:last-child {
	margin-bottom: 0;
}
.contact-form-section form.wpcf7-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px 19px;
}
.contact-form-section .section-introduction:has(h1,h2,h3,h4) > p:first-child {
	color: #2B363A;
    text-transform: uppercase;
}
.contact-form-section.previous-blue[class*="container-"]::before {
	background: linear-gradient(177deg, rgba(43, 54, 58, 0.00) 55.38%, #022532 145.55%), var(--background-blue, #3080B2);
}
.contact-form-section .additional-content {
	background-color: var(--light-blue, #EFF5FB);
	color: var(--body-text, #151515);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
	letter-spacing: -0.45px;
	padding: 25px;
	border-radius: 20px;
	margin-top: 20px;
	display: inline-grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
	grid-gap: 0 15px;
}
.contact-form-section .additional-content > * {
	grid-column: -1 / 1;
}
.contact-form-section .additional-content p:has(br) strong,
.contact-form-section .additional-content p strong:only-child {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: -0.9px;
}
.contact-form-section .additional-content p:has(a[href*="mailto:"], a[href*="tel:"]):has(br) {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 160% */
	letter-spacing: -0.351px;
	background-color: #DFEEF8;
	padding: 8px 12px;
	border-radius: 10px;
	grid-column: auto;
}
.contact-form-section .additional-content p:has(a[href*="mailto:"], a[href*="tel:"]):has(br) :is(a[href*="mailto:"], a[href*="tel:"]) {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: -0.936px;
	color: var(--body-text, #151515);
}
.contact-form-section .additional-content p:has(a[href*="mailto:"]):has(br) {
	grid-column: -1 / 1;
}
.contact-form-section .additional-content a[href*="mailto:"]::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6 1.00016H2.4C2.03425 0.99455 1.68126 1.13448 1.4187 1.38917C1.15614 1.64385 1.00553 1.99242 1 2.35816V10.5002C1.00553 10.8659 1.15614 11.2145 1.4187 11.4692C1.68126 11.7238 2.03425 11.8638 2.4 11.8582H6.27C6.48806 11.857 6.70351 11.9056 6.9 12.0002L12.551 15.0002L12.5 10.5002H13.93C14.5106 10.5091 14.9891 10.0467 15 9.46616V2.35816C14.9945 1.99242 14.8439 1.64385 14.5813 1.38917C14.3187 1.13448 13.9657 0.99455 13.6 1.00016Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4.25018C3.58579 4.25018 3.25 4.58597 3.25 5.00018C3.25 5.4144 3.58579 5.75018 4 5.75018V4.25018ZM12 5.75018C12.4142 5.75018 12.75 5.4144 12.75 5.00018C12.75 4.58597 12.4142 4.25018 12 4.25018V5.75018ZM4 7.25018C3.58579 7.25018 3.25 7.58597 3.25 8.00018C3.25 8.4144 3.58579 8.75018 4 8.75018V7.25018ZM10 8.75018C10.4142 8.75018 10.75 8.4144 10.75 8.00018C10.75 7.58597 10.4142 7.25018 10 7.25018V8.75018ZM4 5.00018V5.75018H12V5.00018V4.25018H4V5.00018ZM4 8.00018V8.75018H10V8.00018V7.25018H4V8.00018Z' fill='black'/%3E%3C/svg%3E%0A");
	line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}
.contact-form-section .additional-content a[href*="tel:"]::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.54448 2.66266C3.37411 1.78872 3.66731 1.5436 4.02085 1.42953C4.26552 1.36542 4.52212 1.36186 4.76846 1.41916C5.09278 1.51343 5.17857 1.58508 6.24201 2.64475C7.17629 3.57526 7.26962 3.67614 7.35918 3.85809C7.53044 4.17747 7.55719 4.55478 7.43272 4.89513C7.33844 5.15439 7.20457 5.32598 6.63797 5.89446L6.2684 6.26497C6.17135 6.3636 6.14854 6.51337 6.21184 6.63642C7.03293 8.03724 8.19784 9.2054 9.59637 10.0304C9.75734 10.1166 9.95558 10.0887 10.0866 9.96155L10.442 9.61179C10.6617 9.38661 10.8943 9.17444 11.1387 8.97636C11.5226 8.74068 12.0009 8.71966 12.4039 8.92074C12.601 9.01502 12.666 9.07347 13.6295 10.0351C14.6232 11.0259 14.6515 11.057 14.7608 11.2843C14.9666 11.6604 14.9645 12.1159 14.7552 12.4901C14.6486 12.7012 14.5836 12.7776 14.0245 13.3489C13.687 13.694 13.3693 14.0088 13.3184 14.055C12.8572 14.4369 12.2655 14.6242 11.6686 14.5773C10.5764 14.4778 9.51931 14.1402 8.57158 13.5884C6.47217 12.4761 4.68494 10.8555 3.37317 8.87455C3.08746 8.45998 2.83345 8.02444 2.6133 7.57164C2.02274 6.55946 1.71777 5.40605 1.73087 4.23425C1.77596 3.62123 2.06994 3.05336 2.54448 2.66266Z' stroke='black' stroke-width='1.56044' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}
.contact-form-section .additional-content a[href*="mailto:"]:not(:hover, :focus),
.contact-form-section .additional-content a[href*="tel:"]:not(:hover, :focus) {
	text-decoration: none;
}
.contact-form-section .container {
	z-index: 1 !important;
}
.contact-form-section .map-container {
	height: 765px;
	margin-top: -435px;
	z-index: 0;
}
.contact-form-section:has(.map-container) {
	padding-bottom: 0;
}
@media screen and (min-width: 992px) {
	.contact-form-section .contact-form-container {
		padding-left: 26px;
	}
	.contact-form-section .section-introduction {
		padding-right: 40px;
	}
	.contact-form-section .section-introduction img {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
	}
}
@media screen and (max-width: 991px) {
	.contact-form-section .container {
		grid-template-columns: 1fr;
	}
	.contact-form-section form.wpcf7-form {
		grid-template-columns: 1fr;
	}
	.contact-form-section[class*="container-"][class*="previous-"]::before {
		max-height: 60%;
	}
}
@media screen and (max-width: 575px) {
	.contact-form-section .container {
		grid-gap: 14px;
	}
	.contact-form-section[class*="container-"][class*="previous-"]::before {
		height: 375px;
		background: var(--background-blue, #3080B2);
		bottom: unset;
		top: 0;
	}
	.contact-form-section .section-introduction img {
		display: none;
	}
}

/* contact page form */
.contact-page-form .section-introduction {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	letter-spacing: -0.36px;
}
.contact-page-form .contact-form-container {
	color: var(--body-text, #151515);
	background-color: var(--light-blue, #EFF5FB);
	backdrop-filter: blur(2px);
	border-radius: 20px;
	padding: 44px;
	max-width: 857px;
	margin-left: auto;
}
.contact-page-form .container {
	grid-template-columns: 34% auto;
    grid-gap: 14px;
}
.contact-page-form form.wpcf7-form input[type="text"],
.contact-page-form form.wpcf7-form input[type="email"],
.contact-page-form form.wpcf7-form input[type="tel"],
.contact-page-form form.wpcf7-form input[type="number"],
.contact-page-form form.wpcf7-form select,
.contact-page-form form.wpcf7-form textarea,
.contact-page-form .choices__inner {
	background-color: #fff;
}
.container-light-blue form.wpcf7-form input[type="text"],
.container-light-blue form.wpcf7-form input[type="email"],
.container-light-blue form.wpcf7-form input[type="tel"],
.container-light-blue form.wpcf7-form input[type="number"],
.container-light-blue form.wpcf7-form select,
.container-light-blue form.wpcf7-form textarea,
.container-light-blue .choices__inner {
	background-color: #fff;
}
@media screen and (max-width: 991px) {
	.page-contact-us .contact-form-section {
		padding-top: 20px;
	}
	.contact-page-form .container {
		grid-template-columns: 1fr;
	}
	.contact-page-form .contact-form-container {
		padding: 22px;
	}
	.contact-form-section .map-container {
		height: auto;
		padding-top: 66.66%;
        margin: 22px 15px 0;
        width: calc(100% - 30px);
        border-radius: 20px 20px 0 0;
	}
	.contact-form-section .additional-content {
		padding: 22px;
	}
}

/* footer social icons */
footer .wp-block-social-links .wp-social-link {
    border-radius: 11px;
	overflow: hidden;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0.3) 0%, rgba(152, 200, 234, 1) 50%, rgba(240, 245, 244, 0.2) 100%);
	padding: 1px !important;
}
footer .wp-block-social-link a {
	padding: 10px;
	background-color: var(--body-text, #151515);
	border-radius: 10px;
}

/* contact form fields */
form.wpcf7-form .wpcf7-response-output {
	margin: 0;
    grid-column: -1 / 1;
    text-align: center;
}
form.wpcf7-form p {
	grid-column: -1 / 1;
	margin-bottom: 0;
}
form.wpcf7-form a:not(:hover, :focus) {
	color: var(--body-text, #151515);
}
form.wpcf7-form label {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.28px;
}
form.wpcf7-form label .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin-top: 13px;
}
form.wpcf7-form .large-section,
form.wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-acceptance),
form.wpcf7-form label:has(.wpcf7-textarea) {
	grid-column: -1 / 1;
}
form.wpcf7-form .wpcf7-list-item {
	margin: 0;
}
form.wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-acceptance) .wpcf7-list-item-label {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.26px;
}
form.wpcf7-form input[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.597 1.08789L4.22675 7.45785L1.04163 4.27301' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	border: 2px solid #BABABA;
	margin-right: 11px;
	margin-top: -2px;
	background-position: center;
	background-repeat: no-repeat;
	will-change: background-color, border-color;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}
form.wpcf7-form input[type="checkbox"]:checked {
	background-color: #368CCB;
	border-color: #368CCB;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}
form.wpcf7-form input[type="checkbox"]:focus-visible {
	outline: 2px solid var(--blue, #197DBC);
	outline-offset: 2px;
}
form input[type="search"],
form select {
	display: inline-block;
	width: 100%;
	background-color: #F0F5F4;
	border-radius: 5px;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.3px;
	border: 1px solid #F0F5F4;
	padding: 16px 20px;
	font-family: var(--open-sans-font, "Open Sans", sans-serif, system-ui);
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="number"],
form.wpcf7-form input[type="submit"],
form.wpcf7-form select,
form.wpcf7-form textarea {
	display: inline-block;
	width: 100%;
	background-color: #F0F5F4;
	border-radius: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.3px;
	border: none;
	padding: 16px 20px;
	font-family: var(--open-sans-font, "Open Sans", sans-serif, system-ui);
}
form.wpcf7-form textarea {
	height: 132px;
}
form.wpcf7-form small {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.26px;
	grid-column: -1 / 1;
	text-wrap: pretty;
}
.page-banner form.wpcf7-form small {
	overflow-y: scroll;
	max-height: 41px;
}
form.wpcf7-form .submission-field {
	grid-column: -1 / 1;
	position: relative;
}
form.wpcf7-form input[type="submit"] {
	grid-column: -1 / 1;
	font-weight: 700;
	background-color: var(--green, #B7CE3F);
	color: var(--dark-blue, #0A3E3F);
	font-family: var(--open-sans-font, "Open Sans", sans-serif, system-ui);
}
form.wpcf7-form .submission-field .wpcf7-spinner {
	position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	pointer-events: none;
}
form input[type="search"]::placeholder {
	color: #BABABA;
}
form.wpcf7-form input[type="text"]::placeholder,
form.wpcf7-form input[type="email"]::placeholder,
form.wpcf7-form input[type="tel"]::placeholder,
form.wpcf7-form input[type="number"]::placeholder,
form.wpcf7-form select::placeholder,
form.wpcf7-form textarea::placeholder {
	color: #BABABA;
}
@media screen and (max-width: 991px) {
	form.wpcf7-form input[type="submit"] {
		border-radius: 7px;
	}
}
@media screen and (max-width: 575px) {
	form.wpcf7-form textarea {
		height: 128px;
	}
}

/* share buttons */
.share-buttons {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.share-buttons p {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -1px;
	flex: 0 0 100%;
}
.share-buttons .share-item {
	background-color: #F5F5F5;
    display: inline-flex;
	flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* author box */
.blog-author-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-author-details p {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -1px;
	z-index: 1;
	position: relative;
	flex: 0 0 100%;
}
.blog-author-details .blog-author-inner-details {
	border-radius: 20px;
	background-color: var(--light-grey, #F5F5F5);
	padding: 12px 20px;
	position: relative;
	width: calc((100% - 120px) + 26px);
	margin-right: -26px;
}
.blog-author-inner-details a {
	color: var(--body-text, #151515);
}
.blog-author-details .author-avatar {
	width: 100px;
	height: 100px;
	display: inline-grid;
	overflow: hidden;
	border-radius: 50px;
	margin-right: 20px;
}
.blog-author-details .author-avatar img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
}
.blog-author-details .blog-author-inner-details p {
	color: #A8A8A8;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 125% */
	letter-spacing: -0.8px;
	width: 100%;
	text-wrap: balance;
	margin-bottom: 13px;
}
@media screen and (max-width: 991px) {
	.post-container .sidebar .widget:has(.blog-author-details) {
		padding-left: 0;
        padding-right: 0;
	}
	.blog-author-details .blog-author-inner-details {
		width: calc(100% - 120px);
		margin-right: 0;
	}
}
@media screen and (max-width: 575px) {
	.blog-author-details .blog-author-inner-details p {
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px;
		letter-spacing: -0.7px;
	}
}

/* select boxes */
.choices__inner {
	background-color: #F0F5F4;
	border-radius: 5px;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border: 1px solid #F0F5F4;
	padding: 12px 20px;
}
.choices[data-type*=select-one] .choices__inner {
	padding-bottom: 12px;
}
.choices__list--single {
	padding-left: 0;
}
.choices__placeholder {
	color: #BABABA;
	opacity: 1;
}
.choices[data-type*=select-one]::after {
	content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.625 6.75L9 12.375L3.375 6.75' stroke='%232B363A' stroke-width='1.94727' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 18px;
    height: 18px;
    border: unset !important;
    margin: 0;
    transform: translateY(-50%);
}
.choices[data-type*=select-one].is-open::after {
	transform: translateY(-50%) rotate(180deg);
	margin-top: 0;
}
.choices__list .choices__item {
	text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.choices__list--dropdown .choices__item {
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

/* swiper arrows */
.swiper-button-next, .swiper-button-prev {
	width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 50%;
	padding: 10px;
}
.swiper-button-next::after {
	content: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00008 14.667L7.66675 8.00033L1.00008 1.33366' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	line-height: 1;
    font-size: 0;
	margin-right: -3px;
	will-change: filter;
	transition: all 0.3s ease-in-out;
}
.swiper-button-prev::after {
	content: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00004 1.3335L1.33337 8.00016L8.00004 14.6668' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	line-height: 1;
    font-size: 0;
	margin-left: -3px;
	will-change: filter;
	transition: all 0.3s ease-in-out;
}
.swiper-button-next:is(:hover, :focus) {
	background-color: #fff;
}
.swiper-button-prev:is(:hover, :focus) {
	background-color: #fff;
}
.swiper-button-next:is(:hover, :focus)::after,
.swiper-button-prev:is(:hover, :focus)::after {
	filter: brightness(0);
	transition: all 0.3s ease-in-out;
}

/* swiper pagination */
.swiper-pagination .swiper-pagination-bullet {
	--swiper-pagination-bullet-size: 13px;
	--swiper-pagination-bullet-horizontal-gap: 3px;
	--swiper-pagination-color: #733F62;
	--swiper-pagination-bullet-inactive-color: #197dbc;
	transition: ease all .3s;
}
.banner-pagination .swiper-pagination-bullet {
	--swiper-pagination-bullet-size: 11px;
	--swiper-pagination-bullet-horizontal-gap: 2.5px;
	--swiper-pagination-color: #fff;
	--swiper-pagination-bullet-inactive-color: #fff;
}
.banner-pagination .swiper-pagination-bullet:hover {
    background: var(--green);
    opacity: 1;
}
/* social media icons */

/* footer */
footer.site-info {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 200% */
	letter-spacing: -0.65px;
	background-color: transparent;
}
footer.site-info .inside-site-info {
	padding: 35px 15px;
	justify-content: space-between;
}
footer.site-info .inside-site-info .footer-menu-list {
	margin: 0;
    text-align: right;
	line-height: 0;
    list-style-type: none;
	display: inline-flex;
}
footer.site-info .inside-site-info .footer-menu-list li {
	margin-right: 40px;
}
footer.site-info .inside-site-info .footer-menu-list a:not(:hover, :focus) {
	text-decoration: none;
	color: #fff;
}
footer.site-info .inside-site-info .copyright-bar {
	margin: 0;
	order: 1;
}
footer.site-info .inside-site-info .footer-bar {
	order: -1;
}
footer.site-info .inside-site-info .footer-menu {
	flex: 1 0 auto;
    text-align: right;
}
.site-footer .footer-widgets-container {
	padding: 73px 15px;
}
.site-footer {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 173.333% */
	letter-spacing: -0.75px;
	background-color: var(--body-text, #151515);
	background: linear-gradient(68deg, rgba(25, 125, 188, 0.00) 37.44%, rgba(25, 125, 188, 0.20) 100.58%), #151515;
	position: relative;
	z-index: 1;
}
.site-footer .footer-widgets {
	background-color: transparent;
}
.site-footer a {
	color: #fff;
}
.site-footer a:not(:hover, :focus) {
	text-decoration: none;
}
.footer-group-items {
	color: #fff;
}
.footer-group-items .ntg-group-items {
	flex: 1 0 auto;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 152.941% */
	letter-spacing: -0.85px;
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
	max-width: 100%;
}
.footer-group-items .ntg-group-items .footer-logo:not(:last-child) {
	margin-right: 43px;
}
.footer-group-items .ntg-group-items p {
	margin-bottom: 17px;
	width: 100%;
}
.footer-group-items .elite-group-logo {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.footer-group-items hr {
	width: 100%;
    background-color: rgba(255, 255, 255, 0.20);
    margin: 32px 0 0;
}
@media screen and (max-width: 991px) {
	.footer-group-items .elite-group-logo {
		margin-top: 22px;
	}
}
@media screen and (max-width: 768px) {
	.inside-footer-widgets > div {
		flex: 0 0 auto;
	}
	.footer-group-items .ntg-group-items .footer-logo {
		flex: 1 0;
	}
	.footer-group-items .ntg-group-items .footer-logo:not(:last-child) {
		margin-right: 26px;
	}
	.footer-group-items .elite-group-logo {
		display: none;
	}
}

/* bootstrap container overrides */
#page,
#page .site-content {
	width: 100%;
	max-width: 100%;
	padding: 0;
	z-index: 0;
}
.site-content .content-area {
	width: 100%;
}
.container {
	--bs-gutter-x: 15px;
	width: 100%;
	padding-right: var(--bs-gutter-x, 15px);
	padding-left: var(--bs-gutter-x, 15px);
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
@media screen and (min-width: 992px) {
	.container, .grid-container {
		max-width: 1445px;
	}
}
@media screen and (max-width: 991px) {
	.container {
		--bs-gutter-x: 20px;
		padding-right: var(--bs-gutter-x, 20px);
		padding-left: var(--bs-gutter-x, 20px);
	}
}
@media screen and (max-width: 768px) {
	.container {
		max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.container {
		--bs-gutter-x: 15px;
		padding-right: var(--bs-gutter-x, 15px);
		padding-left: var(--bs-gutter-x, 15px);
	}
}

.page-ppc .content-media-section.container-light-blue.split-overlap {
  position: relative;
  isolation: isolate;
  z-index: 100;
  background: transparent !important;
  padding-block: 0 !important;
  overflow: visible !important;
  margin-top: -60px;
}

.page-ppc .content-media-section.container-light-blue.split-overlap .container::before {
  content: none !important;
}

.page-ppc .content-media-section.container-light-blue.split-overlap .container {
  position: relative;
  z-index: 101;
  top: 160px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
  padding: clamp(24px, 3vw, 60px);
  overflow: visible;
}

.page-ppc .content-media-section.container-light-blue.split-overlap .section-introduction,
.page-ppc .content-media-section.container-light-blue.split-overlap .content-images {
  position: relative;
  overflow: visible;
  margin: 6px;
}

.page-ppc .content-media-section.container-light-blue.split-overlap .content-images img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.page-ppc .content-media-section.container-light-blue.split-overlap + section {
  position: relative;
  z-index: 1;
  padding-top: 220px !important;
  overflow: visible;
}

.page-ppc .content-media-section.container-light-blue.split-overlap + section::before,
.page-ppc .content-media-section.container-light-blue.split-overlap + section::after {
  z-index: 0 !important;
}

.page-ppc .content-media-section.container-light-blue.split-overlap,
.page-ppc .content-media-section.container-light-blue.split-overlap * {
  overflow: visible !important;
}

@media (max-width: 991px) {
  .page-ppc .content-media-section.container-light-blue.split-overlap {
    margin-top: -40px;
  }
  .page-ppc .content-media-section.container-light-blue.split-overlap .container {
    top: 90px;
    padding: 30px;
  }
  .page-ppc .content-media-section.container-light-blue.split-overlap + section {
    padding-top: 140px !important;
  }
}
/* Reduce gap between title lines in content-media-section */
.content-media-section .section-introduction h5,
.content-media-section .section-introduction h6 {
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

/* Red text styling for Vodafone */
.content-media-section .section-introduction .text-red {
    color: #E60000; /* Vodafone red */
}


/* Green text styling for USP grid section */
.usp-grid-section .section-introduction .text-green {
    color: #B7CE3F;
}

forensic-mobile-section .forensic-mobile-header .text-red,
.forensic-mobile-section .forensic-mobile-content .text-red {
    color: #E60000;
}

.banner-reviews {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	margin-bottom: 20px;
}

.review-icons {
	display: flex;
	gap: 8px;
}

.review-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 4px;
	padding: 4px;
}

.review-icon svg {
	width: 24px;
	height: 24px;
}

.review-stars {
	display: flex;
	gap: 2px;
}

.review-stars svg {
	width: 20px;
	height: 20px;
}

.review-text {
	font-size: 16px;
	font-weight: 600;
	color: white;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.banner-reviews {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.review-text {
		font-size: 14px;
	}
}

.banner-media-image {
    position: relative;
}

.banner-image-circles {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 138%;
    height: 138%;
    z-index: 0;
    pointer-events: none;
}

.banner-image-circles svg {
    width: 100%;
    height: 100%;
}

.banner-media-image .banner-image {
    position: relative;
    z-index: 1;
}

/* Banner Backgrounds - Full Coverage */
.page-banner-slider {
    position: relative;
}

.banner-backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-backgrounds .swiper-wrapper {
    height: 100%;
}

.banner-backgrounds .slide-background-image {
    width: 100%;
    height: 100%;
}

.banner-backgrounds img.banner-slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Content above backgrounds */
.page-banner-slider > .swiper-wrapper {
    position: relative;
    z-index: 1;
}


/* Ensure stacking context */
.page-banner-slider,
.page-banner.standard {
	position: relative;
	/* overflow: hidden;
	z-index: 0; */
}

/* Background images stay at z-index: 0 */
.page-banner .banner-backgrounds,
.page-banner-slider .banner-backgrounds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

.page-banner .banner-backgrounds .swiper-wrapper,
.page-banner-slider .banner-backgrounds .swiper-wrapper,
.page-banner .banner-backgrounds .swiper-slide,
.page-banner-slider .banner-backgrounds .swiper-slide {
	height: 100%;
}

.page-banner .banner-backgrounds img.banner-slide-bg,
.page-banner-slider .banner-backgrounds img.banner-slide-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right bottom;
	display: block;
}

/* THE GRADIENT OVERLAY - z-index: 1 (between backgrounds and content) */
.page-banner .banner-gradient-overlay,
.page-banner-slider .banner-gradient-overlay,
.page-banner.standard .banner-gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	/* Default gradient (blue-green-gradient) */
	background: linear-gradient(99deg, #0B67A1 -2.01%, rgba(183, 206, 63, 0.80) 127.84%);
}

/* Content above overlay - z-index: 2 */
.page-banner-slider > .swiper-wrapper,
.page-banner.standard > .container {
	position: relative;
	z-index: 2;
}

/* Other elements above content */
.page-banner .site-notification,
.page-banner-slider .site-notification,
.page-banner .swiper-pagination,
.page-banner-slider .swiper-pagination,
.page-banner .banner-logo-bar,
.page-banner-slider .banner-logo-bar {

	z-index: 999;
}

/*
   GRADIENT VARIANTS - Map ACF slugs to gradient styles

/* Blue gradient */
.page-banner.blue-gradient .banner-gradient-overlay,
.page-banner-slider.blue-gradient .banner-gradient-overlay,
.page-banner.standard.blue-gradient .banner-gradient-overlay {
	background: linear-gradient(98deg, #064E7C 18.23%, rgba(88, 137, 183, 0.50) 99.14%);
	background: linear-gradient(98deg, oklch(0.35 0.15 240) 18.23%, oklch(0.65 0.12 240 / 0.50) 99.14%);
}

/* Blue-green gradient (default - explicitly defined for clarity) */
.page-banner.blue-green-gradient .banner-gradient-overlay,
.page-banner-slider.blue-green-gradient .banner-gradient-overlay,
.page-banner.standard.blue-green-gradient .banner-gradient-overlay {
	background: linear-gradient(99deg, #0B67A1 -2.01%, rgba(183, 206, 63, 0.80) 127.84%);
	background: linear-gradient(99deg, oklch(0.45 0.18 240) -2.01%, oklch(0.8 0.2 121.67 / 0.80) 127.84%);
}

/* Per-slide gradient overlays (Swiper-based) - z-index: 1 (between backgrounds and content) */
.page-banner .banner-gradient-overlays,
.page-banner-slider .banner-gradient-overlays {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.page-banner .banner-gradient-overlays .swiper-wrapper,
.page-banner-slider .banner-gradient-overlays .swiper-wrapper,
.page-banner .banner-gradient-overlays .swiper-slide,
.page-banner-slider .banner-gradient-overlays .swiper-slide {
	height: 100%;
}

.page-banner .banner-gradient-overlays .slide-gradient-overlay,
.page-banner-slider .banner-gradient-overlays .slide-gradient-overlay {
	width: 100%;
	height: 100%;
	/* Default gradient when no custom colors are set */
	background: linear-gradient(99deg, #0B67A1 -2.01%, rgba(183, 206, 63, 0.80) 127.84%);
}

/* Apply default gradients based on banner class when no inline style is present */
.page-banner.blue-gradient .banner-gradient-overlays .slide-gradient-overlay:not([style]),
.page-banner-slider.blue-gradient .banner-gradient-overlays .slide-gradient-overlay:not([style]) {
	background: linear-gradient(98deg, #064E7C 18.23%, rgba(88, 137, 183, 0.50) 99.14%);
}

.page-banner.blue-green-gradient .banner-gradient-overlays .slide-gradient-overlay:not([style]),
.page-banner-slider.blue-green-gradient .banner-gradient-overlays .slide-gradient-overlay:not([style]) {
	background: linear-gradient(99deg, #0B67A1 -2.01%, rgba(183, 206, 63, 0.80) 127.84%);
}

/**
 * Banner Straight Edge Fix
 * Removes curved/rounded effects from page banners
 */

/* Remove any pseudo-element curves */
.banner-filters::before,
.banner-filters::after,
.page-banner::before,
.page-banner::after,
.page-banner-slider::before,
.page-banner-slider::after {
    display: none ;
}

/* Remove border-radius and clip-path from banner elements */
.page-banner,
.page-banner-slider,
.banner-filters,
.banner-gradient-overlay,
.banner-gradient-overlays,
.banner-backgrounds {
    border-radius: 0 ;
    clip-path: none ;
}

/* Also target GenerateBlocks shape dividers if present */
.gb-shape-divider,
.gb-shape-divider svg {
    display: none;
}




.page-banner:has(.banner-media-image) .banner-logo-bar{
  border-bottom: 0;
}


/* Products Section */
.products-section {
	padding: 60px 0;
	overflow: hidden;
}

.products-section.section-bg-white {
	background-color: #fff;
}

.products-section.section-bg-light-blue {
	background-color: #EFF6FB;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	align-items: stretch;
}

.products-slider {
	overflow: visible;
	margin-right: -22px;
	width: calc(100% + 22px);
}

.products-slider .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}

.products-slider .swiper-slide {
	width: calc(25% - 18px);
	height: auto;
	margin-right: 22px;
	flex-shrink: 0;
}

.products-slider .swiper-slide .product-card {
	height: 100%;
}

.product-card {
	background: #fff;
	border: 2px solid #E5E5E5;
	border-radius: 30px;
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
	position: relative;
}

.product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	border-color: transparent;
	background: linear-gradient(#fff, #fff) padding-box,
	            linear-gradient(135deg, #B7CE3F 0%, #197DBC 100%) border-box;
}

.product-image {
	background: #F5F5F7;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	overflow: hidden;
}

.product-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.product-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #2B363A;
	margin: 0 0 8px 0;
}

.product-plan-text {
	font-size: 16px;
	font-weight: 500;
	color: #197DBC;
	margin: 0 0 16px 0;
}

.product-content {
	flex: 1;
	margin-bottom: 20px;
}

.product-content p {
	margin: 0 0 12px 0;
	font-size: 15px;
	line-height: 1.6;
	color: #2B363A;
}

.product-content strong {
	font-weight: 700;
	color: #151515;
}

.product-content p:first-child {
	font-size: 32px;
	font-weight: 700;
	color: #2B363A;
	margin-bottom: 16px;
}

.product-content p:first-child strong {
	font-size: 18px;
	font-weight: 500;
}

.product-badge {
	display: inline-block;
	background: #fff;
	color: #2B363A;
	padding: 2px 16px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 20px;
}

.product-button {
	width: 100%;
	text-align: center;
	padding: 14px 24px;
	margin-bottom: 16px;
}

.product-vat-text {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
	margin: 0;
	text-align: center;
}

@media (max-width: 991px) {
	.products-slider .swiper-slide {
		width: calc(50% - 15px);
	}
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.products-slider .swiper-slide {
		width: calc(85% - 15px);
	}
	.products-grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) {
	.products-section {
		padding: 80px 0;
	}
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
}

@media (min-width: 992px) {
	.products-section {
		padding: 100px 0;
	}
	.products-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.product-card {
		padding: 40px 28px;
	}
}

.product-content p strong:first-child {
	display: block;
	margin-bottom: 4px;
}

.product-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-content ul li {
	margin-bottom: 8px;
	padding-left: 0;
}

/* Search Button */
.search-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
}
.search-button:hover, .search-button:focus {
	background: transparent;
}
.search-button svg .search-circle,
.search-button svg .search-handle {
	transition: transform 0.3s ease, stroke 0.3s ease;
	transform-origin: 26px 26px;
}
.search-button:hover svg .search-circle,
.search-button:hover svg .search-handle {
	stroke: var(--blue);
}
.search-button:hover svg .search-circle {
	transform: scale(1.12);
}
.search-button:hover svg .search-handle {
	transform: rotate(12deg);
}
.site-content .search-archive-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 45px;
    padding-top: 30px;
}
.search-archive-container .no-results,
.search-archive-container .masonry-load-more,
.search-archive-container .pagination {
	grid-column: -1 / 1;
	text-align: center;
}
@media (max-width: 991px) {
	.search-button {
		display: none;
	}
	.site-content .search-archive-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
/* Search Modal */
.search-modal .modal-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	align-items: flex-start;
	padding-top: 20vh;
}
.search-modal .modal-container {
	max-width: 640px;
	overflow: visible;
}
.search-modal .modal-content {
	background: transparent;
	padding: 0;
	position: relative;
}
.search-modal .modal-content form {
	display: flex;
	gap: 12px;
}
.search-modal-input {
	flex: 1;
	padding: 18px 24px;
	font-size: 18px;
	border: none;
	border-radius: 12px;
	background: #fff;
	color: var(--body-text);
	outline: none;
	font-family: var(--open-sans-font);
}
.search-modal-input:focus {
	box-shadow: 0 0 0 3px var(--blue);
}
.search-modal-input::placeholder {
	color: #999;
}
.search-modal-submit {
	flex-shrink: 0;
	padding: 18px 28px;
	font-weight: 700;
	border-radius: 12px;
}
body:has(.search-modal-close) .modal .modal-content .search-modal-close {
    position: absolute;
    top: 50%;
    left: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    transform: translateY(-50%);
}
.search-modal-close:hover {
	opacity: 1;
}
@media (max-width: 768px) {
	.search-modal .modal-overlay {
		padding-top: 15vh;
		padding-left: 16px;
		padding-right: 16px;
	}
	.search-modal .modal-content form {
		flex-direction: column;
	}
	.search-modal-input {
		font-size: 16px;
		padding: 16px 20px;
	}
	.search-modal-submit {
		padding: 14px 24px;
	}
	body:has(.search-modal-close) .modal .modal-content .search-modal-close {
		display: none;
	}
}
