/* Global navigation */

.nav_sec.tnz-nav {
	position: relative;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #e5e2ea;
	color: #210f47;
}

.tnz-nav button {
	font-family: "TTCommonsPro-Md";
}

.tnz-nav-utility {
	height: 32px;
}

.tnz-nav-utility-links {
	height: 100%;
}

.tnz-nav-utility-link {
	display: inline-flex;
	align-items: center;
	min-height: 35px;
	color: #210f47;
	font-size: 12px;
	font-family: "TTCommonsPro-Md";
	text-decoration: none;
	white-space: nowrap;
}

.tnz-nav-utility-link:hover {
	color: #1057fc;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.tnz-nav .tnz-nav-utility .tnz-nav-utility-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 32px;
	min-height: 32px;
	min-width: 61px;
	margin: 0;
	padding: 4px 11px !important;
	font-size: 12px;
	line-height: 1;
}

.tnz-nav .tnz-nav-utility .tnz-nav-ask-ai:hover,
.tnz-nav .tnz-nav-utility .tnz-nav-ask-ai.is-open {
	background: transparent;
	color: #1057fc;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.tnz-nav [data-chatbot-control].is-open {
	color: #210f47;
	background: #eef3ff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tnz-nav-primary {
	height: 72px;
	background: #fff;
}

.tnz-nav-logo {
	display: inline-flex;
	align-items: center;
	min-width: 102px;
	min-height: 44px;
}

.tnz-nav-logo .nav_logo {
	display: block;
	width: 102px;
	height: 34px;
	object-fit: contain;
}

.tnz-nav-primary-list {
	flex: 0 0 auto;
	align-self: stretch;
	gap: 10px;
	margin-left: auto;
	list-style: none;
	padding: 0;
}

.tnz-nav-primary-list > li {
	display: flex;
	align-items: stretch;
}

.tnz-nav-primary-toggle,
.tnz-nav-primary-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 16px;
	border: 0;
	background: transparent;
	color: #210f47;
	font-size: 17px;
	font-family: "TTCommonsPro-Md";
	text-decoration: none;
	white-space: nowrap;
}

.tnz-nav-primary-toggle i {
	font-size: 10px;
	transition: transform 0.2s ease;
}

.tnz-nav-primary-toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.tnz-nav-primary-toggle::after,
.tnz-nav-primary-link::after {
	position: absolute;
	right: 12px;
	bottom: 0;
	left: 12px;
	height: 3px;
	background: #1057fc;
	content: "";
	opacity: 0;
}

.tnz-nav-primary-toggle:hover,
.tnz-nav-primary-link:hover,
.tnz-nav-primary-toggle[aria-expanded="true"] {
	color: #1057fc;
}

.tnz-nav-primary-toggle[aria-expanded="true"]::after {
	opacity: 1;
}

.tnz-nav .tnz-nav-login,
.tnz-nav .tnz-nav-trial {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-left: 12px !important;
	padding: 10px 20px !important;
	line-height: 1;
	white-space: nowrap;
}

.tnz-nav .tnz-nav-login {
	margin-left: 24px !important;
}

.tnz-nav-panel {
	position: absolute;
	top: 100%;
	left: 50%;
	width: min(1040px, calc(100% - 24px));
	max-height: calc(100vh - 138px);
	max-height: calc(100dvh - 138px);
	overflow-y: auto;
	transform: translateX(-50%);
	border: 1px solid #e5e2ea;
	border-radius: 0 0 7px 7px;
	background: #fff;
	box-shadow: 0 12px 25px rgba(33, 15, 71, 0.20);
}

.tnz-nav-panel[hidden],
.tnz-mobile-drawer[hidden],
.tnz-mobile-group-panel[hidden] {
	display: none;
}

/* The positioned container keeps panels aligned with the page grid. */
.tnz-nav-desktop-panels {
	position: relative;
}

.tnz-nav-panel-resource {
	width: min(760px, calc(100% - 24px));
}

.tnz-nav-panel-products {
	width: min(1140px, calc(100% - 24px));
	overflow-x: hidden;
}

.tnz-nav-menu-grid {
	display: grid;
}

.tnz-nav-menu-grid-products {
	grid-template-columns: minmax(0, 1fr) 260px;
}

.tnz-nav-menu-grid-solutions {
	grid-template-columns: minmax(0, 30fr) repeat(2, minmax(0, 35fr));
}

.tnz-nav-menu-grid-resource {
	padding: 8px;
}

.tnz-nav-menu-grid-resource .tnz-nav-menu-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 16px;
}

.tnz-nav-menu-grid-resource .tnz-nav-menu-column h2,
.tnz-nav-menu-grid-resource .tnz-nav-column-footer {
	grid-column: 1 / -1;
}
.tnz-nav-feature,
.tnz-nav-menu-column {
	min-width: 0;
	padding: 28px;
}

.tnz-nav-feature {
	grid-row: span 2;
	background: #210f47;
	color: #fff;
}

.tnz-nav-feature-icon {
	display: block;
	margin-bottom: 24px;
	color: #ffc107;
	font-size: 24px;
}

.tnz-nav .tnz-nav-feature h2 {
	margin: 0 0 12px;
	color: #fff;
	font-family: "TTCommonsPro-Db";
	font-size: 26px;
	line-height: 1.15;
}

.tnz-nav-feature p {
	max-width: 28ch;
	margin: 0 0 20px;
	color: #e0d9ee;
	font-size: 16px;
	line-height: 1.5;
}

.tnz-nav-feature-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.tnz-nav .tnz-nav-feature-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 12px;
	padding: 6px 0;
	color: #fff;
	font-family: "TTCommonsPro-Md";
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
}

.tnz-nav-feature-link::after,
.tnz-nav-overview-link::after {
	flex-shrink: 0;
	content: "\2192";
}

.tnz-nav .tnz-nav-feature-link:hover {
	color: #fff;
	text-decoration: none;
}

.tnz-nav-ai-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tnz-nav-ai-form label {
	color: #fff;
	font-family: "TTCommonsPro-Md";
	font-size: 14px;
}

.tnz-nav-ai-input {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #bfb4d4;
	border-radius: 7px;
	background: #fff;
	color: #210f47;
	font-family: "TTCommonsPro-Rg";
	font-size: 15px;
	line-height: 1.35;
}

.tnz-nav-ai-input::placeholder {
	color: #687086;
}

.tnz-nav-ai-input:focus {
	border-color: #ffc107;
	outline: 2px solid #ffc107;
	outline-offset: 2px;
}

.tnz-nav-ai-submit {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 9px 14px;
	border: 1px solid #ffc107;
	border-radius: 7px;
	background: #ffc107;
	color: #210f47;
	font-family: "TTCommonsPro-Md";
	font-size: 15px;
	line-height: 1.3;
	cursor: pointer;
}

.tnz-nav-ai-submit:hover,
.tnz-nav-ai-submit:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #210f47;
}

.tnz-nav-menu-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.tnz-nav .tnz-nav-menu-column h2 {
	margin: 0 0 16px;
	color: #4b566f;
	font-family: "TTCommonsPro-Md";
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: normal;
}

.tnz-nav .tnz-nav-menu-column .tnz-nav-resource-section-title,
.tnz-nav .tnz-mobile-group-panel .tnz-nav-resource-section-title {
	margin: 16px 0 4px;
	padding-top: 16px;
	border-top: 1px solid #e5e2ea;
}
.tnz-nav-menu-link {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	margin: 0 -10px;
	padding: 10px;
	border-radius: 8px;
	color: #210f47;
	font-family: "TTCommonsPro-Md";
	font-size: 16px;
	line-height: 1.35;
	text-decoration: none;
}

.tnz-nav-menu-grid-resource .tnz-nav-menu-link > i {
	width: 64px;
	flex-shrink: 0;
	color: #1057fc;
	font-size: 22px;
	text-align: center;
}

.tnz-nav-menu-grid-resource .tnz-nav-menu-link {
	height: 52px;
	min-height: 52px;
}

.tnz-nav-integration-logo,
.tnz-nav-api-icon {
	flex-shrink: 0;
	object-fit: contain;
	object-position: left center;
}

.tnz-nav-integration-logo.tnz-nav-integration-logo-icon {
	width: 40px;
}

.tnz-nav-integration-logo {
	width: 100px;
	height: 30px;
}

.tnz-nav-api-icon {
	width: 64px;
	height: 32px;
}

.tnz-nav-menu-link > span {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 4px;
}

.tnz-nav-menu-link small {
	color: #596176;
	font-family: "TTCommonsPro-Rg";
	font-size: 14px;
	line-height: 1.4;
}

.tnz-nav-menu-link i {
	color: #1057fc;
}

.tnz-nav-menu-link-featured {
	margin-bottom: 8px;
	background: #eef3ff;
	font-family: "TTCommonsPro-Db";
}

.tnz-nav-menu-link:hover,
.tnz-nav-menu-link:focus-visible {
	color: #1057fc;
	background: #eef3ff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tnz-nav-menu-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 24px;
	grid-column: 2 / -1;
	margin: 0 28px;
	padding: 8px 0 12px;
	border-top: 1px solid #e5e2ea;
}

.tnz-nav-column-footer {
	margin-top: auto;
	padding-top: 12px;
}

.tnz-nav-platform-catalog {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	padding: 28px;
	background: #fff;
}

.tnz-nav-feature-why {
	grid-row: auto;
}

.tnz-nav-platform-group {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.tnz-nav-platform-group .tnz-nav-feature-icon,
.tnz-mobile-platform-group .tnz-nav-feature-icon {
	margin: 0;
	color: #1057fc;
	font-size: 14px;
}

.tnz-nav-platform-summary {
	margin: 0 0 12px;
	color: #596176;
	font-size: 14px;
	line-height: 1.4;
}

.tnz-nav .tnz-nav-platform-group h2 {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 12px;
	font-size: 21px;
	line-height: 1.2;
}

.tnz-nav-platform-heading {
	color: #210f47;
	font-family: "TTCommonsPro-Db";
	text-decoration: underline;
	text-decoration-color: #1057fc;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.tnz-nav-platform-heading:hover,
.tnz-nav-platform-heading:focus-visible {
	color: #1057fc;
}

.tnz-nav-platform-products {
	margin-bottom: 14px;
}

.tnz-nav .tnz-nav-platform-product-link {
	min-height: 40px;
	margin: 0 -8px 0 2px;
	padding: 8px;
	font-size: 15px;
}

.tnz-nav-platform-product-link::before {
	flex: 0 0 auto;
	content: "\203A";
	color: #1057fc;
	font-family: Arial, sans-serif;
	font-size: 21px;
	line-height: 1;
}

.tnz-nav-platform-all-link {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding: 8px 10px;
	border: 1px solid #d9d4e2;
	border-radius: 7px;
	background: transparent;
	color: #1057fc;
	font-family: "TTCommonsPro-Md";
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
}

.tnz-nav-platform-all-link::after {
	content: "\2192";
}

.tnz-nav-platform-all-link:hover,
.tnz-nav-platform-all-link:focus-visible {
	border-color: #1057fc;
	color: #210f47;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tnz-nav .tnz-nav-feature-all-channels {
	width: 100%;
	margin-top: 18px;
	border-color: #fff;
	background: #fff;
	color: #1057fc;
}

.tnz-nav .tnz-nav-feature-all-channels:hover,
.tnz-nav .tnz-nav-feature-all-channels:focus-visible {
	border-color: #ffc107;
	background: #fff;
	color: #1057fc;
}

.tnz-nav-column-footer .tnz-nav-platform-all-link {
	width: 100%;
}

.tnz-nav-overview-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 12px;
	color: #1057fc;
	font-family: "TTCommonsPro-Md";
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
}

.tnz-nav-overview-link:hover {
	color: #1057fc;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tnz-nav .tnz-nav-ask-ai {
	border-radius: 12px;
	font-size: 14px;
	border: 0;
	background: transparent;
	color: #210f47;
	cursor: pointer;
}

.tnz-nav .tnz-nav-ask-ai i {
	color: #1057fc;
}

.tnz-nav .tnz-nav-ask-ai:hover {
	background: #eef3ff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tnz-nav-hamburger {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0;
	border: 0;
	background: transparent;
}

.tnz-nav-hamburger span {
	display: block;
	width: 20px;
	height: 2px;
	background: #210f47;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.tnz-nav-hamburger[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.tnz-nav-hamburger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.tnz-nav-hamburger[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.tnz-mobile-drawer {
	position: fixed;
	top: 72px;
	right: 0;
	left: 0;
	z-index: 100;
	max-height: calc(100vh - 72px);
	max-height: calc(100dvh - 72px);
	overflow-y: auto;
	overscroll-behavior: contain;
	background: #fff;
	box-shadow: 0 12px 28px rgba(33, 15, 71, 0.18);
}

.tnz-mobile-group,
.tnz-mobile-direct {
	display: block;
	border-bottom: 1px solid #ded9e7;
}

.tnz-mobile-group-toggle,
.tnz-mobile-direct {
	display: flex;
	width: 100%;
	min-height: 56px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	border: 0;
	box-shadow: inset 4px 0 transparent;
	background: #fff;
	color: #210f47;
	font-family: "TTCommonsPro-Db";
	font-size: 18px;
	text-align: left;
	text-decoration: none;
}

.tnz-mobile-group-toggle i {
	font-size: 11px;
	transition: transform 0.2s ease;
}

.tnz-mobile-group-toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.tnz-mobile-group-toggle[aria-expanded="true"] {
	box-shadow: inset 4px 0 #1057fc;
	color: #1057fc;
}

.tnz-mobile-group-panel {
	padding: 6px 20px 20px;
	background: #fff;
}

.tnz-nav .tnz-mobile-group-panel h2 {
	margin: 24px 0 8px;
	color: #210f47;
	font-family: "TTCommonsPro-Db";
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: normal;
}

.tnz-mobile-group-panel p {
	margin: 0 0 8px;
	color: #4b566f;
}

.tnz-mobile-link {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	margin: 0 -8px;
	padding: 10px 8px;
	border-radius: 8px;
	color: #210f47;
	font-family: "TTCommonsPro-Md";
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
}

.tnz-mobile-link > span {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.tnz-mobile-link small {
	color: #596176;
	font-family: "TTCommonsPro-Rg";
	font-size: 14px;
}

.tnz-mobile-utility {
	padding: 16px 20px max(24px, env(safe-area-inset-bottom));
	background: #f7f6f9;
}

.tnz-mobile-utility-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
	gap: 4px 12px;
	margin-bottom: 14px;
}

.tnz-mobile-utility-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: #210f47;
	text-decoration: none;
}

.tnz-nav .tnz-nav-mobile-action {
	display: flex;
	width: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin: 0;
	gap: 8px;
	padding: 10px !important;
}

.tnz-nav :focus-visible {
	outline: 2px solid #210f47 !important;
	outline-offset: 3px;
	box-shadow: 0 0 0 3px #ffc107;
}

body.tnz-nav-drawer-open {
	overflow: hidden;
}

.tnz-mobile-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.tnz-mobile-feature {
	margin: 4px 0 20px;
	padding: 20px;
	border-radius: 12px;
	background: #210f47;
	color: #fff;
}

.tnz-nav .tnz-mobile-feature h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 22px;
}

.tnz-mobile-feature p {
	margin-bottom: 10px;
	color: #e0d9ee;
	font-size: 15px;
	line-height: 1.45;
}

.tnz-mobile-platform-group {
	display: flex;
	flex-direction: column;
}

.tnz-mobile-platform-group + .tnz-mobile-platform-group {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #e5e2ea;
}

.tnz-mobile-platform-group .tnz-nav-platform-summary {
	margin-bottom: 6px;
}

.tnz-mobile-platform-group .tnz-nav-platform-all-link {
	align-self: flex-start;
	margin-top: 10px;
}

.tnz-mobile-why-feature {
	margin-top: 20px;
}

.tnz-mobile-solutions-section {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #e5e2ea;
}

.tnz-nav .tnz-mobile-solutions-section h2 {
	margin-top: 0;
}

.tnz-mobile-section-cta {
	width: 100%;
	margin-top: 12px;
}

.tnz-nav .tnz-nav-content-width-cta {
	width: auto;
	margin-right: auto;
}

.tnz-nav .tnz-mobile-platform-group h2 {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 4px;
	font-size: 20px;
}

.tnz-mobile-platform-heading {
	color: #210f47;
	text-decoration: underline;
	text-decoration-color: #1057fc;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.tnz-mobile-link:hover,
.tnz-mobile-direct:hover,
.tnz-mobile-utility-link:hover {
	background: #eef3ff;
	color: #1057fc;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tnz-nav .tnz-nav-feature :focus-visible,
.tnz-nav .tnz-mobile-feature :focus-visible {
	outline-color: #ffc107 !important;
	box-shadow: none;
}

html:not(.tnz-js) .tnz-nav-panel[hidden],
html:not(.tnz-js) .tnz-mobile-group-panel[hidden] {
	display: block !important;
}

html:not(.tnz-js) .tnz-nav-panel {
	position: static;
	width: 100%;
	max-height: none;
	transform: none;
	border-radius: 0;
}

html:not(.tnz-js) .tnz-mobile-drawer {
	position: static;
	height: auto;
	max-height: none;
	box-shadow: none;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.tnz-nav-menu-grid-products {
		grid-template-columns: minmax(0, 1fr) 220px;
	}

	.tnz-nav-platform-catalog {
		gap: 16px;
		padding: 20px;
	}

	.tnz-nav-feature-why {
		padding: 22px;
	}

	.tnz-nav-primary-list {
		gap: 0;
	}

	.tnz-nav-primary-toggle,
	.tnz-nav-primary-link {
		padding-right: 11px;
		padding-left: 11px;
	}
}

@media (max-width: 991px) {
	html:not(.tnz-js) .tnz-mobile-drawer[hidden] {
		display: block !important;
	}

	.tnz-nav-primary {
		height: 72px;
	}

	.tnz-nav-primary .container {
		max-width: none;
		padding-right: 12px;
		padding-left: 12px;
	}

	.tnz-nav-logo {
		min-width: 78px;
		margin-left: 6px;
	}

	.tnz-nav-logo .nav_logo {
		width: 78px;
		height: 26px;
	}

	.tnz-nav .tnz-nav-login {
		min-height: 44px;
		margin-left: auto !important;
		padding: 8px 13px !important;
		font-size: 13px;
	}
}

@media (max-width: 359px) {
	.tnz-nav .tnz-nav-login {
		padding-right: 10px !important;
		padding-left: 10px !important;
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tnz-nav * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
