:root {
	--grid-margin: 1.2rem;
	--grid-gap: 1.2rem;
	--grid-space: 2.4rem;
	--layout-max-width: 156rem;
	--columns: 12;
	--container-columns: 12;
	--minus-gap: 1;
	--radius--md: 1.6rem;
	--radius: 0.8rem;
	--radius--sm: 0.6rem;
	--radius--xs: 0.4rem;
	--cta-height: 4rem;
	--header-height: 15.2rem;
	--header-navigation-gap: .8rem;
	--header-navigation-height: 5.6rem;
	--header-navigation-offset: 2.4rem;
	--header-banner-height: 5.6rem;
	--row-spacing-vertical: 4.8rem;
	--block-spacing-vertical: 4rem;
	--block-gap-vertical: 4rem;
	--block-inline-space: 3.2rem;
	--block-inline-space--sm: 2.4rem;
	--white: #ffffff;
	--black: #000000;
	--yellow--light: rgb(243.5571428571, 206.6857142857, 132.9428571429);
	--yellow: #EDB33F;
	--yellow--dark: #C0800B;
	--yellow--darker: #845807;
	--yellow--alt: #F6A600;
	--pink: #E6418D;
	--green: #76A430;
	--green--dark: #588219;
	--green--darker: #4B8300;
	--orange: #EE6709;
	--blue: #57A0D7;
	--blue--dark: #104079;
	--blue--darker: #003F5E;
	--blue-space--lighter: #D0D4DA;
	--blue-space--light: #798495;
	--blue-space--medium: #3E4B5B;
	--blue-space: #101315;
	--blue-space--dark: #262F38;
	--grey-100: #F5F5F5;
	--grey-150: #F0F0F0;
	--grey-200: #EEF0F2;
	--grey-250: #E9E9E9;
	--grey-300: #DCDCDC;
	--grey-400: #C9C9C9;
	--grey-500: #B8B8B8;
	--grey-600: #A3A3A3;
	--grey-700: #868686;
	--grey-750: #646464;
	--grey-800: #525252;
	--grey-900: #171717;
	--title-font: Lexend, sans-serif;
	--text-font: Inter, sans-serif;
	--error: #BF3737;
	--warning: var(--yellow);
	--succeed: var(--green);
	--text-color--lighter: var(--grey-300);
	--text-color--light: var(--grey-500);
	--text-color--muted: var(--grey-600);
	--text-color--medium: var(--grey-800);
	--text-color: var(--black);
	--text-color--invert: var(--white);
	--text-color--alt: var(--blue-space--dark);
	--text-color--alt--light: var(--blue-space--light);
	--text-color--alt--lighter: var(--blue-space--lighter);
	--text-color--accent: var(--yellow);
	--text-color--accent--dark: var(--yellow--dark);
	--text-color--green: var(--green);
	--title-color--medium: var(--grey-750);
	--title-color: var(--black);
	--title-color--accent: var(--yellow);
	--stroke-color--lighter: var(--grey-100);
	--stroke-color--light: var(--blue-space--lighter);
	--stroke-color--light--alt: var(--grey-200);
	--stroke-color: var(--grey-400);
	--stroke-color--medium: var(--grey-300);
	--stroke-color--dark: var(--grey-700);
	--stroke-color--accent: var(--yellow);
	--stroke-color--accent--dark: var(--yellow--dark);
	--stroke-color--invert: var(--white);
	--background-color--light: var(--grey-200);
	--background-color--medium: var(--grey-300);
	--background-color: var(--white);
	--background-color--dark: var(--blue-space--dark);
	--background-color--accent: var(--yellow);
	--background-color--accent--light: var(--yellow--light);
	--drop-shadow: 0 0 0.4rem rgba(16, 19, 21, 0.4);
	--transition-easing: cubic-bezier(0.45, 0, 0.15, 1);
	--transition-easing--in-out: cubic-bezier(0.4, 0, 0.1, 1);
	--transition-duration: 0.32s;
	--transition: all 0.32s cubic-bezier(0.45, 0, 0.15, 1);
	--z-index-curtain: 50;
	--z-index-nav: 100;
	--z-index-header-nav: 150;
	--z-index-header-logo: 200;
	--z-index-header: 250;
	--z-index-search: 300;
	--z-index-header-button: 350;
	--z-index-dialog: 400;
	--z-index-alert: 450;
}
@media screen and ( min-width: 48em ) {
	:root {
		--row-spacing-vertical: 4.8rem;
		--block-spacing-vertical: 2rem;
		--header-navigation-offset: 2.4rem;
		--grid-gap: 2.4rem;
		--grid-margin: 1.6rem;
		--grid-space: 4rem;
	}
}
@media screen and ( min-width: 64em ) {
	:root {
		--row-spacing-vertical: 9.6rem;
		--block-inline-space: 4.8rem;
		--block-inline-space--sm: 3.2rem;
		--grid-margin: 3.2rem;
		--grid-space: 5.2rem;
	}
}
@media screen and ( min-width: 80em ) {
	:root {
		--header-height: 20rem;
		--grid-gap: 3.2rem;
		--grid-space: 6.4rem;
	}
}
@media screen and ( min-width: 85.375em ) {
	:root {
		--grid-margin: 6.4rem;
		--grid-space: 8.4rem;
	}
}

.page--geo .block--content {
	font-size: 1.4rem;
}

.page--geo .block--content > h2 {
	font-size: 3.2rem;
	margin: 3.2rem 0 1.6rem;
}

.page--geo .block--content p {
	font-size: 1.6rem;
	line-height: 1.5;
}

.header {
	grid-template-rows: auto;
	margin-bottom: 60px;
}
.city-header__title h1 {
	font-weight: 400;
	margin-bottom: 10px;
}

.city-header__content__wrapper {
	background: #eef0f2;
	grid-area: list;
	display: flex;
	margin-top: -50px;
}

	.city-header__content {
		flex: 1 1 calc( 100% - 370px );
		padding: 80px 4.8rem 4.8rem;
		font-size: 2rem;
		line-height: 1.5;
	}

		.city-header__content p a {
			font-weight: 500;
			text-underline-offset: 3px;
			text-decoration: underline;
		}
		.city-header__content p + p {
			margin-top: 1.5rem;
		}
		.city-header__content__actions {
			margin-top: 2.4rem;
			display: flex;
			gap: 1.6rem;
		}

@media screen and (min-width: 40em) {
	.city-header__intotheminds-logo {
		position: absolute;
		top: 70px;
		right: 30px;
		padding: 1.6rem 2.4rem;
		background-color: #fff;
	}
		.city-header__intotheminds-logo {
			width: 240px;
		}
}

	.city-header__image {
		flex: 0 0 370px;
		height: 100%;
	}
		.city-header__image figure, .city-header__image figure img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			position: relative;
		}

		.city-header__image figcaption {
			padding: 10px 1rem;
			position: absolute;
			bottom: 0;
			width: 100%;
			color: #fff;
			font-size: 1.4rem;
			background-color: rgba( 0, 0, 0, 0.6 );
		}

















.block--essentials {
	width: 100%;
	margin: 1rem auto 6rem;
	padding: 1em;
	font-family: var(--title-font);
	padding: 2em 2em 1px;
	position: relative;
	background: var(--background-color--accent);
}
	.block--essentials::before, .block--essentials::after {
		content: '';
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: var(--background-color--accent);
		z-index: -1;
	}
		.block--essentials::before { left: -100%; }
		.block--essentials::after { left: 100%; }

	.block--essentials h2, .block--essentials h3 {
		color: #fff;
		text-align: center;
		margin-bottom: 0.5em;
		font-size: 1.8rem;
		font-weight: 500;
		margin: 0;
	}
	.block--essentials h2 {
		font-weight: 600;
		font-size: 2rem;
		margin: 1.2em 0;
	}
	.block--essentials__content {
		padding: 1em;
		border-radius: 4px;
		margin-bottom: 1em;
		display: flex;
		flex-wrap: wrap;
		gap: 2em;
	}
	.block--essentials__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1em;
		text-align: center;
		flex: 1 1 15%;
		color: var(--yellow--darker);
	}
		.block--essentials__item__content {
			display: flex;
			flex-direction: column;
			gap: 1em;
			align-items: center;
			text-align: center;
		}
		.block--essentials__item h4 {
			font-size: 1.6rem;
			font-weight: 400;
		}
		.block--essentials__item p {
			font-size: 1.6em;
			line-height: 1.4;
			font-weight: 400;
		}
		.block--essentials__item i {
			display: block;
			width: 6rem;
			height: 6rem;
			background: var(--yellow--dark);
			border-radius: var(--radius--xs);
			color: #fff;
			font-size: 3em;
		}









.block--grid {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	grid-template-areas: "header space-right" "list list";
	position: relative;

	margin-top: 40px !important;
	border-top: 1px solid #ccc;
	padding-top: 40px;
}
	.block--grid .block__title {
		grid-area: header;
		padding: 2.4em 3.2em;
		margin-left: 1.2rem;
		position: relative;
		z-index: 2;
	}
		.block--grid .block__title h2 {
			margin: 0 0 2rem 0;
		}

	.block--grid .block__title::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: var(--background-color);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.block--grid .block__button {
		position: absolute;
		top: 60px;
		right: 30px;
		display: flex;
		gap: 10px;
	}

		.block--grid .block__button svg {
			width: 22px; height: 22px;
		}

	.block--grid .block__content {
		align-content: stretch;
		grid-area: list;
		gap: 3.2rem var(--grid-gap);
		margin-block-start: 0;
		width: 100%;
		list-style-type: none;
	}

	.block--grid .block__items {
		width: 100%;
		/* display: flex;
		overflow: hidden; */
	}






.block--grid__item {
	color: #fff;
	padding: 1em;
	width: 24%;
	padding: 2.4rem;
	min-height: 250px;
	font-size: 1.6rem !important;
}
	.block--grid__item h4, .block--grid__item p {
		font-family: var(--title-font);
		font-size: 1.6rem !important;
		font-weight: 400;
		margin-bottom: 1.6rem;
	}


.block--methods .block--grid__item h4 { color: #721b43; }
.block--services .block--grid__item h4 { color: #344d0d; }
.block--grid__item p { color: #fff; }



.block--cases {
	width: 100%;
	margin: 2em auto;
	padding: 2.4em 0;
	background: var(--background-color--accent);
	position: relative;
}
	.block--cases::before, .block--cases::after {
		content: '';
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: var(--background-color--accent);
		z-index: -1;
	}
		.block--cases::before { left: -100%; }
		.block--cases::after { left: 100%; }

	.block--cases__title {
		text-align: center;
		margin: 1.6rem 0;
	}
		.block--cases__title h2 {
			margin: 0 !important;
			margin-bottom: 10px !important;
		}
		.block--cases__title p {
			font-family: var(--title-font);
			color: #7f5b24;
			font-weight: 400;
		}

	.block--cases h2 {
		color: #fff;
	}
	.block--cases__content {
		padding: 1em;
		border-radius: 4px;
		margin-bottom: 1em;
		display: flex;
		flex-wrap: wrap;
		gap: 1em;
	}
	.block--cases__case {
		background: #eef0f2;
		flex: 1 1 15%;
	}
		.block--cases__case__content {
			padding: 1em;
		}
		.block--cases__case h3 {
			font-size: 1.8rem;
			font-weight: 600;
			color: #000;
			line-height: 1.5;
			margin: 0 0 20px 0;
		}
		.block--cases__case p {
			font-size: 1.6em;
			line-height: 1.4;
			font-weight: 400;
		}
		.block--cases__case figure, .block--cases__case figure * {
			width: 100%;
			height: auto;
			max-height: 220px;
			object-fit: cover;
			position: relative;
		}
		.block--cases__case figcaption {
			padding: 5px 1rem;
			text-overflow: ellipsis;
			white-space: nowrap;
  			overflow: hidden;
			position: absolute;
			bottom: 0;
			width: 100%;
			color: #fff;
			background-color: rgba( 0, 0, 0, 0.6 );
		}



.block--questions__question + .block--questions__question {
	border-top: 1px solid #333;
}

.block--questions__question__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	padding: 2.4rem;
	background: #eef0f2;
}
.block--questions__question__action {
	width: 40px; height: 40px;
	aspect-ratio: 1 / 1;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
	transition: all 0.5s ease;
	transform: rotate(0);
	align-self: baseline;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.block--questions__question__action svg {
		width: 24px;
		height: 24px;
		fill: none !important;
	}

	.block--questions__question.js-open svg {
		transform: rotate(180deg);
	}

.block--questions__question h3 {
	font-family: var( --title-font );
	font-size: 2.4rem;
	margin: 0;
	font-weight: 400;
}

.block--questions__question__content {
	background: #fff;
	border: 15px solid #eef0f2;
	padding: 1.6em 2.6rem;
	display: none;
	transition: all 0.5s ease;
}

.block--questions__question.js-open .block--questions__question__content {
	display: block;
}

/* Admin */
.mce-content-body {
	max-width: 1368px;
	margin: 0 auto;
}

.swiper-slide {
	height: auto;
}

.swiper-button-next, .swiper-button-prev {
	width: 40px; height: 40px;
    color: #fff !important;
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
    z-index: 100;
	margin: 0 30px;
}
	.swiper-button-next svg, .swiper-button-prev svg {
		width: 100%;
		height: 100%;
		fill: none !important;
	}


.footer {
	padding-top: 4rem;
	font-size: 1.6rem;
	gap: 2.4rem;
	line-height: 1.5;
}
	.footer__separator {
		display: block;
	}

	nav.footer__section {
		padding-top: 3.2rem;
	}


/* Mobile adjustments */
@media screen and (max-width: 40em) {
	.page--geo .block--hero .block__header {
		font-size: 2.4rem;
		line-height: 1.2;
		margin: 0;
		padding: 20px 10px;
	}

	.city-header__content__wrapper {
		flex-direction: column;
		flex-direction: column-reverse;
	}

	.city-header__content {
		padding: 10px 20px 20px;
		font-size: 1.6rem;
	}

	.city-header__content__actions {
		flex-direction: column;
		gap: 1.2rem;
	}

	.block--essentials {
		margin: 0;
		padding: 20px 0;
	}

		.block--essentials__content {
			flex-direction: column;
		}

	.block--grid {
		display: block;
	}

	.block--grid__item, .editor-front .block--grid__item {
		width: 90% !important;
	}

	.block--grid .block__title {
		padding: 0 0 20px 0;
		margin: 0;
	}

	.block--grid .block__button {
		position: relative;
		top: auto; left: auto; right: auto;
		margin: 0 0 20px;
	}

	.block .button {
		font-size: 1.6rem;
	}

	.block--essentials h2 {
		margin: 1.8rem 0 3.2rem;
		color: var(--yellow--darker);
	}
	.block--essentials__content {
		padding: 0 25px 0 0;
	}
	.block--essentials__item {
		flex-direction: row;
		gap: 3rem;
		align-items: flex-start;
	}

	.block--essentials__item__content {
		align-items: flex-start;
		text-align: left;
	}

	.block--essentials__item__content h3 {
		text-align: left;
	}

	.block--cases__content {
		padding: 0;
		flex-direction: column;
	}

	.footer__logo {
		width: 150px;
	}

	nav.footer__section {
		padding-top: 1rem;
	}

	.block--questions__question__heading {
		gap: 2rem;
	}

	.swiper-button-next, .swiper-button-prev {
		margin: -20px;
	}

	.swiper {
		overflow: visible;
	}

	.editor-front .block--questions__question,
	.editor-front .block--grid__content {
		margin: 0 -30px;
	}
	.editor-front .block--grid__content {
		width: calc( 100% + 60px );
		overflow: visible !important;
	}

	.block--essentials::before, .block--essentials::after {
		/* display: none; */
	}
}

/* Desktop adjustments */
@media screen and (min-width: 40em) {
	.page--geo .block--hero .block__header {
		max-width: calc( 100% - 450px );
		line-height: 1;
	}
}

/* Department adjustments */
.editor-front .block--essentials {
	font-size: 11px;
	padding-bottom: 2.8rem;
	margin-bottom: 2.8rem;
}
.editor-front .block--essentials h2 {
	font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
	color: var(--yellow--darker);
	font-family: "Rubik",sans-serif;
}

.editor-front .block--essentials h3 {
	font-size: 20px;
	font-weight: 400;
	font-family: "Rubik",sans-serif;
}
	.editor-front .block--essentials__content {
		padding: 0 25px 0 0;
		gap: 1em;
	}

	.editor-front .block--essentials__item {
		flex-direction: row;
		gap: 1.6rem;
		align-items: flex-start;
		width: 100%;
		flex: 1 1 100%;
	}
	.editor-front .block--essentials__item i {
		width: 4rem; height: 4rem;
		aspect-ratio: 1 / 1;
		font-size: 45px
	}

	.editor-front .block--essentials__item__content {
		align-items: flex-start;
		text-align: left;
		gap: 0.5em;
	}

	.editor-front .block--essentials__item__content h3 {
		text-align: left;
	}
	.editor-front .block--essentials__item__content p {
		font-size: 15px;
	}

.editor-front .block--grid {
	margin-top: 30px !important;
	padding-top: 30px !important;
    font-size: 11px;
	grid-template-columns: 100%;
	grid-template-areas: "header"
		"space-right"
		"list";
	grid-template-columns: auto;
    flex-direction: column;
}
	.editor-front .block--grid .block__title {
		background: transparent;
		margin-left: 0;
		padding: 0;
	}
		.editor-front .block--grid .block__title::before {
			display: none;
		}

	.editor-front .block--grid .block__button {
		position: relative;
		top: auto; left: auto; right: auto;
		margin: 20px 0;
		width: fit-content
	}

	.editor-front .block--grid .block__title h2 {
		margin: 0 0 10px 0;
	}
	.editor-front .block--grid .block__title p {
		font-size: 16px;
		margin-bottom: 0;
	}

		.editor-front .block--grid__content p {
			margin-bottom: 0 !important;
		}
		.editor-front .block--grid__content h4 {
			margin-top: 0 !important;
		}

	.editor-front .block--grid__item {
		width: 32%;
		font-size: 11px;
		height: 100%;
	}

	.editor-front .block--grid__item h4, .editor-front .block--grid__item p {
		font-family: "Rubik",sans-serif;
		font-size: 16px !important;
		line-height: 1.4;
		font-weight: 400;
		margin-bottom: 1.6rem;
		text-decoration: none;
	}

.editor-front .block--questions {
	font-size: 16px;
}
	.editor-front .block--questions__title {
		margin-bottom: 20px;
	}

	.editor-front .block--questions__question__heading {
		padding: 20px 25px;
		font-size: 1rem;
	}

	.editor-front .block--questions__question h3 {
		font-size: 1.1rem;
		line-height: 1;
		font-weight: 400;
		font-family: 'Rubik',sans-serif;
	}

	.editor-front .block--questions__question p:last-of-type {
		margin-bottom: 0 !important;
	}

	.editor-front .block--questions__question__content {
		font-size: 15px;
		padding: 16px 20px;
		border-top: none;
	}

@font-face {
	font-family: "icomoon";
	src: url("https://www.intotheminds.com/blog/app/themes/intotheminds/assets/fonts/intotheminds/intotheminds.ttf?b2n8aj") format("truetype"), url("https://www.intotheminds.com/blog/app/themes/intotheminds/assets/fonts/intotheminds/intotheminds.woff?b2n8aj") format("woff"), url("https://www.intotheminds.com/blog/app/themes/intotheminds/assets/fonts/intotheminds/intotheminds.svg?b2n8aj#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.editor-front .button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
    padding: 7px 10px 7px 15px;
    min-width: 90px;
    border: 0px;
    border-radius: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #f6a600;
    background-image: url(https://www.intotheminds.com/blog/app/themes/intotheminds/assets/images/icons/icon-next.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.editor-front .button svg {
	width: 20px; height: 20px
}

.editor-front .block--essentials .icon {
	display: block;
	aspect-ratio: 1/1;
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.editor-front .block--essentials .icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.editor-front .block--essentials .icon--newspaper:before { content: "\e914"; }
.editor-front .block--essentials .icon--arrow-right-line:before { content: "\e913"; }
.editor-front .block--essentials .icon--arrow-bottom:before { content: "\e912"; }
.editor-front .block--essentials .icon--mail:before { content: "\e910"; }
.editor-front .block--essentials .icon--whatsapp:before { content: "\e911"; }
.editor-front .block--essentials .icon--points:before { content: "\e90f"; }
.editor-front .block--essentials .icon--arrow-left:before { content: "\e90e"; }
.editor-front .block--essentials .icon--linkedin:before { content: "\e90b"; }
.editor-front .block--essentials .icon--x:before { content: "\e90c"; }
.editor-front .block--essentials .icon--facebook:before { content: "\e90a"; }
.editor-front .block--essentials .icon--youtube:before { content: "\e90d"; }
.editor-front .block--essentials .icon--podcast:before { content: "\e909"; }
.editor-front .block--essentials .icon--phone:before { content: "\e908"; }
.editor-front .block--essentials .icon--grow:before { content: "\e903"; }
.editor-front .block--essentials .icon--merch:before { content: "\e904"; }
.editor-front .block--essentials .icon--satisfaction:before { content: "\e905"; }
.editor-front .block--essentials .icon--stats:before { content: "\e906"; }
.editor-front .block--essentials .icon--survey:before { content: "\e907"; }
.editor-front .block--essentials .icon--search:before { content: "\e902"; }
.editor-front .block--essentials .icon--arrow-right-triple:before { content: "\e901"; }
.editor-front .block--essentials .icon--arrow-right:before { content: "\e900"; }