html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
  	scroll-padding-top: 120px;
}
body {
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #00213D;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	display: flex;
	flex-direction: column;
	padding-top: 150px;
	min-height: 100vh;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
button {
	color: #EF8407;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
button:focus { outline: none; }
a {
	color: #2C5282;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #47C6F7;
	outline: none;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"neue-haas-grotesk-display";
	font-weight: 700;
	color: #154585;
	margin-top: 0px;
}
p {
	margin-top: 0;
	margin-bottom:25px;
}
p:last-child {
	margin-bottom:0px;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}


strong {
	font-weight: 700;
}
.mainhead {
	position: relative;
	font-size: 72px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 114%;
	margin: 0 0 12px;
}
.mainhead strong {
	font-weight: 700;
	color: #C9A961;
}
.heading {
	position: relative;
	font-size: 64px;
	font-weight: 500;
	line-height: 116%;
	color: #1A2332;
	letter-spacing: -0.04em;
	margin: 0 0 30px;
}
.heading strong {
	font-weight: 500;
	color: #C9A961;
}
.subheading {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	color: #1A2332;
	margin: 0 0 30px;
}
.heading4 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	color: #1A2332;
	margin: 0 0 30px;
}
.taghead {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.4em;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 12px;
}



/*** 
====================================================================
  Utility Classes css start here 
====================================================================
***/

.u-btn {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;

	/* TWO BACKGROUNDS */
	background:
	linear-gradient(#0000, #0000) padding-box,
	linear-gradient(79deg, #E5B064 0%, #CF654C 100%) border-box;

	border: 2px solid transparent;
	border-radius: 90px;

	padding: 16px 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	line-height: 1.2;
	text-align: center;
	box-shadow: 0 3px 6px #00000029;

	overflow: hidden;
	z-index: 1;

	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.u-btn__svg {
	position: relative;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: #fff;
	color: #D3724F;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.u-btn svg {
	height: 19px;
	color: #D3724F;
}
.u-btn:hover,
.u-btn:focus  {
	border-color: #fff; 
	color: #fff;
}


.u-btn--primary {
	background: #009CD8;
}
.u-btn--primary svg {
	color: #47C6F7;
}
.u-btn--primary:hover,
.u-btn--primary:focus {
	border-color: #fff;
	color: #fff;
}



.u-btn--secondary {
	background: #009CD8;
}
.u-btn--secondary svg {
	color: #47C6F7;
}
.u-btn--secondary:hover,
.u-btn--secondary:focus {
	border-color: #0F69AA;
	color: #fff;
}



.u-text-center {
	text-align: center;
}
.u-text-white {
	color: #fff;
}
.u-text-shadow {
	text-shadow: 0px 3px 6px #00000029
}
.u-text-bayern-blue {
	color: #019CD8;
}
.u-text-poster-blue {
	color: #154585;
}
.u-text-bowen-blue {
	color: #0F69AA;
}
.u-mb-0 {
	margin-bottom: 0;
}
dl,
ol,
ul {
 margin-top:0;
 margin-bottom:1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
 margin-bottom:0
}
h1 {
 font-size:2.5rem
}
h2 {
 font-size:2rem
}
h3 {
 font-size:1.75rem
}
h4 {
 font-size:1.5rem
}
h5 {
 font-size:1.25rem
}
h6 {
 font-size:1rem
}
.container {
 width:100%;
 padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto
}
@media (min-width:576px) {
 .container {
  max-width:540px
 }
}
@media (min-width:768px) {
 .container {
  max-width:720px
 }
}
@media (min-width:992px) {
 .container {
  max-width:960px
 }
}
@media (min-width:1200px) {
 .container {
  max-width:1460px
 }
}
.container-fluid {
 width:100%;
 padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto
}



/*** 
====================================================================
  Header start 
====================================================================
***/
body.admin-bar header.header {
    top: 46px
}
@media only screen and (min-width: 784px) {
    body.admin-bar header.header {
        top:32px
    }
}
@media only screen and (max-width: 600px) {
	body.admin-bar header.header--scrolled {
	    top: 0px
	}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	
	z-index: 4;
	transition: all 0.3s ease-in-out;
}

.header--scrolled {
	background-color: #EAF6FFA6;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	box-shadow: 0px 3px 6px #00000029;
}



.header__container {
	max-width: 1770px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	display: flex;
}

.header__logo {
	position: relative;
}
.header__logo-link {
	position: relative;
	display: block;
	width: 288px;
	height: 164px;
	transition: all 0.3s ease-in-out;
}
.header__logo-icon {
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
}
.header__logo-icon--default {
	opacity: 1;
	visibility: visible;
	top: 16px;
}
.header__logo-icon--scrolled {
	opacity: 0;
	visibility: hidden;
}

/* Scrolled header logo changes */
.header--scrolled .header__logo-icon--default {
	opacity: 0;
	visibility: hidden;
}
.header--scrolled .header__logo-icon--scrolled {
	opacity: 1;
	visibility: visible;
}

.header__nav-backdrop {
	display: none;
}
.header__nav-header {
	display: none;
}
.header__nav-close {
	display: none;
}
.header__nav-cta-button {
	display: none;
	width: 100%;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	background: transparent linear-gradient(78deg, #E5B064 0%, #CF654C 100%);
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.header__nav-button { 
	display: none; 
	margin-top: auto; 
	padding: 20px;  
	border-top: 2px solid #eee; 
	background-color: #fff; 
	position: sticky; 
	bottom: 0; 
	z-index: 10; 
	flex-shrink: 0; 
}
.header__nav-cta-button:hover {
	background: linear-gradient(to right, #ea580c, #c2410c);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(234, 88, 12, 0.4);
}


.header__nav {
	margin-left: auto;
}
.header__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 30px;
	height: 100%;
}
.header__nav-item {
	height: 100%;
}
.header__nav-link {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 10px 0;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
	gap: 6px;
	height: 100%;
}
.header__nav-link:hover {
	color: #009CD8;
}
.header__nav-arrow {
	display: inline-flex;
	align-items: center;
	transition: transform 0.3s ease;
	margin-left: 2px;
}
.header__nav-item--has-mega:hover .header__nav-arrow {
	transform: rotate(180deg);
}
.header__mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
	min-width: 1420px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: -1;
}

.header__nav-item--has-mega:hover .header__mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header__mega-content {
	background-color: #fff;
	border-top: solid 3px #47C6F7;
	max-width: 100%;
	padding: 0px 100px 0px;
	background-image: url(/wp-content/uploads/2026/01/megamenu-bg.webp);
	background-repeat: no-repeat;
	background-position: right top;
	border-radius: 0 0 20px 20px;
	height: 330px;
}
.header__mega-inner {
	display: grid;
	grid-template-columns: 424px auto;
	height: 100%;
}
.header__expert-box {
	position: relative;
	max-width: 270px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.header__expert-box::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 215px;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 156, 216, 0) 0%, #009CD8 100%);
	z-index: -1;
}
.header__expert {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 74px;
	font-weight: 900;
	color: #1E3D7E;
	line-height: 80%;
}
.header__make {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 80px;
	font-weight: 900;
	color: #1E3D7E;
	line-height: 80%;
}
.header__easy {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 125px;
	font-weight: 900;
	color: #1E3D7E;
	line-height: 80%;
}
.header__mega-location {
	position: absolute;
	bottom: 16px;
	width: 100%;
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}


.header__mega-column-rht {
	display: flex;
	align-items: center;
	padding: 20px 0 20px;
}
.header__mega-list {
	list-style: none;
	margin: 0;
	padding-left: 80px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	width: 100%;
}

.header__mega-list li {
	display: flex;
	padding: 22px 0 15px;
	border-bottom: solid 1px rgba(70, 70, 70, 0.18);
}
.header__mega-list a {
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #0F69AA;
	text-transform: capitalize;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}
.header__mega-list li.current-menu-item a,
.header__mega-list a:hover {
	color: #1e3a8a;
}

.header__mega-list--practice {
	display: none;
}
.header__mega-list--about .header__mega-list {
	grid-template-columns: repeat(3, 1fr)
}

.header__practice-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 24px;
	padding: 15px 0 15px;
}
.header__practice {
	border-radius: 20px;
	background-color: #1E3D7E;
	overflow: hidden;
}
.header__image-holder img {
	transition: all 0.3s ease-in-out;
}
.header__practice:hover .header__image-holder img {
	transform: scale(1.1);
} 
.header__title {
	position: relative;
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 65px;
	padding: 10px;
	background-color: #1E3D7E;
}
.header__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(122deg, rgb(229, 176, 100) 0%, rgb(208, 106, 78) 100%);
}

.header--scrolled .header__nav-link {
	color: #1E3D7E;
}
.header__nav-list .current-menu-parent .header__nav-link,
.header--scrolled .header__nav-link:hover {
	color: #009CD8;
}


/*** 
====================================================================
  header__cta css 
====================================================================
***/

.header__cta {
	background: linear-gradient(122deg, #E5B064 0%, #D06A4E 100%) 0% 0%;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px 0px 15px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 388px;
	height: 160px;
	margin-left: 100px;
	transition: all 0.3s ease-in-out;
}
.header__cta-pay {
	font-family: "neue-haas-grotesk-display",sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	font-style: italic;
	letter-spacing: 0.44px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
	margin: 0 0 4px;
}
.header__cta-phone {
	font-family: "neue-haas-grotesk-display",sans-serif;
	font-size: 45px;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 1;
	text-shadow: 0px 3px 6px #00000029;
	height: 52px;
	transition: all 0.3s ease-in-out;
	transform-origin: center center;
}
.header__cta-lang {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.44px;
	color: #FFFFFF;
	line-height: 1;
	text-shadow: 0px 3px 6px #00000029;
	margin: 0 0 0;
}
.header__cta:hover .header__cta-phone {
	transform: scale(1.08);
}




/*** 
====================================================================
  header__mobile css 
====================================================================
***/
.header__mobile-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	margin-left: 18px;
}

.header__mobile-toggle-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	width: 35px;
	height: 35px;
}

.header__mobile-toggle-icon span {
	width: 100%;
	height: 3px;
	background-color: #1e3a8a;
	transition: all 0.3s ease;
	display: block;
}

.header__mobile-toggle-text {
	display: inline-block;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1E3D7E;
	line-height: 1;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;;
	white-space: nowrap;
}

.header__mobile-toggle--active .header__mobile-toggle-text {
	color: #ea580c;
}
.header__phone {
	display: none;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1E3D7E;
	line-height: 1;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.header__phone svg {
	width: 34px;
}






/*** 
====================================================================
  banner css
====================================================================
***/
.hero {
	position: relative;
	height: 1160px;
	padding: 230px 0 330px;
	margin-top: -150px;
	overflow: hidden;
	z-index: 1;
}
.hero::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	clip-path: polygon(0 10%, 50% 100%, 100% 10%, 100% 60%, 50% 100%, 0 60%);
	background-color: #B3D3EB;
	z-index: 1;
}
.hero::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #DDE7F6;
	clip-path: polygon(0px 13%, 50% 100%, 100% 13%, 100% 100%, 50% 100%, 0 100%);
}
.hero__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero__image::before {
	content: "";
	position: absolute;
	left: 200px;
	top: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(90deg, #1A437A 0%, rgba(26, 67, 122, 0) 96%);
}
.hero__image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background: linear-gradient(270deg, #1A437A 0%, #132C60 96.4%);
}
.hero__container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}


.hero__inner {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 12px;
	height: 100%;
}
.hero__partner--desktop {
	position: relative;
	right: 0;
	bottom: 70px;
	margin-right: -200px;
}
.hero__partner--mobile {
	display: none;
	text-align: center;
}


.form-box {
	max-width: 655px;
	min-height: 540px;
	background: linear-gradient(180deg, #009CD8 0%, #002062 100%);
	box-shadow: inset 1px 1px 0px #F0F6FA6E, 0px 3px 6px #00000029;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border-radius: 12px;
	padding: 35px 65px 25px;
}
.form-box__title {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 40px;
	line-height: 1.2;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 45px;
}
.form-box__angle {
	position: relative;
}
.form-box__angle::before {
	content: "";
	position: absolute;
	left: -8px;
	bottom: -15px;
	width: 98px;
	height: 23px;
	background-image: url(/wp-content/uploads/2026/01/title-angle.webp);
	background-repeat: no-repeat;
}


.hero__content {
	position: absolute;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	top: -350px;
}
.hero__title {
	position: relative;
	font-family:"neue-haas-grotesk-display";
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	color: #D5EEFF;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 0px 3px 20px #00000029;
	margin: 0;
	opacity: 0;
	animation: heroFadeIn 1s ease forwards;
}
.hero__title strong {
	color: #47C6F7;
	font-style: italic;
}
.hero__logo {
	margin: -30px 0 -35px;
	opacity: 0;
	animation: heroFadeIn 1s ease forwards;
	animation-delay: 0.4s;
}
.hero__logo-mobile {
	display: none;
}
.hero__subtitle {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 1.45px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 0px 3px 6px #00000029;
	display: inline-block;
	padding: 0 55px 0;
	opacity: 0;
	animation: heroFadeUp 1s ease forwards;
	animation-delay: 0.9s;
}
.hero__subtitle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 42px;
	height: 4px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
}
.hero__subtitle::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 42px;
	height: 4px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
}

/* Keyframes */
@keyframes heroFadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

@keyframes heroFadeUp {
  from {
	opacity: 0;
	transform: translateY(20px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}



/*** 
====================================================================
  results css
====================================================================
***/
.results {
	position: relative;
	margin-top: -150px;
	z-index: 1;
}
.results__container {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #1E3D7E;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #47C6F769;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border-radius: 20px;
	padding: 40px 80px 40px;
}
.results__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.6px;
	margin: 0px;
}
.results__subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}


.results__card {
	padding: 25px 5px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.results__amount {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 50px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-shadow: 0px 3px 6px #00000029;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}
.results__amount sup {
	position: relative;
	top: 16px;
	font-size: 50px;
}
.results__type {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #47C6F7;
	line-height: 1;
	letter-spacing: 0.44px;
	text-shadow: 0px 3px 6px #00000029;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.results__card:hover .results__amount {
	text-shadow: 0px 3px 30px #FFFFFFA7;
}
.results__card:hover .results__type {
	text-shadow: 0px 3px 30px #47C6F7;
}

/* Glide.js Customization */
.results-slider__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background-color: #D5EEFF;
	color: #1E3D7E;
	border-radius: 50%;
	border: 2px solid #D5EEFF;
	padding: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.results-slider__arrow:hover {
	background-color: transparent;
	border: 2px solid #F7F7F8;
	color: #fff;
}
.results-slider__arrow--left {
	left: -55px;
}
.results-slider__arrow--right {
	right: -55px;
}


.results__btn-box {
	text-align: center;
	padding: 20px 0 0;
}
.results__btn {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1.1px;
	color: #fff;
	line-height: 1.2;
	text-transform: capitalize;
	display: inline-flex;
	padding: 0 5px 10px;
	padding-right: 38px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7052 7.28071L12.6571 0.280712C12.4672 0.0985542 12.2128 -0.00224062 11.9488 3.78025e-05C11.6848 0.00231622 11.4323 0.107485 11.2456 0.292894C11.0589 0.478302 10.953 0.729114 10.9507 0.991311C10.9485 1.25351 11.0499 1.50611 11.2334 1.69471L16.5627 6.98771H1.00688C0.739835 6.98771 0.483733 7.09307 0.294907 7.2806C0.106081 7.46814 0 7.72249 0 7.98771C0 8.25293 0.106081 8.50728 0.294907 8.69482C0.483733 8.88236 0.739835 8.98771 1.00688 8.98771H16.5627L11.2334 14.2807C11.1372 14.373 11.0605 14.4833 11.0077 14.6053C10.9549 14.7273 10.9272 14.8585 10.926 14.9913C10.9248 15.1241 10.9503 15.2558 11.0009 15.3787C11.0516 15.5016 11.1263 15.6132 11.2209 15.7071C11.3154 15.801 11.4278 15.8753 11.5516 15.9255C11.6753 15.9758 11.8079 16.0011 11.9416 16C12.0753 15.9988 12.2074 15.9712 12.3302 15.9188C12.4531 15.8664 12.5642 15.7902 12.6571 15.6947L19.7052 8.69471C19.894 8.50718 20 8.25288 20 7.98771C20 7.72255 19.894 7.46824 19.7052 7.28071Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: right 10px top 6px;
	transition: all 0.3s ease-in-out;
}
.results__btn:hover {
	color: #fff;
	background-position: right 0px top 6px;
}
.results__btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 97%;
	height: 3px;
	background: linear-gradient(91deg, #E5B064 0%, #D06A4E 100%);
	box-shadow: 0px 3px 6px #00000029;
}

/*** 
====================================================================
   attorneys css
====================================================================
***/
.attorneys {
	position: relative;
	padding: 270px 0 680px;
	margin: -220px 0 0;
	overflow: hidden;
}
.attorneys__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.attorneys__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.attorneys__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
}
.attorneys__title {
	position: relative;
	font-family:"neue-haas-grotesk-display";
	font-size: 70px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	padding-left: 25px;
	margin: 0 0 15px;
}
.attorneys__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 95%;
	background-color: #47C6F7;
}
.attorneys__title strong {
	display: block;
}

@media only screen and (min-width: 1200px) {
	.attorneys__title strong {
		opacity: 0;
		transform: translateX(-12px);
	}
	/* Animate when visible */
	.js-animate-attorneys.is-visible .attorneys__title strong {
		animation: fadeLeft 0.6s ease forwards;
	}

	/* Stagger */
	.js-animate-attorneys.is-visible .attorneys__title strong:nth-child(1) {
		animation-delay: 0.1s;
	}

	.js-animate-attorneys.is-visible .attorneys__title strong:nth-child(2) {
		animation-delay: 0.35s;
	}

	.js-animate-attorneys.is-visible .attorneys__title strong:nth-child(3) {
		animation-delay: 0.6s;
	}

	/* Animation */
	@keyframes fadeLeft {
		from {
			opacity: 0;
			transform: translateX(-14px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
}
.attorneys__lft-content {
	max-width: 640px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #00213D;
}
.attorneys__lft-content p:not(:last-child) {
	margin-bottom: 10px;
}
.attorneys__lft-content p:last-child {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #00213D;
}
.attorneys__rht-content {
	max-width: 653px;
	margin-left: auto;
}
.attorneys__rht-content p:not(:last-child) {
	margin-bottom: 7px;
}
.attorneys__rht-content strong {
	color: #154585;
}

.attorneys__footer {
	max-width: 890px;
	margin: 0 auto;
	padding: 60px 0 0;
}
.attorneys__sub-title {
	position: relative;
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
}
.attorneys__sub-title strong {
	font-style: italic;
	color: #019CD8;
}


/*** 
====================================================================
   promise css
====================================================================
***/
.promise {
	position: relative;
	padding: 160px 0 0px;
	margin-top: -160px;
	overflow: hidden;
}

.promise__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0px 0%, 36% 20%, 100% 0%, 100% 100%, 0px 100%);
	z-index: -1;
}
.promise__bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 168px;
	clip-path: polygon(0px 0%, 36% 99%, 100% 0%, 100% 45%, 36% 100%, 0px 45%);
	background-color: #B3D3EB;
	z-index: 1;
}
.promise__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promise__inner {
	display: grid;
	grid-template-columns: auto 600px;
}
.promise__lft {
	text-align: center;
	display: flex;
	justify-content: center;
}
.promise__logo-icon {
	position: absolute;
	top: 70px;
	margin-left: 120px;
	width: 205px;
	height: 305px;
	background: linear-gradient(180deg, #0F69AA 0%, #47C6F7 100%);
	box-shadow: inset 1px 1px 0px #D5EEFF4E, 0px 8px 12px #00213D34;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.promise__image {
	position: relative;
	display: flex;
	align-items: flex-end;
	z-index: 2;
}
.promise__image img {
	height: revert-layer;
}
.promise__rht {
	padding: 40px 30px 40px;
	background: linear-gradient(180deg, rgba(30, 61, 126, 0.008) 0%, #1F3B68 26.5%);
	transform: translateY(100%);
	transition: transform 1s cubic-bezier(.25,.8,.25,1);
}
.promise__logo {
	padding: 0 0 22px;
}
.promise__title-inner {
	position: relative;
	max-width: 320px;
	margin: 0 auto;
}
.promise__title-inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 2px;
	height: calc(100% - 15px);
	background-color: #fff;
}
.promise__title-inner::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 2px;
	height: calc(100% - 15px);
	background-color: #fff;
}
.promise__title {
	position: relative;
	font-family:"neue-haas-grotesk-display";
	font-size: 65px;
	font-weight: 700;
	color: #fff;
	line-height: 0.83;
	text-transform: uppercase;
	text-shadow: 0px 3px 6px #00000029;
	padding: 0 0 8px;
	margin: 0;
	border-bottom: solid 2px #fff;
}
.promise__title span {
	font-size: 29px;
	line-height: 1;
	display: block;
}
.promise__title strong {
	color: #47C6F7;
}
.promise__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 120px;
	height: 2px;
	background-color: #fff;
}
.promise__title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 120px;
	height: 2px;
	background-color: #fff;
}
.promise__content p:not(:last-child) {
	margin-bottom: 10px;
}
.promise__btn-box {
	padding-top: 25px;
}
@media only screen and (min-width: 1200px) { 
	.promise__content,
	.promise__btn-box,
	.promise__logo {
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}
	.promise.is-visible .promise__rht {
		transform: translateY(0);
	}
	/* Gentle stagger */
	.promise.is-visible .promise__logo {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0.5s;
	}
	.promise.is-visible .promise__content {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 1s;
	}
	.promise.is-visible .promise__btn-box {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 1.5s;
	}
}

/*** 
====================================================================
   awards area css
====================================================================
***/
.awards {
	position: relative;
	padding: 85px 0 85px;
	background-color: #E8F4FF;
	overflow: hidden;
}
.awards::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1045.521' height='173.555' viewBox='0 0 1045.521 173.555'%3E%3Cpath id='Path_771' data-name='Path 771' d='M-610.563-27.694h48.456l8.154-24.461h56.376l8.154,24.461h51.717L-499.441-194.26h-49.62Zm78.507-90.621c2.8-8.154,6.29-21.432,6.29-21.432h.466s3.727,13.279,6.29,21.432L-508.527-85.7H-543Zm125.565,90.621h49.853l14.443-70.587c3.028-14.443,5.824-32.381,5.824-32.381h.466s2.8,17.938,5.824,32.381l14.909,70.587h49.154l43.8-166.566h-49.853l-12.114,56.609c-3.96,18.637-8.387,46.825-8.387,46.825h-.466s-4.193-25.16-8.387-44.5l-12.813-58.939h-44.029l-12.813,59.4c-4.193,19.1-8.62,44.029-8.62,44.029h-.466s-4.193-28.188-8.154-46.359l-12.114-57.075h-48.688Zm172.856,0h48.456l8.154-24.461h56.376l8.154,24.461h51.717L-122.513-194.26h-49.62Zm78.507-90.621c2.8-8.154,6.29-21.432,6.29-21.432h.466s3.727,13.279,6.29,21.432L-131.6-85.7h-34.478ZM-47.035-27.694H1.654V-85.7h22.6c14.211,0,19.8,6.523,22.83,19.336,3.494,14.909,1.631,35.41,6.29,38.671h47.99v-2.563c-6.057-1.631-2.33-25.626-6.756-45.66-2.8-13.046-9.784-22.364-23.3-27.489v-.7c17.472-7.921,27.256-21.432,27.256-40.535,0-34.012-28.887-49.62-62.9-49.62h-82.7ZM1.654-156.054h26.79c13.978,0,20.966,6.989,20.966,17.938,0,11.648-7.688,17.7-21.665,17.7H1.654ZM118.6-27.694h74.78c51.717,0,83.4-29.819,83.4-82.933,0-52.882-33.313-83.632-81.3-83.632H118.6ZM167.288-68v-85.962h22.131c23.3,0,37.972,15.841,37.972,43.33C227.391-82.439,211.783-68,189.419-68ZM363.206-23.733c39.37,0,71.751-19.336,71.751-55.677,0-35.41-27.955-46.359-55.91-53.115-24.927-6.057-39.137-7.455-39.137-17.239,0-6.756,7.455-11.648,18.171-11.648,13.279,0,19.8,5.824,21.2,14.909H427.5c-.7-36.342-32.381-50.785-66.859-50.785-37.506,0-68.723,14.443-68.723,52.649,0,35.41,33.779,44.961,61.734,51.95,20.5,5.125,31.682,7.688,31.682,17.7S373.69-61.24,364.138-61.24c-16.074,0-26.324-6.29-27.955-19.569H286.33C287.029-42.37,319.876-23.733,363.206-23.733Z' transform='translate(610.563 197.288)' fill='%230f69aa' opacity='0.053'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;

}


.awards__slider{
    width:100%;
    overflow:hidden;
    position:relative;
}

.awards__track {
    display:flex;
    align-items:center;
    gap:60px;
    width:max-content;
    will-change:transform;
}

.awards__slide{
    flex:0 0 auto;
}

.awards__slide img{
    max-height:120px;
    width:auto;
    display:block;
}

/*** 
====================================================================
  reasons css 
====================================================================
***/
.reasons {
	position: relative;
	padding: 0px 0 180px;
}
.reasons__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: -1;
}
.reasons__bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent radial-gradient(closest-side at 50% 55%, #0F69AAD6 0%, #1E3151BC 100%) 0% 0% no-repeat padding-box;
}
.reasons__container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
}


.reasons__lft {
	position: relative;
	z-index: 1;
}
.reasons__lft::before {
	content: "";
	position: absolute;
	left: -50vw;
	width: 100vw;                 
	height: 200px;
	background: linear-gradient(270deg, rgba(0, 148, 255, 0) 0.6%, #009CE5 30.02%, #1B77B9 91.4%);
	box-shadow: 0px 3px 30px #154586;
	opacity: 0.81;
	z-index: -1;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.9s ease;
}
.reasons__header {
	display: grid;
	grid-template-columns: auto 634px;
	align-items: center;
	margin-top: -40px;
}
.reasons__title-rht {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	margin-right: 30px;
}
.reasons__title {
	display: flex;
	align-items: center;
	margin: -20px 0 0;
}
.reasons__number {
	font-family:"neue-haas-grotesk-display";
	font-size: 320px;
	font-weight: 900;
	color: #fff;
	line-height: 0.72;
	margin-right: 30px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.reasons__text {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: 0.53px;
	color: #74D8FF;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
}


.reasons__video-box {
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	z-index: 1;
}


.video-block {
	max-width: 634px;
}
.video-block__media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	box-shadow: -20px 20px 90px #0032647B;
	border: 5px solid #FFFFFF;
	background-color: #1E3D7E;
}
.video-block__poster {
	position: absolute;
	inset: 0;
	cursor: pointer;
	transition: opacity .3s ease;
}
.video-block__poster-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-block__play-btn {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 85px;
	height: 85px;
	border: 0;
	padding: 0;
	border-radius: 90px;
	box-shadow: inset 1px 1px 0px #FFFFFF, 0px 3px 6px #00000029;
	background-color: rgba(255, 255, 255, 0.50);
	display: grid;
	place-items: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.video-block__play-btn:hover {
	background-color: #fff;
}
.video-block svg {
	margin-left: 8px;
}
.video-block__iframe-wrap {
	position: absolute;
	inset: 0;
	display: none;
}
.video-block__iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.video-block__title {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.95px;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 0;
}
.video-block--playing .video-block__poster {
	opacity: 0;
	pointer-events: none;
}
.video-block--playing .video-block__iframe-wrap {
	display: block;
}


/* animates css start here */
.reasons--in-view .reasons__lft::before {
	transform: scaleX(1);
}
.reasons--in-view .reasons__number {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.6s;
}
.reasons--in-view .reasons__title-rht {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1s;
}
.reasons--in-view .reasons__video-box {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.4s;
}


.reasons__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 45px;
	padding: 35px 0 0;
}
.reasons__item {
	text-align: center;
}
.reasons__icon {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
.reasons__icon img {
	width: auto;
	max-height: 56px;
	transition: all 0.3s ease-in-out;
}
.reasons__item:hover .reasons__icon img {
	transform: scale(1.2);
}
.reasons__item-title {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1.25px;
	color: #D5EEFF;
	text-transform: uppercase;
	padding: 0 0 13px;
	margin: 0 0 13px;
}
.reasons__item-title::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 137px;
	height: 3px;
	background: linear-gradient(91deg, #E5B064 0%, #D06A4E 100%);
	box-shadow: 0px 3px 6px #00000029;
}
.reasons__content {
	line-height: 25px;
	color: #fff;
}


/*** 
====================================================================
  questions css 
====================================================================
***/

.questions {
	position: relative;
	padding: 160px 0 120px;
}
.questions::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(180deg, #009CD8 0%, #1E3D7E 100%);
	clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
	margin-left: -230px;
}
.questions::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #B3D3EB;
	clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
	margin-left: -180px;
	z-index: -1;
}
.questions__container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
}
.questions__inner {
	display: flex;
	flex-wrap: wrap;
}
.questions__left {
	width: 50%;
}
.questions__right {
	width: 50%;
}
.questions .video-block__title {
	text-align: left;
	max-width: 285px;
}


.content-slider {
	position: relative;
	max-width: 680px;
}
.content-slider::before {
	content: "";
	position: absolute;
	right: 0;
	top: -110px;
	width: 217px;
	height: 293px;
	background-image: url("data:image/svg+xml,%3Csvg width='217' height='293' viewBox='0 0 217 293' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.685' d='M71.488 188.758H138.558C138.558 177.111 139.358 170.685 144.582 163.458C150.205 155.827 161.048 151.41 179.121 141.369C197.595 130.927 216.873 115.669 216.873 80.323C216.873 30.523 172.294 0 114.059 0C45.784 0 0.803 34.941 0 95.183H77.11C77.11 74.701 89.962 62.251 108.034 62.251C122.091 62.251 133.734 69.882 133.734 83.135C133.734 108.035 103.613 110.445 85.134 130.526C71.488 145.384 71.488 153.818 71.488 188.758ZM63.857 292.375H142.172V215.666H63.857V292.375Z' fill='%23D5EEFF'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
}
.content-slider__slides {
	list-style: none;
	padding: 0;
	margin: 0;
}
.content-slider__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 0.7px;
	color: #1E3D7E;
	text-transform: uppercase;
	border-left: solid 5px #47C6F7;
	padding-left: 24px;
	margin: 0 0 24px;
	max-width: 555px;
}
.content-slider__text {
	font-size: 18px;
	line-height: 30px;
	color: #00213D;
}


.content-slider__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0 0;
	border-top: solid 1px rgba(13, 46, 90, 0.30);
	margin: 35px 0 0;
}
/* Arrows */
.content-slider__arrows {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.content-slider__arrow {
	width: 48px;
	height: 48px;
	background-color: #D5EEFF;
	color: #1E3D7E;
	border-radius: 50%;
	border: 2px solid #D5EEFF;
	padding: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-slider__arrow:hover {
	background-color: #1E3D7E;
	border: 2px solid #1E3D7E;
	color: #fff;
}


/* Dots */
.content-slider__dots {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.content-slider__dot {
	position: relative;
	width: 16px;
	height: 16px;
	background: #fff;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 50%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.content-slider__dot::after {
	content: '';
	position: absolute;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #0a4fa3;
	border-radius: 50%;
}
.content-slider__dot.glide__bullet--active {
	border: solid 1px #47C6F7;
}

/*** 
====================================================================
  question two area css
====================================================================
***/

.questions--reverse::before,
.questions--reverse::after {
	left: auto;
	right: 0;
	width: 40%;
}
.questions--reverse::before {
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.questions--reverse::after {
	clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
.questions--reverse .questions__inner {
	flex-direction: row-reverse;
}
.questions--reverse .video-block {
	margin-left: auto;
}
.questions--reverse .content-slider {
	margin: 0;
}
.questions--reverse .video-block__title {
	max-width: 310px;
	text-align: right;
	margin-left: auto;
}

@media (min-width: 1198px) {
	.questions__left,
	.questions__right {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 0.8s ease, transform 0.8s ease;
	}
	.questions.is-visible .questions__left {
		opacity: 1;
		transform: translateY(0);
	}
	.questions.is-visible .questions__right {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0.2s;
	}
}


 
/*** 
====================================================================
  practice area css
====================================================================
***/
.practice {
	position: relative;
	padding: 80px 0 60px;
	background: linear-gradient(180deg, #EAF5FF 0%, #EBF5FD91 100%);
}
.practice::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -95px;
	width: 100%;
	height: 156px;
	clip-path: polygon(0 20%, 50% 99%, 100% 20%, 100% 60%, 50% 100%, 0 60%);
	background-color: #B3D3EB;
	z-index: 2;
}
.practice::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -95px;
	width: 100%;
	height: 156px;
	clip-path: polygon(0 20%, 50% 30%, 100% 20%, 100% 60%, 50% 100%, 0 60%);
	background-color: #F3F9FE;
	z-index: 1;
}


.practice__header {
	text-align: center;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 0 60px;
}
.practice__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1.15px;
	color: #009CD8;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.practice__subtitle {
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	line-height: 1.2;
	color: #154585;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.practice__content {
	margin: 0 0 20px;
}
.practice__content-dark {
	max-width: 925px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	color: #00213D;
}



.practice__main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-bottom: 60px;
}
.practice__card {
	perspective: 1000px;
	height: 385px;
}
.practice__card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.practice__card:hover .practice__card-inner {
	transform: rotateY(180deg);
}


.practice__card-front,
.practice__card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 3px 30px #00000029;
}
.practice__card-front::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #15458600 0%, #154586 100%);
}
.practice__card-image {
	height: 100%;
	overflow: hidden;
}
.practice__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.practice__card-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-family:"neue-haas-grotesk-display";
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.7px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px 25px;
	margin: 0;
}


.practice__card-back {
	background: radial-gradient(closest-side at 50% 50%, #0F69AA 0%, #154586 100%);
	transform: rotateY(180deg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 0px;
}
.practice__card-back-text {
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding: 20px 20px 0px;
}
.practice__card-back-button {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-top: auto;
	margin-left: auto;
}
.practice__card-back-button span {
	width: 56px;
	height: 56px;
	background-color: #47C6F7;
	border-radius: 45px 0px 20px 0px;
	display: flex;
	align-items: center;
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
}
.practice__card-back-button:hover span {
	border-radius: 28px;
}
.practice__card-back-button svg {
	height: 22px;
	color: #fff;
	margin-left: 15px;
}



.practice__additional {
	max-width: 1010px;
	margin: 0 auto;
}
.practice__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 20px;
	column-gap: 60px;
}
.practice__list-item {
	position: relative;
	max-width: 295px;
	height: 68px;
}
.practice__list-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 68px;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='68' viewBox='0 0 28 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 68V0H28V8.16016H8.12919V59.8402H19.8708V50.7733H28V68H0ZM19.8708 17.2267V8.16016H28V17.2267H19.8708Z' fill='%23019CD8'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
}
.practice__list li a {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 25px;
	line-height: 1;
	color: #1E3D7E;
	text-transform: capitalize;
	display: block;
	padding: 5px 5px;
	margin-top: -2px;
}
.practice__list li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #009CD8 0%, #47C6F707 100%);
	border: 3px solid #FFFFFF;
	opacity: 0.17;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.practice__list li a:hover::before {
	opacity: 0;
}
.practice__list li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #0F69AA 0%, #0F69AA00 100%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.practice__list li a:hover::after {
	opacity: 1;
}
.practice__list li a:hover {
	color: #fff;
} 


#practice-6 .practice__card-title {
	padding: 10px 10px 25px;
	font-size: 28px;
}
/*** 
====================================================================
  review css
====================================================================
***/

.review {
	position: relative;
}
.review__bg {
	text-align: center;
}
.review__bg img {
	width: 100%;
}


.review__bottom {
	position: relative;
	background: linear-gradient(180deg, #00204B00 0%, #203865 27%, #203864 71%, #203864 100%);
	margin: -320px 0 0;
	padding: 0 0 70px;
}
.review__container {
	max-width: 1255px;
	margin: 0 auto;
}
.review-slider__slide {
	height: auto;
}
.review__card-main {
	padding: 10px;
	height: 100%;
}
.review__card {
	position: relative;
	background-color: #fff;
	padding: 50px 40px 50px;
	background-image: url("data:image/svg+xml,%3Csvg width='39' height='71' viewBox='0 0 39 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 54.988V0H22.729V6.6H6.6V48.39H16.13V41.058H22.73V54.988H0ZM16.13 13.93V6.6H22.729L22.73 13.93H16.13Z' fill='%230F69AA'/%3E%3Cpath d='M38.72 70.592V15.604H15.991V22.204H32.121V63.994H22.591V56.662H15.991V70.592H38.72ZM22.591 29.534V22.204H15.991V29.534H22.591Z' fill='%2347C6F7'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: right 15px top 15px;
	height: 100%;
}
.review__card::before {
	content: "";
	position: absolute;
	left: -15px;
	top: -15px;
	width: 80px;
	height: 65px;
	background-image: url("data:image/svg+xml,%3Csvg width='80' height='65' viewBox='0 0 80 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2185_51)'%3E%3Cpath d='M10 23.875C10 14.5516 17.192 7 26.0714 7H27.1429C29.5134 7 31.4286 9.01094 31.4286 11.5C31.4286 13.9891 29.5134 16 27.1429 16H26.0714C21.933 16 18.5714 19.5297 18.5714 23.875V25H27.1429C31.8705 25 35.7143 29.0359 35.7143 34V43C35.7143 47.9641 31.8705 52 27.1429 52H18.5714C13.8437 52 10 47.9641 10 43V23.875ZM44.2857 23.875C44.2857 14.5516 51.4777 7 60.3571 7H61.4286C63.7991 7 65.7143 9.01094 65.7143 11.5C65.7143 13.9891 63.7991 16 61.4286 16H60.3571C56.2187 16 52.8571 19.5297 52.8571 23.875V25H61.4286C66.1562 25 70 29.0359 70 34V43C70 47.9641 66.1562 52 61.4286 52H52.8571C48.1295 52 44.2857 47.9641 44.2857 43V23.875Z' fill='%23009CD8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2185_51' x='0' y='0' width='80' height='65' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2185_51'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2185_51' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
}
.review__card::after {
	content: "";
	position: absolute;
	right: -15px;
	bottom: -20px;
	width: 80px;
	height: 65px;
	background-image: url("data:image/svg+xml,%3Csvg width='80' height='65' viewBox='0 0 80 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2185_51)'%3E%3Cpath d='M70 35.125C70 44.4484 62.808 52 53.9286 52H52.8571C50.4866 52 48.5714 49.9891 48.5714 47.5C48.5714 45.0109 50.4866 43 52.8571 43H53.9286C58.067 43 61.4286 39.4703 61.4286 35.125V34H52.8571C48.1295 34 44.2857 29.9641 44.2857 25L44.2857 16C44.2857 11.0359 48.1295 7 52.8571 7H61.4286C66.1563 7 70 11.0359 70 16V35.125ZM35.7143 35.125C35.7143 44.4484 28.5223 52 19.6429 52H18.5714C16.2009 52 14.2857 49.9891 14.2857 47.5C14.2857 45.0109 16.2009 43 18.5714 43H19.6429C23.7813 43 27.1429 39.4703 27.1429 35.125V34H18.5714C13.8438 34 10 29.9641 10 25V16C10 11.0359 13.8438 7 18.5714 7H27.1429C31.8705 7 35.7143 11.0359 35.7143 16L35.7143 35.125Z' fill='%23009CD8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2185_51' x='0' y='0' width='80' height='65' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2185_51'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2185_51' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
}
.review__stars {
	display: flex;
	align-items: center;
	width: 155px;
	column-gap: 4px;
	color: #FFE886;
	margin: 0 0 15px;
}
.review__stars svg {
	fill: #FFE886;
}
.review__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.8px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 55px;
}
.review__content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	color: #00213D;
	margin: 0 0 15px;
} 
.review__author {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #009CD8;
	text-transform: capitalize;
	margin: 0;
}

/* Glide.js Customization */
.review-slider__arrow {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background-color: #D5EEFF;
	color: #1E3D7E;
	border-radius: 50%;
	border: 2px solid #D5EEFF;
	padding: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-slider__arrow:hover {
	background-color: #203864;
	border: 2px solid #F7F7F8;
	color: #fff;
}
.review-slider__arrow--prev {
	left: -70px;
}
.review-slider__arrow--next {
	right: -70px;
}

/* Dots */
.review-slider__dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	padding: 55px 0 0;
}
.review-slider__dot {
	position: relative;
	width: 16px;
	height: 16px;
	background: transparent;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 50%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.review-slider__dot::after {
	content: '';
	position: absolute;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.review-slider__dot.is-active {
	border: solid 1px #47C6F7;
}


.review__btn-box {
	padding: 30px 0 0;
}

/*** 
====================================================================
  right-time css
====================================================================
***/
.right-time {
	position: relative;
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #EAF5FF 0%, #EBF5FD91 100%);
}

.right-time__header {
	max-width: 1255px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 50px;
}
.right-time__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.8px;
	color: #154586;
	text-transform: uppercase;
	margin: 0 0 30px;
}
#cards_content_section .right-time__content {
	margin: 0 0 35px;
}
.right-time__content-dark {
	font-weight: 700;
	color: #00213D;
}

.right-time__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 60px;
}
.right-time__card {
	padding-left: 30px;
	border-left: solid 5px #47C6F7;
}
.right-time__card-title {
	position: relative;
	max-width: 380px;
	font-family:"neue-haas-grotesk-display";
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1.25px;
	color: #154586;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.right-time__card-title strong {
	color: #47C6F7;
}


/*** 
====================================================================
  faq css
====================================================================
***/
.faq {
	position: relative;
	padding: 190px 0 30px;
	overflow: hidden;
}
.faq__bg--desktop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.faq__bg--desktop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.faq__bg--mobile {
	display: none;
}


.faq__inner {
	position: relative;
	max-width: 1285px;
	margin: 0 auto;
	background-color: #fff;
	border: solid 1px #009CD8;
	border-radius: 20px;
	box-shadow: 0px 3px 6px #00000029;
	padding: 60px 0 70px;
	z-index: 1;
}
.faq__logo {
	position: absolute;
	left: 35px;
	top: -50px;
}
.faq__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.8px;
	color: #154586;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}
.faq__title strong {
	display: block;
	color: #47C6F7;
}




.faq__main {
	max-width: 1060px;
	margin: 0 auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
}
.faq__accordion {
	margin-bottom: 20px;

}
.faq__item {
	position: relative;
	width: 100%;
	padding: 10px 50px 10px 20px;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 23px;
	font-weight: 700;
	color: #00213D;
	background: #F7F7F8;
	border: 0;
	border-radius: 15px;
	text-align: left;
	cursor: pointer;
	min-height: 84px;
}
.faq__accordion.is-open .faq__item {
	background: #1E3D7E;
	color: #fff;
}
.faq__item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #47C6F7;
	width: 45px;
	height: 25px;
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 0C5.14805 0 0 5.14805 0 11.5C0 17.852 5.14805 23 11.5 23C17.852 23 23 17.852 23 11.5C23 5.14805 17.852 0 11.5 0ZM6.06445 10.8262C5.64219 10.4039 5.64219 9.72109 6.06445 9.30332C6.48672 8.88555 7.16953 8.88105 7.5873 9.30332L11.4955 13.2115L15.4037 9.30332C15.826 8.88105 16.5088 8.88105 16.9266 9.30332C17.3443 9.72559 17.3488 10.4084 16.9266 10.8262L12.2637 15.498C11.8414 15.9203 11.1586 15.9203 10.7408 15.498L6.06445 10.8262Z' fill='%2347C6F7'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	transition: all 0.3s ease-in-out;
}

.faq__accordion.is-open .faq__item::after {
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 23C17.852 23 23 17.852 23 11.5C23 5.14805 17.852 0 11.5 0C5.14805 0 0 5.14805 0 11.5C0 17.852 5.14805 23 11.5 23ZM16.9355 12.1738C17.3578 12.5961 17.3578 13.2789 16.9355 13.6967C16.5133 14.1145 15.8305 14.1189 15.4127 13.6967L11.5045 9.78848L7.59629 13.6967C7.17402 14.1189 6.49121 14.1189 6.07344 13.6967C5.65566 13.2744 5.65117 12.5916 6.07344 12.1738L10.7363 7.50195C11.1586 7.07969 11.8414 7.07969 12.2592 7.50195L16.9355 12.1738Z' fill='%2347C6F7'/%3E%3C/svg%3E");
}

.faq__answer {
	max-width: 484px;
	margin: 0 auto;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.faq__answer p {
	margin: 0;
	padding: 15px 0 0px;
	font-size: 18px;
	line-height: 30px;
	color: #00213D;
}
.faq__readmore-controls {
	display: inline;
}
.faq__readmore {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #47C6F7;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
}
.faq__readmore:hover {
	color: #00213D;
} 


/*** 
====================================================================
  video css
====================================================================
***/
.video-guides {
	position: relative;
	padding: 40px 0 40px;
	z-index: 1;
	overflow: hidden;
}
.video-guides__header {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 28px;
}
.video-guides__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.8px;
	color: #154586;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.video-guides__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	color: #000000;
}


/* desktop */
.video-guides__slider {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
}

.video-guides__track {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 60px;
}
.video-guides__card {
	text-align: center;
}

.video-guides__media {
	position: relative;
	box-shadow: 0px 3px 6px #00000029;
	border: 3px solid #D5EEFF;
	border-radius: 10px;
	cursor: pointer;
	height: 208px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.video-guides__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.video-guides__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 85px;
	height: 85px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
.video-guides__media:hover .video-guides__play {
	background-color: #fff;
}
.video-guides__play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
	border-left: 24px solid #CF654C;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}
.video-guides .video-guides__slider .video-guides__caption {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.47px;
	color: #000000;
	text-transform: capitalize;
	margin: 16px 0 25px;
}
#video-center-section .video-guides__caption{
	margin: 16px 0 33px;
}
/*** 
====================================================================
  video modal css
====================================================================
***/
.video-modal {
	position: fixed;
	inset: 0;
	display: flex;                 
	align-items: center;          
	justify-content: center;       
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 9999;
}
.video-modal--open {
	opacity: 1;
	visibility: visible;
}
.video-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}
.video-modal__content {
	position: relative;
	width: 90%;
	max-width: 900px;
	background: #000;
	border-radius: 12px;
	transform: scale(0.95);
	transition: transform 0.3s ease;
}
.video-modal--open .video-modal__content {
	transform: scale(1);
}
.video-modal__iframe-wrap {
	position: relative;
	padding-top: 56.25%; /* 16:9 */
}
.video-modal__iframe-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.video-modal__close {
	position: absolute;
	top: -32px;
	right: -22px;
	z-index: 2;
	background: none;
	border: 0;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
}




.video-guides__controls {
	display: flex;
	align-items: center;
}
.video-guides__arrow-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}


/* arrows */
.video-guides__arrow {
	width: 48px;
	height: 48px;
	background-color: #D5EEFF;
	color: #1E3D7E;
	border-radius: 50%;
	border: 2px solid #D5EEFF;
	padding: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.video-guides__arrow:hover {
	background-color: #1E3D7E;
	border: 2px solid #1E3D7E;
	color: #fff;
}
/* Dots */
.video-guides__dots {
	display: flex;
	align-items: center;
	column-gap: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.video-guides__dot {
	position: relative;
	width: 16px;
	height: 16px;
	background: #fff;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 50%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.video-guides__dot::after {
	content: '';
	position: absolute;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #0a4fa3;
	border-radius: 50%;
}
.video-guides__dot.video-guides__dot--active {
	border: solid 1px #47C6F7;
}


/*** 
====================================================================
  GET IN TOUCH css
====================================================================
***/
.getin-touch {
	position: relative;
	padding: 110px 0 110px;
	overflow: hidden;
}
.getin-touch__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.getin-touch__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.getin-touch__container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
}
.getin-touch__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 47px;
	font-weight: 700;
	line-height: 1.2;
	color: #D5EEFF;
	text-shadow: 0px 3px 6px #1E3D7E34;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 5px;
}
.getin-touch__subtitle {
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-shadow: 0px 3px 6px #00000029;
	text-align: center;
	margin: 0 0 30px;
}
.form-box__logo {
	max-width: 525px;
	margin: 0 auto 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.getin-touch__form {
	position: relative;
	padding-left: 60px;
	z-index: 1;
}
.getin-touch__form::before {
	content: "";
	position: absolute;
	left: 330px;
	top: -110px;
	width: 106px;
	height: 61px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='61' viewBox='0 0 106 61'%3E%3Cpath id='Little_Point' data-name='Little Point' d='M53,0l53,61H0Z' transform='translate(106 61) rotate(180)' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
}



/*** 
====================================================================
  footer css
====================================================================
***/
.footer { 
	background-repeat: repeat; 
	position:relative; 
	padding-bottom:20px; 
}
.footer:before{
	content:"";
	position:absolute; 
	left:0; 
	top:0;
	width:100%; 
	height:100%; 
	background: linear-gradient(251deg, #1E3D7E 0%, #132750 100%);
	opacity: 0.7; 
}


.footer .container { 
	position:relative; 
	z-index:1; 
}
.footer__top { 
	display:flex; 
	flex-wrap:wrap;
	align-items: center; 
}
.footer__left { 
	width:40%;
	text-align: center; 
	padding:100px 0; 
}
.footer__right { 
	width:60%; 
	padding-left:70px;
	display: flex;
	align-items: center;
	flex-wrap: wrap; 
}
.footer__social-title { 
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size:20px;
	font-weight: 900; 
	color:#47C6F7; 
	text-transform:uppercase;
	letter-spacing: 0.4px; 
	margin-bottom:16px;
}
.footer__social-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center; 
	gap:20px 35px;
}
.footer__social-link { 
	display:block; 
	width:35px; 
	height:auto; 
}
.footer__social-link img {
	transition: all 0.3s ease-in-out;
}
.footer__social-link:hover img { 
	opacity:0.8; 
	transform: scale(1.1); 
}
.footer__center { 
	padding-right:30px; 
	width:39%; 
}
.footer__contact { 
	padding:35px 0; 
	text-align:right; 
	position:relative; 
}
.footer__contact:not(:last-child):before { 
	content:"";
	position:absolute; 
	right:0; 
	bottom:0; 
	width:169px; 
	height:1px; 
	background-color:#fff; 
} 
.footer__contact-title { 
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size:20px;
	font-weight: 900;
	color:#47C6F7;
	letter-spacing: 0.4px;
	text-transform: uppercase; 
}
.footer__contact-address, 
.footer__contact-phone{ 
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size:20px;
	color:#fff;
	text-transform: uppercase; 
	font-weight: 700;
	display: inline-block; 
}
.footer__map { 
	width:61%; 
	overflow:hidden;
	margin-top: -30px;
}
.footer__map img {
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 3px 30px #00000029;
}
.footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap; 
	margin-top:70px;
}
.footer__copyright,
.footer__credits,
.footer__link {
	letter-spacing: 0.8px;
	color: #FFFFFF;
	text-transform: uppercase; 
	font-size:16px; 
	font-weight:500; 
	margin:0;
}
.footer__links { 
	display: flex;
	align-items: center;
	flex-wrap: wrap; 
	gap:14px; 
	margin:0; 
	padding:0; 
	list-style:none; 
}
.footer__links-item { 
	position:relative; 
}
.footer__links-item:not(:last-child):before { 
	content:"";
	position:absolute; 
	top:8px; 
	width:1px;
	height:14px; 
	right:-7px; 
	background-color:#fff; 
}
.footer__link:hover { 
	color:#47C6F7; 
}

/*** 
====================================================================
  form css
====================================================================
***/

.form-box .gform_heading {
	display: none;
}
.form-box .gform_wrapper.gravity-theme .gform_validation_errors {
	border: 0;
	box-shadow: none;
	margin-block-end: 0px;
	margin-block-start: 0px;
	padding-block: 6px;
	padding-inline-end: 6px;
	width: 91%;
	margin: 0 auto;
	display: none;
}
.form-box .gform_wrapper.gravity-theme .gfield_validation_message,
.form-box .gform_wrapper.gravity-theme .gsection_description, 
.form-box .gform_wrapper.gravity-theme .validation_message {
	font-size: 12px ;
	line-height: 12px;
	padding: 8px 0 0;
	margin: 0;
	margin-block-start: 0;
	border: 0;
	background: none;
	color: #f64;
}
.form-box .gform_wrapper.gravity-theme .instruction {
	display: none;
}
.form-box__form,
.form-box__inner,
.gform_wrapper  {
	position: relative;
}
.form-box__form::before {
	content: "";
	position: absolute;
	left: -25px;
	top: -25px;
	width: 62px;
	height: 66%;
	border-left: solid 8px #57D0FF;
	border-top: solid 8px #57D0FF;
	border-bottom: solid 8px #57D0FF;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' fill='%2357D0FF'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: bottom right;
}
.form-box__form::after {
	content: "";
	position: absolute;
	right: -25px;
	top: -25px;
	width: 62px;
	height: 66%;
	border-right: solid 8px #57D0FF;
	border-top: solid 8px #57D0FF;
	border-bottom: solid 8px #57D0FF;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' fill='%2357D0FF'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: bottom left;
	z-index: -1;
}
.gform_wrapper::before {
	content: "";
	position: absolute;
	left: 37px;
	top: -25px;
	width: 8px;
	height: 17px;
	background: #57D0FF;
}
.gform_wrapper::after {
	content: "";
	position: absolute;
	right: 37px;
	top: -25px;
	width: 8px;
	height: 17px;
	background: #57D0FF;
	z-index: -1;
}


.form-box .gform_wrapper.gravity-theme .gfield input[type="text"],
.form-box .gform_wrapper.gravity-theme .gfield input[type="email"],
.form-box .gform_wrapper.gravity-theme .gfield input[type="tel"],
.form-box .gform_wrapper.gravity-theme .gfield input[type="file"],
.form-box .gform_wrapper.gravity-theme .gfield select.gfield_select {
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	height: 46px;
	padding: 10px 15px;
	padding-right: 45px;
	margin: 0;
	outline: none;
	background-color: #00396f;
	border: 1px solid #FFFFFF62;
	border-radius: 5px;
	box-shadow: 0px 3px 6px #00000029;
	transition: all 0.3s ease-in-out;
}
.form-box .gform_wrapper.gravity-theme .gfield input[type="text"]:focus,
.form-box .gform_wrapper.gravity-theme .gfield input[type="email"]:focus,
.form-box .gform_wrapper.gravity-theme .gfield input[type="tel"]:focus,
.form-box .gform_wrapper.gravity-theme .gfield input[type="file"]:focus,
.form-box .gform_wrapper.gravity-theme .gfield textarea.large:focus,
.form-box .gform_wrapper.gravity-theme .gfield select:focus {
	border: solid 1px #fff;
}
.form-box .gform_wrapper.gravity-theme .gfield textarea.large {
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	height: 96px;
	padding: 10px 15px;
	margin: 0;
	outline: none;
	background-color: #00396f;
	border: 1px solid #FFFFFF62;
	border-radius: 5px;
	box-shadow: 0px 3px 6px #00000029;
	transition: all 0.3s ease-in-out;
}
.form-box .gform_wrapper.gravity-theme .ginput_container_text,
.form-box .gform_wrapper.gravity-theme .ginput_container_email,
.form-box .gform_wrapper.gravity-theme .ginput_container_fileupload,
.form-box .gform_wrapper.gravity-theme .ginput_container_phone {
	position: relative;
}
.form-box .gform_wrapper.gravity-theme .ginput_container_text::before,
.form-box .gform_wrapper.gravity-theme .ginput_container_email::before,
.form-box .gform_wrapper.gravity-theme .ginput_container_fileupload::before,
.form-box .gform_wrapper.gravity-theme .ginput_container_phone::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	top: 0;
}
.form-box .gform_wrapper.gravity-theme .ginput_container_text::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.57143 1.92857C2.21786 1.92857 1.92857 2.21786 1.92857 2.57143V15.4286C1.92857 15.7821 2.21786 16.0714 2.57143 16.0714H3.25848C3.57188 13.8897 5.4442 12.2143 7.71429 12.2143H10.2857C12.5518 12.2143 14.4281 13.8897 14.7415 16.0714H15.4286C15.7821 16.0714 16.0714 15.7821 16.0714 15.4286V2.57143C16.0714 2.21786 15.7821 1.92857 15.4286 1.92857H2.57143ZM5.22321 16.0714H12.7768C12.4915 14.9625 11.483 14.1429 10.2857 14.1429H7.71429C6.51696 14.1429 5.50848 14.9625 5.22321 16.0714ZM0 2.57143C0 1.15313 1.15313 0 2.57143 0H15.4286C16.8469 0 18 1.15313 18 2.57143V15.4286C18 16.8469 16.8469 18 15.4286 18H2.57143C1.15313 18 0 16.8469 0 15.4286V2.57143ZM9 5.46429C8.11205 5.46429 7.39286 6.18348 7.39286 7.07143C7.39286 7.95937 8.11205 8.67857 9 8.67857C9.88795 8.67857 10.6071 7.95937 10.6071 7.07143C10.6071 6.18348 9.88795 5.46429 9 5.46429ZM12.5357 7.07143C12.5357 9.02411 10.9527 10.6071 9 10.6071C7.04732 10.6071 5.46429 9.02411 5.46429 7.07143C5.46429 5.11875 7.04732 3.53571 9 3.53571C10.9527 3.53571 12.5357 5.11875 12.5357 7.07143Z' fill='white'/%3E%3C/svg%3E");    
}
.form-box .gform_wrapper.gravity-theme .ginput_container_email::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.15859 0C0.966797 0 0 1.0026 0 2.23854C0 2.27135 -5.36966e-08 2.30052 0.00351557 2.33333H0V11.6667C0 12.9536 1.00898 14 2.25 14H15.75C16.991 14 18 12.9536 18 11.6667V2.33333H17.9965C17.9965 2.30052 18 2.27135 18 2.23854C18 1.0026 17.0332 0 15.8414 0H2.15859ZM16.3125 4.6776V11.6667C16.3125 11.9875 16.0594 12.25 15.75 12.25H2.25C1.94062 12.25 1.6875 11.9875 1.6875 11.6667V4.6776L7.12969 8.95781C8.23359 9.82917 9.76289 9.82917 10.8703 8.95781L16.3125 4.6776ZM1.6875 2.23854C1.6875 1.96875 1.89844 1.75 2.15859 1.75H15.8414C16.1016 1.75 16.3125 1.96875 16.3125 2.23854C16.3125 2.39167 16.2422 2.5375 16.1262 2.62865L9.85078 7.5651C9.34805 7.95885 8.65195 7.95885 8.14922 7.5651L1.87383 2.62865C1.75781 2.5375 1.6875 2.39167 1.6875 2.23854Z' fill='white'/%3E%3C/svg%3E");
}
.form-box .gform_wrapper.gravity-theme .ginput_container_phone::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8029 0.105009C4.79339 -0.225157 5.87094 0.246508 6.30269 1.19347L7.74306 4.36088C8.12765 5.20988 7.88819 6.21126 7.16256 6.7954L6.28455 7.49565C7.20973 9.30975 8.66098 10.8118 10.4351 11.8059L11.2043 10.8408C11.7884 10.1116 12.7898 9.87212 13.6388 10.2603L16.8062 11.7007C17.7567 12.1325 18.2248 13.2101 17.8946 14.2006C17.1436 16.4609 14.8578 18.4165 12.0569 17.9231C5.75484 16.8129 1.18702 12.245 0.0768054 5.94278C-0.416622 3.14181 1.54257 0.859674 3.79928 0.105009H3.8029ZM4.71719 1.91548C4.65552 1.77761 4.49951 1.70867 4.35438 1.75584C2.71446 2.3037 1.48452 3.88196 1.79654 5.63801C2.77977 11.2182 6.78161 15.2237 12.3617 16.2069C14.1177 16.5153 15.6959 15.289 16.2438 13.6491C16.291 13.5039 16.222 13.3479 16.0842 13.2862L12.9168 11.8422C12.7934 11.7878 12.6483 11.8205 12.5649 11.9257L11.3494 13.4459C11.0955 13.7615 10.6601 13.8631 10.2973 13.689C7.66687 12.4409 5.56255 10.2676 4.40517 7.58635C4.24916 7.22716 4.35438 6.80629 4.65914 6.5632L6.07049 5.43483C6.17571 5.35138 6.21199 5.20625 6.15394 5.0829L4.71357 1.91185L4.71719 1.91548Z' fill='white'/%3E%3C/svg%3E");
}
.form-box .gform_wrapper.gravity-theme .ginput_container_fileupload::before {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='22' viewBox='0 0 16 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66667 19.9375C2.3 19.9375 2 19.6281 2 19.25V2.75C2 2.37187 2.3 2.0625 2.66667 2.0625H9.33333V5.5C9.33333 6.26055 9.92917 6.875 10.6667 6.875H14V19.25C14 19.6281 13.7 19.9375 13.3333 19.9375H2.66667ZM2.66667 0C1.19583 0 0 1.2332 0 2.75V19.25C0 20.7668 1.19583 22 2.66667 22H13.3333C14.8042 22 16 20.7668 16 19.25V6.63867C16 5.9082 15.7208 5.20781 15.2208 4.69219L11.4458 0.803516C10.9458 0.287891 10.2708 0 9.5625 0H2.66667ZM5 11C4.44583 11 4 11.4598 4 12.0312C4 12.6027 4.44583 13.0625 5 13.0625H11C11.5542 13.0625 12 12.6027 12 12.0312C12 11.4598 11.5542 11 11 11H5ZM5 15.125C4.44583 15.125 4 15.5848 4 16.1562C4 16.7277 4.44583 17.1875 5 17.1875H11C11.5542 17.1875 12 16.7277 12 16.1562C12 15.5848 11.5542 15.125 11 15.125H5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.form-box .gfield--type-checkbox {
	max-width: 200px;
	margin-left: -10px !important;
	margin-top: 38px !important;
}
.form-box .gform_wrapper.gravity-theme .gchoice {
	position: relative;
	display: flex;
	z-index: 2;
}
.form-box .gform_wrapper.gravity-theme .gfield-choice-input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.form-box .gform_wrapper.gravity-theme .gform-field-label--type-inline {
	position: relative;
	cursor: pointer;
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 13px !important;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	max-width: 100%;
	padding-left: 40px;
}
.form-box .gform_wrapper.gravity-theme .gform-field-label--type-inline:before {
	content:'';
	position: absolute;
	left: 0;
	top: 4px;
	width: 23px;
	height: 23px;
	-webkit-appearance: none;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
}
.form-box .gform_wrapper.gravity-theme .gfield-choice-input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
	width: 6px;
	height: 14px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.form-box .gform_wrapper.gravity-theme .gform-field-label--type-inline a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}



.form-box .gform_wrapper.gravity-theme .gform_footer {
	position: relative;
	margin: -65px 0 0;
	margin-right: -15px;
	padding: 0;
	justify-content: flex-end;
}
.form-box .gform_wrapper.gravity-theme .gform_footer::before {
	content: "";
	position: absolute;
	right: 30px;
	top: 18px;
	width: 27px;
	height: 27px;
	background-color: #fff;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7797 5.99056C16.0734 5.72119 16.0734 5.28562 15.7797 5.01911L10.5302 0.202025C10.2365 -0.0673418 9.76155 -0.0673418 9.47095 0.202025C9.18035 0.471393 9.17723 0.906965 9.47095 1.17347L13.4393 4.81279H0.749927C0.334342 4.81279 0 5.11941 0 5.50054C0 5.88166 0.334342 6.18828 0.749927 6.18828H13.4393L9.47095 9.82761C9.17723 10.097 9.17723 10.5325 9.47095 10.799C9.76467 11.0655 10.2396 11.0684 10.5302 10.799L15.7797 5.99056Z' fill='%23D3724F'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.form-box .gform_wrapper.gravity-theme .button {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	height: 63px;

	/* TWO BACKGROUNDS */
	background:
	linear-gradient(#0000, #0000) padding-box,
	linear-gradient(79deg, #E5B064 0%, #CF654C 100%) border-box;

	border: 2px solid transparent;
	border-radius: 90px;

	padding: 17px 28px;
	margin: 0;
	padding-right: 65px;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	line-height: 1.2 !important;
	text-align: center;
	box-shadow: 0 3px 6px #00000029;

	overflow: hidden;
	z-index: 1;

	transition: transform 0.3s ease, box-shadow 0.3s ease;
} 
.form-box .gform_wrapper.gravity-theme .button:focus,
.form-box .gform_wrapper.gravity-theme .button:hover {
	border: solid 2px #fff;
}

.form-box__content {
	max-width: 525px;
	margin: 0 auto;
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
	color: #fff;
	text-align: center;
	margin-top: 22px;
}




.form-box .gform_wrapper.gravity-theme .gf_placeholder {
	display: none;
}
.form-box input::-webkit-input-placeholder,
.form-box textarea::-webkit-input-placeholder { /* Edge */
	opacity: 1;
	color: #fff;
}
.form-box input:-ms-input-placeholder,
.form-box textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 1;
	color: #fff;
}
.form-box input::placeholder,
.form-box textarea::placeholder {
	opacity: 1;
	color: #fff;
}


/*** 
====================================================================
  bio page css
====================================================================
***/

body:not(.home) .header {
	background-color: #EAF6FFA6;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	box-shadow: 0px 3px 6px #00000029;
}
body:not(.home) .header__logo-icon--default {
	display: none;
}
body:not(.home) .header__logo-icon--scrolled {
	opacity: 1;
	visibility: visible;
}
body:not(.home) .header__nav-link {
	color: #1E3D7E;
}

.title-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: 100%;
}
.tagline {
	position: relative;
	font-family:"neue-haas-grotesk-display";
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.8px;
	color: #D5EEFF;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 0px 3px 20px #00000029;
	margin: 0 0 10px;
}
.tagline strong {
	color: #47C6F7;
	font-style: italic;
}
.mainhead {
	position: relative;
	font-family:"neue-haas-grotesk-display";
	font-size: 75px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0px 3px 20px #00000029;
	margin: 0 0 10px;
}
.subtitle {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 1.45px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 0px 3px 6px #00000029;
	display: inline-block;
	padding: 0 55px 0;
}
.subtitle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 42px;
	height: 3px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
}
.subtitle::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 42px;
	height: 3px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
}

/*** 
====================================================================
  bio page banner css
====================================================================
***/

.attorney-hero {
	position: relative;
	height: 890px;
}
.attorney-hero::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 620px;
	background: linear-gradient(180deg, #00000000 0%, #00194D 100%);
	z-index: 1;
}
.attorney-hero__container {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	z-index: 1;
}
.attorney-hero__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.attorney-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.attorney-hero__bg::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 145px;
	background-color: #E8F4FF;
	clip-path: polygon(0px 100%, 68% 0%, 100% 95%, 100% 100%, 67% 100%, 0px 100%);
	z-index: 1;
}
.attorney-hero__bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 145px;
	background-color: #B3D3EB;
	clip-path: polygon(0px 97%, 68% 0%, 100% 95%, 100% 96%, 68% 35%, 0px 100%);
	z-index: 1;
}

.attorney-hero__inner {
	position: relative;
	max-width: 390px;
	margin-left: auto;
	margin-top: 520px;
}
.attorney-hero__signature {
	text-align: center;
	margin: 0 0 25px;
	opacity: 0;
	animation: signatureFadeIn 1s ease forwards;
	animation-delay: 0.9s;

}
/* Keyframes */
@keyframes signatureFadeIn {
  from {
	opacity: 0;
	transform: translateY(20px);
  }
  to {
	opacity: 1;
	transform: translateY(0px);
  }
}
.attorney-hero__buttons {
	max-width: 340px;
	margin: 0 auto;
	background: radial-gradient(closest-side at 50% 50%, #009CD8 0%, #0F69AA 100%) 0% 0% no-repeat;
	border: 0.5px solid #47C6F789;
	border-radius: 15px;
	padding: 30px 40px 30px;
}
.attorney-hero__button {
	display: flex;
	align-items: center;
}
.attorney-hero__button:not(:last-child) {
	margin: 0 0 14px;
}
.attorney-hero__icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: solid 3px transparent;
	background-color: rgba(30, 61, 126, 0.33);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}
.attorney-hero__button:hover .attorney-hero__icon {
	border: solid 3px rgba(255, 255, 255, 0.33);
}
.attorney-hero__link {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.22px;
	color: #FFFFFF;
	display: flex;
}


.attorney-hero--non-partner {
	height: 760px;
}
.attorney-hero--non-partner .attorney-hero__container {
	z-index: inherit;
}
.attorney-hero--non-partner .attorney-hero__bg::before {
	height: 190px;
	clip-path: polygon(0 0%, 70% 90%, 100% 0%, 100% 100%, 67% 100%, 0px 100%);
	background-color: #B3D3EB;
	z-index: 2;
}
.attorney-hero--non-partner .attorney-hero__bg::after {
	height: 190px;
	clip-path: polygon(0 28%, 70% 90%, 100% 28%, 100% 100%, 67% 100%, 0px 100%);
	background-color: #E8F4FF;
	z-index: 2;
}

.attorney-hero__profile {
	position: absolute;
	bottom: 150px;
	right: -110px;
	max-width: 700px;
	z-index: 1;
}
.attorney-hero--non-partner .attorney-hero__inner {
	margin-top: 625px;
	z-index: 3;
}
.single-bio .bio__left {
	margin-top: -790px;
	z-index: 2;
}
.single-bio .bio__photos {
	padding: 250px 0 0;
	z-index: 2;
}
body.page-julissa-ali .bio__photos {
	padding: 160px 0 0;
}
body.page-amy-carrasquillo .bio__photos {
	padding: 280px 0 0;
}
body.page-katie-deal .bio__photos {
	padding: 280px 0 0;
}
body.page-tracy-engle .bio__photos {
	padding: 190px 0 0;
}
body.page-anthony-mark-papa .bio__photos {
	padding: 225px 0 0;
}
body.page-adam-regar .bio__photos {
	padding: 195px 0 0;
}
body.page-billie-jo-taylor .bio__photos {
	padding: 310px 0 0;
}
body.page-renee-harrell .bio__honors-item {column-gap: 36px;} 

/*** 
====================================================================
  profile content css
====================================================================
***/
.bio {
	position: relative;
	background: linear-gradient(180deg, #E8F4FF 0%, #FFFFFF00 100%);
}
.bio__container {
	max-width: 1415px;
	margin: 0 auto;
}
.bio__inner {
	display: grid;
	grid-template-columns: 670px auto;
}
.bio__left {
	position: relative;
	margin-left: 100px;
	margin-top: -890px;
	background: linear-gradient(180deg, #0B254D 0%, #154586F9 15%, #154586 100%);
	padding: 60px 28px 30px;
	z-index: 1;
}
.bio__left::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -79px;
	width: 100%;
	height: 80px;
	background: #154586;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	z-index: 2;
}
.bio__info {
	position: relative;
}

.bio__position {
	font-family:"neue-haas-grotesk-display";
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
	color: #47C6F7;
	letter-spacing: 0.23px;
	text-shadow: 0px 3px 6px #00000029;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 15px;
}
.bio__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	color: #D5EEFF;
	text-align: center;
	text-shadow: 0px 3px 6px #00000029;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.bio__content {
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-shadow: 0px 3px 6px #00000029;
	color: #fff;
}
.bio__content a {
	color: #fff;
	text-decoration: underline;
}
.bio__content--top {
	min-height: 840px;
	padding: 0 0 325px;
}
.author-birth {
	text-align: center;
}


.bio__photos {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 30px;
	margin-left: -670px;
	padding-top: 160px;
	padding-left: 15px;
	padding-right: 15px; 
	z-index: 1;
}
.bio__photo img {
	width: 100%;
	height: 251px;
	object-fit: cover;
	box-shadow: 10px 10px 90px #0D2E5A88;
	border: 2px solid #F7F7F8;
	border-radius: 5px;
}
/* Desktop only */
@media (min-width: 1199px) {
	.bio__photo {
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}

	.bio__photo.is-visible {
		opacity: 1;
		transform: translateY(0);
	}

	/* Optional stagger */
	.bio__photo:nth-child(1) { transition-delay: 0.1s; }
	.bio__photo:nth-child(2) { transition-delay: 0.2s; }
	.bio__photo:nth-child(3) { transition-delay: 0.3s; }
	.bio__photo:nth-child(4) { transition-delay: 0.4s; }
}
body.page-julie-marie-harrell .bio__photos {
	padding-top: 190px;
}
body.page-renee-harrell .bio__photos {
	padding-top: 180px;
}



.bio__honors {
	max-width: 630px;
	margin: 0 auto;
	padding: 130px 0 80px;
}
.bio__honors-title {
	font-family:"neue-haas-grotesk-display";
	font-size: 39px;
	font-weight: 700;
	line-height: 1;
	color: #154585;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 25px;
}
.bio__honors-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 25px;
	row-gap: 26px;
}
.bio__honors-item img {
	width: auto;
	max-height: 100px;
	transition: all 0.3s ease-in-out;
}
.bio__honors-item img:hover {
	transform: scale(1.1);
}

body.single-attorney_profiles .getin-touch__form::before {
	display: none;
}

.bio__quotes {
	position: relative;
	max-width: 590px;
	margin: 40px auto 60px;
}
.bio__quotes::before {
	content: "";
	position: absolute;
	left: 75px;
	top: 0;
	width: calc(100% - 75px);
	height: 2px;
	background-color: #1E3D7E;
}
.bio__quotes::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0px;
	width: 2px;
	height: calc(100% - 60px);
	background-color: #1E3D7E;
}
.bio__quote--text {
	position: relative;
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 45px;
	color: #00213D;
	font-style: italic;
	padding: 20px 55px 25px;
	display: flex;
	align-items: center;
	min-height: 230px;
}
.bio__quote--text p {
	margin: 0;
}
.bio__quote--text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 60px;
	width: 2px;
	height: calc(100% - 60px);
	background-color: #1E3D7E;
}
.bio__quote--text::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 75px);
	height: 2px;
	background-color: #1E3D7E;
}
.bio__quote--left {
	position: absolute;
	left: -38px;
	top: -30px;
}
.bio__quote--right {
	position: absolute;
	right: -38px;
	bottom: -30px;
}


/*** 
====================================================================
  meet our attorneys page css
====================================================================
***/
.hero-attorney {
	position: relative;
	height: 840px;
	overflow: hidden;
}
.hero-attorney::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
	clip-path: polygon(0 25%, 50% 100%, 100% 25%, 100% 52%, 50% 100%, 0 52%);
	background-color: #B3D3EB;
	z-index: 1;
}
.hero-attorney::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	background-color: #E8F4FF;
	clip-path: polygon(0px 13%, 50% 100%, 100% 13%, 100% 100%, 50% 100%, 0 100%);
}
.hero-attorney__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hero-attorney__bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #0000003B 0%, #001839 100%);
}
#acciedent-banner .hero-attorney__bg::before {
	background: linear-gradient(180deg, #0000000D 0%, #00122B 100%);
}
.hero-attorney__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-attorney__container {
	max-width: 1180px;
	margin: 0 auto;
	height: 100%;
}
.hero-attorney__inner {
	padding: 210px 0 0;
}
.page-verdicts-and-settlements .hero-attorney__container {
	max-width: 1430px;
}
.page-verdicts-and-settlements .title-block {
	max-width: 1046px;
}
.page-verdicts-and-settlements .hero-attorney__inner {
	padding: 240px 0 0;
}

/*** 
====================================================================
  FREE CASE EVALUATION css
====================================================================
***/
.evaluation__form {
	position: relative;
	margin: -270px 0 0;
	z-index: 1;
}
.evaluation__form-box {
	display: flex;
	max-width: 1210px;
	margin: 0 auto;
	min-height: 425px;
	background: radial-gradient(closest-side at 50% 50%, #0078CE 0%, #174A8F 100%);
	border: 1px solid #47C6F769;
	padding: 0;
}
.evaluation__form-left {
	max-width: 590px;
	padding: 55px 55px 35px;
	padding-right: 30px;
}
.evaluation__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
	color: #D5EEFF;
	text-shadow: 0px 3px 6px #1E3D7E34;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.evaluation__logo {
	max-width: 430px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	margin: 0 0 25px;
}
.evaluation__subtitle {
	max-width: 440px;
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	border-left: solid 3px #47C6F7;
	padding-left: 17px;
	margin: 0 0 31px;
}
.evaluation__submit-message {
	max-width: 470px;
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0.65px;
	color: #fff;
}

.evaluation__form-right {
	padding: 60px 30px 20px;
	padding-right: 70px;
	max-width: 625px;
}
.evaluation__form-right .form-box__form::before {
	height: 78%;
}
.evaluation__form-right .form-box__form::after {
	height: 78%;
}
.evaluation__form-right .gfield--type-checkbox {
	margin-top: 25px!important;
	margin-left: -20px !important
}

/*** 
====================================================================
  Litigation css
====================================================================
***/

.litigation {
	position: relative;
	padding: 300px 0 100px;
	margin-top: -200px;
	background: linear-gradient(180deg, #E8F4FF 0%, #FFFFFF00 100%);
}
.litigation__container {
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 15px;
}
.litigation__inner {
	display: grid;
	grid-template-columns: 670px auto;
	column-gap: 96px;
	align-items: center;
}
.litigation__img img {
	box-shadow: 0px 3px 60px #0D2E5A88;
	border: 4px solid #F0F4F8;
}
.litigation__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	color: #154586;
	text-transform: uppercase;
	margin: 0 0 10px;
}
#about-section .litigation__inner {
	align-items: flex-start;
}

/*** 
====================================================================
  william css
====================================================================
***/

.william {
	position: relative;
	padding: 85px 0 40px;
	background: linear-gradient(180deg, #009CD8 0%, #1E3D7E 100%);
}
.william__container {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}
.william__inner {
	display: grid;
	grid-template-columns: auto 476px;
	column-gap: 92px;
}
.william__left {
	position: relative;
}
.william__logo-icon {
	position: absolute;
	left: -205px;
	top: 50px;
}
.william__quote {
	position: absolute;
	left: -95px;
	top: 0;
}
.william__content {
	font-family:"neue-haas-grotesk-display";
	font-size: 25px;
	font-weight: 700;
	line-height: 41px;
	color: #fff;
	letter-spacing: 0.5px;
	text-shadow: 0px 3px 6px #00000029;
	margin: 0 0 20px;
}
.william__signature {
	margin: 0 0 20px;
}
.william__name {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.william__position {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #47C6F7;
	text-transform: uppercase;
	margin: 0 0 0px;
}

.william__right {
	position: relative;
}
.william__right::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -85px;
	width: 99px;
	height: 64px;
	background-color: #fff;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.william__right .video-block__media {
	aspect-ratio: 16 / 16;
	box-shadow: none;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
}

/*** 
====================================================================
  team css
====================================================================
***/

.team {
	position: relative;
	padding: 90px 0 130px;
}
.team__container {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 15px;
}
.team__header {
	text-align: center;
	padding: 0 0 60px;
}
.team__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 39px;
	font-weight: 700;
	line-height: 41px;
	color: #154586;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.team__inner {
	max-width: 1050px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 90px;
	row-gap: 20px;
}
.team__card {
	position: relative;
}
.team__icon {
	position: absolute;
	left: 25px;
	top: 280px;
	z-index: 1;
}
.team__card-img {
	position: relative;
	overflow: hidden;
	height: 350px;
	display: flex;
	align-items: flex-end;
}
.team__card-img::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 305px;
	background: radial-gradient(62.7% 62.7% at 50% 50%, #009CD8 0%, #1E3D7E 100%);
	border-radius: 15px;
	z-index: -1;
}
.team__card-img img {
	width: 290px;
	height: 330px;
	object-fit: cover;
	border-radius: 15px;
}
.team__card-title {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.1px;
	color: #1E3D7E;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0 0;
}
.team__card-title strong {
	color: #47C6F7;
}


/*** 
====================================================================
  home blog css
====================================================================
***/

.home-blog {
	position: relative;
	background-color: #E8F4FF;
	padding: 70px 0 75px;
}
.home-blog__container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
}
.home-blog__inner {
	display: grid;
	grid-template-columns: 530px auto;
	column-gap: 20px;
	align-items: center;
}
.home-blog__left {
	max-width: 350px;
}
.home-blog__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #1E3D7E;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.home-blog__content {
	line-height: 22px;
}
.home-blog__btn-box {
	padding: 20px 0 0;
}
.home-blog__btn {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1.1px;
	color: #1E3D7E;
	line-height: 1.2;
	text-transform: capitalize;
	display: inline-flex;
	padding: 0 5px 10px;
	padding-right: 38px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3119 18C11.3932 17.2681 11.3553 16.7177 12.1615 15.7549C13.5376 14.1111 14.9162 12.4689 16.291 10.8237C16.4464 10.6377 16.5892 10.4383 16.8773 10.0618C16.4426 10.0618 16.205 10.0618 15.9675 10.0618C11.1102 10.0618 6.25288 10.0618 1.39558 10.0603C1.16561 10.0603 0.930576 10.0783 0.706918 10.0303C0.257075 9.93434 0.0144623 9.5804 0.000562639 9.03899C-0.013337 8.46159 0.230539 8.08365 0.705654 7.97117C0.928049 7.91868 1.16434 7.93968 1.39432 7.93968C6.23013 7.93818 11.0672 7.93818 15.903 7.93818C16.1507 7.93818 16.3984 7.93818 16.8179 7.93818C16.598 7.61423 16.4805 7.40727 16.3352 7.2318C14.9326 5.54908 13.5237 3.87235 12.1185 2.19263C11.3578 1.28379 11.4122 0.700383 12.3131 0C12.4812 0 12.648 0 12.816 0C12.9462 0.146976 13.0814 0.289452 13.2078 0.440927C15.3508 2.9965 17.4977 5.54907 19.6332 8.11364C20.1386 8.72104 20.1197 9.30295 19.589 9.93584C17.3347 12.6279 15.0741 15.3109 12.816 17.997C12.6467 18 12.4799 18 12.3119 18Z' fill='%231E3D7E'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: right 10px top 6px;
	transition: all 0.3s ease-in-out;
}
.home-blog__btn:hover {
	color: #1E3D7E;
	background-position: right 0px top 6px;
}


.home-blog__right {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 35px;
}
.home-blog__card {
	position: relative;
	text-align: center;
}
.home-blog__card-img {
	position: relative;
	border: 1px solid #707070;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	height: 162px;
	margin: 0 0 12px;
}
.home-blog__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-blog__date {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 54px;
	background-color: #284c8a;
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-blog__card-title {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #00213D;
	margin: 0;
	padding: 0 15px;
}

/*** 
====================================================================
  why-choose css
====================================================================
***/
.choose {
	position: relative;
}
.choose::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 650px;
	background: linear-gradient(180deg, rgba(0, 32, 75, 0) 12.4%, #0F376C 54.7%);
	z-index: 1;
}
.choose__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
} 

.choose__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.choose__container {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
	z-index: 1;
}
.choose__inner {
	position: relative;
	padding: 710px 0 70px;
	text-align: center;
}
.choose__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.choose__title strong {
	color: #47C6F7;
}
.choose__content {
	color: #fff;
}


/*** 
====================================================================
  client trust css
====================================================================
***/
.client__trust {
	padding-top: 300px;
	margin-top: -200px;
	background: transparent linear-gradient(180deg, #e8f4ff 0%, #ffffff00 100%);
}
.client__container {
	max-width: 1075px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 70px;
}
.text__center {
	text-align: center;
}
.client__trust h2 {
	font-family:"neue-haas-grotesk-display";
	font-size: 39px;
	font-weight: 700;
	line-height: 1.1;
	color: #154586;
	margin-bottom: 15px;
}
.testimonials__slider {
	max-width: 635px;
	margin: 0 auto 40px;
	width: 100%;
	position: relative;
}
.testimonials__slider:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 80px;
	content: "";
	box-shadow: -20px 20px 90px #0032647b;
}
.testimonials__slider .video-block__media {
	box-shadow: none;
}
.testimonials__video--title {
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1e3d7e;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}
.testimonials__arrow {
	width: 48px;
	height: 48px;
	background-color: #d5eeff;
	color: #1e3d7e;
	border-radius: 50%;
	border: 2px solid #0f69aa;
	padding: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -30px;
	cursor: pointer;
}
.testimonials__arrow:hover {
	background-color: #1e3d7e;
	border: 2px solid #1e3d7e;
	color: #fff;
}
.testimonials__arrow--left {
	left: -108px;
}
.testimonials__arrow--right {
	right: -108px;
}
.testimonials__thumbs {
	background: #1f3f7f;
	padding: 15px 0;
}
.testimonials__thumbs .thumb {
	cursor: pointer;
}
.testimonials__thumb {
	padding: 12px;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}
.glide__slide--active .testimonials__thumb {
	background-color: #009cd8;
}
.testimonials__thumb--image {
	width: 130px;
	height: 130px;
	border: 3px solid #ffffff;
	overflow: hidden;
}
.testimonials__thumb--image img {
	width: 100%;
	height: 140%;
	object-fit: cover;
	position: relative;
	top: -20%;
}
.testimonials__thumb--right {
	position: relative;
	width: calc(100% - 130px);
	padding-left: 18px;
}
.testimonials__thumb--playing {
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	font-style: italic;
	line-height: 1;
	position: absolute;
	top: 0;
	margin: 0 0 15px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.testimonials__thumb--category {
	color: #d5eeff;
	font-size: 22px;
	font-weight: 700;
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	line-height: 1;
	margin-bottom: 8px;
}
.testimonials__thumb--title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	line-height: 1;
}
.testimonials__thumbs .thumb.glide__slide--active .testimonials__thumb {
	align-items: flex-start;
}
.testimonials__thumbs .thumb.glide__slide--active .testimonials__thumb--playing {
	position: relative;
	opacity: 1;
}

/*** 
====================================================================
  Thnaks Clients css
====================================================================
***/

.thanks__client {
	padding: 115px 0 120px;
}
.thanks__client .container {
	max-width: 1400px;
}
.thanks__client--header {
	max-width: 1260px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.thanks__client--header h2 {
	font-family:"neue-haas-grotesk-display";
	font-size: 39px;
	font-weight: 700;
	color: #154586;
	line-height: 1.1;
	margin-bottom: 19px;
}
.client__notes {
	column-count: 3;
	column-gap: 80px;
}
.client__notes--item {
	break-inside: avoid;
	margin-bottom: 36px;
	text-align: center;
}
.client__notes--item img {
	width: auto;
	height: auto;
	box-shadow: 0px 3px 6px #00000029;
}

/*** 
====================================================================
  popup From Our Clients css
====================================================================
***/
.image-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease;
	z-index: 9999;
}
.image-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}
.image-lightbox__img {
	max-width: 90vw;
	max-height: 90vh;
	box-shadow: 0 20px 80px rgba(0,0,0,.6);
	user-select: none;
}
.image-lightbox__close {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 42px;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
}
.image-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60px;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	user-select: none;
}
.image-lightbox__nav--prev { left: 20px; }
.image-lightbox__nav--next { right: 20px; }

@media (max-width: 768px) {
	.image-lightbox__nav--prev { left: 0px; }
	.image-lightbox__nav--next { right: 0px; }
	.image-lightbox__nav {
		font-size: 44px;
		color: #000;
	}
}

/*** 
====================================================================
  contact page css
====================================================================
***/
.contact-attorney {
	position: relative;
	height: 840px;
	overflow: hidden;
}
.contact-attorney::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
	clip-path: polygon(0 25%, 50% 100%, 100% 25%, 100% 52%, 50% 100%, 0 52%);
	background-color: #B3D3EB;
	z-index: 1;
}
.contact-attorney::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	background-color: #E3EEFF;
	clip-path: polygon(0px 13%, 50% 100%, 100% 13%, 100% 100%, 50% 100%, 0 100%);
}
.contact-attorney__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact-attorney__bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2230.706' height='1172.961' viewBox='0 0 2230.706 1172.961'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.184' y1='0.068' x2='0.8' y2='0.784' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23a8a8a8' stop-opacity='0.012'/%3E%3Cstop offset='1' stop-color='%23000b14'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_59' data-name='Path 59' d='M0,0H2230.706V1172.961H0Z' opacity='0.652' fill='url(%23linear-gradient)'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: right bottom;
}
.contact-attorney__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-attorney__container {
	position: relative;
	max-width: 1460px;
	margin: 0 auto;
	height: 100%;
}
.contact-attorney__inner {
	padding: 210px 0 0;
}
.banner-hero__profile {
	position: absolute;
	left: 60px;
	bottom: 0px;
}
.contact-attorney__inner .title-block {
	flex-wrap: wrap;
	flex-direction: inherit;
	margin-left: auto;
	max-width: 590px;
}

/*** 
====================================================================
  Contact css
====================================================================
***/
.our__contact {
	position: relative;
	padding: 320px 0 370px 0;
	margin-top: -220px;
	background-image: url(/wp-content/uploads/2026/04/contact-main-bg.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.our__contact .container,
.contact__gallery .container {
	max-width: 1370px;
	position: relative;
	z-index: 1;
}
.our__contact .row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.our__contact .col-lg-6,
.our__contact .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}
.our__contact .col-lg-12 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.our__contact .col-md-3 {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.our__contact .col-md-12 {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.our__contact h2 {
	font-family:"neue-haas-grotesk-display";
	font-weight: 700;
	font-size: 39px;
	line-height: 42px;
	color: #154585;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.our__contact h3 {
	font-family:"neue-haas-grotesk-display";
	font-size: 23px;
	color: #1E3D7E;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	padding-left: 39px;
	margin-bottom: 26px;
}
.our__contact--box {
	padding-right: 100px;
}
.our__contact--block {
	position: relative;
	padding-left: 39px;
	font-size: 20px;
	color: #1E3D7E;
	margin-bottom: 45px;
}
.our__contact--block svg {
	position: absolute;
	left: 0;
	top: 5px;
	width: 22px;
}
.our__contact--block a {
	color: #009cd8;
}
.our__contact--block a:hover {
	color: #1e3d7e;
}
.our__contact--block p {
	margin-bottom: 0;
}
.contact__promise {
	background: transparent
		radial-gradient(closest-side at 50% 50%, #0078ce 0%, #174a8f 100%);
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #47c6f769;
	border-radius: 3px;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	padding: 45px;
	color: #fff;
}
.contact__promise .promise__logo {
	opacity: 1;
	transform: translateY(0);
}
.contact__promise .promise__logo img {
	width: 263px;
	height: auto;
}
.contact__promise .video-block__media {
	margin: 8px 0 30px 0;
}
.align__item--center {
	align-items: center;
}
.contact__promise p {
	margin-bottom: 15px;
	text-shadow: 0px 3px 6px #00000029;
}

#location-section {
	padding: 360px 0 670px 0;
  	margin-top: -260px;
}
#location-section .contact__promise .video-block__iframe {
	height: 560px;
}

/*** 
====================================================================
  Contact Gallery css
====================================================================
***/

.contact__gallery {
	padding-bottom: 80px;
	background: #f0f4f8;
	margin-top: -100px;
}
.gallery__slider--photo img {
	box-shadow: 0 0 0 #0d2e5a88;
	border: 2px solid #f7f7f8;
	border-radius: 5px;
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.gallery-slider__arrow {
	width: 48px;
	height: 48px;
	background-color: #d5eeff;
	color: #1e3d7e;
	border-radius: 50%;
	border: 2px solid #0f69aa;
	padding: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -30px;
	cursor: pointer;
}
.gallery-slider__arrow:hover {
	background-color: #1e3d7e;
	border: 2px solid #1e3d7e;
	color: #fff;
}
.gallery-slider__arrow--prev {
	left: -78px;
}
.gallery-slider__arrow--next {
	right: -78px;
}
.gallery-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	padding: 40px 0 0;
}
.gallery-slider__dot {
	position: relative;
	width: 16px;
	height: 16px;
	background: transparent;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 50%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.gallery-slider__dot::after {
	content: "";
	position: absolute;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #0f69aa;
	border-radius: 50%;
}
.gallery-slider__dot.glide__bullet--active {
	border: solid 1px #47c6f7;
}


/*** 
====================================================================
  product page banner css
====================================================================
***/
body.page-product-liability-attorney {
	overflow-x: hidden;
}


.product {
	position: relative;
	height: 630px;
	border-bottom: solid 42px #B3D3EB;
}
.product::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	background-color: rgba(71, 198, 247, 1);
	opacity: 0.35;
	z-index: 1;
}
.product__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product__bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #0000003B 0%, #001839 100%);
}
.product__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product__container {
	height: 100%;
}
.product__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: absolute;
  	right: 0;
  	left: 50%;
  	margin-left: -714px;
  	padding-right: 490px;
}





/*** 
====================================================================
  product content css
====================================================================
***/
.product-content {
	position: relative;
}
.product-content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(180deg, #E8F4FF 0%, #FFFFFF00 100%);
	z-index: -1;
}
.product-content__container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
}
.product-content__inner {
	display: grid;
	grid-template-columns: auto 490px;
	column-gap: 100px;
}
.product-content__left {
	width: 1075px;
	padding: 85px 0 40px;
	padding-right: 40px;
}
.product-content__content:not(:last-child) {
	padding: 0 0 60px;
}
.product-content__content h2,
.product-content__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 35px;
	font-weight: 700;
	line-height: 1.1;
	color: #154586;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.product-content__content h3,
.product-content__subtitle {
	font-family:"neue-haas-grotesk-display";
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	color: #154586;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.product-content__subtitleblue {
	font-family:"neue-haas-grotesk-display";
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	color: #47C6F7 !important;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.product-content__subtitleblue i {
	color: #154586;
}
.product-content__content ul {
	list-style: none;
	margin: 0 0 40px;
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	background-color: #E2F4FF;
	border-left: solid 5px #47C6F7;
	padding: 30px 25px 35px;
}
.product-content__content ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #00213D;
	padding-left: 25px;
}
.product-content__content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #0F69AA;
	border-radius: 50%;
}

.product-content__content ul ul {
	padding: 10px 15px;
	padding-left: 0;
  	margin: 20px 0 0;
  	border-left: 0;
}

.product-content__content blockquote {
	background-color: #E2F4FF;
	border-left: solid 5px #47C6F7;
	padding: 30px 25px 30px;
	margin-left: 0;
	margin-right: 0;
}


.product-content__video {
	background-color: #E2F4FF;
	border-radius: 15px;
	padding: 35px 70px 40px;
	text-align: center;
	margin: 0 0 55px;
}
.product-content__video ul {
	list-style: none;
	margin: 30px 0 30px;
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	background-color: #BFDFF3;
	border-left: solid 5px #47C6F7;
	padding: 30px 25px 35px;
}
.product-content__video ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #00213D;
	padding-left: 25px;
	text-align: left;
}
.product-content__video ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #0F69AA;
	border-radius: 50%;
}
.product-content__video ul ul {
	padding: 10px 15px;
	padding-left: 0;
  	margin: 20px 0 0;
  	border-left: 0;
}

.product-content__video .product-content__subtitle {
	margin: 0 0 15px;
}
.product-content__video .video-block {
	margin: 0 auto;
}
.product-content__video .video-block__media {
	box-shadow: none;
	margin: 0 0 10px;
}
.product-content__video .video-block__title {
	color: #1E3D7E;
	margin-top: 0;
	margin-bottom: 25px;
	max-width: 100%;
}


.product-tabs {
	width: 100%;
	padding: 0 0 50px;
}
.product-tabs__nav {
	display: flex;
	flex-wrap: wrap;
}
.product-tabs__tab {
	position: relative;
	font-family:"neue-haas-grotesk-display";
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 10px 10px 0px 0px;
	padding: 20px 14.6px;
	background-color: #0F69AA;
	cursor: pointer;
}
.product-tabs__tab--active {
	background-color: #E2F4FF;
	color: #1E3D7E;
}
.product-tabs__content {
	background-color: #E2F4FF;
	padding: 35px 50px 40px;
}
.product-tabs__panel {
	display: none;
}
.product-tabs__panel--active {
	display: block;
}

/*** 
====================================================================
  sidebar content css
====================================================================
***/

.product-content__right {
	position: absolute;
	right: 0;
	width: 490px;
	background: linear-gradient(180deg, #0F69AA 0%, #1E3D7E 100%);
	height: 100%;
}
.product-content__right::before {
	content: "";
	position: absolute;
	left: -100px;
	top: -219px;
	width: 594px;
	height: 220px;
	background-image: url("data:image/svg+xml,%3Csvg width='594' height='220' viewBox='0 0 594 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M593.739 43.76H312.639L98.8052 219H593.805' fill='%230F69AA'/%3E%3Cpath d='M593.805 -0.00108337H291.252L59.903 176.549L7.85303 177.864L7.86102 219.33L98.8881 219.103L314.998 46.494H593.805' fill='%23B3D3EB'/%3E%3Cpath opacity='0.35' d='M181.305 55.5L134.305 54L0 152.114L7.80908 152.014L52.3052 152.114L21.628 177.84L181.305 55.5Z' fill='%2347C6F7'/%3E%3Cpath opacity='0.997' d='M221.648 55.4261L180.805 55.5L16.8191 177.619L60.2531 177.166L221.648 55.4261Z' fill='%23009CD8'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	z-index: 1;
}
.product-content__right::after {
	content: "";
	position: absolute;
	left: 488px;
	top: -219px;
	width: 100vw;
	height: calc(100% + 174px);
	background: linear-gradient(180deg, #0F69AA 0%, #1E3D7E 100%);
	border-top: solid 46px #B3D3EB;
	z-index: 1;
}
.sidebar {
	background: linear-gradient(180deg, #0F69AA 0%, #1E3D7E 100%);
	padding-bottom: 40px;
	margin-top: 4px;
}


.sidebar__logo {
	position: relative;
	text-align: center;
	margin-top: -107px;
	z-index: 1;
}
.sidebarform-box {
	max-width: 322px;
	margin: 0 auto;
	min-height: auto;
	background: none;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
	background: none !important;
}
.sidebarform__title {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 35px;
	line-height: 1.2;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0 45px;
}
.sidebarform__angle {
	position: relative;
}
.sidebarform__angle::before {
	content: "";
	position: absolute;
	left: -13px;
	bottom: -28px;
	width: 96px;
	height: 38px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='106.597' height='38.46' viewBox='0 0 106.597 38.46'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.226' x2='0.619' y2='0.646' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e5b064'/%3E%3Cstop offset='1' stop-color='%23d06a4e'/%3E%3C/linearGradient%3E%3Cfilter id='Path_3451' x='0' y='0' width='106.597' height='38.46' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_3451)'%3E%3Cpath id='Path_3451-2' data-name='Path 3451' d='M72.59.016c8.3-.126,12.036.423,15.3,3.891-.455.4-.395.886-.671,1.476l.537.268a1.268,1.268,0,0,0-.268.671l-.537-.268c-.2,1.5-2.245,2.359-4.025,2.147-3.749-.446-8.612-.675-12.613-1.073l-6.441.134c-10.647-.928-21.953.892-31.4,2.818L17.98,12.629C14.235,13.743,2.89,17.243,0,15.312l.134-1.073c2.486-2.346,10.039-3.938,13.82-5.1C26.726,5.219,39.7,3.15,54.61,1.089L72.59.016' transform='translate(9.83 6) rotate(3)' fill-rule='evenodd' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}
.sidebarform-box .gfield--type-checkbox {
	max-width: 100%;
	margin: 20px 0 0 !important;
}
.sidebarform-box .gform_wrapper.gravity-theme .gform_footer {
	margin: 18px 0 0;
	justify-content: center;
}
.sidebarform-box .form-box__content {
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	margin: 22px -20px 0;
}
.sidebarform-box .gform_wrapper.gravity-theme .gfield.gfield--width-half {
	grid-column: span 12;
	-ms-grid-column-span: 12;
}
.sidebarform-box .form-box__form::before {
	height: 60%;
}
.sidebarform-box .form-box__form::after {
	height: 60%;
	z-index: 1;
}
.sidebarform-box .gform_wrapper::after {
	z-index: 1;
}




.sidebar-practice {
	max-width: 374px;
	margin: 0 auto;
	padding: 70px 0 120px;
}
.sidebar-practice__link h2 {
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 0 35px;
}
.sidebar-practice__link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.sidebar-practice__link li {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.23px;
}
.sidebar-practice__link a {
	max-width: 350px;
	color: #fff;
	display: block;
	padding: 20px 0;
	border-bottom: solid 1px rgba(213, 238, 255, 0.23);
}
.sidebar-practice__link li.current-menu-item a,
.sidebar-practice__link a:hover {
	color: #47C6F7;
}




.widget_recent_entries {
	margin-top: 60px;
}
.widget_recent_entries .widget-title {
	font-size: 35px;
}
.blog-sidebar__cat {
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.widget_recent_entries ul li {
	font-size: 22px;
	line-height: 24px;
}
.widget_recent_entries ul li a {
	border: 0;
	padding: 10px 0 35px;
}



.widget_archive {
	margin-top: 60px;
}
.widget_archive .widget-title {
	font-size: 35px;
}
.widget_archive ul li {
	font-size: 22px;
	line-height: 24px;
}
.widget_archive ul li a {
	border: 0;
	padding: 10px 0 10px;
}


.sidebar-review {
	max-width: 410px;
	margin: 0 auto;
}
.sidebar-review__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}
.sidebar-review .review__card {
	min-height: 328px;
}
.sidebar-review .review-slider__dots {
	padding: 30px 0 0;
}
.review-slider__dot.is-active {
	border: solid 2px #47C6F7;
}


/*** 
====================================================================
  verdics slider css
====================================================================
***/
.verdicts {
	position: relative;
	padding: 70px 0 60px;
}
.verdicts::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 194px;
	background-color: #B3D3EB;
	clip-path: polygon(0px 0px, 70% 84%, 100% 0px, 100% 30%, 70% 95%, 0px 30%);
}
.verdicts::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 194px;
	background-color: #fff;
	clip-path: polygon(0px 0px, 70% 0%, 100% 0px, 100% 30%, 70% 85%, 0px 30%);
	z-index: -1;
}
.verdicts__wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #009CD8 0%, #1E3D7E 100%);
	z-index: -1;
}
.verdicts__container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
}
.verdicts__inner {
	display: grid;
	grid-template-columns: 820px auto;
	column-gap: 70px;
}
.verdict-carousel {
	padding: 120px 92px 0;
}
.js-verdict-carousel .glide__track {
	transition: height 400ms ease;
	will-change: height;
	overflow: hidden;
}
.verdict-carousel__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 39px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.1;
	text-shadow: 0px 3px 6px #00000029;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.verdict-carousel__text {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
}
.verdict-carousel__bottom {
	display: flex;
	align-items: center;
	column-gap: 38px;
	margin-top: 20px;
}
.verdict-carousel__left {
	max-width: 144px;
	text-align: center;
}
.verdict-carousel__x {
	font-family:"neue-haas-grotesk-display";
	font-size: 75px;
	font-weight: 900;
	line-height: 1;
	color: #47C6F7;
	text-shadow: -1px -1px 0 #D5EEFF, 0 3px 6px rgba(0, 0, 0, 0.16);
}
.verdict-carousel__offer-01 {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	line-height: 1.1;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
	text-transform: uppercase;
}

.verdict-carousel__right {
	max-width: 340px;
	height: 166px;
	border-left: solid 3px #fff;
}
.verdict-carousel__offer-02 {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	padding: 25px 46px 8px;
	padding-right: 0;
}
.verdict-carousel__offer-02::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 33px;
	height: 59px;
	border-radius: 0 5px 5px 0;
	background-color: #fff;
}
.verdict-carousel__btn {
	width: 340px;
	height: 59px;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	background: linear-gradient(80deg, #E5B064 0%, #CF654C 100%);
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px 5px 5px 0px;
	margin-top: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


/* Glide.js Customization */
.verdict-carousel__arrow {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background-color: #D5EEFF;
	color: #1E3D7E;
	border-radius: 50%;
	border: 2px solid #D5EEFF;
	padding: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.verdict-carousel__arrow:hover {
	background-color: #203864;
	border: 2px solid #F7F7F8;
	color: #fff;
}
.verdict-carousel__arrow--prev {
	left: 0px;
}
.verdict-carousel__arrow--next {
	right: 0px;
}

/* Dots */
.verdict-carousel__dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	padding: 55px 0 0;
}
.verdict-carousel__dot {
	position: relative;
	width: 16px;
	height: 16px;
	background: transparent;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 50%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.verdict-carousel__dot::after {
	content: '';
	position: absolute;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.verdict-carousel__dot.glide__bullet--active {
	border: solid 1px #47C6F7;
}



.verdicts__right {
	position: relative;
}
.verdicts__right img {
	box-shadow: 0px 25px 60px #0D2E5A88;
	border: 4px solid #F0F4F8;
	border-radius: 5px;
}

/*** 
====================================================================
  verdict-result css
====================================================================
***/
#verdict-results-5{
    scroll-margin-top:120px;
}
.verdict-result {
	position: relative;
	padding: 100px 0 115px;
}
.verdict-result__container {
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 15px;
}
.verdict-result__header {
	text-align: center;
	padding: 0 0 55px;
}
.verdict-result__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 39px;
	font-weight: 700;
	color: #154586;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.verdict-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 0 75px;
}
.verdict-tabs__tab {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #154586;
	line-height: 1.1;
	text-transform: uppercase;
	border: 2px solid #154586;
	border-radius: 90px;
	padding: 12px 31px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.verdict-tabs__tab:hover,
.verdict-tabs__tab--active {
	background-color: #1E3D7E;
	color: #fff;
}


.verdict-tabs__panel {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 50px;
	row-gap: 40px;
}
.verdict-card {
	background-color: #E2F4FF;
	border-radius: 15px;
	padding: 18px 26px 25px;
	min-height: 426px;
	transition: translate 0.3s ease-in-out;
}
.verdict-card.is-hidden {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}
.verdict-tabs__panel {
	position: relative;
}
.verdict-card__top {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
}
.verdict-card__icon {
	min-width: 98px;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	background-color: #1262A1;
	border: 5px solid #009CD8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.verdict-card__right {
	margin-left: 20px;
}
.verdict-card__title {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 37px;
	font-weight: 900;
	color: #009CD8;
	line-height: 1.1;
	margin: 0 0 4px;
}
.verdict-card__subtitle {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #00213D;
	text-transform: uppercase;
	line-height: 1.1;
}

/*** 
====================================================================
  Video Resources page css
====================================================================
***/
.video-center__title {
	font-family: "neue-haas-grotesk-display";
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	color: #154586;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.video-center__text {
	margin: 0 0 35px;
}
.video-center__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 20px;
	row-gap: 28px;
}
.video-center__media{
	height: 300px;
	border: solid 5px #fff;
	box-shadow: none;
	border-radius: 0;
}
.video-guides__card .video-guides__caption {
	font-size: 22px;
	line-height: 25px;
	color: #1E3D7E;
	letter-spacing: 0;
	text-transform: uppercase;
}

/*** 
====================================================================
  Car Accidents page css
====================================================================
***/
.accident-intro {
	position: relative;
	background-color: #e8f4ff;
	padding: 300px 0 100px;
	margin-top: -200px;
}
.accident-intro__container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
}
.accident-intro__inner {
	display: grid;
	grid-template-columns: 614px auto;
	column-gap: 145px;
	align-items: center;
}
.accident-intro__title {
	position: relative;
	font-family: "neue-haas-grotesk-display";
	font-size: 75px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	padding-left: 25px;
	margin: 0 0 15px;
}
.accident-intro__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 95%;
	background-color: #47C6F7;
}
.accident-intro__title strong {
	display: block;
}
@media only screen and (min-width: 1200px) {
	.accident-intro__title strong {
		opacity: 0;
		transform: translateX(-12px);
	}
	/* Animate when visible */
	.js-animate-attorneys.is-visible .accident-intro__title  strong {
		animation: fadeLeft01 0.6s ease forwards;
	}

	/* Stagger */
	.js-animate-attorneys.is-visible .accident-intro__title  strong:nth-child(1) {
		animation-delay: 0.1s;
	}

	.js-animate-attorneys.is-visible .accident-intro__title  strong:nth-child(2) {
		animation-delay: 0.35s;
	}

	.js-animate-attorneys.is-visible .accident-intro__title  strong:nth-child(3) {
		animation-delay: 0.6s;
	}

	/* Animation */
	@keyframes fadeLeft01 {
		from {
			opacity: 0;
			transform: translateX(-14px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
}
.accident-intro__content {
	font-size: 23px;
	line-height: 33px;
	font-weight: 500;
	color: #000000;
}
.accident-intro__img img {
	box-shadow: 0px 3px 60px #0D2E5A88;
	border: 4px solid #FFFFFF;
	border-radius: 5px;
}
/*** 
====================================================================
  compensation css
====================================================================
***/

.compensation {
	position: relative;
	padding: 0 0 68px;
	background: linear-gradient(180deg, #e8f4ff 0%, #ffffff00 100%);
}
.compensation__container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
}
.compensation__heading {
	font-family:"neue-haas-grotesk-display";
	font-size: 39px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	margin: 0;
}
.compensation__content {
	display: grid;
	grid-template-columns: 682px 1fr;
	gap: 85px;
	align-items: center;
	margin-top: 82px;
}
.compensation__card {
	background: #1e3d7e;
	color: #ffffff;
	padding: 45px 33px;
	border: 1px solid #47c6f769;
	border-radius: 15px;
	box-shadow: 0px 3px 6px #00000029;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	font-size: 20px;
	line-height: 30px;
}
.compensation__card a {
	color: #fff;
	text-decoration: underline;
}
.compensation__card a:hover {
	color: #47C6F7;
}
.compensation__card-title {
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.1;
}
.compensation__card-subtitle {
	font-style: italic;
	font-weight: 700;
}
.compensation__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.compensation__list-item {
	position: relative;
	padding-left: 50px;
}
.compensation__list-item:not(:last-child) {
	margin-bottom: 30px;
}
.compensation__list-icon {
	width: 32px;
	height: 30px;
	background: #47c6f7;
	position: absolute;
	left: 0;
	top: 6px;
}
.compensation__list-icon::after {
	content: "";
	color: #47c6f7;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18C4.02891 18 0 13.9711 0 9C0 4.02891 4.02891 0 9 0C13.9711 0 18 4.02891 18 9C18 13.9711 13.9711 18 9 18ZM13.1484 5.12227C12.7723 4.84805 12.2449 4.93242 11.9707 5.30859L7.77305 11.0813L5.94141 9.24961C5.61094 8.91914 5.07656 8.91914 4.74961 9.24961C4.42266 9.58008 4.41914 10.1145 4.74961 10.4414L7.28086 12.9727C7.45664 13.1484 7.6957 13.2363 7.9418 13.2188C8.18789 13.2012 8.41289 13.0746 8.55703 12.8742L13.3348 6.3C13.609 5.92383 13.5246 5.39648 13.1484 5.12227Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
}
.compensation__info-title {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#accident-injuries-step-4 .compensation__heading {
	max-width: 750px;
	margin: 0 auto;
}
.compensation__content .content-slider__title {
	font-size: 40px;
	max-width: 100%;
}

.compensation__card .wp-block-list li {
	margin: 0 0 10px;
}


/*** 
====================================================================
  case__promise css
====================================================================
***/
.case-promise {
	position: relative;
	padding-top: 140px;
	min-height: 947px;
}
.case-promise::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 194px;
	background-color: #B3D3EB;
	clip-path: polygon(0px 0px, 35% 60%, 100% 0px, 100% 30%, 35% 60%, 0px 30%);
}
.case-promise::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 194px;
	background-color: #fff;
	clip-path: polygon(0px 0px, 40% 0%, 100% 0px, 100% 30%, 35% 60%, 0px 30%);
	z-index: -1;
}
.case-promise__bg {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.case-promise__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.case-promise__inner {
	display: flex;
	justify-content: end;
}
.case-promise__rht {
	padding: 100px 30px 40px;
	background: linear-gradient(180deg, rgba(30, 61, 126, 0.008) 0%, #25417B 26.5%);
	max-width: 616px;
	width: 100%;
	min-height: 806px;
	transform: translateY(100%);
	transition: transform 1s cubic-bezier(.25,.8,.25,1);
}
.case-promise__title-inner {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 55px;
}
.case-promise__title-inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 2px;
	height: calc(100% - 15px);
	background-color: #fff;
}
.case-promise__title-inner::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 2px;
	height: calc(100% - 15px);
	background-color: #fff;
}
.case-promise__title {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 67px;
	font-weight: 900;
	color: #47C6F7;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0px 3px 6px #00000029;
	padding: 0 0 8px;
	margin: 0;
	border-bottom: solid 2px #fff;
}
.case-promise__title span {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	display: block;
}
.case-promise__title strong {
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	line-height: 1;
	display: block;
}
.case-promise__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 82px;
	height: 2px;
	background-color: #fff;
}
.case-promise__title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 82px;
	height: 2px;
	background-color: #fff;
}



.accident {
	padding: 0 40px;
	
}
.accident-results__card {
	text-align: center;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 10px;
}
.accident-results__card:before {
	width: 54px;
	height: 3px;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.accident-results__card:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 12px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath id='Path_3280' data-name='Path 3280' d='M6,0l6,10H0Z' transform='translate(12 10) rotate(180)' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.glide__slide--active .accident-results__card:after {
	opacity: 1;
	visibility: visible;
}
.accident-results__amount {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1.25px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 5px;
}
.accident-results__amount sup {
	font-size: 70%;
	line-height: 1;
	display: inline-flex;
	margin-right: -15px;
}
.accident-results__type {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.4px;
	color: #47c6f7;
	text-shadow: 0px 3px 30px #ffffff29;
	text-transform: uppercase;
}
.accident-results__content {
	color: #fff;
	line-height: 23px;
	text-align: center;
	margin-top: 25px;
}
.accident--glide .glide__slides {
  	transform: none !important;
  	position: relative;
}

/* stack slides */
.accident--glide .glide__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.6s ease;
	pointer-events: none;
}

/* active slide visible */
.accident--glide .glide__slide.glide__slide--active {
	position: relative;
  	opacity: 1;
  	pointer-events: auto;
}
/* JS-controlled fade */
.accident--glide.fade-hide .glide__slide.glide__slide--active {
  	opacity: 0;
}
.case-promise__btn-box {
	padding: 60px 0 0;
}

.accident-slider__arrows {
	width: 100%;
	position: absolute;
	top: -86px;
}
.accident-slider__arrow {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	background-color: #d5eeff;
	color: #1e3d7e;
	border-radius: 50%;
	border: 2px solid #d5eeff;
	padding: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accident-slider__arrow:hover {
	background-color: transparent;
	border: 2px solid #f7f7f8;
	color: #fff;
}
.accident-slider__arrow--left {
	left: -45px;
}
.accident-slider__arrow--right {
	right: -45px;
}

@media only screen and (min-width: 1200px) { 
	
	.case-promise__title-inner,
	.accident,
	.case-promise__btn-box {
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}
	.case-promise.is-visible .case-promise__rht {
		transform: translateY(0);
	}
		/* Gentle stagger */
	.case-promise.is-visible .case-promise__title-inner {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0.5s;
	}
	.case-promise.is-visible .accident {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 1s;
	}
	.case-promise.is-visible .case-promise__btn-box {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 1.5s;
	}
	body.page-difference #litigation-3 + .case-promise::after {
		background-color: #e8f4ff;
		top:-1px;
	}
}


 
/*** 
====================================================================
  slip fall title css
====================================================================
***/
#slip-fall-id .case-promise__title-inner {
	max-width: 372px;
}
#slip-fall-id .case-promise__title::before {
	width: 50px;
}
#slip-fall-id .case-promise__title::after {
	width: 50px;
}
#slip-fall-id .case-promise__title strong {
	font-size: 30px;
}
/*** 
====================================================================
  truck title css
====================================================================
***/
#truck-settlement-id .case-promise__title-inner {
	max-width: 464px;
}
#truck-settlement-id .case-promise__title {
	font-size: 61px;
}
#truck-settlement-id .case-promise__title::before {
	width: 90px;
}
#truck-settlement-id .case-promise__title::after {
	width: 90px;
}
#truck-settlement-id .case-promise__title strong {
	font-size: 38px;
}





/*** 
====================================================================
  right-time-car css
====================================================================
***/
#right-time-car .right-time__header {
	max-width: 1450px;
}
#right-time-car .right-time__title {
	max-width: 970px;
	margin: 0 auto 30px;
}
#right-time-car .right-time__content {
	margin: 0 0 30px;
}
#right-time-car .right-time__card-title strong {
	font-style: italic;
}

/*** 
====================================================================
  right-time-truck css
====================================================================
***/
#right-time-truck .right-time__header {
	max-width: 1450px;
}
#right-time-truck .right-time__title {
	max-width: 970px;
	margin: 0 auto 30px;
}
#right-time-truck .right-time__card-title strong {
	font-style: italic;
}
/*** 
====================================================================
  right-time-slip css
====================================================================
***/
#right-time-slip {
	background: #fff;
}
#right-time-slip .right-time__header {
	max-width: 1420px;
}
#right-time-slip .right-time__title {
	max-width: 1020px;
	margin: 0 auto 30px;
}
#right-time-slip .right-time__content {
	margin: 0 0 30px;
}
#right-time-slip .right-time__card-title strong {
	font-style: italic;
} 


/*** 
====================================================================
  causes css
====================================================================
***/
.causes {
	padding: 65px 0;
	background: transparent linear-gradient(180deg, #eaf5ff 0%, #ebf5fd91 100%);
}
.causes__container {
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 15px;
}
.causes__header {
	padding: 0 0 40px;
	text-align: center;
}
.causes__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.8px;
	color: #154586;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.causes__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	max-width: 1257px;
	margin: 0 auto;
	width: 100%;
}
.causes__item {
	display: flex;
	align-items: center;
	background: transparent linear-gradient(180deg, #009cd8 0%, #0f69aa 100%);
	border-radius: 360px 0px 0px 360px;
	padding: 8px 30px 8px 8px;
	color: #ffffff;
}
.causes__grid .causes__item:nth-child(even) {
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 8px;
	border-radius: 0 360px 360px 0;
}
.causes__grid .causes__item:nth-child(even) .causes__icon {
	order: 2;
}
.causes__grid .causes__item:nth-child(even) .causes__text {
	order: 1;
	padding-left: 0;
	padding-right: 23px;
}
.causes__text {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	max-width: calc(100% - 110px);
	padding-left: 23px;
}
.causes__icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 5px solid #e8f4ff;
	background: #47c6f7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.causes__icon img {
	width: 50px;
	height: 50px;
}
.causes__footer {
	text-align: center;
	margin-top: 41px;
}

/*** 
====================================================================
  document-list css
====================================================================
***/
.document-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px 70px;
	margin-top: 30px;
	max-width: 550px;
}
.document-list__column {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.document-list__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.document-list__icon {
	width: 22px;
	height: 22px;
	min-width: 22px;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6891 0.402793C13.1521 -0.134264 12.2801 -0.134264 11.7431 0.402793L6.5884 5.55854C6.05145 6.0956 6.05145 6.96778 6.5884 7.50483L7.2757 8.19227C7.81265 8.72932 8.68466 8.72932 9.22161 8.19227L9.39344 8.02041L13.9812 12.6047L13.8093 12.7766C13.2724 13.3136 13.2724 14.1858 13.8093 14.7229L14.4966 15.4103C15.0336 15.9474 15.9056 15.9474 16.4425 15.4103L21.5973 10.2546C22.1342 9.71751 22.1342 8.84533 21.5973 8.30827L20.91 7.62084C20.373 7.08378 19.501 7.08378 18.9641 7.62084L18.7922 7.7927L14.2045 3.20408L14.3764 3.03222C14.9133 2.49517 14.9133 1.62299 14.3764 1.08593L13.6891 0.398496V0.402793ZM7.15972 12.7766C6.62277 12.2395 5.75076 12.2395 5.2138 12.7766L0.402714 17.5886C-0.134238 18.1257 -0.134238 18.9979 0.402714 19.5349L2.46461 21.5972C3.00156 22.1343 3.87357 22.1343 4.41052 21.5972L9.22161 16.7852C9.75857 16.2481 9.75857 15.3759 9.22161 14.8389L9.16148 14.7787L11.6873 12.2567L9.74138 10.3104L7.21986 12.8324L7.15972 12.7723V12.7766Z' fill='%2347C6F7'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
}
.document-list__text {
	font-size: 18px;
	line-height: 20px;
	color: #00213d;
}
/*** 
====================================================================
  question list css
====================================================================
***/
#car-videostep .video-block__title {
	margin-top: 25px;
}
#car-videostep .content-slider::before {
	width: 280px;
	height: 377px;
	top: -80px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='279.18' height='376.376' viewBox='0 0 279.18 376.376'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23d5eeff'/%3E%3Cstop offset='1' stop-color='%23ecf6fe' stop-opacity='0.91'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_3274' data-name='Path 3274' d='M97.2-133.386h86.339c0-14.993,1.034-23.265,7.755-32.571,7.238-9.823,21.2-15.51,44.462-28.435,23.782-13.442,48.6-33.088,48.6-78.584,0-64.108-57.387-103.4-132.352-103.4C64.108-376.376,6.2-331.4,5.17-253.847h99.264c0-26.367,16.544-42.394,39.809-42.394,18.1,0,33.088,9.823,33.088,26.884,0,32.054-38.775,35.156-62.557,61.006C97.2-189.222,97.2-178.365,97.2-133.386ZM87.373,0H188.188V-98.747H87.373Z' transform='translate(-5.17 376.376)' opacity='0.532' fill='url(%23linear-gradient)'/%3E%3C/svg%3E");
}
#car-videostep .content-slider__title {
	font-size: 40px;
	max-width: 100%;
}



#car-videoinsurance .content-slider::before {
	right: 70px;
	top: -70px;
}
#car-videoinsurance .video-block__title {
	margin-top: 17px;
}
#car-videoinsurance .content-slider__title {
	font-size: 40px;
	max-width: 100%;
}



#car-videobring .questions__left {
	margin-top: 80px;
}
#car-videobring .content-slider__title {
	max-width: 100%;
}
#car-videobring .content-slider__controls {
	display: none;
}
#car-videobring .content-slider__title {
	font-size: 40px;
	max-width: 100%;
}



#truck-videolegal .content-slider__controls {
	display: none;
}
#truck-videolegal .content-slider::before {
	display: none;
}
#truck-videolegal .content-slider__title {
	font-size: 40px;
	max-width: 100%;
}
#truck-videolegal .video-block__title {
	margin-top: 25px;
}



#truck-videoincrease .content-slider__title {
	font-size: 40px;
	max-width: 100%;
	padding-left: 0;
	border-left: 0;
}
#truck-videoincrease .content-slider__controls {
	display: none;
}
#truck-videoincrease .content-slider::before {
	display: none;
} 




#slip-videoquelifies .content-slider__controls {
	display: none;
}
#slip-videoquelifies .video-block__title {
	margin-top: 19px;
}
#slip-videoquelifies .content-slider__title {
	font-size: 40px;
	max-width: 100%;
}


#slip-videochoose .content-slider__controls {
	display: none;
}
#slip-videochoose .video-block__title {
	margin-top: 20px;
}
#slip-videochoose .content-slider__title {
	font-size: 40px;
	max-width: 100%;
}
#slip-videochoose .content-slider::before {
	right: -10px;
  	top: -70px;
}






/*** 
====================================================================
  crash-guide css
====================================================================
***/
.crash-guide {
	position: relative;
}
.crash-guide .container {
	position: relative;
}
.crash-guide__title {
	font-family:"neue-haas-grotesk-display";
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 1px;
	color: #154586;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 60px;
	top: 110px;
	max-width: 785px;
}

.crash-guide__bg img {
	width: 100%;
}

.crash-guide__bottom {
	background-color: #061F409B;
}
.crash-guide__inner .glide__slides {
	max-width: 1160px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 60px;
	padding: 70px 0 100px;
}
.crash-guide__card {
	text-align: center;
}
.crash-guide__card-title {
	position: relative;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 1.25px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 0 20px;
	margin: 0 0 15px;
}
.crash-guide__card-title::before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -68px;
	bottom: 0;
	width: 136px;
	height: 5px;
	background-color: #47C6F7;
}
.crash-guide__content {
	font-size: 17px;
	line-height: 25px;
	color: #fff;
}



.crash-guide__controls {
	display: flex;
	align-items: center;
	display: none;
}
.crash-guide__arrows-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0 20px;
}


/* arrows */
.crash-guide__arrows {
	width: 48px;
	height: 48px;
	background-color: #D5EEFF;
	color: #1E3D7E;
	border-radius: 50%;
	border: 2px solid #D5EEFF;
	padding: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.crash-guide__arrows:hover {
	background-color: #1E3D7E;
	border: 2px solid #1E3D7E;
	color: #fff;
}
/* Dots */
.crash-guide__dots {
	display: flex;
	align-items: center;
	column-gap: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.glide__bullet {
	position: relative;
	width: 16px;
	height: 16px;
	background: transparent;
	border: solid 1px transparent;
	color: transparent;
	border-radius: 50%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.glide__bullet::after {
	content: '';
	position: absolute;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.glide__bullet.glide__bullet--active {
	border: solid 1px #fff;
}


/*** 
====================================================================
  Semi Truck Accidents css
====================================================================
***/
#accident-injuries-step-4 {
	background: transparent linear-gradient(180deg, #eaf5ff 0%, #ebf5fd00 100%);
}
#accident-injuries-step-4 .compensation__card-title {
	max-width: 480px;
	margin: 0 auto 25px;
}
#accident-injuries-step-4 .bullet__list {
	margin-top: 40px;
}
#accident-injuries-step-4 .bullet__list li::before {
	width: 7px;
	height: 7px;
}

.light-blue .compensation__content {
	grid-template-columns: 634px 1fr;
}
.light-blue .compensation__info p {
	max-width: 630px;
}
.bullet__list {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style: none;
	max-width: 585px;
}
.bullet__list li {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 20px;
}
.bullet__list li:before {
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #009CD8;
}
.mb-55 {
	margin-bottom: 55px;
}
.align__item--start {
	align-items: self-start;
}
.single__img--holder {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	box-shadow: -20px 20px 90px #0032647b;
	border: 5px solid #ffffff;
	background-color: #1e3d7e;
}
.single__img--holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.drowsy-info {
	padding: 80px 0;
	background: transparent linear-gradient(180deg, #eaf5ff 0%, #ebf5fd91 100%);
}
.drowsy-info__title {
	font-family: "neue-haas-grotesk-display";
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.8px;
	color: #154586;
	text-transform: uppercase;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
	
}
.drowsy-info__stats {
	display: flex;
	justify-content: center;
	gap: 75px;
	margin: 60px 0;
	flex-wrap: wrap;
}
.drowsy-info__stat {
	text-align: center;
	min-width: 180px;
}
.drowsy-info__icon {
	width: 90px;
	height: 90px;
	background-color: #47c6f7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	border: 5px solid #009cd8;
}
.drowsy-info__icon img {
	width: auto;
}
.drowsy-info__label {
	font-size: 25px;
	font-weight: 700;
	color: #154586;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	font-family: "neue-haas-grotesk-display";
}
.white-bg {
	background: #fff;
}
.light-blue {
	background: transparent linear-gradient(180deg, #eaf5ff 0%, #ebf5fd91 100%);
}
.no-shape:before {
	display: none;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.bullet__list.dark li {
	color: #00213d;
	font-weight: 400;
	font-size: 18px;
}


/*** 
====================================================================
  blog page css
====================================================================
***/

.category .product-content::before {
	display: none;
}
.blog-content {
	position: relative;
}
.blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 85px;
	row-gap: 70px;
}
.blog__card {
	position: relative;
	text-align: center;
	background-color: #E2F4FF;
	border-radius: 15px;
	border: 1px solid #D5EEFF;
}
.blog__card-img {
	position: relative;
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
	width: 100%;
	height: 182px;
	margin: 0 0 20px;
}
.blog__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog__date {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 54px;
	background-color: #284c8a;
	font-family: "helvetica-neue-lt-pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog__card-detail {
	padding: 0 10px 90px;
}
.blog__card-title {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	color: #1E3D7E;
	min-height: 72px;
	margin: 0 0 15px;
	transition: all 0.3s ease-in-out;
}
.blog__card-title:hover {
	color: #47C6F7;
}
.blog__card-content {
	line-height: 22px;
	padding: 0 0 25px;
}
.blog__btn-box {
	text-align: center;
	display: flex;
	justify-content: center;
}
.blog__btn {
	position: absolute;
	bottom: 30px;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 16px 26px 16px;
	letter-spacing: 1px;
	width: 242px;
	height: 58px;
	background-color: #0F69AA;
	border-radius: 90px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
}
.blog__btn:hover {
	background-color: #47C6F7;
	color: #fff;
}



.pagination-wrap { 
	margin-top: 80px; 
	text-align: center; 
}
.pagination {
	display: flex;
	justify-content: center;
}
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.page-numbers {
	display: inline-block;
	padding: 14px 18px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	font-size: 16px;
	color: #272429;
	line-height: 1;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 400;
	background-color: #fff;
}
.page-numbers.dots {
	background-color: #fff;
} 
.page-numbers.current,
a.page-numbers:hover {
	color: #fff;
	background-color: #47C6F7;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	background-color: #FBD750;
	color: #272429;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
/*** 
====================================================================
  blog detail css
====================================================================
***/
.blog-detail::before {
	display: none;
}
.blog-detail .entry-title {
	margin: 0 0 20px;
	line-height: 40px;
}
.blog-detail .entry-meta {
	font-size: 20px;
	color: #707070;
	margin: 0 0 40px;
}
.blog-detail .entry-date {
	font-weight: 700;
}
.blog-detail .entry-meta a {
	color: #009CD8;
	text-decoration: underline;
}
.blog-detail .entry-meta a:hover {
	text-decoration: none;
}
.blog-detail .wp-block-embed {
	background-color: #E2F4FF;
  	border-radius: 15px;
  	padding: 35px 70px 35px;
  	text-align: center;
  	margin: 0 0 40px;
}
.blog-detail .wp-block-embed__wrapper {
	position: relative;
	max-width: 634px;
	margin: 0 auto;
  	border: 5px solid #FFFFFF;
  	overflow: hidden;
  	aspect-ratio: 16 / 9;
}
.wp-block-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.alignleft {
  	float: left;
  	margin: .5em 1em .5em 0;
}
.alignright {
  	float: right;
  	margin: .5em 0em .5em 1em;
}
/*** 
====================================================================
  search detail css
====================================================================
***/
#common-question-2::before,
#search-results-0::before {
	display: none;
}
.product-content__search {
	padding: 0 0 85px;
	text-align: center;
}
.search-form__inner {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}
.search-form__input {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	width: 100%;
	height: 52px;
	background-color: #ffffff;
	border: solid 1px #ddd;
	border-radius: 8px;
	outline: none;
	padding: 10px 14px;
	padding-right: 150px;
}
.search-form__button {
	position: absolute;
	right: 0;
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	font-weight: 700;
  	color: #FFF;
  	text-transform: uppercase;
  	background: #184b8e;
  	border-radius: 0px 8px 8px 0px;
  	padding: 14px 36px;
  	border: none;
  	cursor: pointer;
  	transition: all 0.3s ease-in-out;
}
.search-form__button:hover {
	background-color: #029cd8;
}
/*** 
====================================================================
  full width css
====================================================================
***/
.full-width-section {
	position: relative;
	background: transparent linear-gradient(180deg, #E8F4FF 0%, #FFFFFF00 100%);
	margin-top: -240px;
	padding: 300px 0 40px;
}
.full-width-section .wp-block-image {
	text-align: center;
}
.full-width-section .wp-block-embed {
	background-color: #E2F4FF;
  	border-radius: 15px;
  	padding: 35px 70px 35px;
  	text-align: center;
  	margin: 0 0 40px;
}
.full-width-section .wp-block-embed__wrapper {
	position: relative;
	max-width: 634px;
	margin: 0 auto;
  	border: 5px solid #FFFFFF;
  	overflow: hidden;
  	aspect-ratio: 16 / 9;
}
.full-width-section ul {
	list-style: none;
	margin: 0 0 40px;
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	background-color: #E2F4FF;
	border-left: solid 5px #47C6F7;
	padding: 30px 25px 35px;
}
.full-width-section ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #00213D;
	padding-left: 25px;
}
.full-width-section ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #0F69AA;
	border-radius: 50%;
}

.full-width-section ul ul {
	padding: 10px 15px;
	padding-left: 0;
  	margin: 20px 0 0;
  	border-left: 0;
}

.full-width-section blockquote {
	background-color: #E2F4FF;
	border-left: solid 5px #47C6F7;
	padding: 30px 25px 30px;
}

/*** 
====================================================================
  404 page css
====================================================================
***/
.error-404-banner::before {
	display: none;
}
.error-404-inner {
	max-width: 100%;
	position: relative;
  	left: 0;
  	margin-left: 0;
  	padding-right: 0;
}

.error-404-not-found {
	text-align: center;
	padding: 60px 0 60px;
}
.error-404-title {
	font-family: "neue-haas-grotesk-display";
	font-size: 35px;
	font-weight: 700;
	line-height: 1.1;
	color: #154586;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.error-404-btnbox {
	padding: 40px 0 0;
}
/*** 
====================================================================
  common-question css
====================================================================
***/
#common-question-2 .product-content__content:not(:last-child) {
	padding: 0 0 40px;
}
#common-question-2 .faq__main {
	max-width: 100%;
	grid-template-columns: repeat(1, 1fr);
	padding: 0;
}
#common-question-2 .faq__answer {
	max-width: 96%;
}
#common-question-2 .product-content__content h2 {
	margin: 0 0 20px;
}
#common-question-2 .product-content__content h3 {
	margin: 0 0 15px;
}
/*** 
====================================================================
  thankyou css
====================================================================
***/
.thankyou-banner::before {
    display: none;
}
.thankyou-banner__inner {
    max-width: 100%;
    position: relative;
  	left: 0;
  	margin: 0;
  	padding: 0;
}
.thankyou__inner {
    position: relative;
    padding: 80px 0 60px;
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
}
.thankyou__inner img {
    margin: 0 0 30px;
}
.thankyou__title {
    font-family: "neue-haas-grotesk-display";
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1;
    color: #154586;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.thankyou__subtitle {
    font-family: "neue-haas-grotesk-display";
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #154586;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.thankyou__inner ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
/*** 
====================================================================
  directory css
====================================================================
***/
.directory {
    position: relative;
    padding: 260px 0 120px;
    margin-top: -160px;
    background: linear-gradient(180deg, #E8F4FF 0%, #FFFFFF00 100%);
}
.directory__title {
    font-family: "neue-haas-grotesk-display";
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #154586;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.directory__inner {
    max-width: 1210px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 340px auto;
    border-radius: 15px;
    overflow: hidden;
}

.directory__left {
    background: linear-gradient(180deg, #0F69AA 0%, #1E3D7E 100%);
    padding: 20px 0;
}
.staff-title {
    position: relative;
    font-family: "helvetica-neue-lt-pro-cond",sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.50px;
    border-bottom: solid 1px rgba(213, 238, 255, 0.23);
    padding: 20px 25px 20px;
    cursor: pointer;
    border-left: solid 6px transparent;
    transition: background .3s;
}
.staff-title.active {
	background-color: #E2F4FF;
    color: #47C6F7;
    border-left-color: #47C6F7;
}
.staff-title::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .3s ease;
}
.staff-title.active::after {
    transform: translateY(-50%) rotate(225deg);
}
.staff-name {
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s ease;
}
.staff-name.active {
    max-height: 1000px;
}


.directory__right {
    background-color: #E2F4FF;
    padding: 25px 40px 25px;
    height: 544px;
    overflow-y: auto;
    transition: translate 0.3s ease-in-out;
}
.staff-name ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.staff-name li {
    font-family: "helvetica-neue-lt-pro-cond",sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #00213D;
    letter-spacing: 0.50px;
    padding: 15px 0;
}
.staff-name a {
    color: #00213D;
    text-decoration: underline;
    display: block;
    
}
.staff-name a:hover {
    color: #47C6F7;
}

.page-personnel-directory .getin-touch__form::before,
.page-careers .getin-touch__form::before,
.page-community-service-jacksonville .getin-touch__form::before,
.blog .getin-touch__form::before,
.page-common-questions .getin-touch__form::before,
.page-video-center .getin-touch__form::before,
.page-testimonials .getin-touch__form::before,
.page-template-thank-you .getin-touch__form::before,
.page-espanol-tendre-un-caso .getin-touch__form::before,
.single-post .getin-touch__form::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='61' viewBox='0 0 106 61'%3E%3Cpath id='Little_Point' data-name='Little Point' d='M53,0l53,61H0Z' transform='translate(106 61) rotate(180)' fill='%23E8F4FF'/%3E%3C/svg%3E");
}

/*** 
====================================================================
  careers css
====================================================================
***/
.career {
	padding-top: 300px;
	padding-bottom: 80px;
  	margin-top: -200px;
  	background: transparent linear-gradient(180deg, #E8F4FF 0%, #ffffff00 100%);
}
.career__inner {
	display: grid;
  	grid-template-columns: auto 490px;
  	column-gap: 60px;
}
.career__title {
	font-family: "neue-haas-grotesk-display";
  	font-size: 35px;
  	font-weight: 700;
  	line-height: 1.2;
  	color: #fff;
  	text-transform: uppercase;
  	margin: 0 0 20px;
  	text-align: center;
}
.careerform-box {
	padding: 30px;
	min-height: auto;
}
.career__content {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin: 0 0 30px;
}
.upload-resume p {
	color: #fff;
}
.filesize .gform_fileupload_rules {
	padding: 0 !important;
	color: #fff;
  	line-height: 1 !important;
}
.careerform-box .gform_wrapper::before,
.careerform-box .gform_wrapper::after {
	display: none;
}
.careerform-box .gform_wrapper.gravity-theme .gform_footer::before {
	right: 135px;
}
.careerform-box .gform_wrapper.gravity-theme .gform_footer {
	margin: 30px 0 0;
	justify-content: center;
}

.careerform__form .gform_wrapper.gravity-theme .gfield_required {
	display: none;
}
.careerform__form .gform_wrapper.gravity-theme .gfield_label {
	color: #fff;
}
/*** 
====================================================================
  careers id css
====================================================================
***/
#guide-download {
	padding: 80px 0 80px;
	margin-top: 0;
}
#guide-download .video-block {
	max-width: 350px;
}
#guide-download .video-block__media {
	aspect-ratio: inherit;
}
#guide-download .video-block__poster {
	position: relative;
}
#guide-download .video-block__poster-img {
	width: auto;
	height: auto;
}
#guide-download .careerform-box .gform_wrapper.gravity-theme .gform_footer::before {
	right: 115px;
}

/*** 
====================================================================
  subpages css
====================================================================
***/

#lp-page-result-section {
	margin: 0;
	padding: 40px 0 40px;
}


.landing-card-section {
    padding: 40px 0 40px;
}
.landing-card-section__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    gap: 20px;
    align-items: stretch;
}
.landing-card-section__item {
    background: #1E3D7E;
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

.landing-card-section__icon {
	position: relative;
    width: 100%;
    height: 94px;
    margin: 0 0 10px;
    overflow: hidden;
}
.landing-card-section__icon img {
	margin: 0 auto;
	display: block;
	transition: all 0.3s ease-in-out;
}
.landing-card-section__item:hover .landing-card-section__icon img {
	position: absolute;
  	top: -97px;
  	left: 0;
  	right: 0;
}
.landing-card-section__title {
    font-family:"neue-haas-grotesk-display";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1.2;
}


.tendre-left .wp-block-heading {
	font-family: "neue-haas-grotesk-display";
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: center;
}
.tendre-left p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.tendre-left .gform_wrapper::before,
.tendre-left .gform_wrapper::after {
	display: none;
}
.tendre-left .gform_wrapper.gravity-theme .gform_footer {
	margin: 40px 0 0;
	justify-content: center;
}
.tendre-left .gform_wrapper.gravity-theme .gform_footer::before {
	right: 150px;
}
.tendre-right iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


#railroad-grid-layout .wp-block-heading {
	font-size: 35px;
}
.wp-block-separator {
	margin: 30px 0;
}
.verdicts__btn a {
	font-family: "helvetica-neue-lt-pro-cond",sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 16px 26px 16px;
	letter-spacing: 1px;
	width: auto;
	height: 58px;
	background-color: #0F69AA;
	border-radius: 90px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
	margin: 15px 0 0;
}
.verdicts__btn a:hover {
	background-color: #47C6F7;
	color: #fff;
}
#car-practice-area .practice__list li a{
	font-size:22px;
}







