/* STYLE 7 */

.module-welcome.style-7 .background-section, 
.module-welcome.style-7 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center right;
	display: none;
}

.module-welcome.style-7:before {
	content: "";
	position: absolute;
}


.module-welcome.style-7 {
	padding: 80px 0 0;
	margin-top: -2px;
	background: #f9f9f9;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-3c4e821f-0d02-42d2-b7f2-534acd07e8ef/Assets/welcome_background_V2.jpg);
	background-position: 100% bottom;
	background-size: cover;
	background-repeat: no-repeat;
	    position: relative;
}


.module-welcome.style-7 .ry-flex {
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	gap: 100px;
}

.module-welcome.style-7 .ry-container {
	max-width: 1280px;
	width: 90%;
	z-index: 99;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
	max-width: 660px;
	width: 55%;
	margin-bottom: -7%;
}

.module-welcome.style-7 .ry-flex .ry-each {
    width: 100%;
    flex: unset;
	max-width: calc(100% - 660px);
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
	position: relative;
	height: 100%;
	width: 100%;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.module-welcome.style-7 .ry-headline h2 {
	font-size: 58px;
	font-family: Montserrat;
	color: #8dc347 !important;
	font-weight: 500;
	text-align: center;
	line-height: 120%;
}

.module-welcome.style-7 .ry-headline h2 .logo-bold {
	font-weight: bold !important;
}

.module-welcome.style-7 .ry-text p {
	margin: 30px 0 40px;
	font-size: 19px;
    color: #333;
}

.module-welcome.style-7  .text-wrapper {
	max-width: 100%;
}
.module-welcome.style-7 .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.module-welcome.style-7 .button-wrapper .ry-btn {
    width: auto;
    max-width: 100%;
    min-width: max-content;
}

@media (max-width: 1680px) {
	.module-welcome.style-7 .ry-each h2 {
		font-size: 50px;
	}
}
@media (max-width: 1480px) {
	.module-welcome.style-7 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding-right: 60px;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		max-width: 60%;
	}

}
@media (max-width: 1080px) {
	.module-welcome.style-7 {
		padding: 80px 0 0;
	}
	.module-welcome.style-7 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 40px;
	}
	.module-welcome.style-7 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding: 0;
		justify-content: center;
		align-items: center;
		display: flex;
		padding-bottom: 0 !important;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.module-welcome.style-7 .ry-each h2 {
		text-align: center;
	}
	.module-welcome.style-7 .ry-each h2 {
		font-size: 46px;
	}
	.module-welcome.style-7 .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		width: 100% !important;
		max-width: 680px !important;
		padding-bottom: 0px;
	}
	.module-welcome.style-7 .ry-each.image-wrapper .photo.offset {
		max-width: 80%; 
	}
	.module-welcome.style-7:before {
		top: 76%;
		padding-bottom: 70%;
		width: 100%;
	}
}
@media (max-width: 680px) {
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
		width: 80%;
	}
}
@media (max-width: 480px) {
	.module-welcome.style-7 .ry-each h2 {
		font-size: 42px;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.ry-btn {
		font-size: 18px !important;
	}
}
@media (max-width: 420px) {
	.module-welcome.style-7 .ry-each h2 {
		font-size: 36px;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.ry-btn {
		font-size: 16px !important;
	}
}

/* END STYLE 7 */

@media (min-width: 1081px) {

	.module-welcome.style-7 .ry-headline h2, .module-welcome.style-7 .ry-text p {
		text-align: left !important;
	}
	.module-welcome.style-7 .ry-flex {
		flex-direction: row-reverse;
	}
}

@media (max-width: 1080px) {
	.module-welcome.style-7 .text-wrapper {
		padding: 0 15px 60px;
	}
}

.module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper) {
    padding-bottom: 50px;
}