/*Font Segment CSS*/
@font-face {
    font-family: 'segmentmedium';
    src: url('segment-font/Segment-Medium.woff2') format('woff2'),
        url('segment-font/Segment-Medium.woff') format('woff'),
        url('segment-font/Segment-Medium.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap !important;
}

@font-face {
    font-family: 'segmentregular';
    src: url('segment-font/Segment-Regular.woff2') format('woff2'),
        url('segment-font/Segment-Regular.woff') format('woff'),
        url('segment-font/Segment-Regular.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap !important;
}

@font-face {
    font-family: 'segmentsemibold';
    src: url('segment-font/Segment-SemiBold.woff2') format('woff2'),
        url('segment-font/Segment-SemiBold.woff') format('woff'),
        url('segment-font/Segment-SemiBold.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap !important;
}

@font-face {
    font-family: 'segmentthin';
    src: url('segment-font/Segment-Thin.woff2') format('woff2'),
        url('segment-font/Segment-Thin.woff') format('woff'),
        url('segment-font/Segment-Thin.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap !important;
}

@font-face {
    font-family: 'segmentbold';
    src: url('segment-font/Segment-Bold.woff2') format('woff2'),
        url('segment-font/Segment-Bold.woff') format('woff'),
        url('segment-font/Segment-Bold.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap;
}

@font-face {
    font-family: 'segmentextrabold';
    src: url('segment-font/Segment-ExtraBold.woff2') format('woff2'),
        url('segment-font/Segment-ExtraBold.woff') format('woff'),
        url('segment-font/Segment-ExtraBold.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap !important;
}
/*End of Font Segment CSS*/

#top #header {
	display: none !important;
}

#top .section_sub_title .av-special-heading-tag {
	font-size: 16px;
    font-family: 'segmentbold';
    line-height: 16px;
    text-transform: uppercase;
	color: var(--Style, #7A96A3);
}

#top .sect_title .av-special-heading-tag {
	color: var(--Black, #323544);
	font-family: 'segmentbold';
	font-size: 64px;
	font-weight: 500;
	line-height: 68px;
	letter-spacing: -0.64px;
	text-transform: unset;
}

#top .sect_title_smaller .av-special-heading-tag {
	font-size: 35px;
	line-height: 40px;
	letter-spacing: -0.35px;
}

#top .business_model_cont {
	padding: 12px;
	border-radius: 16px;
	background: #F8F8F8;
	max-width: 932px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

#top .page_header_cont {
	position: relative;
}

#top .page_header_cont::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 104px;
	top: 0px;
	left: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 25%, rgba(0, 0, 0, 0.00) 100%);
	backdrop-filter: blur(0px);
}

#top .single_business_model_cont {
	border-radius: 12px;
	background: var(--White, #FFF);
	padding: 64px 56px;
}

#top .business_model_col_two {
	background: var(--Black, #323544);
}

#top .business_model_subtitle {
	display: block;
	max-width: max-content;
	padding: 6px;
	border-radius: 4px;
	background: var(--Style, #D1DEE4);
	color: var(--Black, #323544);
	text-align: center;
	font-family: 'segmentmedium';
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.12px;
}

#top .business_model_col_two .business_model_subtitle {
	background: var(--Yellow_highlight, #E0FF00);
}

#top .business_model_title {
	display: block;
	color: var(--Black, #323544);
	font-family: 'segmentmedium';
	font-size: 24px;
	font-weight: 500;
	line-height: 28px; 
	letter-spacing: -0.24px;
}

#top .business_model_col_two .business_model_title {
	color: #ffffff;
}

#top .single_business_model_cont .main_btn_cont, #top .single_business_model_cont .main_btn_cont a {
	width: 100%;
}

#top .marg_top_64 {
	margin-top: 64px;
}

#top .marg_top_40 {
	margin-top: 40px;
}

#top .marg_top_32 {
	margin-top: 32px;
}

#top .marg_top_20 {
	margin-top: 20px;
}

#top .no_marg_top {
	margin-top: 0px;
}

#top .main_p_cont *:first-child {
	margin-top: 0px;
}

#top .main_p_cont *:last-child {
	margin-bottom: 0px;
}

#top .main_p_cont * {
	font-family: 'segmentregular';
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	color: var(--Body, #5F5F5F);
}

#top .main_p_cont strong {
    font-family: 'segmentsemibold';
	color: var(--Black, #323544);
}

#top .main_p_cont a {
	color: var(--Black, #323544);
	font-family: 'segmentsemibold';
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#top .main_p_cont h1, #top .main_p_cont h2, #top .main_p_cont h3,
#top .main_p_cont h1 *, #top .main_p_cont h2 *, #top .main_p_cont h3 * {
    color: var(--Black, #323544);
    font-weight: 500;
    font-family: 'segmentbold';
    font-size: 26px;
	text-transform: unset;
	letter-spacing: 0px;
}

#top .main_p_cont h4, #top .main_p_cont h5, #top .main_p_cont h6,
#top .main_p_cont h4 *, #top .main_p_cont h5 *, #top .main_p_cont h6 * {
    color: var(--Black, #323544);
    font-weight: 500;
    font-family: 'segmentbold';
    font-size: 20px;
	text-transform: unset;
	letter-spacing: 0px;
}

#top .main_btn_cont .avia-button {
	margin: 0px !important;
	padding: 8px 20px 8px 24px;
	border-radius: 999px;
	background: var(--Black, #323544);
	color: var(--White, #FFF);
	font-family: 'segmentregular';
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	opacity: 1 !important;
	border: 2px solid var(--Black, #323544) !important;
}

#top .main_btn_cont_row .avia-button:last-child, #top .main_btn_cont_outline .avia-button {
	background: #F8F8F8;
	color: var(--Black, #323544);
}

#top .main_btn_cont_outline .avia-button {
	background: transparent;
}

#top .main_btn_cont .avia_iconbox_title {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

#top .main_btn_cont .avia_iconbox_title::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M4.168 10H15.835M15.835 10L10.001 4.167M15.835 10L10.001 15.833' stroke='white' stroke-width='1.667' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	transition: transform 0.4s ease;
}

#top .main_btn_cont_row .avia-button:last-child .avia_iconbox_title::after, #top .main_btn_cont_outline .avia-button .avia_iconbox_title::after, #top .main_btn_cont_white .avia_iconbox_title::after, #top .main_btn_cont_green .avia_iconbox_title::after, #top .main_btn_cont_row .avia-button:first-child .avia_iconbox_title::after {
    background-image: 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='M4.16797 10H15.8346M15.8346 10L10.0013 4.16669M15.8346 10L10.0013 15.8334' stroke='%23323544' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#top .main_btn_cont .avia-button:hover .avia_iconbox_title::after, #top .m7a_pg_card:hover .main_btn_cont .avia-button .avia_iconbox_title::after {
    animation: avia_arrow_bounce 0.6s ease infinite;
}

#top .main_btn_cont_row {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

@keyframes avia_arrow_bounce {
    0%, 100% { transform: translateX(0); }
    50%      { transform: translateX(6px); }
}

#top .page_breadcrumbs_cont {
    border-radius: 4px;
    background: var(--White, #FFF);
    padding: 8px;
    display: flex;
    max-width: max-content;
    align-items: center;
    gap: 8px;
}

#top svg {
	display: block;
}

#top .page_breadcrumbs_link {
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	opacity: 0.64;
	transition: opacity .2s ease;
}

#top .page_breadcrumbs_link:hover, #top .page_breadcrumbs_text {
	opacity: 1;
}

#top .page_header_cont .template-page {
	padding-bottom: 0px;
	vertical-align: bottom;
}

#top .page_header_cont .av-special-heading {
	padding: 36px 64px;
	border-radius: 12px 12px 0 0;
	background: var(--White, #FFF);
}

#top .page_header_cont .flex_column::before, #top .page_header_cont .flex_column::after {
	display: none;
}

#top .page_header_cont .flex_column {
	display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
	gap: 432px;
}

#top .padd_top_normal .template-page {
	padding-top: 100px;
}

#top .padd_top_0 .template-page {
	padding-top: 0px;
}

#top .padd_bot_normal .template-page {
	padding-bottom: 100px;
}

#top .tick_mark_list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#top .tick_mark_list ul li {
    position: relative;
    padding-left: 28px;
	margin-left: 0px !important;
    margin-bottom: 6px;
}

#top .tick_mark_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2714%27%20height%3D%2714%27%20viewBox%3D%270%200%2014%2014%27%20fill%3D%27none%27%3E%3Crect%20width%3D%2714%27%20height%3D%2714%27%20rx%3D%277%27%20fill%3D%27%237A96A3%27%2F%3E%3Cpath%20d%3D%27M11%204.00146L5.5%209.50146L3%207.00146%27%20stroke%3D%27white%27%20stroke-width%3D%270.888889%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

#top .main_p_cont_dark * {
	color: var(--Black, #323544);
}

#top .main_p_cont_white * {
	color: rgb(255 255 255 / 72%);
}

#top #scroll-top-link {
	display: none !important;
}

#top .avia-animated-number {
    text-align: left;
    border-bottom: 1px solid #323544 !important;
    display: block;
    height: 49px;
}

#top .avia-animated-number-title span {
	color: var(--Black, #323544);
	font-family: 'segmentbold';
	font-size: 35px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: -0.35px;
}

#top .avia-no-number {
    opacity: 1;
	text-transform: uppercase;
}

#top .marg_top_0 {
	margin-top: 0px !important;
}

#top .avia-animated-number-title {
	border-radius: 8px 8px 0 0;
    border-top: 1px solid var(--Black, #323544);
    border-right: 1px solid var(--Black, #323544);
    border-left: 1px solid var(--Black, #323544);
    background: transparent;
    padding: 0px 20px 4px;
}

#top .fullwidth_image_sect .av-section-color-overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.00) 100%);
	backdrop-filter: blur(0px);
	opacity: 1;
}

#top .fullwidth_image_sect .sect_title * {
	color: var(--White, #FFF) !important;
}

#top .fullwidth_image_sect .section_sub_title * {
	color: var(--Yellow_highlight, #E0FF00);
}

#top .fullwidth_image_sect .container .content {
    vertical-align: bottom;
}

#top .fullwidth_image_sect .main_p_cont * {
	color: rgba(255, 255, 255, 0.72);
}

#top .fullwidth_image_sect .main_btn_cont a {
	border: 2px solid var(--Yellow_highlight, #E0FF00) !important;
	color: var(--Yellow_highlight, #E0FF00) !important;
	background: transparent !important;
}

#top .fullwidth_image_sect .main_btn_cont .avia_iconbox_title::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M4.16797 9.99984H15.8346M15.8346 9.99984L10.0013 4.1665M15.8346 9.99984L10.0013 15.8332' stroke='%23E0FF00' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

	/* ---------- Wrapper ---------- */
	.m7a_pg_wrapper {
		font-family: inherit;
		color: #111;
		max-width: 100%;
	}

	/* ---------- Filters ---------- */
	.m7a_pg_filters {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		margin-bottom: 36px;
	}

	.m7a_pg_dropdown {
		position: relative;
		min-width: 220px;
	}

	.m7a_pg_dropdown_toggle {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 14px 18px 14px 22px;
		background: #F8F8F8;
		border: 1px solid transparent;
		border-radius: 8px;
		cursor: pointer;
		font-size: 20px;
		font-weight: 500;
		font-family: 'segmentregular';
		color: #111;
		line-height: 1;
		transition: background-color .2s, border-color .2s;
	}

	.m7a_pg_dropdown_toggle:hover {
		background: #ececec;
	}

	.m7a_pg_dropdown.is_open .m7a_pg_dropdown_toggle {
		border-color: #e5e5e5;
	}

	.m7a_pg_chevron {
		flex-shrink: 0;
		color: #555;
		transition: transform .2s;
	}

	.m7a_pg_dropdown.is_open .m7a_pg_chevron {
		transform: rotate(180deg);
	}

	#top .m7a_pg_dropdown_menu {
		position: absolute;
		top: calc(100% + 6px);
		left: 0;
		right: 0;
		z-index: 20;
		display: none;
		list-style: none;
		margin: 0 !important;
		padding: 6px;
		max-height: 320px;
		overflow-y: auto;
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
	}

	#top .m7a_pg_dropdown.is_open .m7a_pg_dropdown_menu {
		display: block;
	}

	#top .m7a_pg_dropdown_menu li {
		padding: 10px 16px;
		border-radius: 8px;
		cursor: pointer;
		margin: 0 !important;
		margin-top: 4px !important;
		font-size: 14px;
		font-family: 'segmentregular';
		transition: background-color .15s;
	}

#top .m7a_pg_dropdown_menu li:first-child {
	margin-top: 0px !important;
}

	#top .m7a_pg_dropdown_menu li:hover,
	#top .m7a_pg_dropdown_menu li.is_selected {
		background: #f3f3f3;
	}

#top .main_p_cont_smaller * {
	font-size: 16px;
	line-height: 24px; 
}

	/* ---------- Grid ---------- */
	.m7a_pg_grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 80px 40px;
		transition: opacity .2s;
	}

#top .m7a_client_testimonials_flag img {
	width: 22px;
	height: 16px;
	border-radius: 4px;
	overflow: hidden;
	object-fit: cover;
}

	@media (max-width: 1100px) {
		.m7a_pg_grid { 
			grid-template-columns: repeat(3, 1fr); 
			gap: 32px;
		}
	}

	@media (max-width: 820px) {
		.m7a_pg_grid { 
			grid-template-columns: repeat(2, 1fr); 
		}
	}

	@media (max-width: 520px) {
		.m7a_pg_grid { 
			grid-template-columns: 1fr; 
		}
	}

	.m7a_pg_wrapper.is_loading .m7a_pg_grid {
		opacity: .45;
		pointer-events: none;
	}

	.m7a_pg_empty {
		grid-column: 1 / -1;
		text-align: center;
		padding: 60px 20px;
		color: #777;
	}

	/* ---------- Card ---------- */
	.m7a_pg_card_link {
		display: block;
		text-decoration: none;
		color: inherit;
	}

	.m7a_pg_card_image {
		position: relative;
		width: 100%;
		height: 200px;
		margin-bottom: 14px;
		overflow: hidden;
		background: #f0f0f0;
		border-radius: 16px;
	}

	.m7a_pg_card_image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform .5s;
	}

	.m7a_pg_card:hover .m7a_pg_card_image img {
		transform: scale(1.04);
	}

	.m7a_pg_card_badge {
		display: inline-block;
		margin-bottom: 12px;
		color: var(--Yellow_highlight, #E0FF00);
		font-family: 'segmentregular';
		font-size: 12px;
		font-weight: 500;
		line-height: 1;
		padding: 6px;
		border-radius: 4px;
		background: var(--Black, #323544);
		letter-spacing: 0.12px;
	}

	.m7a_pg_card_title {
		margin: 0 0 12px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		color: var(--Black, #323544);
		font-family: 'segmentbold';
		font-size: 22px;
		font-weight: 500;
		line-height: 28px; /* 127.273% */
		letter-spacing: -0.22px;
		min-height: 85px;
	}

	.m7a_pg_card:hover .m7a_pg_card_title {
		text-decoration: underline;
	}

	.m7a_pg_card_meta {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 18px;
		color: var(--Body, #5F5F5F);
		font-family: 'segmentregular';
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
	}

	.m7a_pg_dot {
		opacity: .5;
	}

	.m7a_pg_card_btn {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 9px 20px;
		background: transparent;
		border: 1px solid #111;
		border-radius: 999px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
		color: #111;
		transition: background-color .2s, color .2s, border-color .2s;
}

	/* ---------- Pagination ---------- */
	.m7a_pg_pagination {
		display: flex;
		justify-content: center;
		margin-top: 48px;
	}

	.m7a_pg_pager {
		display: inline-flex;
		align-items: center;
		gap: 2px;
		padding: 8px 20px;
		border-radius: 999px;
		border: 1px solid var(--Stroke, #EEE) !important;
		background: var(--White, #FFF) !important;
	}

	.m7a_pg_pager_btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 19px;
		background: transparent;
		border: none;
		cursor: pointer;
		font-family: 'segmentregular';
		font-size: 16px;
		font-weight: 400;
		line-height: 26px; 
		color: var(--Body, #5F5F5F);
		opacity: 0.56;
		transition: color .15s, opacity .15s;
	}

	.m7a_pg_pager_btn.is_active, .m7a_pg_pager_btn:hover:not(:disabled) {
		color: Black;
		opacity: 1;
	}

	.m7a_pg_pager_btn:disabled {
		opacity: 0.2;
		cursor: not-allowed;
	}

	.m7a_pg_pager_ellipsis {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 19px;
		font-size: 14px;
		font-family: 'segmentregular';
		color: Black;
	}

#top .special_amp {
    font-family: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
	color: inherit !important;
}

#top .avia-post-nav {
	display: none !important;
}

#top .single_post_max_width .container {
	max-width: 1032px;
}

#top .single_post_meta_data_text {
	display: block;
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

#top .single_post_meta_data_cont {
    display: flex;
    align-items: center;
    gap: 16px;
}

#top .single_post_feat_img_cont {
	width: 100%;
	height: 600px;
	border-radius: 12px;
}

#top .post_tags_label {
	display: block;
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
}

#top .post_tags_link {
	display: block;
	color: var(--Black, #323544);
	font-family: 'segmentmedium';
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	border-radius: 999px;
	background: var(--Style, #D1DEE4);
	padding: 6px 16px;
	width: max-content;
}

#top .tag_share_inner_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

#top .post_share_copied {
    display: block;
    max-width: max-content;
    margin-left: 0px;
    padding: 6px 14px;
    background-color: #2c3e50;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
	font-family: 'segmentmedium';
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    margin-top: 10px;
}

#top .post_share_copied.is_visible {
    opacity: 1;
    transform: translateY(0);
}

.company_social_sticky {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2c3340;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 12px;
    z-index: 9999;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
}

.company_social_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.company_social_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #c8ff3d;
    text-decoration: none;
    transition: transform 0.25s ease, color 0.25s ease;
}

.company_social_link svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.company_social_link:hover,
.company_social_link:focus {
    color: #ffffff;
    transform: scale(1.15);
    text-decoration: none;
}

#top .bg_no_repeat {
	background-repeat: no-repeat;
}

#top .bg_center {
	background-position: center;
}

#top .bg_contain {
	background-size: contain;
}

#top .bg_cover {
	background-size: cover;
}

#top .back_to_news_btn {
    display: flex;
    color: var(--Black, #323544);
    font-family: 'segmentmedium';
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    align-items: center;
    gap: 12px;
}

#top .single_post_bar_cont .template-page {
	padding-top: 24px;
	padding-bottom: 24px;
}

.post_nav_wrapper {
    width: 370px;
}

.post_nav_card {
    display: flex;
    align-items: stretch;
    background-color: #2c3340;
    border-radius: 9999px;
    overflow: hidden;
    min-height: max-content;
    transition: background-color 0.25s ease;
}

.post_nav_link {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 12px 22px;
    color: #fff;
    text-decoration: none;
    min-width: 0;
    transition: opacity 0.2s ease;
}

.post_nav_link:hover,
.post_nav_link:focus {
    color: #fff;
    text-decoration: none;
}

.post_nav_label {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-family: 'segmentregular';
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
}

.post_nav_title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px; 
	font-family: 'segmentsemibold';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.2s ease;
	background: linear-gradient(90deg, #FFF 50%, #323544 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.post_nav_arrows {
    display: flex;
    align-items: stretch;
}

.post_nav_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    color: #fff !important;
    text-decoration: none;
    transition: background-color 0.25s ease, opacity 0.25s ease;
    cursor: pointer;
}

.post_nav_arrow + .post_nav_arrow {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.post_nav_arrow:hover,
.post_nav_arrow:focus {
    background-color: #3a4252;
    color: #fff !important;
    text-decoration: none;
}

.post_nav_arrow_disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.post_nav_arrow_disabled:hover {
    background-color: transparent;
}

/* Quick fade when content swaps on hover */
.post_nav_card.is_swapping .post_nav_label,
.post_nav_card.is_swapping .post_nav_title {
    opacity: 0;
}

#top .post_nav_cont {
	display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
}

.post_progress_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #EEE;
}

.post_progress_wrapper.is_stuck {
    position: fixed;
    z-index: 9999;
    top: 98px;
}

/* Placeholder keeps page layout from jumping when the bar becomes fixed */
.post_progress_placeholder {
    display: none;
    width: 100%;
    height: 2px;
}

.post_progress_placeholder.is_active {
    display: block;
}

.post_progress_bar {
    height: 100%;
    width: 0;
    background-color: #323544;
    transition: width 0.1s ease-out;
}

.m7a_expert_services_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.m7a_expert_services_arrows {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.m7a_expert_services_arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #323544;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: 2px solid var(--Stroke, #EEE);
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    padding: 0;
}

.m7a_expert_services_arrow:hover {
    background: #323544;
    color: #fff;
}

.m7a_expert_services_arrow svg {
    width: 18px;
    height: 18px;
}

.m7a_expert_services_card {
    padding: 64px 48px;
    height: 100%;
	border-radius: 12px;
	border: 1px solid var(--Stroke, #EEE) !important;
	background: var(--White, #FFF);
    box-sizing: border-box;
}

.m7a_expert_services_icon {
    margin-bottom: 30px;
}

.m7a_expert_services_icon img,
.m7a_expert_services_icon svg {
    width: 56px;
    height: 56px;
    color: #7A96A3;
}

.m7a_expert_services_card_title {
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.22px;
    margin: 0 0 20px;
}

.m7a_expert_services_splide .splide__pagination {
    bottom: 0px;
    position: relative;
    margin-top: 20px;
}

.m7a_expert_services_splide .splide__pagination__page {
    background: #323544 !important;
    opacity: 0.2;
    margin: 0 6px;
}

.m7a_expert_services_splide .splide__pagination__page.is-active {
    opacity: 1;
	background: #323544 !important;
    transform: scale(1);
}

.m7a_expert_services_splide .splide__pagination {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.m7a_expert_services_splide .splide__pagination li {
    list-style: none;
    margin: 0;
}

#top .splide__pagination li {
	padding: 0px !important;
}

#top .splide__track li {
    margin-left: 0px;
    padding: 0px;
}

#top .m7a_expert_services_splide .splide__track {
    overflow: visible;
}

#top .main_btn_cont_white .avia-button {
	color: var(--Black, #323544);
	background: var(--White, #FFF);
}

#top .section_sub_title_yellow * {
	color: var(--Yellow_highlight, #E0FF00) !important;
}

#top .sect_title_white * {
	color: #ffffff !important;
}

.m7a_gallery {
    width: 100%;
}

.m7a_gallery_inner, .m7a_gallery_splide {
    position: relative;
}

.m7a_gallery_image_wrap {
    width: 100%;
	height: 600px;
    overflow: hidden;
    border-radius: 12px;
    background: #f0f0f0;
}

.m7a_gallery_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m7a_gallery_arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.m7a_gallery_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #323544;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    pointer-events: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	border: 2px solid var(--Stroke, #EEE) !important;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.m7a_gallery_arrow:hover {
    background: #323544;
	border-color: #323544 !important;
    color: #fff;
}

.m7a_gallery_arrow svg {
    width: 18px;
    height: 18px;
}
.m7a_gallery_arrow_prev { left: 20px; }
.m7a_gallery_arrow_next { right: 20px; }

.m7a_gallery_splide .splide__pagination {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    padding: 0;
}

.m7a_gallery_splide .splide__pagination__page {
    background: #ffffff !important;
    opacity: 0.2;
    margin: 0 6px;
    width: 8px;
    height: 8px;
}

.m7a_gallery_splide .splide__pagination__page.is-active {
    background: #ffffff !important;
	opacity: 1;
    transform: scale(1);
}

.m7a_feature_grid_inner {
    display: grid;
    gap: 60px 80px;
}

.m7a_feature_grid_cols_1 { grid-template-columns: 1fr; }
.m7a_feature_grid_cols_2 { grid-template-columns: repeat(2, 1fr); }
.m7a_feature_grid_cols_3 { grid-template-columns: repeat(3, 1fr); }
.m7a_feature_grid_cols_4 { grid-template-columns: repeat(4, 1fr); }

.m7a_feature_grid_item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.m7a_feature_grid_icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.m7a_feature_grid_icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.m7a_feature_grid_content {
    flex: 1;
    min-width: 0;
}

#top .m7a_feature_grid_title {
    color: #ffffff;
	margin: 0 0 10px;
}

#top .col_card_cont {
	border-radius: 12px;
	border: 1px solid var(--Stroke, #EEE);
	background: var(--White, #FFF);
	padding: 64px 48px 48px 48px;
}

#top .card_title .av-special-heading-tag {
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.22px;
}

#top .marg_top_10 {
	margin-top: 10px;
}

#top .card_img_cont img {
	width: 100%;
	height: 400px;
	border-radius: 12px;
	object-fit: cover;
}

.m7a_client_testimonials_inner {
    display: grid;
    grid-template-columns: max-content 704px;
    gap: 8px;
}

.m7a_client_testimonials_logos {
    display: grid;
    grid-template-columns: repeat(4, 166px);
	grid-template-rows: 1fr 1fr;
    gap: 8px;
    overflow: hidden;
}

.m7a_client_testimonials_logo {
    background: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid var(--Stroke, #EEE) !important;
    padding: 20px;
    transition: background .2s ease;
	border-radius: 8px;
}

.m7a_client_testimonials_logo:hover {
    background: #F8F8F8;
}

.m7a_client_testimonials_logo.is_active {
    background: #F8F8F8;
}

.m7a_client_testimonials_logo img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Card */
.m7a_client_testimonials_card {
    background: #fff;
    border-radius: 12px;
    padding: 80px;
    position: relative;
    border: 1px solid var(--Stroke, #EEE) !important;
}

.m7a_client_testimonials_arrows {
    position: absolute;
    top: 86px;
    right: 80px;
    display: flex;
    gap: 8px;
    z-index: 5;
}

.m7a_client_testimonials_arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #323544;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: 2px solid var(--Stroke, #EEE) !important;
    padding: 0;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.m7a_client_testimonials_arrow:hover {
    background: #323544;
	border-color: #323544 !important;
    color: #fff;
}

.m7a_client_testimonials_arrow svg {
    width: 16px;
    height: 16px;
}

.m7a_client_testimonials_slide {
    padding: 0;
}

.m7a_client_testimonials_company_tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--Style, #D1DEE4);
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 40px;
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 17px;
	font-weight: 500;
	line-height: 26px; /* 152.941% */
}

.m7a_client_testimonials_company_name {
    font-weight: 500;
}

.m7a_client_testimonials_flag {
    margin-left: 4px;
    font-size: 1rem;
    line-height: 1;
}

.m7a_client_testimonials_person {
    display: flex;
    align-items: center;
    gap: 14px;
}

.m7a_client_testimonials_person_photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
}

.m7a_client_testimonials_person_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.m7a_client_testimonials_person_name {
    color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.22px;
}

.m7a_client_testimonials_person_title {
    color: var(--Body, #5F5F5F);
	font-family: 'segmentmedium';
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}

#top .anchors_sect {
	min-height: unset;
}

#top .anchors_sect .template-page {
	padding-top: 0px;
	padding-bottom: 0px;
}

.m7a_anchor_nav_wrap {
    width: 100%;
}

.m7a_anchor_nav {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    transition: box-shadow .2s ease;
}

/* When the nav is appended to body it has the is_sticky class directly */
.m7a_anchor_nav.is_sticky {
    position: fixed;
    top: 99px;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.m7a_anchor_nav_placeholder {
    width: 100%;
}

.m7a_anchor_nav_list {
    display: flex;
    justify-content: center;
    gap: 48px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#top .m7a_anchor_nav_item {
    margin: 0;
	padding: 0px;
    list-style: none;
}

#top .m7a_anchor_nav_link {
    display: inline-block;
    padding: 16px 4px;
    text-decoration: none;
    border-bottom: 2px solid transparent !important;
    transition: color .2s ease, border-color .2s ease;
    position: relative;
    top: 1px;
	color: var(--Body, #5F5F5F);
	text-align: center;
	font-family: 'segmentregular';
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}

#top .m7a_anchor_nav_link:hover {
    color: var(--Black, #323544) !important;
}

#top .m7a_anchor_nav_link.is_active {
    color: var(--Black, #323544) !important;
    border-bottom-color: #323544 !important;
}

#top .m7a_phone_mockup {
    width: 100%;
    line-height: 0;
    background: var(--Style, #D1DEE4);
    border-radius: 12px;
    max-height: 485px;
    overflow: hidden;
    padding: 20px 80px 0px 80px;
}

.m7a_phone_mockup_media {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
}

.m7a_feature_rows_inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Row */
.m7a_feature_rows_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
}

/* Reverse: text left, media right */
.m7a_feature_rows_row_reverse .m7a_feature_rows_media_col, #top .m7a_feature_rows_alt_cont .m7a_feature_rows_media_col {
    order: 2;
}

.m7a_feature_rows_row_reverse .m7a_feature_rows_text_col, #top .m7a_feature_rows_alt_cont .m7a_feature_rows_text_col {
    order: 1;
}

/* Media column */
.m7a_feature_rows_media_col {
    background: #eee;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    min-height: 380px;
}

#top .m7a_feature_rows_alt_cont .m7a_feature_rows_media_col {
    min-height: 454px;
}

.m7a_feature_rows_media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 0;
}

.m7a_feature_rows_media_inner {
    display: block;
    width: auto;
    max-width: 90%;
    height: 100%;
    background: transparent;
}

#top .m7a_feature_rows_alt_cont .m7a_feature_rows_media_inner {
    max-width: 100%;
	object-fit: contain;
    object-position: bottom;
	width: 100%;
}

#top .m7a_feature_rows_media_cover img {
	width: 100%;
	object-fit: cover !important;
}

#top .m7a_feature_rows_media_bottom_right img {
	object-position: bottom right !important;
}

/* Text column */
.m7a_feature_rows_text_col {
    border-radius: 12px;
	border: 1px solid var(--Stroke, #EEE) !important;
	background: var(--White, #FFF);
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
}

.m7a_feature_rows_icon img {
    width: 56px;
    height: 56px;
    display: block;
}

#top .padd_bot_0 .template-page {
	padding-bottom: 0px;
}

#top .m7a_feature_rows_media_top {
	padding-top: 20px;
}

#top .m7a_feature_rows_media_bottom {
	padding-bottom: 20px;
}

#top .m7a_feature_badge {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 160px;
	height: 36px;
}

#top .m7a_feature_badge_talon {
	width: 194px;
}

#top .management_portal_img img {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

#top .management_portal_bottom_img_cont {
	max-width: 1170px;
    margin: 0 auto;
	margin-top: 40px;
	padding: 40px;
	border-radius: 12px;
	border: 1px solid var(--Stroke, #EEE);
	background: var(--White, #FFF);
	box-shadow: 516px 516px 204px 0 rgba(0, 0, 0, 0.00), 330px 330px 187px 0 rgba(0, 0, 0, 0.01), 186px 186px 158px 0 rgba(0, 0, 0, 0.02), 83px 83px 117px 0 rgba(0, 0, 0, 0.03), 21px 21px 64px 0 rgba(0, 0, 0, 0.04);
}

#top .management_portal_bottom_img_cont img {
    max-width: 724px;
    margin: 0 auto;
    display: block;
	width: 100%;
}

.m7a_product_cards_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.m7a_product_cards_cols_1 .m7a_product_cards_card { flex: 0 0 100%; }
.m7a_product_cards_cols_2 .m7a_product_cards_card { flex: 0 0 calc((100% - 24px) / 2); }
.m7a_product_cards_cols_3 .m7a_product_cards_card { flex: 0 0 calc((100% - 80px) / 3); }
.m7a_product_cards_cols_4 .m7a_product_cards_card { flex: 0 0 calc((100% - 72px) / 4); }

/* Card */
.m7a_product_cards_card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #EEE !important;
    display: flex;
    flex-direction: column;
}

.m7a_product_cards_image {
    background: #D1DEE4;
    aspect-ratio: 16 / 11;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
	padding-top: 40px;
}

/*.m7a_product_cards_image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(209, 222, 228, 0.00) 60%, #D1DEE4 90%);
    pointer-events: none;
    z-index: 2;
}*/

.m7a_product_cards_image img {
    max-width: 80%;
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}

/* Content */
.m7a_product_cards_content {
    padding: 30px 44px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#top .m7a_product_cards_title {
	display: block;
	color: var(--Black, #323544);
	text-align: center;
	font-family: 'segmentbold';
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.28px;
	margin: 0px;
}

/* Slide layout */
.m7a_partner_slides_slide {
    display: grid !important;
    grid-template-columns: 1fr 1fr;    
    min-height: 480px;
}

.m7a_partner_slides_left {
    padding: 50px 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background: #fff;
	overflow: hidden;
    border: 1px solid var(--Stroke, #EEE) !important;
	border-radius: 12px;
}

.m7a_partner_slides_right {
    border-radius: 12px;
	background: var(--Style, #D1DEE4);
    position: relative;
    overflow: hidden;
}

/* Left column content */
.m7a_partner_slides_logo {
    margin-bottom: 42px;
	padding: 32px;
	border-radius: 12px;
	background: #F8F8F8;
	width: max-content;
}

.m7a_partner_slides_logo img {
    max-height: 50px;
    width: auto;
    display: block;
}

.m7a_partner_slides_title {
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin: 0px;
	letter-spacing: -0.22px;
}

/* Trusted by */
.m7a_partner_slides_trusted_label {
    margin-bottom: 10px;
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.m7a_partner_slides_trusted_splide .splide__list {
    align-items: center;
}

.m7a_partner_slides_trusted_slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px;
}

#top .m7a_partner_slides_trusted_slide_cont {
    border-radius: 12px;
    border: 1px solid var(--Stroke, #EEE) !important;
    background: #F8F8F8;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m7a_partner_slides_trusted_slide img {
    max-height: 36px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Right column media */
.m7a_partner_slides_media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 0;
}

.m7a_partner_slides_media_inner {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    background: transparent;
}

/* Pagination dots */

.m7a_partner_slides_main .splide__pagination {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    padding: 0;
}

.m7a_partner_slides_main .splide__pagination__page {
    background: #323544;
    opacity: 1;
    margin: 0 6px;
    width: 8px;
	opacity: 0.2;
    height: 8px;
}

.m7a_partner_slides_main .splide__pagination__page.is-active, .m7a_partner_slides_main .splide__pagination__page:hover {
    background: #323544;
    transform: scale(1);
	opacity: 1;
}

.m7a_newsroom_search_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.m7a_newsroom_search_controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.m7a_newsroom_search_count {
    color: var(--Body, #5F5F5F);
	font-family: 'segmentregular';
	font-size: 17px;
	font-weight: 400;
	line-height: 26px; 
	white-space: nowrap;
}

.m7a_newsroom_search_splide .splide__list {
    align-items: stretch;
}

.m7a_newsroom_search_slide {
    height: auto !important;
}

#top .m7a_newsroom_search_splide .main_btn_cont_outline .avia-button {
	background: #ffffff !important;
}

/* Header */
.m7a_all_site_search_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.m7a_all_site_search_controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.m7a_all_site_search_arrows, .m7a_newsroom_search_arrows {
    display: flex;
    gap: 12px;
}

.m7a_all_site_search_arrow, .m7a_newsroom_search_arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #323544;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: 2px solid var(--Stroke, #EEE);
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    padding: 0;
}

.m7a_all_site_search_arrow:hover, .m7a_newsroom_search_arrow:hover {
    background: #323544;
    color: #fff;
}

.m7a_all_site_search_arrow svg, .m7a_newsroom_search_arrow svg {
    width: 18px;
    height: 18px;
}

/* Slide grid (2 columns x 3 rows of cards) */
.m7a_all_site_search_grid {
    display: grid;
    gap: 20px;
}
.m7a_all_site_search_grid_cols_1 { grid-template-columns: 1fr; }
.m7a_all_site_search_grid_cols_2 { grid-template-columns: repeat(2, 1fr); }
.m7a_all_site_search_grid_cols_3 { grid-template-columns: repeat(3, 1fr); }
.m7a_all_site_search_grid_cols_4 { grid-template-columns: repeat(4, 1fr); }

/* Card */
.m7a_all_site_search_card {
    display: flex;
    align-items: stretch;
    gap: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding: 16px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.m7a_all_site_search_card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border-color: #EEE !important;
}

.m7a_all_site_search_card_image {
    flex: 0 0 162px;
    width: 162px;
    height: 162px;
    background: #cfd8e0;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m7a_all_site_search_card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.m7a_all_site_search_card_content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m7a_all_site_search_card_title {
    color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
    margin: 0 0 4px;
}

.m7a_all_site_search_card_slug {
    color: var(--Body, #5F5F5F);
	font-family: 'segmentregular';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
    margin-bottom: 8px;
	opacity: 0.64;
}

#top .m7a_all_site_search_card_content .main_p_cont {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#top .m7a_search_input {
    width: 100%;
    margin-bottom: 0px !important;
}

#top .m7a_search_input_inner {
    display: flex;
    align-items: center;
    gap: 18px;
}

#top .m7a_search_input_inner:focus-within {
    border-bottom-color: #1a1a1a;
}

#top .m7a_search_input_icon {
    flex-shrink: 0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top .m7a_search_input_content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#top .m7a_search_input_label {
    color: var(--Body, #5F5F5F);
	font-family: 'segmentregular';
	font-size: 14px;
	font-weight: 400;
	opacity: 0.64;
	line-height: 20px;
    cursor: text;
}

#top .m7a_search_input_field {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
	margin: 0px !important;
	color: var(--Black, #323544) !important;
	font-family: 'segmentregular' !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 30px !important;
}

#top .m7a_search_input_field::placeholder {
    color: #323544;
    opacity: 0.4;
}

#top .m7a_search_input_field:focus {
    box-shadow: none;
    outline: none;
}

#top .m7a_search_input_submit {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #323544;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background .2s ease, color .2s ease;
    opacity: 0;
    visibility: hidden;
}

#top .m7a_search_input_inner:focus-within .m7a_search_input_submit,
#top .m7a_search_input_field:not(:placeholder-shown) ~ .m7a_search_input_submit {
    opacity: 1;
    visibility: visible;
}

#top .m7a_search_input_submit:hover {
    background: #323544;
    color: #fff;
}

#top .m7a_search_input_submit svg {
    width: 16px;
    height: 16px;
}

#top .search_input_sect {
	min-height: unset;
	border-bottom: 1px solid var(--Stroke, #EEE) !important;
}

#top .search_input_sect .template-page {
	padding-top: 24px;
	padding-bottom: 24px;
}

#top .about_us_col_img {
	border-radius: 12px;
	height: 528px;
}

#top .col_padd_left {
	padding-left: 80px;
}

#top .col_padd_right {
	padding-right: 80px;
}

#top .popup_active {
	position: relative;
	z-index: 999999;
}

#top .card_sep {
	width: 100%;
	height: 1px;
	background: var(--Stroke, #EEE);
}

#top .card_icon_img {
	float: unset;
	margin: 0px;
}

#top .single_post_meta_data_cont_smaller .single_post_meta_data_text {
	color: var(--Body, #5F5F5F);
	font-size: 10px;
	line-height: normal;
}

#top .single_post_meta_data_cont_smaller {
    gap: 8px;
}

#top .post_breadcrumbs_title {
	display: block;
	color: var(--Black, #323544);
	font-family: 'segmentsemibold';
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 6px;
}

#top .case_study_flag_icon {
	width: 57px;
	height: 40px;
}

#top .title_with_flag {
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
	gap: 20px;
}

#top .case_study_website_title, #top .case_study_website_link {
	display: block;
}

#top .case_study_website_title {
	color: var(--Body, #5F5F5F);
	font-size: 17px;
	font-family: 'segmentregular';
	font-weight: 400;
	line-height: 26px;
}

#top .case_study_website_link {
	font-family: 'segmentsemibold';
	color: var(--Black, #323544);
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
}

#top .case_study_website_cont {
	display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 12px;
}

#top .case_study_title_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#top.single-case-study .number_sect_case_study .first .avia_textblock {
	margin-bottom: 40px;
}

#top.single-case-study .section_sub_title, #top.single-case-study .main_btn_cont {
	margin-top: 0px !important;	
}

#top .main_footer_cont {
	background: var(--Black, #323544);
}

#top .main_footer_wrapper {
	max-width: 1508px;
	padding: 0px 50px;
	padding-top: 100px;
	padding-bottom: 64px;
	margin: 0 auto;
	position: relative;
}

#top .footer_logo {
	width: 118px;
	height: 48px;
	background-image: url(/wp-content/uploads/2026/04/Layer_1.svg);
}

#top .m7a_menu_label {
	color: var(--White, #FFF);
	font-family: 'segmentregular';
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	opacity: 0.64;
	margin-bottom: 10px;
}

    #top .m7a_menu {
        color: #fff;
    }
		
    #top .m7a_menu_list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
		
    #top .m7a_menu_item {
        margin: 0px;
        list-style: none;
        position: relative;
        padding-left: 16px;
    }
		
    #top .m7a_menu_item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: rgba(255,255,255,0.4);
    }
		
    #top .m7a_menu_item.is_current::before {
        background: #E0FF00;
    }
		
    #top .m7a_menu_link {
        color: #fff;
        text-decoration: none;
		font-family: 'segmentregular';
		font-size: 17px;
		font-weight: 500;
		line-height: 26px;
        transition: color .2s ease;
    }
		
    #top .m7a_menu_link:hover {
        color: #E0FF00;
    }
		
    #top .m7a_menu_item.is_current .m7a_menu_link {
        color: #E0FF00;
    }

#top .main_footer_top_cont {
	display: grid;
	grid-template-columns: 1fr repeat(4, max-content);
	gap: 120px;
}

#top .main_btn_cont_green .avia-button, #top .main_btn_cont_row .avia-button:first-child {
	background: var(--Yellow_highlight, #E0FF00);
	color: var(--Black, #323544);
}

#top .socket_text {
	display: block;
	color: rgba(255, 255, 255, 0.64);
	font-family: 'segmentmedium';
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	transition: color .2s ease;
}

#top .socket_text strong {
	color: var(--Yellow_highlight, #E0FF00);
	font-family: 'segmentregular';
	font-weight: 500;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#top .part_of_cont {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.20);
    padding: 7px 10px 8px 10px;
    display: flex;
    max-width: max-content;
    gap: 6px;
    align-items: center;
}

#top .part_of_text {
	display: block;
	color: rgba(255, 255, 255, 0.64);
	font-family: 'segmentmedium';
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	position: relative;
    top: 1px;
}

#top .part_of_title {
	color: var(--White, #FFF);
	font-family: 'segmentregular';
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

#top .main_footer_socket_left_cont, #top .main_footer_socket_right_cont {
	display: flex;
    align-items: center;
    gap: 32px;
}

#top .main_footer_socket_cont {
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
}

#top .socket_link:hover {
	color: #ffffff;
}

#top .main_footer_social_link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
	color: var(--White, #FFF);
	font-family: 'segmentregular';
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 24px;
	border-right: 1px solid rgb(255 255 255 / 20%) !important;
}

#top .main_footer_social_link_first {
	padding-left: 0px !important;
}

#top .main_footer_socials_cont {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, max-content) 1fr max-content;
    margin-top: 42px;
}

#top .m7a_search_bar_submit {
	display: none !important;
}

#top .m7a_footer_search_bar, #top .m7a_search_bar_field {
	margin-bottom: 0px !important;
}

#top .m7a_search_bar_field {
	padding: 0px !important;
	border: unset !important;
	color: var(--White, #FFF) !important;
	font-family: 'segmentregular' !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 26px !important;
	background: transparent !important;
	outline: unset !important;
	box-shadow: unset !important;
}

#top .m7a_search_bar_field::placeholder {
    color: rgba(255,255,255,0.4) !important;
    opacity: 1 !important;
}

#top .m7a_search_bar_inner {
	display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 6px;
	padding: 7px 24px;
}

#top .m7a_footer_search_bar {
	display: flex;
    align-items: center;
}

#top .main_footer_wrapper_line {
	width: 100vw;
	height: 1px;
	opacity: 0.2;
	background: var(--White, #FFF);
	position: absolute;
	right: 22px;
	top: 0px;
}

#top .main_footer_wrapper_line_bottom {
	top: unset;
	bottom: 0px;
}

#top .career_intro_img_cont img {
	height: 600px;
	border-radius: 12px;
	object-fit: cover;
}

#top .careers_img_col_top_1 {
	width: 456px;
	height: 250px;
}

#top .careers_img_col_top_2 {
	width: 228px;
	height: 349px;
	grid-row: 1 / 3;
    grid-column: 2 / 3;
	align-self: center;
}

#top .careers_img_col_top_3 {
	width: 300px;
	height: 204px;
	justify-self: end;
}

#top .careers_imgs_col_top div {
	border-radius: 12px;
}

#top .careers_imgs_col_top {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
    grid-template-rows: repeat(2, max-content);
}

#top .careers_imgs_col_bottom {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: end;
    gap: 20px;
}

#top .careers_img_col_bottom_1 {
	border-radius: 12px;
	width: 228px;
	height: 180px;
}

#top .careers_img_col_bottom_2 {
	border-radius: 12px;
	width: 456px;
	height: 270px;
}

#top .careers_img_col_bottom_3 {
    border-radius: 12px;
    width: 300px;
    height: 204px;
    grid-column: 1 / -1;
    margin-left: 88px;
}

#top .single_business_model_cont .main_btn_cont .avia_iconbox_title {
    display: grid;
    grid-template-columns: 1fr max-content;
    text-align: left;
}

#top .icon_list_sep {
	width: 100%;
	height: 1px;
	opacity: 0.2;
	background: var(--White, #FFF);
}

#top .home_header_cont .av-section-color-overlay {
    background: linear-gradient(270deg, rgb(0 0 0) 0%, rgb(0 0 0) 50%, rgb(0 0 0 / 0%) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(270deg, rgb(0 0 0) 0%, rgb(0 0 0 / 84%) 100%);
}

#top .home_header_sep {
	width: 100%;
	max-width: 575px;
	height: 1px;
	opacity: 0.2;
	background: var(--White, #FFF);
}

#top .home_header_cont .main_btn_cont_row {
    justify-content: flex-start;
}

.html_header_top.html_header_sticky #main {
    padding-top: 0px !important;
}

.html_header_top.html_header_sticky.non_transparent_menu #main, .html_header_top.html_header_sticky .single #main {
    padding-top: 98px !important;
}

#top .gform_wrapper .gfield_required {
	color: var(--Style, #7A96A3);
	opacity: 1;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	border-radius: 10px;
	border: 1px solid var(--Style, #D8D8D8);
	background: var(--White, #FFF);
	padding: 14px 20px 14px 20px;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color select {
	height: max-content;
}

#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
    -webkit-appearance: none;
    background-image: url(/wp-content/uploads/2026/05/lucide_chevron-down-3.svg) !important;
    background-position: center right 12px !important;
    background-repeat: no-repeat !important;
}

#top form {
    margin-bottom: 0px;
}

#top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus {
    box-shadow: unset;
    border: 1px solid #323544 !important;
}

#top input::placeholder, #top textarea::placeholder {
  color: var(--Black, #323544);
  opacity: 1; /* Firefox */
}

#top input::-ms-input-placeholder, #top textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--Black, #323544);
}

#top textarea {
	margin-bottom: 0px !important;
}

body .gform_wrapper .gform_ajax_spinner {
	margin-top: 5px;
	margin-left: 20px;
}

#top .gform_heading {
	display: none !important;
}

#top .gfield_label {
	color: var(--Black, #323544);
	font-family: 'segmentregular';
	font-size: 17px;
	font-weight: 400;
	line-height: 26px; /* 152.941% */
}

#top .gform-theme--foundation .gform_fields {
    grid-row-gap: 24px;
    row-gap: 24px;
}

#top fieldset {
    margin-bottom: 0px;
}

#top .gfield_consent_description {
	border: unset !important;
	padding: 0px !important;
	font-family: 'segmentregular';
	font-weight: 400;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#top .ginput_container_consent input {
	position: relative;
}

#top .gfield_consent_label {
	color: var(--Body, #5F5F5F);
	font-family: 'segmentregular';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

#top .gfield_required_asterisk {
	font-family: 'segmentregular';
	font-size: 16px !important;
	font-weight: 400;
	line-height: 26px !important;
}

#top .gfield_consent_label a {
	color: var(--Black, #323544);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    align-items: center !important;
}

#top .gform_button {
	padding: 0px !important;
	background: transparent !important;
	outline: unset !important;
	box-shadow: unset !important;
}

#top .gform_validation_errors {
	display: none !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #323544;
}

#top  .gform_confirmation_message {
	color: var(--Black, #323544);
    font-family: 'segmentbold';
    font-size: 32px;
    line-height: 38px;
}

/* Responsive */
@media (max-width: 992px) {
    .m7a_all_site_search_grid_cols_2,
    .m7a_all_site_search_grid_cols_3,
    .m7a_all_site_search_grid_cols_4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .m7a_all_site_search_header, .m7a_newsroom_search_header {
        flex-direction: column;
		margin-bottom: 20px;
		gap: 8px;
        align-items: flex-start;
    }
	
	#top .m7a_all_site_search_card_content .main_p_cont {
		display: none;
	}
	
	#top .m7a_all_site_search_card_title {
		font-size: 17px;
		line-height: 24px;
	}
	
    .m7a_all_site_search_card_image {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 992px) {
    .m7a_product_cards_cols_3 .m7a_product_cards_card,
    .m7a_product_cards_cols_4 .m7a_product_cards_card {
        flex: 0 0 calc((100% - 44px) / 2);
    }
	
	.m7a_product_cards_inner {
		gap: 20px;
	}
}

@media (max-width: 600px) {
    .m7a_product_cards_cols_2 .m7a_product_cards_card,
    .m7a_product_cards_cols_3 .m7a_product_cards_card,
    .m7a_product_cards_cols_4 .m7a_product_cards_card {
        flex: 0 0 100%;
    }
	
	.m7a_product_cards_content {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .m7a_feature_rows_row,
    .m7a_feature_rows_row_reverse {
        grid-template-columns: 1fr;
    }
	
    .m7a_feature_rows_row_reverse .m7a_feature_rows_media_col,
    .m7a_feature_rows_row_reverse .m7a_feature_rows_text_col {
        order: initial;
    }
	
    .m7a_feature_rows_media_col {
        min-height: 320px;
    }
	
    .m7a_feature_rows_text_col {
        padding: 30px;
    }
	
    #top .m7a_anchor_nav_list {
		gap: 20px;
		overflow-x: auto;
		overflow-y: hidden;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE/Edge legacy */
	}
	
	#top .m7a_anchor_nav_list::-webkit-scrollbar {
		display: none; /* Chrome/Safari */
	}
	
    #top .m7a_anchor_nav_link {
        white-space: nowrap;
    }
	
	#top .m7a_anchor_nav.is_sticky {
		padding: 0px 16px;
	}
	
	#top .m7a_anchor_nav_link {
		padding: 12px 4px;
		font-size: 15px;
		line-height: 24px;
	}
}

@media (max-width: 992px) {
    .m7a_client_testimonials_inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .m7a_client_testimonials_logos {
        grid-template-columns: repeat(3, 1fr);
    }
    .m7a_client_testimonials_card {
        padding: 20px;
    }
    .m7a_client_testimonials_arrows {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .m7a_feature_grid_inner {
        gap: 32px;
    }
	
    .m7a_feature_grid_cols_2,
    .m7a_feature_grid_cols_3,
    .m7a_feature_grid_cols_4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .m7a_gallery_arrow {
        width: 36px;
        height: 36px;
    }
    .m7a_gallery_arrow_prev { left: 10px; }
    .m7a_gallery_arrow_next { right: 10px; }
}

@media (max-width: 768px) {
    .m7a_expert_services_header {
        flex-direction: column;
    }
    .m7a_expert_services_title,
    .m7a_expert_services_subtitle {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .post_nav_arrow {
        width: 48px;
    }

    .post_nav_link {
        padding: 14px 16px;
    }
}

@media (max-width: 767px) {
    .company_social_sticky {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
	#top .m7a_client_testimonials_inner {
		grid-template-columns: 100%;
	}
	
	#top .m7a_client_testimonials_logos {
		grid-template-columns: repeat(4, 1fr);
	}
	
	#top .main_footer_top_cont {
		gap: 40px;
	}
	
	#top .main_footer_socket_cont {
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
		align-items: center;
	}
}

@media only screen and (max-width: 1300px) {
	#top .page_header_cont .flex_column {
		grid-template-columns: 100%;
		gap: 32px;
	}
	
	#top .page_header_cont .avia_codeblock_section {
		grid-row: 1 / 2;
	}
	
	#top .careers_img_col_top_1 {
		width: 324px;
		height: 176px;
	}
	
	#top .careers_img_col_top_3 {
		width: 228px;
		height: 156px;
	}
	
	#top .careers_img_col_top_2 {
		width: 186px;
		height: 272px;
	}
	
	#top .careers_img_col_bottom_1 {
		width: 190px;
		height: 144px;
	}
	
	#top .careers_img_col_bottom_2 {
		width: 334px;
		height: 194px;
	}
	
	#top .careers_img_col_bottom_3 {
		width: 240px;
		height: 154px;
	}
}

@media only screen and (max-width: 1100px) {
	#top .main_footer_top_cont {
        grid-template-columns: 100%;
        gap: 30px;
    }
}

@media only screen and (max-width: 989px) {
	#top .m7a_pg_card_title {
		min-height: unset;
	}
	
	#top .sect_title .av-special-heading-tag {
		font-size: 36px;
		line-height: 44px;
		letter-spacing: -0.4px;
	}
	
	#top .main_footer_wrapper {
		padding-top: 50px;
		padding-bottom: 42px;
	}
	
	#top .main_footer_socket_left_cont {
		gap: 14px;
		flex-direction: column;
	}
	
	#top .main_footer_socket_right_cont {
        gap: 14px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

	#top .section_sub_title .av-special-heading-tag {
		font-size: 14px;
		line-height: 14px;
	}
	
	#top .mob_marg_top_10 {
		margin-top: 10px !important;
	}
	
	#top .padd_top_normal .template-page {
		padding-top: 50px;
	}

	#top .padd_bot_normal .template-page {
		padding-bottom: 50px;
	}
	
	#top .page_header_cont .av-special-heading {
		padding: 20px;
		border-radius: 8px 8px 0 0;
	}
	
	#top .sect_title_smaller .av-special-heading-tag {
		font-size: 26px !important;
		line-height: 32px !important;
		letter-spacing: -0.35px !important;
	}
	
	#top .fullwidth_image_sect .container {
		height: max-content !important;
	}
	
	#top .single_post_feat_img_cont, #top .career_intro_img_cont img {
		height: 350px;
	}
	
	#top .m7a_partner_slides_slide {
        grid-template-columns: 1fr;
        min-height: auto;
    }
	
    #top .m7a_partner_slides_left {
        padding: 36px 28px 30px;
    }
	
    #top .m7a_partner_slides_right {
        min-height: 380px;
    }
		
	#top .m7a_partner_slides_trusted_slide_cont {
		padding: 20px;
	}
	
	#top .about_us_col_img {
		height: 350px;
	}
	
	#top .col_padd_left {
		padding-left: 0px;
	}
	
	#top .col_padd_right {
		padding-right: 0px;
	}
	
	#top .careers_imgs_col_top, #top .careers_imgs_col_bottom {
		justify-content: center;
	}
	
	#top .m7a_anchor_nav.is_sticky {
		top: 72px;
	}
	
	#top .home_header_cont .av-section-color-overlay {
    	background: linear-gradient(90deg, rgb(0 0 0) 0%,  rgb(0 0 0 / 0%) 100%);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
		-webkit-mask-image: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 84%) 100%);
	}
}

@media only screen and (max-width: 767px) {
	#top .no_marg_bot_mobile {
		margin-bottom: 0px !important;
	}
	
	#top .about_us_col_img {
		margin-bottom: 20px !important;
	}
	
	#top .m7a_pg_pagination {
		margin-top: 32px;
	}
	
	#top .m7a_pg_dropdown_toggle {
		font-size: 16px;
	}
	
	#top .main_p_cont * {
		font-size: 15px;
		line-height: 22px;
	}
	
	#top .main_p_cont br {
		display: none;
	}
	
	#top .marg_top_20 {
		margin-top: 14px;
	}
	
	#top .marg_top_40 {
		margin-top: 20px;
	}
	
	#top .main_btn_cont_row {
		flex-direction: column;
	}
	
	#top .main_btn_cont .avia-button {
		font-size: 14px;
		line-height: 24px;
	}
	
	.responsive #top #wrap_all .container {
        width: 92%;
        max-width: 92%;
    }
	
	#top .sect_title br {
		display: none;
	}
	
	#top .page_breadcrumbs_link {
		font-size: 14px;
	}
	
	#top .page_header_cont .flex_column {
        gap: 20px;
    }
	
	#top .page_header_cont .container {
		 height: 250px !important;
	}
	
	#top .single_post_meta_data_text {
		font-size: 16px;
		line-height: 20px;
	}
	
	#top .single_post_meta_data_cont {
		gap: 10px;
	}
	
	#top .marg_top_64 {
		margin-top: 32px;
	}	
	
	#top .m7a_gallery_image_wrap {
		height: 350px;
	}
	
	#top .single_post_feat_img_cont, #top .card_img_cont img, #top .career_intro_img_cont img {
		height: 300px;
	}
	
	#top .post_tags_link {
		font-size: 15px;
		line-height: 20px;
	}
	
	#top .post_share_copied {
		display: none;
	}
	
	#top .single_post_meta_data_cont {
		flex-wrap: wrap;
	}
	
	#top .post_nav_cont {
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	#top .post_nav_wrapper {
		display: none !important;
	}
	
	#top .single_post_bar_cont {
		min-height: unset;
	}
	
	#top .back_to_news_btn svg {
		width: 42px;
		height: 42px;
	}
	
	#top .single_post_bar_cont .template-page {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	
	#top .m7a_expert_services_card {
		padding: 30px;
	}
	
	#top .m7a_expert_services_icon img, .m7a_expert_services_icon svg {
		width: 42px;
		height: 42px;
	}
	
	#top .m7a_expert_services_card_title {
		margin: 0 0 10px;
	}
	
	#top .m7a_expert_services_icon {
		margin-bottom: 14px;
	}	
	
	#top .m7a_feature_grid_icon {
		width: 42px;
		height: 42px;
	}
	
	#top .m7a_client_testimonials_card {
		padding: 30px;
	}
	
	#top .m7a_client_testimonials_company_tag {
		padding: 10px 12px;
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 20px;
	}
	
	#top .m7a_client_testimonials_person_photo {
		width: 62px;
		height: 62px;
	}
	
	#top .m7a_client_testimonials_person_name {
		font-size: 18px;
		line-height: 22px;
	}
	
	#top .m7a_client_testimonials_person_title {
		font-size: 15px;
		line-height: 24px;
	}
	
	#top .col_card_cont {
		padding: 30px;
	}
	
	#top .m7a_phone_mockup {
		max-height: 385px;
	}
	
	#top .m7a_feature_badge {
		width: 104px;
		height: 24px;
	}
	
	#top .m7a_product_cards_title {
		font-size: 22px;
		line-height: 26px;
	}
	
	#top .m7a_partner_slides_logo {
		margin-bottom: 28px;
		padding: 22px;
		border-radius: 12px;
		width: max-content;
	}
	
	#top .case_study_title_cont {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	
	#top .case_study_website_link {
		font-size: 15px;
		line-height: 18px;
	}
	
	#top .case_study_website_title {
		font-size: 15px;
		line-height: 20px;
	}
	
	#top .case_study_website_cont svg {
		width: 42px;
		height: 42px;
	}
	
	#top .case_study_flag_icon {
		width: 40px;
		height: 28px;
	}
	
	#top .title_with_flag {
		grid-template-columns: 100%;
		gap: 12px;
	}
	
	#top.single-case-study .number_sect_case_study .first .avia_textblock {
		margin-bottom: 0px;
	}
	
	#top .main_footer_socials_cont {
		grid-template-columns: 100%;
		margin-top: 42px;
		gap: 10px;
	}
	
	#top .main_footer_social_link {
		font-size: 15px;
		padding: 10px 24px !important;
		max-width: max-content;
		border: 1px solid rgb(255 255 255 / 20%) !important;
		border-radius: 8px;
	}
	
	#top .m7a_footer_search_bar {
		width: 100%;
		border: 1px solid rgb(255 255 255 / 20%) !important;
		border-radius: 8px;
	}
	
	#top .go_to_top_footer {
		position: absolute;
    	top: 0px;
    	right: 0px;
	}
	
	#top .main_footer_wrapper_line {
		display: none !important;
	}
	
	#top .main_footer_wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	#top .footer_logo {
		width: 100px;
		height: 42px;
	}
	
	#top .home_header_cont .container .content {
        vertical-align: top;
    }
	
	#top .home_globe_col {
        max-width: 100% !important;
    }
	
	#top .home_header_cont .container {
        height: 920px !important;
    }
	
	#top .home_header_cont .main_btn_cont_row {
		align-items: flex-start !important;
	}
	
	#top .business_model_cont {
		grid-template-columns: 100%;
	}
	
	#top .single_business_model_cont {
		padding: 30px;
	}
	
	#top .home_header_cont .template-page {
		padding-top: 110px !important;
	}
	
	.html_header_top.html_header_sticky.non_transparent_menu #top #main, .html_header_top.html_header_sticky .single#top #main {
		padding-top: 72px !important;
	}
	
	#top .page_header_cont .template-page {
		padding-top: 90px !important;
	}
	
	#top .gfield_label {
		font-size: 15px;
		line-height: 22px;
	}
	
	#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
		padding: 12px 20px 12px 20px;
	}
	
	#top .gform_confirmation_message {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 600px) {
	#top .single_post_feat_img_cont {
        height: 250px;
        margin-top: -20px;
        margin-bottom: -20px;
    }
	
	#top .m7a_gallery_image_wrap, #top .card_img_cont img {
		height: 250px;
	}
	
	#top .m7a_client_testimonials_logos {
        grid-template-columns: repeat(2, 1fr);
    }
	
	#top .m7a_client_testimonials_arrows {
		display: none !important;
	}
	
	#top .m7a_feature_rows_media_col {
        min-height: 250px !important;
    }
	
	#top .career_intro_img_cont img {
        min-height: 250px;
    }
	
	#top .m7a_feature_rows_icon img {
		width: 50px;
		height: 50px;
	}
	
	#top img.m7a_partner_slides_media_inner {
		max-width: 78%;
	}
	
	#top .about_us_col_img {
		height: 250px;
	}
	
	#top video.m7a_partner_slides_media_inner {
		width: 100%;
		max-width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	#top .m7a_search_input_submit {
		display: none;
	}
	
	#top .m7a_search_input_label {
		font-size: 12px;
		line-height: 14px;
	}
	
	#top .search_input_sect .template-page {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	#top .m7a_search_input_field {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	
	#top .m7a_search_input_icon svg {
		width: 20px;
    	height: 20px;
	}
	
	#top .socket_text {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
	
	#top .part_of_title {
		font-size: 15px;
		line-height: 1;
	}
	
	#top .careers_imgs_col_top, #top .careers_imgs_col_bottom {
		grid-template-columns: 100%;
		grid-template-rows: max-content;
	}
	
	#top .careers_img_col_top_2, #top .careers_img_col_top_3, #top .careers_img_col_bottom_1, #top .careers_img_col_bottom_3 {
		display: none;
	}
	
	#top .careers_img_col_top_1, #top .careers_img_col_bottom_2 {
        width: 100%;
        height: 200px;
    }
	
	#top .operators_tag span {
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .home_header_cont .container {
        height: 878px !important;
    }
	
	#top .management_portal_bottom_img_cont {
		box-shadow: unset;
	}
}