/* 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;
}

.module-welcome.style-7:before {
	content: "";
	position: absolute;
	inset: 0;
	bottom: unset;
	height: 35%;
	background: linear-gradient(to top, transparent, #02002a);
	z-index: 1;
}

.module-welcome.style-7:after {
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    height: 0;
    padding-bottom: 27%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-52db3b15-8215-494c-99aa-fe766f06ca3b/Assets/welcome_shape_V2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
	bottom: -1px;
}
.module-welcome.style-7.bvd:after {
    display: none;
}

.module-welcome.style-7 {
	padding: 170px 0;
	background: #fefdf6;
	margin-top: -1px;
}


.module-welcome.style-7 .ry-flex {
	align-items: center;
	justify-content: space-between;
	gap: 75px;
}

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

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
	width: min(772px, 100%);
}


.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
	position: relative;
	padding-bottom: 88%;
	height: 0;
}

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

.module-welcome.style-7 .ry-headline h2 {
	font-size: 58px !important;
	font-family: Jost;
	color: #bbc36e !important;
	font-weight: 500;
	display: block !important;
}

.module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper) {
    max-width: 640px;
}

.module-welcome.style-7 .ry-text {
    margin: 30px auto;
}


.module-welcome.style-7 .ry-text p {
	font-size: 19px;
	line-height: 35px;
	color: #fff;
	font-weight: 300;
	width: min(35rem, 100%);
}


.module-welcome.style-7 .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.module-welcome.style-7 .button-wrapper .ry-btn:not(.ry-btn.ry-btn-secondary) {color: #fff !important;     border: 1px solid white;}
@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.bvd .ry-each:not(.image-wrapper) {
		padding-left: 60px;
		padding-right: 0px;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		max-width: 60%;
	}

}
@media (max-width: 1080px) {
	.module-welcome.style-7 {
		padding: 120px 0;
	}
	.module-welcome.style-7 .ry-flex {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}

	 .module-welcome.style-7 .background-section, .module-welcome.style-7 .background-section img{
        left: 0;
    } 
	
	.module-welcome.style-7 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding: 0;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.module-welcome.style-7 .ry-each h2 {
		text-align: center;
		width: 100%;
	}

	.module-welcome.style-7 .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		max-width: 100%;
		padding-top: 0;
	}
	.module-welcome.style-7 .ry-each.image-wrapper .photo.offset {
		max-width: 80%; 
	}
}
@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 .ry-text p,
	.ry-btn {
		font-size: 18px !important;
	}
}

.module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper) .hp-headline h2 {
	color: #eedeff;
}

.module-welcome.style-7.bvd {
    background: #eedeff;
    padding-bottom: 60px;
	padding-top: 40px;
}
.module-welcome.style-7.bvd .ry-flex {
    flex-direction: row-reverse;
}
.module-welcome.style-7.bvd:before {
    display: none;
}

.module-welcome.style-7.bvd .ry-flex .ry-each:not(.image-wrapper) .hp-headline h2 {
	color: #02002b;
    line-height: 110%;
}

.module-welcome.style-7.bvd .ry-text p {
    color: #222222;
}

.module-welcome.style-7.bvd .button-wrapper {
    justify-content: flex-start;
    gap: 20px;
}

.module-welcome.style-7.bvd .ry-flex .ry-each.image-wrapper .photo {
	padding-bottom: 100%;
}

@media (max-width: 1300px) {
	.module-welcome.style-7.bvd .button-wrapper { 
		justify-content: center;
	}
	.module-welcome.style-7.bvd .ry-flex {
		flex-direction: column-reverse;
	}
	.module-welcome.style-7.bvd .ry-each:not(.image-wrapper), .module-welcome.style-7.bvd .ry-text p {
		padding-left: 0;
		max-width: 750px;
		width: 100%;
	}
	.module-welcome.style-7.bvd .ry-each:not(.image-wrapper) * {
		text-align: center !important;
	}
	.module-welcome.style-7.bvd .ry-each .ry-btn {
		margin: 0px 0 0;
	}
}

@media (max-width: 767px) {
	.module-welcome.style-7.bvd .button-wrapper { 
		flex-direction: column;
	}
}
/* END STYLE 7 */
