.global-site-image {
	position: relative
}

.global-site-image img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

#main-wrapper header.main-header {
	background: #000
}

#main-wrapper header.main-header:not(.sticky) {
	background: #000
}

#main-wrapper .ip-banner {
	z-index: 1;
	display: none
}

#main-wrapper .ip-banner:before {
	background: #0d0d0d40
}

#main-wrapper .ip-banner .ip-agents__logo {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0 15px;
	z-index: 10
}

#inner-page-wrapper {
	margin-bottom: 0
}

#inner-page-wrapper>.container {
	width: 100%;
	padding: 0
}

#scroll-down-agents {
	position: fixed;
	top: 50vh;
	left: 30px;
	z-index: 1003;
	transform: translateY(-50%);
	transition: all .3s ease-in-out
}

#scroll-down-agents ul.aios-section-nav {
	display: none
}

.slide-icons {
	flex-direction: column;
	display: flex;
	align-items: flex-start;
	position: relative
}

.slide-icons>div {
	display: block;
	position: relative
}

.slide-icons>div a {
	pointer-events: auto;
	position: relative;
	transition: all .3s ease-in-out
}

.slide-icons>div span {
	pointer-events: auto;
	position: relative
}

.slide-icons>div::not(:last-child) {
	margin-bottom: 36px
}

.slide-icons>div i {
	color: #fff;
	transition: all .3s ease-in-out
}

.slide-icons>div.slide-world {
	margin-bottom: 0
}

.slide-icons .slide-srch-field {
	position: relative
}

.slide-icons .slide-srch-field input {
	text-align: right;
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .28em;
	font-family: var(--font-family-title);
	font-weight: 500;
	padding: 9px 0;
	width: 92px;
	outline: none;
	color: #fff;
	transition: all .3s ease-in-out
}

.slide-icons .slide-search {
	position: relative;
	margin-bottom: 24px;
	display: flex;
	align-items: center
}

.slide-icons .slide-search i {
	font-size: 14px;
	color: #fff;
	transition: all .3s ease-in-out
}

.slide-icons .slide-search:before {
	width: 0;
	position: absolute;
	content: "";
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #fff;
	transition: all .3s ease-in-out
}

.slide-icons .slide-search .slide-srch-field {
	transition: all .3s ease-in-out;
	position: relative;
	opacity: 0;
	pointer-events: none
}

.slide-icons .slide-search .slide-srch-btn {
	position: relative;
	transition: all .3s ease-in-out
}

.slide-icons .slide-search .slide-srch-btn input {
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
	padding: 0;
	border: none
}

.slide-icons .slide-search .slide-srch-btn:hover {
	opacity: .75
}

.slide-icons .slide-search.active .slide-srch-field {
	opacity: 1;
	pointer-events: auto
}

.slide-icons .slide-search.active:before {
	width: 100%
}

.slide-icons .slide-world i {
	font-size: 14px;
	line-height: 1;
	transition: all .3s ease-in-out
}

.slide-icons .slide-world:hover i {
	color: #b71f37
}

.slide-icons .slide-world .slide-translate-wrap {
	position: relative
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-trigger {
	cursor: pointer;
	pointer-events: all
}

.slide-icons .slide-world .slide-translate-wrap:hover .slide-translate-dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	min-width: 80px;
	left: 100%;
	top: 0;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	height: 100%
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown>span {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .28em;
	font-weight: 500;
	font-family: var(--font-family-title);
	color: #fff;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	padding-right: 0;
	cursor: pointer
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown:hover .slide-translate-dropdown-items {
	opacity: 1;
	visibility: visible;
	pointer-events: all
}

.slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown .slide-translate-dropdown-items {
	list-style: none outside none;
	margin: 0;
	padding: 15px 0 0;
	position: absolute;
	width: 150px;
	left: 15px;
	transform: translateY(10px);
	text-align: left;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	top: 0
}

.side-fixed-contact {
	pointer-events: none !important;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	z-index: 101;
	left: -4px
}

.side-fixed-contact .fixed-smi {
	position: relative
}

.side-fixed-contact .fixed-smi span {
	display: block;
	text-align: center;
	margin: 10px 0
}

.side-fixed-contact .fixed-smi span a {
	font-size: 13px;
	display: block;
	padding: 5px;
	transition: all .4s ease-in-out;
	pointer-events: auto;
	position: relative;
	z-index: 4;
	color: #fff;
	background: transparent;
	margin: 0 auto
}

.side-fixed-contact .fixed-smi span a:hover {
	color: #b71f37 !important
}

.side-fixed-contact .fixed-smi span a .ai-font-envelope-f {
	font-size: 8px
}

.side-fixed-contact .fixed-smi .border {
	width: 1px;
	height: 13px;
	background: #fff;
	margin: 14px auto;
	display: block;
	opacity: .5
}

body[sidebar-active-section=ip-agents] .slide-icons .slide-search i,
body[sidebar-active-section=ip-agents] .slide-icons .slide-srch-field input,
body[sidebar-active-section=ip-agents] .slide-icons>div i,
body[sidebar-active-section=ip-agents] .slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown>span,
body[sidebar-active-section=ip-agents] .side-fixed-contact .fixed-smi span a {
	color: #000
}

body[sidebar-active-section=ip-agents] .slide-icons .slide-search:before,
body[sidebar-active-section=ip-agents] .side-fixed-contact .fixed-smi .border {
	background-color: #000
}

.side-offices-links {
	position: fixed;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	z-index: 100
}

.side-offices-links a {
	font-size: 12px;
	text-transform: uppercase;
	color: #b71f37;
	font-weight: 500;
	font-family: var(--font-family-title);
	letter-spacing: .42em;
	padding: 5px;
	transition: all .3s ease-in-out
}

.side-offices-links a:hover {
	opacity: .6
}

.side-offices-links div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	position: absolute;
	right: -253px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	white-space: nowrap
}

.ip-agents {
	position: relative;
	padding: 107px 0 50px;
	overflow: hidden;
	font-size: 0
}

.ip-agents__logo {
	display: none
}

.ip-agents__breadcrumbs {
	position: relative
}

.ip-agents__breadcrumbs-container {
	position: relative;
	width: 1330px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto
}

.ip-agents__heading {
	position: relative;
	margin-top: 75px
}

.ip-agents__heading-monogram {
	position: absolute;
	width: 60.31%;
	top: -48%;
	right: 1%;
	opacity: .25
}

.ip-agents__heading-container {
	position: relative;
	width: 1330px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.ip-agents__heading-title {
	position: relative;
	width: 43.47%
}

.ip-agents__heading-title:before {
	content: "";
	display: block;
	position: absolute;
	top: -132px;
	left: -46px;
	width: 1px;
	height: 380px;
	background: rgba(var(--primary-rgb), .45)
}

.ip-agents__heading-title .global-site-title {
	font-size: 125px;
	line-height: .8;
	letter-spacing: .02em
}

.ip-agents__heading-title .global-site-title strong {
	display: block;
	background: linear-gradient(to right, #b71f37, #340000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent
}

.ip-agents__heading-title .global-site-title span {
	margin-left: 5px;
	margin-bottom: 34px
}

.ip-agents__heading-title .global-site-title span i {
	background: #b71f3773
}

.ip-agents__heading-verbiage {
	position: relative;
	width: 56.53%;
	margin-top: 80px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 2;
	letter-spacing: .025em
}

.ip-agents__heading-verbiage p:not(:last-child) {
	margin-bottom: 20px
}

.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form {
	margin-top: 30px
}

.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 45px
}

.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup-item {
	width: 259px;
	position: relative
}

.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup-item input,
.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup-item select {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 50px;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #b71f37;
	font-size: 16px;
	letter-spacing: .025em;
	line-height: 2;
	color: #000
}

.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup-item--select:before {
	content: "";
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 6px solid #b71f37
}

.ip-agents__roster {
	position: relative;
	margin-top: 50px
}

.ip-agents__roster-container {
	position: relative;
	width: 1450px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto
}

.ip-agents__roster-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -35px
}

.ip-agents__roster-item {
	width: 25%;
	padding: 0 35px;
	margin-bottom: 55px
}

.ip-agents__roster-item a {
	display: block;
	overflow: hidden
}

.ip-agents__roster-item a:hover .ip-agents__roster-image:before {
	opacity: 1;
	transform: translate(0)
}

.ip-agents__roster-item a:hover .ip-agents__roster-image:after {
	opacity: 1
}

.ip-agents__roster-item a:hover .ip-agents__roster-image img {
	filter: none
}

.ip-agents__roster-item a:hover .ip-agents__roster-image div {
	bottom: 30px;
	opacity: 1
}

.ip-agents__roster-image {
	position: relative;
	background-color: #e2e2e2;
	overflow: hidden
}

.ip-agents__roster-image:before,
.ip-agents__roster-image:after {
	content: "";
	display: block;
	position: absolute;
	opacity: 0;
	transition: all var(--default-transition)
}

.ip-agents__roster-image:before {
	aspect-ratio: 770/731;
	width: 169%;
	height: auto;
	top: -51%;
	left: -6%;
	transform: translate(-20%);
	background: url(../../images/monogram.png) no-repeat center center/contain;
	filter: brightness(0) invert(1);
	transition: all var(--default-transition)
}

.ip-agents__roster-image:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #0000 45%, #0006)
}

.ip-agents__roster-image img {
	position: relative;
	background-color: transparent;
	aspect-ratio: 300/400;
	filter: grayscale(1);
	transition: all var(--default-transition)
}

.ip-agents__roster-image div {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	align-items: center;
	font-family: var(--font-family-title);
	font-size: 16px;
	color: #fff;
	line-height: 1;
	letter-spacing: .3em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 20;
	opacity: 0;
	transition: all var(--default-transition)
}

.ip-agents__roster-image div i {
	position: relative;
	aspect-ratio: 1/1;
	width: 17px;
	height: auto;
	margin-left: 10px
}

.ip-agents__roster-image div i:before,
.ip-agents__roster-image div i:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff
}

.ip-agents__roster-image div i:before {
	width: 1px;
	height: 100%
}

.ip-agents__roster-image div i:after {
	width: 100%;
	height: 1px
}

.ip-agents__roster-text {
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase
}

.ip-agents__roster-name {
	font-family: var(--font-family-title);
	font-size: 20px;
	font-weight: 500;
	color: #b31e35;
	line-height: 1.2;
	letter-spacing: .15em
}

.ip-agents__roster-position {
	font-size: 12px;
	color: #000;
	line-height: 1.2;
	letter-spacing: .1em;
	margin-top: 5px
}

.ip-agents__roster .separator {
	width: 100%
}

.ip-agents__no-agents {
	text-align: center;
	font-size: 16px
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
	#main-wrapper .ip-banner .ip-agents__logo {
		padding: 0 .9375vw
	}

	#main-wrapper .ip-banner .ip-agents__logo a img {
		width: 30.5625vw
	}

	#scroll-down-agents {
		left: 1.875vw
	}

	.side-offices-links a {
		font-size: .75vw;
		padding: .3125vw
	}

	.side-offices-links div {
		gap: 1.5625vw;
		right: -15.8125vw
	}

	.ip-agents {
		padding: 6.6875vw 0 3.125vw
	}

	.ip-agents__breadcrumbs-container {
		width: 83.125vw;
		padding: 0 .9375vw
	}

	.ip-agents__heading {
		margin-top: 4.6875vw
	}

	.ip-agents__heading-container {
		width: 83.125vw;
		padding: 0 .9375vw
	}

	.ip-agents__heading-title:before {
		top: -8.25vw;
		left: -2.875vw;
		width: .0625vw;
		height: 23.75vw
	}

	.ip-agents__heading-title .global-site-title {
		font-size: 7.8125vw
	}

	.ip-agents__heading-title .global-site-title span {
		margin-left: .3125vw;
		margin-bottom: 2.125vw
	}

	.ip-agents__heading-verbiage {
		margin-top: 5vw;
		font-size: 1vw
	}

	.ip-agents__heading-verbiage p:not(:last-child) {
		margin-bottom: 1.25vw
	}

	.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form {
		margin-top: 1.875vw
	}

	.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup {
		gap: 2.8125vw
	}

	.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup-item {
		width: 16.1875vw
	}

	.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup-item input,
	.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup-item select {
		height: 3.125vw;
		font-size: 1vw;
		border-width: .125vw
	}

	.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup-item--select:before {
		border-left-width: .28125vw;
		border-right-width: .28125vw;
		border-top-width: .375vw;
		right: .125vw
	}

	.ip-agents__roster {
		margin-top: 5.9375vw
	}

	.ip-agents__roster-container {
		width: 90.625vw;
		padding: 0 .9375vw
	}

	.ip-agents__roster-list {
		margin: 0 -2.1875vw
	}

	.ip-agents__roster-item {
		padding: 0 2.1875vw;
		margin-bottom: 3.4375vw
	}

	.ip-agents__roster-item a:hover .ip-agents__roster-image div {
		bottom: 1.875vw
	}

	.ip-agents__roster-image div {
		font-size: 1vw
	}

	.ip-agents__roster-image div i {
		width: 1.0625vw;
		margin-left: .625vw
	}

	.ip-agents__roster-image div i:before {
		width: .0625vw
	}

	.ip-agents__roster-image div i:after {
		height: .0625vw
	}

	.ip-agents__roster-text {
		padding: .75vw 0
	}

	.ip-agents__roster-name {
		font-size: 1.25vw
	}

	.ip-agents__roster-position {
		font-size: .75vw;
		margin-top: .3125vw
	}
}

@media screen and (max-width: 991px) {

	#main-wrapper header.main-header .header-inner .header-mobile-content .header-burger-menu,
	#main-wrapper header.main-header .header-inner .header-mobile-content .header-contact-details-wrap ul li a {
		color: #b71f37
	}

	#main-wrapper .ip-banner .ip-agents__logo,
	#scroll-down-agents,
	.side-offices-links {
		display: none
	}

	.ip-agents__heading {
		margin-top: 50px
	}

	.ip-agents__heading-monogram {
		display: none
	}

	.ip-agents__heading-title {
		width: 100%;
		transform: none !important;
		text-align: center
	}

	.ip-agents__heading-title .global-site-title {
		font-size: 70px
	}

	.ip-agents__heading-title .global-site-title span {
		margin-left: auto;
		margin-right: auto
	}

	.ip-agents__heading-verbiage {
		width: 100%;
		text-align: center
	}

	.ip-agents__heading-verbiage .ip-agents__heading-verbiage-form .mtt__fieldgroup {
		justify-content: center;
		flex-wrap: wrap
	}

	.ip-agents__roster-list {
		margin: 0 -15px
	}

	.ip-agents__roster-item {
		width: 50%;
		padding: 0 15px
	}

	.ip-agents__roster .separator {
		display: none
	}
}

@media screen and (max-width: 480px) {
	.ip-agents__roster-list {
		margin: 0 -5px
	}

	.ip-agents__roster-item {
		width: 50%;
		padding: 0 5px
	}

	.ip-agents__roster-item {
		margin-bottom: 20px
	}

	.ip-agents__roster-item a:hover .ip-agents__roster-image div {
		bottom: 15px
	}

	.ip-agents__roster-image div {
		font-size: 14px
	}

	.ip-agents__roster-name {
		font-size: 16px
	}

	.ip-agents__roster-position {
		font-size: 8px
	}
}



/* ── Filter Form — Underline Style ─────────────────────────── */
.ip-agents__filter {
    padding: 40px 40px 40px;
}

.mtt__fieldgroup {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 40px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.mtt__fieldgroup-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 180px;
    background: transparent;
}

.mtt__fieldgroup-item label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
}

/* All inputs and selects — remove box, add red underline only */
.mtt__fieldgroup-item input[type="text"],
.mtt__fieldgroup-item select {
    height: 36px;
    padding: 0 24px 0 0;
    border: none;
    border-bottom: 1.5px solid #b71f37;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.mtt__fieldgroup-item input[type="text"]:focus,
.mtt__fieldgroup-item select:focus {
    border-bottom-color: #333;
    outline: none;
}

/* Red triangle arrow for selects — matches screenshot */
.mtt__fieldgroup-item select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23b71f37'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    cursor: pointer;
}

/* Name field — show red triangle arrow too */
.mtt__fieldgroup-item--name input[type="text"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23b71f37'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    cursor: pointer;
}

/* Name dropdown */
.mtt__name-wrapper {
    position: relative;
}

.mtt__name-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    min-width: 220px;
    background: #fff;
    border: none;
    border-top: 2px solid #b71f37;
    border-radius: 0 0 4px 4px;
    max-height: 260px;
    overflow-y: auto;
    z-index: 99999;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

.mtt__name-dropdown.is-open {
    display: block;
}

.mtt__name-option {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: color 0.15s;
}

.mtt__name-option:hover,
.mtt__name-option.is-highlighted {
    color: #b71f37;
    background: #fafafa;
}

.mtt__name-option.is-hidden {
    display: none;
}

/* Buttons */
.mtt__fieldgroup-item--actions {
    flex: 0 0 auto;
}

.mtt__actions-spacer {
    display: block;
    visibility: hidden;
    font-size: 11px;
    margin-bottom: 8px;
}

.mtt__actions-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.mtt__btn {
    height: 36px;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
    letter-spacing: 0.04em;
}

.mtt__btn--search {
    background: #b71f37;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.mtt__btn--search:hover {
    background: #b71f37;
}

.mtt__btn--reset {
    background: transparent;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mtt__btn--reset:hover {
    background: #f5f5f5;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .ip-agents__filter {
        padding: 20px 20px 30px;
    }

    .mtt__fieldgroup {
        gap: 24px;
    }

    .mtt__fieldgroup-item {
        flex: 1 1 100%;
    }

    .mtt__fieldgroup-item--actions {
        width: 100%;
    }

    .mtt__actions-spacer { display: none; }
    .mtt__actions-row { width: 100%; }
    .mtt__btn { flex: 1; }
}


/* Fix dropdown clipping */
.ip-agents__filter {
    position: relative;
    z-index: 100;
    overflow: visible !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.ip-agents__filter-container {
    position: relative;
    overflow: visible !important;
    width: 90%;
}

.mtt__fieldgroup {
    position: relative;
    overflow: visible !important;
}

.mtt__fieldgroup-item {
    position: relative;
    overflow: visible !important;
}

.mtt__name-wrapper {
    position: relative;
    overflow: visible !important;
}

.mtt__name-dropdown {
    position: absolute;
    z-index: 99999;
    pointer-events: auto !important;
}

/* Also fix any parent containers that might be clipping */
.ip-agents__heading-verbiage,
.ip-agents__heading-container,
.ip-agents__heading {
    overflow: visible !important;
}
