:root {
	--gsim-ink: #455368;
	--gsim-muted: #6c7c84;
	--gsim-accent: #746c84;
	--gsim-line: #adb4c2;
	--gsim-paper: #f2f3f5;
	--gsim-white: #f7f9fc;
}

html,
body {
	min-height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: var(--gsim-paper);
	background-image: url("../images/bodybackground.jpg");
	background-repeat: repeat;
	background-position: top left;
	color: var(--gsim-ink);
}
.wp-singlular .wp-block-group {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.testimony-page .wp-block-group {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.site-main {
	flex: 1 0 auto;
}

.site-footer {
	margin-top: auto;
}

.site-header,
.site-footer {
	position: relative;
	overflow: hidden;
	background-color: var(--gsim-ink);
	background-image: url("../images/headerbackground.jpg");
	background-position: center;
	background-size: cover;
	color: var(--gsim-white);
	isolation: isolate;
	border-color: rgba(255, 255, 255, 0.2);
}

.site-header::before,
.site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(69, 83, 104, 0.6);
	pointer-events: none;
}

.gsim-header__top,
.gsim-header__main,
.gsim-header__top-inner,
.gsim-header__main-inner,
.gsim-footer__inner {
	position: relative;
	z-index: 1;
}

.gsim-header__top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gsim-header__top-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 2.4rem;
	padding-right: 0.5rem;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gsim-header__top-spacer {
	min-width: 8rem;
}

.gsim-header__utility {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	font-weight: 600;
}

.gsim-header__phone,
.gsim-header__socials a,
.gsim-header__nav a,
.gsim-footer a {
	color: var(--gsim-white);
	text-decoration: none;
	transition: color 0.2s ease;
}

.gsim-header__phone:hover,
.gsim-header__socials a:hover,
.gsim-header__nav a:hover,
.gsim-footer a:hover,
.gsim-header__phone:focus-visible,
.gsim-header__socials a:focus-visible,
.gsim-header__nav a:focus-visible,
.gsim-footer a:focus-visible {
	color: var(--gsim-line);
}

.gsim-header__socials {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding-right: 0.35rem;
	line-height: 0;
	transform: translateY(-1px);
}

.gsim-header__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	overflow: visible;
}

.gsim-header__socials svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.9rem;
	height: 0.9rem;
	display: block;
	overflow: visible;
}

.gsim-header__socials svg path {
	transform: translate(-80%, -80%);
}

.gsim-header__main {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.gsim-header__main-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 6.2rem;
	padding: 0.6rem 0;
}

.gsim-header__branding {
	position: absolute;
	left: 55%;
	top: 73%;
	transform: translate(-80%, -80%);
	z-index: 4;
}

.gsim-header__branding img {
	max-height: 8rem;
	width: auto;
}

.gsim-header__nav {
	width: 100%;
	padding-left: 0;
	padding-right: 15rem;
	position: relative;
	z-index: 5;
}

.gsim-header__nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.4rem;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.gsim-header__nav a {
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gsim-header__cta {
	position: absolute;
	right: 0;
	min-width: max-content;
	z-index: 5;
}

.gsim-button {
	display: inline-block;
	position: relative;
	padding: 0.72rem 1.2rem;
	color: #fff;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 0.45rem;
	isolation: isolate;
}

.gsim-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.gsim-button__layer {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
}

.gsim-button__layer--blur {
	opacity: 0.5;
	filter: blur(4px);
	background: linear-gradient(180deg, #7f8d99 0%, #667584 54%, #4a586b 100%);
}

.gsim-button__layer--offset {
	inset: 1px -1px -1px 1px;
	opacity: 0.45;
	background: linear-gradient(180deg, #6f7e8d 0%, #566577 56%, #3f4d61 100%);
}

.gsim-button__layer--shadow {
	transition: filter 0.2s ease;
	box-shadow: 0 1px 2px rgba(14, 19, 28, 0.35), 0 10px 16px rgba(24, 32, 43, 0.28);
	background: linear-gradient(180deg, #788794 0%, #647485 55%, #4a586c 100%);
}

.gsim-button__layer--face {
	background: linear-gradient(180deg, #8795a0 0%, #71808d 44%, #5f6f80 45%, #445266 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

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

.gsim-button:hover .gsim-button__layer--shadow,
.gsim-button:focus-visible .gsim-button__layer--shadow {
	filter: blur(1px);
}

.gsim-button--secondary .gsim-button__layer--blur {
	background: linear-gradient(180deg, #b8c0cb 0%, #8e97a7 54%, #657184 100%);
}

.gsim-button--secondary .gsim-button__layer--offset {
	background: linear-gradient(180deg, #9ea8b8 0%, #7a8698 56%, #5a6679 100%);
}

.gsim-button--secondary .gsim-button__layer--shadow {
	background: linear-gradient(180deg, #b1bac7 0%, #8a96a8 55%, #647083 100%);
}

.gsim-button--secondary .gsim-button__layer--face {
	background: linear-gradient(180deg, #c2cad4 0%, #99a4b4 44%, #8894a7 45%, #5e6a7d 100%);
}

.button-row {
	display: flex;
	gap: 0.9rem;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.button,
.wp-element-button,
.wp-block-button__link {
	display: inline-block;
	padding: 0.72rem 1.2rem;
	border-radius: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: linear-gradient(180deg, #8795a0 0%, #71808d 44%, #5f6f80 45%, #445266 100%);
	box-shadow: 0 1px 2px rgba(14, 19, 28, 0.35), 0 10px 16px rgba(24, 32, 43, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 2px 0 rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	background-clip: padding-box;
}

.button:hover,
.button:focus-visible,
.wp-element-button:hover,
.wp-element-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
	filter: brightness(1.03);
	color: #fff;
}

.is-style-outline .wp-block-button__link,
.button-secondary {
	background: linear-gradient(180deg, #c2cad4 0%, #99a4b4 44%, #8894a7 45%, #5e6a7d 100%);
	border-color: rgba(255, 255, 255, 0.36);
}

.wp-block-button__link.has-ink-background-color {
	background-color: transparent !important;
}

.site-main > .hero:first-child,
.site-main > .ndevrs-section-shell:first-child > .hero {
	position: relative;
	overflow: hidden;
	min-height: 33rem;
	display: flex;
	align-items: center;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.site-main > .hero:first-child::before,
.site-main > .ndevrs-section-shell:first-child > .hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../images/mainimage.jpg");
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.site-main > .hero:first-child::after,
.site-main > .ndevrs-section-shell:first-child > .hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(69, 83, 104, 0.35);
	z-index: 0;
}

.site-main > .hero:first-child .hero__inner,
.site-main > .ndevrs-section-shell:first-child > .hero .hero__inner {
	position: relative;
	z-index: 1;
	display: block;
}

.site-main > .hero:first-child .hero__inner > div:first-child,
.site-main > .ndevrs-section-shell:first-child > .hero .hero__inner > div:first-child {
	max-width: 48rem;
	margin: 0 auto;
	text-align: center;
}

.site-main > .hero:first-child h1,
.site-main > .hero:first-child .lead,
.site-main > .hero:first-child .eyebrow,
.site-main > .ndevrs-section-shell:first-child > .hero h1,
.site-main > .ndevrs-section-shell:first-child > .hero .lead,
.site-main > .ndevrs-section-shell:first-child > .hero .eyebrow {
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.site-main > .hero:first-child .eyebrow,
.site-main > .ndevrs-section-shell:first-child > .hero .eyebrow {
	font-size: 0.8rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1rem;
}

.site-main > .hero:first-child h1,
.site-main > .ndevrs-section-shell:first-child > .hero h1,
.site-main > .ndevrs-section-shell:second-child > .hero h1 {
	font-size: clamp(2.1rem, 5vw, 3.8rem);
	line-height: 1.08;
	margin-bottom: 1.2rem;
}

.site-main > .hero:first-child .lead,
.site-main > .ndevrs-section-shell:first-child > .hero .lead {
	font-size: clamp(1rem, 2.1vw, 1.35rem);
	max-width: 44rem;
	margin: 0 auto;
}

.site-main > .hero:first-child .button-row,
.site-main > .ndevrs-section-shell:first-child > .hero .button-row {
	justify-content: center;
}

.site-main > .hero:first-child .button-row .wp-block-button,
.site-main > .ndevrs-section-shell:first-child > .hero .button-row .wp-block-button {
	margin: 0;
}

.site-main > .hero:first-child .button-row .wp-block-button__link,
.site-main > .ndevrs-section-shell:first-child > .hero .button-row .wp-block-button__link {
	padding: 0.72rem 1.2rem;
	border-radius: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: linear-gradient(180deg, #8795a0 0%, #71808d 44%, #5f6f80 45%, #445266 100%);
	box-shadow: 0 1px 2px rgba(14, 19, 28, 0.35), 0 10px 16px rgba(24, 32, 43, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 2px 0 rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.site-main > .hero:first-child .button-row .is-style-outline .wp-block-button__link,
.site-main > .ndevrs-section-shell:first-child > .hero .button-row .is-style-outline .wp-block-button__link {
	background: linear-gradient(180deg, #c2cad4 0%, #99a4b4 44%, #8894a7 45%, #5e6a7d 100%);
	border-color: rgba(255, 255, 255, 0.36);
}

.gsim-section {
	position: relative;
}

.ndevrs-section-shell--calm-paper > .section {
	background: #f3f4f6;
}

.ndevrs-section-shell--soft-surface > .section {
	background: #edf2f7;
}

.ndevrs-section-shell--linen-texture > .section {
	background-color: #f1f2f4;
	background-image: url("../images/bodybackground.jpg");
	background-repeat: repeat;
	background-position: top left;
}

.ndevrs-section-shell--header-texture > .section,
.section.is-style-ndevrs-bg-header-texture,
.gsim-section--feature {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-color: var(--gsim-ink);
	background-image: url("../images/headerbackground.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: var(--gsim-white);
}
.ndevrs-section-shell--header-texture > .section::before,
.section.is-style-ndevrs-bg-header-texture::before,
.gsim-section--feature::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(69, 83, 104, 0.6);
	pointer-events: none;
	z-index: 0;
}
.ndevrs-section-shell--header-texture > .section > *,
.section.is-style-ndevrs-bg-header-texture > *,
.gsim-section--feature .container {
	position: relative;
	z-index: 1;
}

.section.is-style-ndevrs-bg-calm-paper {
	background: #f3f4f6;
}

.section.is-style-ndevrs-bg-soft-surface {
	background: #edf2f7;
}

.section.is-style-ndevrs-bg-linen-texture {
	background-color: #f1f2f4;
	background-image: url("../images/bodybackground.jpg");
	background-repeat: repeat;
	background-position: top left;
}

.section.is-style-ndevrs-bg-header-texture {
	background-color: #455368;
	background-image: url("../images/headerbackground.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ndevrs-section-shell--has-image > .section {
	background-image: var(--ndevrs-section-bg-image) !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.ndevrs-section-shell--has-image > .hero::before {
	background-image: var(--ndevrs-section-bg-image) !important;
}

.gsim-section--feature {
	background-image: url("../images/headerbackground.jpg");
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
}

.gsim-section--feature::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(69, 83, 104, 0.62);
	z-index: 0;
}

.gsim-section--feature .container {
	position: relative;
	z-index: 1;
}

.gsim-feature {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.2rem;
	align-items: center;
}

.gsim-reading-width {
	max-width: 42rem;
	font-size: 1.08rem;
	line-height: 1.75;
}

.gsim-text-cta {
	max-width: 48rem;
	margin-inline: auto;
	text-align: left;
}

.gsim-text-cta .gsim-button {
	margin-top: 1rem;
}

.gsim-recommendations__header {
	margin-bottom: 2rem;
}

.gsim-recommendations-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gsim-recommendation-card {
	display: flex;
	flex-direction: column;
	border-radius: 0.35rem;
	overflow: hidden;
	padding: 0;
}

.gsim-recommendation-card .card__content {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	padding: 1rem;
}

.gsim-recommendation-card .card__image {
	display: block;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	margin: 0;
	border-radius: 0;
}

.gsim-recommendation-card .card__image img,
.gsim-recommendation-card .card__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	border-radius: 0;
}

.gsim-recommendation-card__subtitle {
	margin: 0;
	font-style: italic;
	color: var(--gsim-muted);
}

.gsim-recommendation-card__isbn {
	margin: 0;
	font-size: 0.92rem;
	color: var(--gsim-muted);
}

.gsim-recommendation-single__layout {
	display: grid;
	gap: 1.5rem;
	align-items: start;
}

.gsim-recommendation-single__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	background: transparent;
	margin: 0;
}

@media (min-width: 900px) {
	.gsim-recommendation-single__layout {
		grid-template-columns: minmax(14rem, 20rem) minmax(0, 1fr);
		gap: 2rem;
	}
}

.gsim-feature__media img,
.gsim-feature__media .placeholder-media {
	width: 100%;
	border-radius: 0.8rem;
	border: 4px solid rgba(255, 255, 255, 0.85);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

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

.gsim-section--soft {
	background: #f4f5f7;
}

.gsim-section-title--center {
	text-align: center;
	margin-bottom: 2.25rem;
}

.gsim-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gsim-card {
	background: #fff;
	border: 4px solid #fff;
	box-shadow: 0 3px 18px rgba(69, 83, 104, 0.15);
	outline: 3px solid rgba(173, 180, 194, 0.8);
	outline-offset: -6px;
	border-radius: 0.55rem;
}

.gsim-card h3 {
	margin-top: 0;
	margin-bottom: 0.7rem;
}

.gsim-steps-list {
	counter-reset: ndevrs-steps;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.gsim-steps-list li {
	counter-increment: ndevrs-steps;
	position: relative;
	padding: 2.2rem 1.5rem 1.5rem;
	border-radius: 0.55rem;
	background: #fff;
	border: 4px solid #fff;
	outline: 3px solid rgba(173, 180, 194, 0.8);
	outline-offset: -6px;
	box-shadow: 0 3px 18px rgba(69, 83, 104, 0.15);
}

.gsim-steps-list li::before {
	content: counter(ndevrs-steps, decimal-leading-zero);
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 999px;
	background: rgba(69, 83, 104, 0.12);
	color: var(--gsim-ink);
	font-weight: 700;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gsim-cta-banner__inner {
	border-radius: 0.75rem;
	padding: 2rem;
	color: #fff;
}

.gsim-cta-banner__inner h2,
.gsim-cta-banner__inner p {
	color: #fff;
}

.cta-banner .cta-banner__inner:not(.has-background):not([style*="background"]),
.gsim-section.cta-banner .cta-banner__inner:not(.has-background):not([style*="background"]) {
	background: inherit !important;
	color: #fff;
}

.cta-banner .cta-banner__inner.has-background,
.cta-banner .cta-banner__inner[style*="background-color"],
.gsim-section.cta-banner .cta-banner__inner.has-background,
.gsim-section.cta-banner .cta-banner__inner[style*="background-color"] {
	background-image: none !important;
}

.section.is-style-ndevrs-bg-calm-paper .cta-banner__inner,
.section.is-style-ndevrs-bg-soft-surface .cta-banner__inner,
.section.is-style-ndevrs-bg-linen-texture .cta-banner__inner,
.ndevrs-section-shell--calm-paper .cta-banner__inner,
.ndevrs-section-shell--soft-surface .cta-banner__inner,
.ndevrs-section-shell--linen-texture .cta-banner__inner {
	color: var(--gsim-ink);
}

.section.is-style-ndevrs-bg-calm-paper .cta-banner__inner h2,
.section.is-style-ndevrs-bg-calm-paper .cta-banner__inner p,
.section.is-style-ndevrs-bg-soft-surface .cta-banner__inner h2,
.section.is-style-ndevrs-bg-soft-surface .cta-banner__inner p,
.section.is-style-ndevrs-bg-linen-texture .cta-banner__inner h2,
.section.is-style-ndevrs-bg-linen-texture .cta-banner__inner p,
.ndevrs-section-shell--calm-paper .cta-banner__inner h2,
.ndevrs-section-shell--calm-paper .cta-banner__inner p,
.ndevrs-section-shell--soft-surface .cta-banner__inner h2,
.ndevrs-section-shell--soft-surface .cta-banner__inner p,
.ndevrs-section-shell--linen-texture .cta-banner__inner h2,
.ndevrs-section-shell--linen-texture .cta-banner__inner p {
	color: var(--gsim-ink);
}

.gsim-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 3.8rem 0 2.2rem;
}

.gsim-footer__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	padding-bottom: 2rem;
}

.gsim-footer__heading {
	margin: 0;
	font-size: 0.76rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.gsim-footer__menu,
.gsim-footer__contact {
	list-style: none;
	padding: 0;
	margin: 1rem 0 0;
	display: grid;
	gap: 0.6rem;
}

.gsim-footer__contact + .gsim-button {
	margin-top: 1rem;
}

.gsim-footer__socials {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0;
	line-height: 0;
}

.gsim-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	overflow: visible;
}

.gsim-footer__socials svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.95rem;
	height: 0.95rem;
	display: block;
	overflow: visible;
}

.gsim-footer__socials svg path {
	transform: translate(-50%, -50%);
}

.gsim-footer__meta {
	margin-top: 1.5rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.gsim-footer__meta p {
	margin: 0;
}

@media (max-width: 1100px) {
	.gsim-header__nav {
		padding-right: 12rem;
	}
}

@media (max-width: 900px) {
	.gsim-header__top {
		display: block;
	}

	.gsim-header__top-inner {
		min-height: 2.5rem;
		padding: 0;
	}

	.gsim-header__top-spacer {
		display: none;
	}

	.gsim-header__utility {
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}

	.gsim-header__socials {
		align-items: center;
	}

	.site-header {
		position: relative;
	}

	.gsim-header__main-inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.45rem;
		padding: 0.45rem 0 0.65rem;
		min-height: auto;
	}

	.gsim-header__branding {
		position: static;
		transform: none;
		margin: 0;
		margin-bottom: 0.1rem;
		padding: 0.15rem 0;
		width: 100%;
		display: flex;
		justify-content: center;
		order: 1;
		z-index: 6;
	}

	.gsim-header__branding img {
		width: min(13rem, 75vw);
		max-width: 100%;
		height: auto;
		max-height: none;
		filter: drop-shadow(0 2px 6px rgba(8, 14, 22, 0.45));
		background: transparent;
		border-radius: 0;
	}

	.gsim-header__nav {
		position: static;
		display: block;
		width: 100%;
		padding: 0.32rem 0;
		margin-top: 0;
		margin-bottom: 0.15rem;
		background: transparent;
		border-top: 0;
		border-bottom: 0;
		border-radius: 0;
		order: 2;
		z-index: 6;
	}

	.gsim-header__nav ul {
		justify-content: space-around;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.55rem;
		width: 100%;
		min-height: 1.8rem;
	}

	.gsim-header__nav li {
		display: flex;
	}

	.gsim-header__nav a {
		font-size: 0.9rem;
		font-weight: 700;
		letter-spacing: 0.14em;
		color: #fff !important;
		text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
		display: inline-block;
		padding: 0.14rem 0.45rem;
		background: transparent;
		border-radius: 0;
	}

	.gsim-header__cta {
		position: relative;
		right: auto;
		top: auto;
		display: inline-flex !important;
		width: auto !important;
		max-width: fit-content;
		transform: none;
		margin-top: 0.1rem;
		align-self: center;
		order: 3;
		z-index: 6;
	}

	.gsim-feature,
	.gsim-card-grid,
	.gsim-recommendations-grid,
	.gsim-steps-list,
	.gsim-footer__grid {
		grid-template-columns: 1fr;
	}

	.gsim-footer__meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-main > .hero:first-child,
	.site-main > .ndevrs-section-shell:first-child > .hero {
		min-height: 26rem;
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

body .wp-block-button .wp-block-button__link.has-ink-background-color,
body .wp-block-button .wp-block-button__link.has-ink-background-color.has-background,
body .wp-block-button__link.has-ink-background-color,
body .wp-block-button__link.has-ink-background-color.has-background {
	background-color: transparent !important;
}


.gsim-pagination {
    display: flex;
    justify-content: center;
    margin: 3rem 0 2rem;
}

.gsim-pagination ul {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gsim-pagination a,
.gsim-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    color: #2d6a4f;          /* adjust to site's primary color */
    border: 1px solid #d0d0d0;
    background: #fff;
    transition: all 0.2s ease;
}

.gsim-pagination a:hover {
    background: #2d6a4f;
    color: #fff;
    border-color: #2d6a4f;
}

.gsim-pagination .gsim-current .page-numbers,
.gsim-pagination .gsim-current a {
    background: #2d6a4f;
    color: #fff;
    border-color: #2d6a4f;
    pointer-events: none;
}

/* Prev/Next arrows */
.gsim-pagination .prev,
.gsim-pagination .next {
    font-size: 1rem;
    font-weight: 700;
}

/* Dots */
.gsim-pagination .dots {
    border: none;
    background: none;
    cursor: default;
    color: #999;
}