/**
 * Homepage specific styling goes here. Excluded on all subpages
 *
 * @format
 */

/* For most builds, this stylesheet should be wiped and started fresh */

.intro-tag {
	font-size: 45px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.8;
	letter-spacing: normal;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	color: var(--color-primary-light);
}

/*.intro-c-content-tagline h2 {
	background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945);
	font-size: 129px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: left;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	margin: 0;
	width: 180%;
	position: relative;
	z-index: 1;
}*/

.intro-c-content-tagline h2 {
	/* background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945); */
	font-size: 129px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: left;
	-webkit-background-clip: text;
	/* background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	text-transform: uppercase;
	margin: 0;
	width: 180%;
	position: relative;
	z-index: 1;
	color: var(--color-primary);
	position: relative;
}

.intro-c-content-tagline h2.animate-in-view {
	opacity: 1 !important;
	color: var(--color-primary);
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background-image: inherit;
}
.intro-c-content-tagline h2 .normal {
	position: relative;
	z-index: 0;
}

.intro-c-content-tagline h2 .color.animated {
	background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	animation-name: color-gredient;
	animation-duration: 1s; /* Other animation properties */
	animation-delay: 1s;
}
.intro-c-content-tagline h2 .normal.animated {
	opacity: 1;
	animation-name: color-gredient2;
	animation-duration: 1s;
	animation-delay: 1s;
}
.intro-c-content-tagline h2 .normal {
	opacity: 1;
}

@keyframes color-gredient {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes color-gredient2 {
	from {
		opacity: 1;
		color: #001b31;
	}

	to {
		opacity: 0;
		color: #001b31;
	}
}

.intro-left {
	padding-left: 60px;
}

.intro-right-inn img {
	max-width: 615px;
	width: 102%;
	border-radius: 15px;
}

/* .module.module-intro-c .row > .columns.no-float {
	padding-right: 0;
} */

/* .module.module-intro-c {
	padding-bottom: 40px;
} */

.module.module-intro-c .intro-right {
	padding-right: 0;
}
.columns.medium-6.large-6.small-12.intro-left {
	/* 	left: 50px; */
	position: relative;
	padding-left: 0;
}
.intro-right-inn {
	width: 100%;
	padding-left: 50px;
}

/* .module.module-intro-c .row {
	max-width: 1350px;
} */

.intro-c-content-tagline {
	margin-bottom: 40px;
}

.strong-intro {
	font-size: 20px;
	color: var(--color-primary-light);
}

.intro-content p {
	font-size: 18px;
	color: var(--primary-color);
	font-weight: 500;
}

.intro-content p:first-child {
	color: var(--color-primary-light);
}

.intro-content.hide-for-small-only {
	max-width: 525px;
}

.intro-content p strong {
	color: #0a4e80;
}

.intro-content-bottom p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	margin-bottom: 40px;
	color: var(--primary-color);
}

#module-intro-b {
	padding-top: 0;
	padding-bottom: 0px;
	position: relative;
}

.intro-bot-left .intro-bot-left-inn {
	/* position: absolute; */
	/* z-index: -1; */
	margin-bottom: 0;
	left: 0;
	bottom: 0;
	margin-top: -30px;
}

.intro-bot-left-img img {
	max-width: 700px;
	display: block;
}

.intro-bot-right .intro-content-bottom {
	padding-left: 40px;
	max-width: 540px;
}

.intro-bot-main {
	display: flex;
	flex-direction: row-reverse;
}

.module.module-cta-a .module-cta-a-inner {
	text-align: center;
	display: flex;
	justify-content: center;
	column-gap: 15px;
	bottom: -20px;
	position: absolute;
	justify-content: center;
	width: 100%;
	left:0;
	right:0;
}

.cta-bg-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	z-index: -1;
}

.cta-bg-image img {
	object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.module-cta-a-inner a.button {
	padding: 12px 35px 12px 35px;
	color: #fff;
	border: none;
	font-size: 16px;
	background-color: var(--color-primary-light);
}


.module-cta-a-inner a.button:hover,
.module-cta-a-inner a.button:focus {
 
	background-color: var(--color-secondary);
}


.module.module-cta-a {
	background: transparent;
	padding: 60px 0 80px 0;
	position: relative;
}

.cta-left-icon {
	display: flex;
	width: 100%;
	height: 100%;
}

.cta-left-icon-inn {
	position: absolute;
	top: 0;
	left: -45px;
}

.cta-left-icon-inn img {
	max-width: 270px;
	height: auto;
}

.module.module-cta-a .row-narrow.center {
	max-width: 670px;
}

.module.module-cta-a h2 {
	font-size: 33px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: normal;
	color: var(--color-secondary);
	margin: 0 auto 15px auto;
}

.module.module-cta-a p {
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

.module.module-intro-d.practice-areas {
	padding: 115px 0 80px 0;
}

.practice-main {
	display: flex;
	align-items: center;
}

.practice-right-inner {
	/* 	max-width: 515px; */
	max-width: 585px;
	margin-right: 0;
	margin-left: auto;
	padding-top: 160px;
}

.module.module-intro-d .row {
	max-width: 1280px;
}

.columns.medium-6.large-6.small-12.practice-left {
	text-align: right;
}

.practice-left-inner {
/*	max-width: 500px;*/
	text-align: left;
	margin-right: 0;
	margin-left: auto;
}

/* Home Practice css */

.green.pa-title1 {
	background-image: none;
	font-size: 95px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	/* -webkit-background-clip: text; */
	/* background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	text-transform: uppercase;
	margin: 0;
	position: relative;
	color: var(--color-primary);
}

.green.pa-title1 .normal {
	position: relative;
	z-index: 0;
	color: var(--color-primary);
	opacity: 1;
}
/* .green.pa-title1 .normal.animated {
	background: linear-gradient(90deg, #001b31, #001b31, #001b31);
	background-size: 100%;
	color: #001b31;
	-webkit-text-fill-color: #001b31;
	animation: fadeToGradient2 0.2s ease-in forwards;
	display: inline-block;
	-webkit-transition: opacity 300ms, -webkit-transform 300ms;
	transition: opacity 300ms, transform 300ms;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
@keyframes fadeToGradient2 {
	0% {
		background: none;
		-webkit-text-fill-color: #001b31;
		opacity: 1;
	}

	100% {
		background: linear-gradient(90deg, #0a4e80, #35c376 18%, #74d945);
		background-size: 220%;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		opacity: 1;
	}
} */

.green.pa-title1 .normal {
	position: relative;
	opacity: 1;
	transition: color 1s ease-out;
	transition-delay: 1.5s;
}

.green.pa-title1 .normal.animate-in-view::after {
	position: absolute;
	content: attr(data-text);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.green.pa-title1 .normal.animate-in-view.animated {
	color: transparent;
}

.green.pa-title1 .normal.animate-in-view.animated::after {
	opacity: 0;
	/* animation-delay: 3s; */
	animation-delay: 1s;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	/* transition-delay: 3s; */
	transition-delay: 1s;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-image: linear-gradient(to right, #0a4e80 19%, #48c965 81%) !important;
}

.green.pa-title2 {
	font-size: 45px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	-webkit-background-clip: inherit !important;
	background-clip: inherit !important;
	-webkit-text-fill-color: inherit !important;
	color: var(--color-primary-light) !important;
	background-image: none !important;
}

.pa-title3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: var(--color-primary);
}

.pa-content p {
	font-size: 18px;
	line-height: 1.6;
	color: var(--color-primary);
}

.practices-list li {
	padding: 12px 15px 12px 0;
	border-bottom: 1px solid var(--color-secondary);
}
.practice-right.practices-lists {
	padding: 0;
	padding-right: 30px;
	padding-left: 30px;
}
.practices-list li:last-child {
	border: none;
}
.module.module-intro-d.practice-areas .columns.no-float {
	padding: 0;
}
.practices-list li a {
	font-size: 20px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	text-transform: uppercase;
	color: var(--color-primary-light);
	text-decoration: none !important;
}

.practices-list li a:hover,
.practices-list li a:focus {
	color: var(--color-secondary);
	font-weight: 800;
}

/* PRELOADER */
.preloader-outer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background: #fff;
	transition: opacity 600ms ease-out;
}

.preloader-outer.active {
	visibility: visible !important;
}

.preloader-outer.preloader-remove {
	opacity: 0;
	pointer-events: none;
}

.preloader-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.preloader-inner p {
	margin-bottom: 15px;
}

.preloader-inner p:last-of-type {
	margin: 0;
}

.preloader-part {
	display: none;
	margin: 20px;
}

.preloader-part-left.active {
	display: block;
	-webkit-animation: fadeInRight 800ms ease-out;
	animation: fadeInRight 800ms ease-out;
}

.preloader-part-right.active {
	display: block;
	-webkit-animation: fadeInLeft 500ms ease-out;
	animation: fadeInLeft 500ms ease-out;
}

.home-hero-form-container .gform_wrapper {
	background: transparent;
}

@media screen and (min-width: 640px) {
	/*	.home-hero-height-sync,
	.home-hero {
		height: 600px;
	}*/
}

@media screen and (min-width: 280px) and (max-width: 767px) {
	.intro-c-content-tagline h2 {
		font-size: 50px;
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.columns.medium-6.large-6.small-12.intro-left {
		left: 0;
		position: relative;
	}
	.intro-left {
		padding-left: 0;
		padding: 0 15px;
		text-align: center;
	}
	.intro-tag {
		text-align: center;
	}

	.intro-c-content-tagline h2 {
		text-align: center;
	}

	.module.module-intro-c .row {
		max-width: 100%;
	}
	/* .module.module-intro-c .row > .columns.no-float {
		padding-right: 0;
		padding-left: 0;
	} */
	.module.module-intro-c .intro-right {
		padding-right: 0;
		padding: 0 40px;
	}

	.intro-right-inn {
		width: 100%;
		padding-left: 0;
	}
	.intro-right-inn img {
		border-radius: 15px;
		height: auto;
	}

	.intro-tag {
		font-size: 48px;
		line-height: 0.9;
	}
	.intro-content.show-for-small-only {
		text-align: center;
		padding-top: 20px;
	}

	.intro-bot-main {
		flex-wrap: wrap;
	}
	.module.module-intro-c {
		padding-bottom: 0;
	}

	.intro-bot-right .intro-content-bottom {
		padding-left: 10px;
		max-width: 100%;
		padding-right: 10px;
		text-align: center;
	}

	.intro-content-bottom p {
		text-align: center;
	}

	.intro-bot-left-img img {
		max-width: 600px;
		display: block;
		height: auto;
		margin: 0 auto;
	}
	.intro-bot-left .intro-bot-left-inn {
		/*	position: absolute;
	z-index: -1;*/
		margin-bottom: 0;
		left: 0%;
		bottom: -10%;
		text-align: center;
	}

	.module-intro-b-image {
		height: auto;
	}

	.cta-left-icon-inn img {
		max-width: 130px;
		height: auto;
	}

	.cta-left-icon-inn {
		position: absolute;
		top: 0;
		left: -18px;
	}

	.module.module-cta-a .row-narrow.center {
		max-width: 100%;
		padding-top: 77px;
	}

	.module.module-cta-a h2 {
		font-size: 32px;
		line-height: 1.15;
		margin: 0 auto 45px auto;
	}
	.module.module-cta-a .module-cta-a-inner {
		left: 0;
	}

	.module-cta-a-inner a.button {
		padding: 14px 35px 14px 35px;
		min-width: 230px;
	}

	.practice-main {
		display: flex;
		align-items: flex-start;
	}
	.green.pa-title1 {
		font-size: 60px;
		text-align: center;
	}

	.green.pa-title2 {
		text-align: center;
		font-size: 40px;
		margin-bottom: 40px;
	}

	.pa-title3 {
		font-size: 18px;
		text-align: center;
	}
	.pa-content {
		text-align: center;
	}

	.practice-main {
		flex-wrap: wrap;
	}

	.practice-right-inner {
		max-width: 100%;
		padding: 50px 20px 0 20px;
	}

	.practices-list li {
		padding: 14px 0px 14px 0;
	}

	.attor-cir-logo-img {
		width: 220px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.attor-cir-logo-main {
		top: -112px;
	}
	.module.module-attorneys-e {
		padding-top: 150px;
		padding-bottom: 0;
	}

	.attorneys-title2 {
		font-size: 53px;
		text-align: center;
	}

	.attorney-result-image-container img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
		max-width: 400px;
		margin: 0 auto;
	}
	.attorney-hover-box {
		max-width: 400px;
		margin: 0 auto;
	}
	.attorney-result-image-container {
		height: auto;
		position: relative;
		min-width: inherit;
		width: 98%;
	}
	.slider-attorneys-e-main .swiper-outer {
		max-width: 200%;
		width: 200%;
		left: -48%;
	}

	.module.module-blog-a {
		padding: 150px 0 10px 0;
		background-image: linear-gradient(to top, #fff, #f4f8f8);
	}
	.module-blog-a-inner {
		padding: 00px 10px 00px 10px;
		position: relative;
	}

	.module-blog-a-single {
		margin-bottom: 30px;
	}

	.module-blog-a-single p {
		font-size: 16px;
	}
	.module.module-intro-d.practice-areas {
		padding: 75px 0 120px 0;
	}
	.intro-c-content-tagline h2 .normal {
		display: none !important;
	}
	.intro-c-content-tagline h2 .color.animated {
		position: relative !important;
		animation: none !important;
		opacity: 1 !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	.intro-right-inn img {
		height: auto;
	}
	.module.module-cta-a h2 {
		margin: 0 auto 25px auto;
	}

	.practice-left-inner {
		max-width: 100%;
		text-align: left;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.module.module-intro-d.practice-areas {
		padding: 75px 0 120px 0;
	}
	.practice-right-inner {
		max-width: 100%;
		padding: 50px 50px 0 50px;
	}

	.slider-attorneys-e-main .swiper-outer {
		max-width: 100%;
		width: 200%;
		left: 0%;
	}
	.attorney-result-image-container {
		height: auto;
		position: relative;
	}

	.attorney-result-image-container img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
		max-width: 220px;
		margin: 0 auto;
	}

	.module-blog-a-inner {
		padding: 30px 10px 00px 10px;
		position: relative;
	}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	.columns.medium-6.large-6.small-12.intro-left {
		left: 0;
		position: relative;
		padding: 0;
	}

	.intro-tag {
		font-size: 25px;
	}
	.intro-c-content-tagline h2 {
		font-size: 75px;
	}

	.intro-c-content-tagline {
		margin-bottom: 20px;
	}

	.intro-content.hide-for-small-only {
		max-width: 100%;
	}

	.intro-content p {
		font-size: 16px;
	}
	.intro-content.hide-for-small-only {
		max-width: 120%;
		width: 110%;
	}
	.module-intro-b-content.columns.medium-6.large-6.small-12.intro-bot-right {
		width: 100%;
	}

	.intro-bot-main {
		display: flex;
		flex-direction: row-reverse;
		flex-direction: column;
	}
	.intro-bot-right .intro-content-bottom {
		padding-left: 0;
		max-width: 100%;
		padding: 0;
		padding-left: 40%;
	}
	.intro-content-bottom p {
		font-size: 16px;
	}
	/* .module.module-intro-c {
		padding-bottom: 0;
	} */
	#module-intro-b {
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
	}

	.module-intro-b-image {
		display: flex;
		align-items: center;
		width: 100%;
		height: auto;
	}

	.intro-bot-left-img img {
		max-width: 700px;
		display: block;
		height: 450px;
	}

	.cta-left-icon-inn {
		position: absolute;
		top: 0;
		left: -15px;
	}
	.cta-left-icon-inn img {
		max-width: 170px;
		height: auto;
	}

	.module.module-cta-a .row-narrow.center {
		max-width: 700px;
		width: 100%;
		padding: 0 100px;
	}
	.module.module-cta-a h2 {
		font-size: 30px;
	}

	.module.module-cta-a p {
		font-size: 22px;
	}

	.module.module-intro-d.practice-areas {
		padding: 85px 0 80px 0;
	}

	.green.pa-title1 {
		font-size: 45px;
	}
	.green.pa-title2 {
		font-size: 30px;
	}
	.pa-title3 {
		font-size: 16px;
	}
	.pa-content p {
		font-size: 16px;
		line-height: 1.6;
	}

	.practices-list li a {
		font-size: 18px;
	}
	.practice-right-inner {
		max-width: 100%;
		margin-right: 0;
		margin-left: auto;
		padding-top: 80px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.columns.medium-6.large-6.small-12.intro-left {
		left: 0;
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	.intro-content.hide-for-small-only {
		max-width: 800px;
	}
	.module.module-intro-c {
		padding-bottom: 0;
	}

	.intro-bot-right .intro-content-bottom {
		padding-left: 0;
		max-width: 100%;
		padding: 0;
	}

	.intro-bot-left-img img {
		max-width: 550px;
		height: auto;
		display: block;
	}

	.module-intro-b-content.columns.medium-6.large-6.small-12.intro-bot-right {
		padding-left: 0;
	}

	#module-intro-b {
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
	}

	.cta-left-icon-inn img {
		max-width: 240px;
		height: auto;
	}

	.cta-left-icon-inn {
		position: absolute;
		top: 0;
		left: -35px;
	}
	.green.pa-title1 {
		font-size: 85px;
	}
	.module.module-intro-d.practice-areas {
		padding: 85px 0 80px 0;
	}
	.attor-cir-logo-img {
		width: 320px;
		margin-right: 0;
		margin-left: auto;
		text-align: center;
	}
	.attor-cir-logo-img img {
		max-width: 180px;
		width: 100%;
	}
}

@media screen and (min-width: 1920px) and (max-width: 12000px) {
	.module.module-intro-c {
		padding-top: 130px;
	}
	.columns.medium-6.large-6.small-12.intro-left {
		left: 0;
		position: relative;
		padding-left: 0;
	}

	.module.module-intro-c .columns.no-float {
		padding-right: 0;
		width: 100%;
		padding-left: 0;
	}
	.intro-right-inn img {
		border-radius: 15px;
	}

	.intro-content.hide-for-small-only {
		max-width: 100%;
	}

	.intro-content p:first-child {
		margin-bottom: 50px;
	}
	#module-intro-b .row {
		max-width: 1350px;
	}
	.intro-bot-right {
		padding: 0;
	}

	.intro-bot-right .intro-content-bottom {
		padding-left: 0;
		max-width: 642px;
	}

	.intro-bot-left {
		position: relative;
		padding-left: 0px;
	}

	#module-intro-b {
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
	}

	.intro-content-bottom p {
		margin-bottom: 150px;
	}
	.intro-bot-left-img img {
		max-width: 700px;
		display: block;
	}

	.columns.medium-6.large-6.small-12.practice-left {
		text-align: left;
	}

	.practice-left-inner {
		max-width: 100%;
		text-align: left;
		margin-right: 0;
		margin-left: auto;
	}

	.columns.medium-6.large-6.small-12.practice-left {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
		width: 55%;
	}

	.practice-right-inner {
		max-width: 500px;
	}

	.module-attorneys-e .row {
		max-width: 1350px;
	}
	/* .module.module-intro-d .row {
	max-width: 1350px;
} */

	.module-attorneys-e .row {
		max-width: 1350px;
	}
	.attor-cir-logo-inn {
		max-width: 1280px;
	}

	.module.module-blog-a .row {
		max-width: 1405px;
	}

	.intro-content-bottom p {
		margin-bottom: 150px;
	}
}

/* HOME INTRO */
.intro-section:first-child {
	padding-bottom: 0;
}

.intro-section-bottom {
	margin-bottom: 90px;
}

.intro-top-right {
	margin-bottom: 40px;
}

.intro-image-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.intro-image-container img {
	max-width: 100%;
	height: auto;
	display: block;
}

.intro-bottom-content {
	text-align: center;
	    color: var(--color-primary-light);
}

.intro-top-content p:first-child {
	color: var(--color-primary-light);
}

.intro-top-content p:last-child,
.intro-bottom-content p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.intro-bottom-content {
		text-align: left;
	}
}

@media screen and (max-width: 1023px) {
	.intro-top-right img {width: 100%;}
}


@media screen and (min-width: 1025px) {
	.intro-section:first-child {
		padding-bottom: 40px;
	}

	.intro-section-bottom {
		margin-bottom: 0;
	}

.intro-container {
	padding-right: 0;
	padding-left: 0;
}

	.intro-container-bottom {
		padding-left: 0;
	}

	.intro-main,
	.intro-bottom {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		grid-gap: 50px;
		gap: 50px;
	}

	/* .intro-main > div,
	.intro-bottom > div {
		width: calc(50% - 25px);
	} */

	.intro-top-left-container,
	.intro-bot-right {
		max-width: 584px;
		width: 100%;
	}

	.intro-top-right-container,
	.intro-bot-left {
		flex: 1;
	}

	.intro-top-right-container {
		max-height: 464px;
	}

	.intro-image-container {
		height: 100%;
	}

	.intro-image-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
