@charset "UTF-8";

#content .entry-title,
#content .archive-title,
.ip-banner {
	display: none
}

.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
}

button.global-btn {
	position: relative;
	transition: all .3s ease-in-out;
	background: #fff !important
}

button.global-btn span {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px
}

button.global-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b71f37;
	transition: all .3s ease-in-out
}

button.global-btn:hover {
	color: #b71f37
}

button.global-btn:hover:after {
	width: 0%
}

button.global-btn span i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 28px;
	position: relative
}

button.global-btn span i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://cdn.agentimagehosting.com/ZwEApWI87B7AuA0VQcbb0/2025/08/02025219/btn-icon.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	transition: all .3s ease-in-out
}

button.global-btn span i:before {
	content: "򰉁";
	font-family: agentimage;
	transform: rotate(38deg);
	font-size: 14px;
	transition: all .3s ease-in-out
}

button.global-btn:hover span i:before {
	opacity: 0
}

button.global-btn:hover em.ai-font-play-button-a {
	border-color: #b71f37
}

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

#scroll-down-contact 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=content-black] .slide-icons .slide-search i,
body[sidebar-active-section=content-black] .slide-icons .slide-srch-field input,
body[sidebar-active-section=content-black] .slide-icons>div i,
body[sidebar-active-section=content-black] .slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown>span,
body[sidebar-active-section=content-black] .side-fixed-contact .fixed-smi span a,
body[sidebar-active-section=content-white] .slide-icons .slide-search i,
body[sidebar-active-section=content-white] .slide-icons .slide-srch-field input,
body[sidebar-active-section=content-white] .slide-icons>div i,
body[sidebar-active-section=content-white] .slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown>span,
body[sidebar-active-section=content-white] .side-fixed-contact .fixed-smi span a,
body[sidebar-active-section=ip-contact] .slide-icons .slide-search i,
body[sidebar-active-section=ip-contact] .slide-icons .slide-srch-field input,
body[sidebar-active-section=ip-contact] .slide-icons>div i,
body[sidebar-active-section=ip-contact] .slide-icons .slide-world .slide-translate-wrap .slide-translate-dropdown>span,
body[sidebar-active-section=ip-contact] .side-fixed-contact .fixed-smi span a {
	color: #000
}

body[sidebar-active-section=content-black] .slide-icons .slide-search:before,
body[sidebar-active-section=content-black] .side-fixed-contact .fixed-smi .border,
body[sidebar-active-section=content-white] .slide-icons .slide-search:before,
body[sidebar-active-section=content-white] .side-fixed-contact .fixed-smi .border,
body[sidebar-active-section=ip-contact] .slide-icons .slide-search:before,
body[sidebar-active-section=ip-contact] .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
}

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

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

#content-full {
	margin-top: 0
}

.bg-section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}

.bg-section__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.bg-section img {
	position: relative;
	display: block;
	width: 496px;
	height: auto;
	margin: 0 auto
}

.bg-monogram {
	position: absolute;
	top: -210px;
	left: 30px;
	right: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	opacity: .5;
	z-index: 1
}

.bg-monogram img {
	display: block;
	width: 1006px;
	margin: 0 auto;
	transform: rotate(75deg)
}

.ip-testimonials-v2 {
	position: relative;
	background-color: #f1f1f1;
	background-position: center top;
	background-size: cover
}

.ip-testimonials-v2__black {
	position: relative;
	z-index: 1
}

.ip-testimonials-v2 .bg-image {
	position: absolute;
	top: 76px;
	left: 0;
	width: 684px;
	max-width: 100%
}

.ip-testimonials-v2 .bg-image img {
	display: block;
	width: 100%;
	height: auto
}

.ip-testimonials-v2__intro {
	padding: 443px 100px 383px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative
}

.ip-testimonials-v2__intro .bg-section {
	top: 43px;
	bottom: -226px;
	padding: 61px 0 0
}

.ip-testimonials-v2__intro .bg-section__image {
	background-position: center 2.3125vw
}

.ip-testimonials-v2__intro .bg-section__image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	z-index: 1;
	background: linear-gradient(180deg, #0000, #000 70%)
}

.ip-testimonials-v2__intro .bg-section__image img {
	opacity: .83
}

.ip-testimonials-v2__intro-title {
	padding-bottom: 44px;
	position: absolute;
	top: 150px;
	right: 151px
}

.ip-testimonials-v2__intro-title .testi-name {
	font-size: 125px;
	letter-spacing: .02em;
	line-height: .8;
	background: linear-gradient(to bottom, #b71f37, #340000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 500;
	text-transform: uppercase;
	font-family: var(--font-family-title);
	text-orientation: sideways-right;
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
	margin-bottom: 26px
}

.ip-testimonials-v2__intro-title .testi-name span {
	font-weight: 100
}

.ip-testimonials-v2__intro-title .global-site-title {
	position: relative
}

.ip-testimonials-v2__intro-title .global-site-title span {
	padding-left: 11px;
	padding-bottom: 4px;
	color: #bc1329
}

.ip-testimonials-v2__intro-title .global-site-title span i {
	background: #b71f3773;
	left: 0
}

.ip-testimonials-v2__intro-title .global-site-title span i:after {
	left: 0;
	right: initial
}

.ip-testimonials-v2__intro-text {
	width: 100%;
	align-self: flex-end;
	max-width: 517px;
	margin: 0 auto
}

.ip-testimonials-v2__intro-text p {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.71428571;
	text-align: justify;
	font-weight: 400
}

.ip-testimonials-v2__intro .testi-item {
	width: 100%;
	margin-bottom: 130px
}

.ip-testimonials-v2__intro .testi-item .stars {
	display: flex;
	font-size: 28px;
	color: #bc1329;
	gap: 12px;
	margin-bottom: 22px
}

.ip-testimonials-v2__intro .testi-item p {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.71428571;
	text-align: justify;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 17px
}

.ip-testimonials-v2__intro .testi-item h2 {
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 1.45454545;
	font-weight: 300;
	font-weight: 700
}

.ip-testimonials-v2__intro .testi-item h2 span {
	font-style: italic
}

.ip-testimonials-v2__list-first {
	position: relative
}

.ip-testimonials-v2__list-first:before {
	content: "";
	position: absolute;
	top: 88px;
	left: 244px;
	width: 519px;
	height: 357px;
	background: url(../../images/testimonials/icon-quote.png) center/contain no-repeat;
	opacity: .48;
	z-index: 1
}

.ip-testimonials-v2__list-first .bg-section {
	position: absolute;
	overflow: visible
}

.ip-testimonials-v2__list-first .bg-section__image img {
	display: block;
	width: 984px;
	height: auto;
	position: absolute;
	bottom: -98px;
	right: 0
}

.ip-testimonials-v2__list-second {
	padding-top: 0;
	position: relative;
	max-width: 1290px;
	margin: 0 auto
}

.ip-testimonials-v2__list-second .second-list .left-col .testi-item:nth-child(1) {
	display: none !important
}

.ip-testimonials-v2__list-second:before {
	content: "";
	position: absolute;
	bottom: 36px;
	left: -30px;
	width: 519px;
	height: 357px;
	background: url(../../images/testimonials/icon-quote.png) center/contain no-repeat;
	opacity: .03;
	z-index: 1
}

.ip-testimonials-v2__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1
}

.ip-testimonials-v2__list .col-inner {
	width: 50%
}

.ip-testimonials-v2__list .col-inner .testi-item {
	width: 100%
}

.ip-testimonials-v2__list .left-col {
	padding-right: 130px;
	margin-top: 291px
}

.ip-testimonials-v2__list .right-col {
	padding-left: 80px
}

.ip-testimonials-v2__list.first-list {
	padding-top: 147px
}

.ip-testimonials-v2__list.first-list .left-col {
	margin-top: 215px
}

.ip-testimonials-v2__list.second-list .right-col {
	margin-top: 0
}

.ip-testimonials-v2__list .testi-item {
	width: 50%;
	margin-bottom: 130px
}

.ip-testimonials-v2__list .testi-item .stars {
	display: flex;
	font-size: 28px;
	color: #bc1329;
	gap: 12px;
	margin-bottom: 22px
}

.ip-testimonials-v2__list .testi-item p {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.71428571;
	text-align: justify;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 17px
}

.ip-testimonials-v2__list .testi-item h2 {
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 1.45454545;
	font-weight: 300;
	font-weight: 700
}

.ip-testimonials-v2__list .testi-item h2 span {
	font-style: italic
}

.ip-testimonials-v2__white {
	position: relative
}

.ip-testimonials-v2__white .bg-monogram {
	bottom: -280px;
	left: -1190px;
	opacity: .15
}

@media screen and (min-width: 992px) {
	.bg-section img {
		width: 31vw
	}

	.bg-monogram img {
		width: 65.875vw
	}

	.bg-monogram {
		top: -.1875vw;
		left: -1.375vw
	}

	.ip-testimonials-v2 .bg-image {
		top: 4.75vw;
		width: 42.75vw
	}

	.ip-testimonials-v2__intro {
		padding: 27.6875vw 6.25vw 11vw;
        flex-flow: row wrap;
        justify-content: space-between;
	}

	.ip-testimonials-v2__intro .bg-section {
		top: 2.6875vw;
		bottom: -14.125vw;
		padding: 3.8125vw 0 0
	}

	.ip-testimonials-v2__intro .bg-section__image {
		padding: 3.8125vw 0 0 1.625vw
	}

	.ip-testimonials-v2__intro-title {
		padding-bottom: 2.75vw;
		top: 9.375vw;
		right: 9.4375vw
	}

	.ip-testimonials-v2__list-first:before {
		top: 5.5vw;
		left: 15.25vw;
		width: 32.4375vw;
		height: 22.3125vw
	}

	.ip-testimonials-v2__list-first .bg-section__image img {
		width: 61.5vw;
		bottom: -6.125vw
	}

	.ip-testimonials-v2__list-second:before {
		bottom: 2.25vw;
		left: -1.875vw;
		width: 32.4375vw;
		height: 22.3125vw
	}

	.ip-testimonials-v2__white .bg-monogram {
		bottom: -17.5vw;
		left: -74.375vw
	}

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

@media screen and (min-width: 992px) and (max-width: 1600px) {
	#scroll-down-contact {
		left: 1.875vw
	}

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

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

	.ip-testimonials-v2__intro-title .testi-name {
		font-size: 7.8125vw;
		margin-bottom: 1.625vw
	}

	.ip-testimonials-v2__intro-title .global-site-title {
		font-size: 7.8125vw;
		line-height: .8
	}

	.ip-testimonials-v2__intro-title .global-site-title span {
		padding-left: .6875vw;
		padding-bottom: .25vw
	}

	.ip-testimonials-v2__intro-title .global-site-title span i {
		left: .625vw
	}

	.ip-testimonials-v2__intro-text {
		max-width: 32.3125vw
	}

	.ip-testimonials-v2__intro-text p {
		font-size: 1vw
	}

	.ip-testimonials-v2__intro .testi-item {
		margin-bottom: 8.125vw
	}

	.ip-testimonials-v2__intro .testi-item .stars {
		font-size: 1.75vw;
		gap: .75vw;
		margin-bottom: 1.375vw
	}

	.ip-testimonials-v2__intro .testi-item p {
		font-size: 1vw;
		margin-bottom: 1.0625vw
	}

	.ip-testimonials-v2__intro .testi-item h2 {
		font-size: .875vw
	}

	.ip-testimonials-v2__list-second {
		max-width: 80.625vw
	}

	.ip-testimonials-v2__list .left-col {
		padding-right: 8.125vw;
		margin-top: 18.1875vw
	}

	.ip-testimonials-v2__list .right-col {
		padding-left: 5vw
	}

	.ip-testimonials-v2__list.first-list {
		padding-top: 9.1875vw
	}

	.ip-testimonials-v2__list.first-list .left-col {
		margin-top: 13.4375vw
	}

	.ip-testimonials-v2__list .testi-item {
		margin-bottom: 8.125vw
	}

	.ip-testimonials-v2__list .testi-item .stars {
		font-size: 1.75vw;
		gap: .75vw;
		margin-bottom: 1.375vw
	}

	.ip-testimonials-v2__list .testi-item p {
		font-size: 1vw;
		margin-bottom: 1.0625vw
	}

	.ip-testimonials-v2__list .testi-item h2 {
		font-size: .875vw
	}
}

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

	.side-offices-links,
	.bg-monogram {
		display: none
	}

	.ip-testimonials-v2 {
		padding: 0
	}

	.ip-testimonials-v2 .bg-image {
		width: 400px;
		max-width: 100%;
		top: 40px;
		opacity: .2
	}

	.ip-testimonials-v2__intro {
		padding: 140px 15px 120px
	}

	.ip-testimonials-v2__intro .bg-section__image {
		display: flex;
		align-items: flex-start;
		justify-content: center
	}

	.ip-testimonials-v2__intro-title .global-site-title span {
		padding-left: 0
	}

	.ip-testimonials-v2__intro-title {
		text-align: center;
		position: relative;
		top: 0;
		right: 0
	}

	.ip-testimonials-v2__intro-title .testi-name {
		font-size: 70px;
		transform: rotate(0);
		text-orientation: initial;
		writing-mode: initial
	}

	.ip-testimonials-v2__intro-text {
		position: relative;
		z-index: 2;
		margin: 0 auto
	}

	.ip-testimonials-v2__intro-text p {
		-moz-text-align-last: left;
		text-align-last: left
	}

	.ip-testimonials-v2__intro .testi-item {
		margin-top: 0 !important;
		margin-bottom: 60px
	}

	.ip-testimonials-v2__intro .testi-item .stars {
		font-size: 25px
	}

	.ip-testimonials-v2__intro .testi-item p {
		font-size: 16px;
		-moz-text-align-last: left;
		text-align-last: left
	}

	.ip-testimonials-v2__list-first:before {
		display: none
	}

	.ip-testimonials-v2__list-first .bg-section__image img {
		width: 70%
	}

	.ip-testimonials-v2__list-second:before {
		width: 300px
	}

	.ip-testimonials-v2__list {
		padding: 0 15px
	}

	.ip-testimonials-v2__list .col-inner {
		width: 100%;
		padding: 0 !important;
		margin-top: 0 !important
	}

	.ip-testimonials-v2__list.first-list {
		padding-top: 60px
	}

	.ip-testimonials-v2__list .testi-item {
		margin-top: 0 !important;
		margin-bottom: 60px
	}

	.ip-testimonials-v2__list .testi-item .stars {
		font-size: 25px
	}

	.ip-testimonials-v2__list .testi-item p {
		font-size: 16px;
		-moz-text-align-last: left;
		text-align-last: left
	}

	.ip-testimonials-v2__white .bg-monogram {
		display: none
	}

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

@media screen and (max-width: 767px) {
	.ip-testimonials-v2__intro-title .testi-name {
		font-size: 50px
	}
}