<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */
/*
.service-style-1 h2 {margin: 10px 0;}
.ry-menu .ry-nav li .dropdown-toggle {padding: 30px 0;}
ul#quick-links li a {display: block;width: 100%;}
#in-services-3 ul li a {margin-left: 0px;margin-top:30px}
*/
[x-cloak] { display: none !important; }
.promotions img { min-width: 22rem; max-width:22rem;}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.mobile-menu-icon a{display: flex;height: 100%;width: 100%;justify-content: center;align-items: center;}

div#faq-accordion-style h3.text-white{
    font-weight:400;
    font-size:1.2em;
    transition:all .3s ease
}


[data-page-name="contact-us"] div#footer-map, [data-page-name="locations"] div#footer-map{
    display: none;
}


.contact-template.style-3 .ry-form-box-wrapper {
    margin-bottom:8vw
}

/*FRAMES*/
#brands-inner .frame-wrapper &gt; div {
  display:flex;
  justify-content:center;
  align-items:center
}

/**Updated CSS**/

@media (min-width: 1024px) {
	.homepage-video-slider {
        margin-top: 0px;
        height: 100vh;
        overflow: hidden;
    }
	.slider-info-center-bottom {
		bottom: 4%;
	}
	.homepage-swiper {
		margin-top: 0px;
		height: calc(0px + 100vh) !important;
		overflow: hidden;
		max-height: 100%;
	}
	.homepage-swiper .swiper-slide img {
		height: calc(0px + 100vh) !important;
		object-position: center top;
	}
}
@media (max-width: 1023px) {
	.homepage-video-slider::before {
		opacity: 0; 
	}
	.homepage-swiper .swiper-slide img, .homepage-swiper {
		height: 100% !important;
	}
}

@media (max-width: 1023px) { 

	.homepage-swiper .slider-info,
	.homepage-video-slider .slider-info {
		position: relative;
		top: 0;
		transform: unset;
		left: 0;
		background: var(--color-secondary-background);
		padding: 3em 1em 3em;
        width: 100% !important;
        max-width: 100%;
	}
	.homepage-swiper {
		padding-top: 0px;
	}
	.homepage-swiper .slider-info .ry-btn-primary {
		border: 1px solid white;
	}
	.homepage-swiper .slider-info div {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

#ry-pg-body :is(.navigation-3) .bg-primary-background {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-196fa911-8a6d-407d-b9b3-5b1ba583f0e6/Assets/header_bg.jpg);
    background-size: cover;
}

#ry-pg-body :is(.navigation-3) .cta-btn:hover {
    background: #fff;
}

div#section-hp-services {
    background: #f9f9f9;
}

@media (max-width: 500px) {
	div#section-hp-services .ser-title h4 {
    font-size: 16px;
}
	div#section-hp-services .ser-title {
		left: 20px !important;
	}
	#hp-brands-3 .swiper-pagination {
		position: relative;
		transform: unset;
		margin-top: 40px;
	}
	#hp-brands-3 .brands-swiper-3 {
		padding-bottom: 0;
	}
}

#welcome-wrap.style-1:before, .module-welcome.style-5:before, .module-welcome.style-6:before {
	background-position: center bottom;
}

body[data-page-name="contact-us"] div#ry-footer-top-contact {
    display: none;
}

.homepage-team-swiper-2 .swiper-slide p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.testimonials-swiper-4 .swiper-slide p,
#hp-testimonials-5 .text-base p,
.testimonials-swiper-2 .swiper-slide .text-base p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

#section-hp-team:after {
    content: "";
    position: absolute;
    inset: 0;
    bottom: unset;
    background: linear-gradient(to bottom, #d6e0eb, transparent);
    z-index: 0;
    height: 80%;
}

.module-welcome.style-5:after {
    content: "";
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 65%;
    background: linear-gradient(to bottom, #F9F9F9, transparent);
}

/*Homepage CTA*/

div#homepage-cta {
    position: relative;
}

div#homepage-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e36e495d-6b61-4f13-aae8-a3ba6adeb175/Assets/cta_background.jpg);
    background-size: cover;
    background-position: center bottom;
}
	

div#hp-cta-block .ry-each {
    width:30%;
    border-bottom:1px solid #858585;
    margin-bottom:10px;
    padding-bottom:20px;
    cursor: pointer;
    transition:all ease 0.6s;
    max-width:200px;
}

div#hp-cta-block {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 85%;
	flex-wrap: wrap;

}

div#hp-cta-block .ry-each:nth-child(2) {
    position:relative;
    top:5em;
    height: 100%;
}

div#hp-cta-block .ry-each:hover {
 transform: scale(1.1);

}


@media (min-width:992px) and (max-width:1400px) {
    div#hp-cta-block {
        width: 90%;
        gap: 0;
    }

    
    div#hp-cta-block .ry-each {
        width: 26%;
    }
}

@media (max-width:991px) {
    
    div#hp-cta-block {
        width: 100%;
    }
    
    div#hp-cta-block .ry-each:nth-child(2) {
        top: 0;
    }
}


/*Homepage CTA*/  

@media(max-width:1880px) {
		#homepage-cta .lg\:ml-10 {
		margin-left: 100px;
		margin-right: 100px;
	}
}
@media(min-width:1080px) and (max-width:1500px) {
	div#hp-cta-block {
		width: fit-content;
	}
	#homepage-cta  .container {
		max-width: 1280px;
		width:100%;
	}   
	#homepage-cta .lg\:ml-10 {
		margin-left: 100px;
		margin-right: 50px;
	}
	#homepage-cta .section-bg {
		background-size:cover

	}

	#homepage-cta  .lg\:basis-2\/3 {
		flex-basis: unset;
	}
}

@media (max-width: 1080px) {
	#homepage-cta .lg\:ml-10 {
		margin-right: 50px;
	}
}
@media(max-width:1023px) {
	div#hp-cta-block {
		width: fit-content;
		width: 100%;
		display:flex;
		justify-content: center;
		flex-direction:row;
		gap:30px;
		row-gap:60px;
	}
	div#hp-cta-block .ry-each {
    width: calc(50% - 30px);}
	div#hp-cta-block .ry-each .text-balance {
    min-height: 48px;}
	#homepage-cta  .flex-wrap{
		justify-content:center !important;
		width:100%;
		margin:0 auto;
	}

	div#hp-cta-block .ry-each {
		display:flex;
		flex-direction:column;
	}
	div#hp-cta-block .ry-each:nth-child(2) {
		top: unset;
	}
	#homepage-cta .lg\:ml-10 {
		margin: 0 0 30px;
	}

	#homepage-cta .max-w-\[250px\] {
		margin:auto !important
	}
	#homepage-cta .container {
		padding:50px 0
	}
}

#ry-footer::before {
	background-position: center top;
}

#ry-footer ul {
    line-height: 2;
}
.footer-contents ul li, .footer-contents a, .footer-contents h4, .footer-contents p {
    color: #141414;
}
#ry-footer-3::after {
	display: none;
}
#ry-footer-3::before {
	opacity: 1;
	background: var(--color-secondary-background);
}
#ry-footer-3 .footer-contents {
    background: #fff;
	border: 6px solid var(--color-primary-background);
}
#ry-footer-3 .footer-contents::before {display: none;}
div#hp-insurance-1, div#hp-brands-5 {
    background: #f9fafe;
}
@media (max-width:700px) { 
	#ry-footer-3 .footer-contents {
		max-width: 90% !important;
		width: 100% !important;
		padding: 3em 1em !important;
	}

	div#ry-footer-3 {
		padding: 0;
	}

	#ry-footer-3 .footer-contents {
		text-align: center !important;
	}
}

body[data-page-name="contact-us"] #footer-map {
	display: none;
}

body[data-page-name="contact-us"] div#ry-footer-3 {
    margin-top: 200px;
}

#ry-footer ul {
    line-height: 2;
}
.footer-contents ul li, .footer-contents a, .footer-contents h4, .footer-contents p {
    color: #141414;
}
#ry-footer-3::after {
	display: none;
}
#ry-footer-3::before {
	opacity: 1;
}
#ry-footer-3 .footer-contents {
    background: #fff;
	border: 6px solid var(--color-primary-background);
}
#ry-footer-3 .footer-contents::before {display: none;}
div#hp-insurance-1, div#hp-brands-5 {
    background: #f9fafe;
}
@media (max-width:700px) { 
	#ry-footer-3 .footer-contents {
		max-width: 90% !important;
		width: 100% !important;
		padding: 3em 1em !important;
	}

	div#ry-footer-3 {
		padding: 0;
	}

	#ry-footer-3 .footer-contents {
		text-align: center !important;
	}
}

body[data-page-name="contact-us"] #footer-map {
	display: none;
}

body[data-page-name="contact-us"] div#ry-footer-3 {
    margin-top: 200px;
}
.footer-privacy strong {
    color:rgb(185 28 28 / 1) !important;
}
.custom .title h5 {
    margin-bottom: 0 !important;
    line-height: 1;
    margin-top: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
.custom .ry-each .photo {
    margin-right: 20px;
    margin-bottom: 20px;
}


[data-page-id="WebPage-30d32f59-92b3-4e57-9323-5df79bde6449"] #in-services-3 img{
	object-fit:cover;
	max-width:280px;
	width:100%;
	height:fit-content
}

@media(max-width:1080px) {
	[data-page-id="WebPage-30d32f59-92b3-4e57-9323-5df79bde6449"] #in-services-3 img{
	width:100%
	}
}
@media (max-width: 1023px) {
	.custom .ry-each .photo {margin: 0 auto;}
}
@media(max-width:767px) {
	[data-page-id="WebPage-30d32f59-92b3-4e57-9323-5df79bde6449"] #in-services-3 img{
		max-width:100%
	}
}

@media (max-width: 390px) {
.custom .ry-each .photo {
	float: none;
}
}</pre></body></html>