:root {
	--text-normal: "helvetica-neue-lt-pro" !important;
		--text-title: "ivypresto-display" !important;
		--clr-primary: #2b2c31;
		--clr-secondary: #dcd7cb;
		--clr-base: #333;
		--lg-normal: 18px;
		--lg-small: 16px;
		--light: 300;
		--normal: 400;
		--bold: 700;
		--leading-tight: 1.3;
		--leading-normal: 1.5;
		--leading-spaced: 1.7;
	}

	.anchor-hidden {
		scroll-margin-top: 160px;
	}

	.background-section, 
	.background-section img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.link, .link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 9;
	}


	button.slide-arrow {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
		filter: invert(1);
		background-size: contain;
		left: 0;
		transform: translate(0, -50%);
		border: unset;
		box-shadow: unset;
		outline: unset;
	}

	button.slide-arrow.next-arrow {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		left: unset;
		right: 0;
	}

	.ry-text p {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
		color: var(--clr-base);
			}

	.ry-btn {
		font-size: 18px !important;
		padding: 10px 30px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 1;
		font-weight: 400;
		border: 1px solid transparent;
		min-height: 60px !important;
		height: auto;
		border-radius: 30px;
	}

	.ry-btn.btn-transparent:not(:hover),
	.ry-btn.transparent-btn:not(:hover) {
		border-color: var(--clr-primary);
			background: transparent !important;
			color: #221f1f !important;
			}

	.ry-btn.btn-center {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.ry-btn.ry-btn-primary:hover {
		border: 2px solid var(--clr-primary)!important;
			background: transparent !important;
			color: var(--clr-primary) !important;
				}
	.ry-btn.ry-btn-secondary:hover {
		border: 2px solid var(--clr-secondary) !important;
			background: var(--clr-secondary) !important;
				color: #fff !important;
				}
	.ry-btn.ry-btn-white:hover {
		border: 1px solid #fff !important;
		background: transparent !important;
		color: #fff !important;
	}

	.ry-btn.ry-btn-primary.btn-white:not(:hover) {
		background: transparent !important;
		border: 1px solid;
	}

	.ry-btn.ry-btn-primary.btn-white:hover {
		background: #fff !important;
		color: #333;
		border: 1px solid #fff !important;
	}

	.ry-btn {
		font-family: 'sweet-sans-pro';
		font-weight: 600 !important;
	}

	.ry-btn.ry-btn-secondary {
		color: var(--clr-primary) !important;
			border: 2px solid;
			}

	.ry-headline h2,
	#ry-pg-body .ry-headline h2 {
		font-size: 55px;
		font-weight: 300 !important;
		font-family: 'ivypresto-display' !important;
		line-height: 1.1;
	}

	.home .slick-dots,
	.default .slick-dots {
		display: flex !important;
		justify-content: center;
		width: 100%;
		margin-top: 30px;
		gap: 5px;
		list-style: none;
		padding: 0 !important;
	}

	.home .slick-dots li button,
	.default .slick-dots li button {
		width: 12px;
		height: 12px;
		padding: 0;
		border-radius: 50%;
		border: unset;
		text-indent: -99999px;
		background: #000;
		transition: .5s;
		opacity: .5;
		min-width: 12px;
	}

	.home .slick-dots li,
	.default .slick-dots li {
		height: 12px;
		min-width: 12px;
		padding: 0 !important;
		margin: 0 !important;
	}

	.home .slick-dots li.slick-active button,
	.default .slick-dots li.slick-active button {
		width: 50px;
		border-radius: 5px;
		opacity: 1;
		background: #0f0f0f;
	}

	#menu_container {
		padding-top: 50px;
	}

	#menu_container .mm-listview li a {
		font-size: 16px;
		line-height: 1;
		letter-spacing: initial !important;
	}

	.mm-panel .mob-menu a {
		font-size: 16px;
		line-height: 1;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mm-panel {
		padding-left: 0;
		padding-right: 0p;
	}

	a.mm-navbar__title {
		font-size: 16px;
	}


	.module-hero .text-center {
		position: relative;
		padding-bottom: 100vh;
	}

	.module-hero .text-center img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-hero .carousel-control {
		display: none;
	}

	.module-hero .hero-text {
		position: absolute;
		bottom: 100px;
	}

	.module-hero .hero-text .ry-container .content {
		max-width: 1500px;
		/* width: 90%; */
	}

	.module-hero .hero-text .ry-container {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 110px 110px 60px;
		background: #fcfbf7d1;
		border: 2px solid var(--clr-primary);
			}

	.module-hero .hero-text .ry-container .ry-headline h1 .span-1,
	.ry-headline h2 .span-1,
	#ry-pg-body .ry-headline h2 .span-1 {
		font-size: 20px;
		display: block;
		font-family: sweet-sans-pro;
		font-weight: 600;
		margin-bottom: 30px;
		text-transform: uppercase;
	}

	.module-hero .hero-text .ry-container .ry-headline h1 {
		font-size: 100px;
		font-weight: 300 !important;
		font-family: ivypresto-display !important;
		letter-spacing: -0.5px;
		line-height: 1;
		margin-bottom: 40px;
	}

	.module-hero .hero-text .ry-container .ry-text p {
		max-width: 1250px;
		margin: auto;
		margin-bottom: 60px;
	}



	.block-side-by-side {
		padding: 140px 0 110px;
	}

	.block-side-by-side .each-photo {
		width: 53%;
	}

	.block-side-by-side .each-text {
		width: 47%;
		padding-left: 100px;
	}

	.block-side-by-side .each-text .ry-headline h2 {
		margin-bottom: 30px;
	}

	.block-side-by-side .ry-flex {
		align-items: center;
	}

	.block-side-by-side .each-text .button-wrapper {
		padding-top: 30px;
	}

	.module-brand-channel {
		position: relative;
		padding: 130px 0;
		background: #dcd6ca;
	}

	.module-brand-channel .each img {
		max-height: 55px;
		object-fit: contain;
	}

	.module-precision {
		padding: 60px 0;
		background: #2c2d32;
	}

	.module-precision .each-list .ry-text p > strong {
		font-size: 22px;
		color: #fff;
	}

	.module-precision .each-list ul {
		list-style: none;
		padding-left: 0;
	}

	.module-precision .each-list ul li {
		position: relative;
		padding: 30px;
		padding-left: 60px;
		font-size: 22px;
		background: #8a8375;
		border: 2px solid #fbfaf7;
		border-right: unset;
	}

	.module-precision .each-list ul li p {
		font-size: 22px;
		color: #fff;
		font-family: 'sweet-sans-pro' !important;
		font-weight: 400 !important;
		line-height: 1;
		font-weight: 600 !important;
		letter-spacing: -0.3px;
		margin-right: -20%;
		z-index: 2;
		position: relative;
	}

	.module-precision .each-list ul {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: 20px;
	}

	.module-precision .each-list ul li:before {
		position: absolute;
		right: -70%;
		width: 100%;
		background: #000;
		background: #8a8375;
		border: 2px solid #fbfaf7;
		content: "";
		height: 100%;
		top: -2px;
		border-left: unset;
		border-right: unset;
		min-height: 86px;
	}
	.module-precision .each-list ul li p:before {
		content: "";
		width: 18px;
		left: -25px;
		height: 18px;
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-594590a8-0322-434b-91b2-cc2779b8ba69/HomeAssets/check.png);
		position: absolute;
		background-size: contain;
		top: 2px;
	}
	.module-precision .ry-flex {
		align-items: center;
	}

	.module-precision .ry-flex .ry-headline h2 {
		color: #fff;
		max-width: 640px;
		margin-bottom: 35px;
	}

	.module-precision .ry-flex .each-text p {
		font-size: 22px;
		color: #fff;
		max-width: 550px;
		font-weight: bold !important;
	}

	.module-precision .ry-flex .each-text .button-wrapper {
		padding-top: 30px;
	}

	.brand-infinite-slide {
		display: flex;
		width: max-content;
		animation: marquee 30s linear infinite;
	}

	.brand-marquee {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.brand-track {
		display: flex;
		align-items: center;
		width: max-content;
		will-change: transform;
	}

	.brand-track .each {
		flex-shrink: 0;
		padding: 0 40px;
		width: auto !important;
		max-width: max-content;
	}

	.brand-track img {
		max-height: 55px;
		width: auto;
		display: block;
		max-width: 160px;
		object-fit: contain;
	}

	.module-services.custom {
		padding: 90px 0 100px;
	}

	.module-services.custom .ry-headline h2 {
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}

	.module-services.custom .ry-text p {
		color: #fff;
	}

	.module-services.custom  .ry-flex {
		margin-top: 70px;
		max-width: 900px;
		gap: 12px;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.module-services.custom .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-services.custom .ry-flex .each {
		width: calc(50% - 6px);
		min-height: 360px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #dcd6ca;
		padding: 40px;
		outline: 2px solid #fbfaf7;
		border-radius: 2px;
	}
	.module-services.custom .ry-flex .each {
		width: calc(33.33% - 8px);
	}

	.module-services.custom .ry-flex {
		max-width: 1600px;
		justify-content: center;
	}
	.module-services.custom .ry-flex .each .ry-text p {
		text-align: center !important;
	}

	.module-services.custom .ry-flex .each .ry-text {
		text-align: center;
		font-size: 18px;
		line-height: 1.5;
		color: #2b2c31;
		margin-top: 40px;
	}

	.module-services.custom .ry-flex .each .title {
		text-align: center;
		font-size: 21px;
		font-family: 'sweet-sans-pro' !important;
		text-transform: uppercase;
		color: #2b2c31;
		font-weight: 600 !important;
		padding: 0 30px;
	}

	.module-appointment-text-only {
		padding: 140px 0 160px;
	}

	.module-appointment-text-only .ry-container {
		max-width: 840px;
		width: 90%;
	}

	.module-appointment-text-only .ry-container .ry-headline h2 {
		margin-bottom: 30px;
	}

	.module-appointment-text-only .ry-container .button-wrapper {
		padding-top: 25px;
	}

	.module-appt-side {
		padding: 120px 0;
	}

	.module-appt-side .each .ry-headline h2 {
		max-width: 600px;
	}

	.ry-btn.ry-btn-based:not(:hover) {
		background: #a4a5a8 !important;
		border-color: #2b2c31;
		color: #2b2c31 !important;
	}

	.module-appt-side .ry-btn {
		margin-top: 25px;
		margin-left: 0 !important;
	}

	.module-reviews.custom {
		padding: 120px 0;
	}

	.module-reviews.custom .testimonials-wrapper {
		padding: 100px;
		/* Semi-transparent background layer */
		background: rgb(0 0 0 / 20%); 

		/* The magic blur effect applied to elements behind this panel */
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px); /* Safari support */

		/* Subtle white border to simulate light reflecting off glass edges */
		border: 2px solid #fbfaf7;

		/* Rounded corners and a soft shadow for realistic depth */
		/* border-radius: 16px; */
		box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
		max-width: 1280px;
		border-radius: 2px;
	}

	.module-reviews.custom .testimonials-wrapper .star-wrapper {
		display: none;
	}

	.module-reviews.custom .testimonials-wrapper .carousel-control {
		display: none;
	}

	.module-reviews.custom .testimonials-wrapper .ry-text p,
	#ry-pg-body .module-reviews.custom .testimonials-wrapper .ry-text p {
		text-align: center;
		max-width: 960px;
		margin: auto;
		color: #fff;
	}

	.module-reviews.custom .testimonials-wrapper .carousel-indicators {
		display: none !important;
	}

	.module-reviews.custom .ry-text h4,
	#ry-pg-body .module-reviews.custom .ry-text h4 {
		font-size: 35px;
		text-align: center;
		color: #fff;
		font-family: 'sweet-sans-pro' !important;
		text-transform: uppercase;
		font-weight: 600 !important;
		letter-spacing: -0.5px;
		max-width: 640px;
		margin: auto;
		line-height: 1.1;
	}

	.module-reviews.custom .ry-name h5 span {
		display: none;
	}

	.module-reviews.custom .ry-name h5,
	#ry-pg-body .module-reviews.custom .ry-name h5 {
		font-size: 18.5px;
		text-align: center;
		color: #fff;
		font-weight: 400 !important;
		max-width: max-content;
		margin: auto;
		position: relative;
	}

	.module-reviews.custom .ry-name {
		padding-top: 35px;
	}

	.module-reviews.custom .ry-name h5:before {
		content: "";
	}

	.module-reviews.custom .ry-name h5:before {
		content: "";
		width: 30px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: -35px;
		top: 7px;
	}

	.module-reviews.custom .content {
		display: flex;
		justify-content: center;
	}

	.module-care {
		padding: 150px 0;
	}

	.module-care .ry-content .photo {
		/* display: none; */
		position: absolute;
		max-width: 280px;
	}

	.module-care .ry-content .group {
		margin-top: 90px;
		display: flex;
		flex-direction: column;
		gap: 40px;
		padding-bottom: 80px;
	}

	.module-care .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-care .ry-content .group .each {
		max-width: 480px;
	}

	.module-care .ry-content .group .block:nth-child(even) {display: flex;justify-content: flex-end;}

	.module-care .ry-content .group .block:nth-child(odd) {
		display: flex;
		justify-content: flex-start;
	}

	.module-care .ry-content .group .each .ry-text h5 {
		font-size: 36px;
		font-family: 'ivypresto-display' !important;
		font-weight: 300 !important;
		margin-bottom: 45px;
	}

	.ry-text {}

	.module-care .ry-content .group .block:nth-child(odd) * {
		text-align: right;
	}

	.module-care .ry-content .group .each .ry-text h4 {
		font-size: 20px;
		font-family: 'sweet-sans-pro' !important;
		text-transform: uppercase;
		line-height: 1.2;
		margin-bottom: 15px;
		min-height: 48px;
		font-weight: 500 !important;
	}

	.module-care .ry-content .group .each .ry-text p {
		/* font-weight: 300 !important; */
		letter-spacing: 0.3px;
	}

	.module-care .ry-content .group:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		width: 1px;
		height: calc(100% - 50px);
		background: #2b2c31;
	}

	.module-care .ry-content .photo.photo-1 {
		top: -50px;
		left: -30%;
	}

	.module-care .ry-content .photo.photo-2 {
		bottom: -50px;
		right: -30%;
	}

	.module-footer {
		background: #2c2d32;
	}

	.module-footer .footer-top {
		padding: 95px 0 60px;
	}

	.module-footer .ry-container {
		max-width: 1740px;
		width: 90%;
	}

	.module-footer .footer-top .ry-flex {
		gap: 50px;
	}

	.module-footer .footer-top .ry-flex .each.each-left {
		max-width: 480px;
	}

	.module-footer .footer-top .ry-flex .each.each-right {
		width: 100%;
	}

	.module-footer .footer-top .ry-flex .each.each-left .photo {
		margin-bottom: 40px;
		max-width: 415px;
	}

	.module-footer .footer-top .ry-flex .each.each-left .ry-text p {
		color: #fff;
		text-align: left;
	}

	.module-footer .footer-top .ry-flex .each.each-left .social-inner-wrap {
		display: flex;
		gap: 7px;
	}

	.module-footer .footer-top .ry-flex .each.each-left .social-inner-wrap li {
		width: auto;
		height: auto;
		margin: 0;
		overflow: unset;
	}

	.module-footer .footer-top .ry-flex .each.each-left .social-inner-wrap li a {
		width: 43px;
		height: 43px;
		min-width: 43px;
		background: transparent;
		border: 1px solid #fff;
		border-radius: 50%;
	}

	.module-footer .footer-top .ry-flex .each.each-left .social-f {
		margin-top: 30px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 {
		padding: 65px 45px 85px 75px;
		border: 2px solid #fbfaf7;
		border-radius: 2px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .title,
	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block .span-1 {
		font-weight: bold !important;
		text-transform: uppercase;
		color: #fff;
		line-height: 1;
		margin-bottom: 40px;
		display: block;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex ul {
		list-style: none;
		padding: 0;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex ul li a {
		color: #fff;
		font-size: 18px;
		display: block;
		line-height: 1;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex ul li:not(:last-child) {
		margin-bottom: 15px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex ul li.ry-link-item a {
		color: #acacad;
		text-decoration: underline !important;
		text-underline-offset: 4px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .group-block {
		display: flex;
		flex-direction: column;
		gap: 45px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .group-block .each-menu:not(:first-child) .title {
		margin-bottom: 20px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .block {
		max-width: max-content;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block .phone .span-1 {
		margin-bottom: 15px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block .phone a, .module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block .phone {
		font-size: 18px;
		color: #fff;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block {
		margin-bottom: 35px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block .phone > br:nth-child(2) {
		display: none;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block .phone {}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-2 {
		padding-top: 45px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex {
		display: flex;
		gap: 35px 0;
		flex-wrap: wrap;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block {
		width: 33.33%;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block .title,
	.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block .title a{
		font-size: 18px;
		color: #fff;
		margin-bottom: 10px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block .ry-text a {
		color: #fff;
		font-size: 18px;
		line-height: 1.8;
		text-decoration: underline !important;
		text-underline-offset: 4px;
		color: #acacad;
	}
	.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block .ry-text {
		font-size: 18px;
		line-height: 1.8;
		color: #acacad;
	}
	.footer-bottom {
		padding: 40px 0;
		background: #a4a5a8;
	}

	.footer-bottom * {
		font-size: 16px;
		font-weight: bold !important;
		font-family: 'helvetica-neue-lt-pro';
		color: #2c2d32;
		line-height: 1.1;
	}

	.footer-bottom .ry-container {
		display: flex;
		justify-content: space-between;
	}

	.footer-bottom .ry-container .ry-right, 
	.footer-bottom .ry-container .ry-left {
		max-width: max-content;
		width: 100%;
	}

	.footer-bottom .ry-container .ry-right .powered {
		display: flex;
		gap: 5px;
	}

	.footer-bottom .ry-container .ry-right .powered img {
		max-width: max-content;
		object-fit: contain;
		margin-bottom: -2px;
	}

	.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block li p {
		font-size: 18px;
		line-height: 1;
	}

	.module-footer .footer-top .ry-flex .each.each-left ul {
		list-style: none;
		padding: 0;
	}

	.module-footer .footer-top .ry-flex .each.each-left .social-inner-wrap li a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.module-footer .footer-top .ry-flex .each.each-left .social-inner-wrap li a svg {
		width: 17px;
		fill: #fff;
	}

	.module-header.style-8 .text-banner {
		background: #8a8375;
		border-bottom: 1px solid #fff;
		padding: 20px 0;
	}

	.module-header.style-8 .text-banner .ry-text div {
		font-size: 17px;
		color: #fff;
	}

	.module-header.style-8 .text-banner .ry-text a {
		font-weight: bold;
		color: #fff;
		position: relative;
		text-decoration: underline !important;
		text-underline-offset: 4px;
	}

	.module-header.style-8 .text-banner .ry-text a:after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-double-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708'/%3E%3Cpath fill-rule='evenodd' d='M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		background-size: contain;
		filter: invert(1);
		left: -3px;
		position: relative;
	}

	.module-header.style-8 .menu-wrapper.new {
		border: unset;
	}

	.module-header.style-8 .ry-container {
		max-width: 1800px;
		width: 90%;
	}

	.module-header.style-8 .ry-flex {
		padding: 30px 0;
		gap: 30px;
		align-items: center;
		transition: .2s;
	}

	.module-header.style-8 .ry-flex .each.each-center {}

	.module-header.style-8 .ry-flex .each.each-center img {
		max-width: 70px;
		margin: auto;
	}

	.module-header.style-8 .ry-flex .each {
		width: max-content;
	}

	.module-header.style-8 .ry-flex .each.each-center {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.module-header.style-8 .menu-wrapper.new .ry-right {
		width: 100%;
		max-width: unset;
		padding: 0;
	}

	.module-header.style-8 .menu-wrapper.new .ry-right {}

	.module-header.style-8 .ry-right .ry-menu .nav-menu li {
		padding: 0;
	}

	.module-header.style-8 .ry-right .ry-menu .nav-menu li a {
		font-size: 20px;
		letter-spacing: initial;
		text-transform: initial;
	}

	.module-header.style-8 .menu-wrapper.new .ry-right .ry-menu > ul {
		display: flex;
		gap: 25px;
	}

	.module-header.style-8 {
		background: transparent !important;
		position: fixed;
	}

	.module-header.style-8 .ry-flex .each.each-right .ry-btn {
		width: 100%;
		max-width: 100%;
		min-width: 340px;
		font-size: 18px !important;
		font-weight: bold !important;
	}

	.module-header.style-8 .ry-flex .each.each-right .ry-btn .icon {
		display: none;
	}

	.module-header.style-8 .ry-flex .each .group-button {
		display: flex;
		flex-direction: column;
		gap: 7px;
	}

	.module-header.style-8.fixed {
		background: #2b2c31 !important;
	}

	.module-header.style-8.fixed .ry-flex {
		padding: 10px 0;
	}

	.module-header.style-8.fixed .ry-flex .each .group-button {
		/* flex-direction: row; */
	}

	.module-header.style-8.fixed .ry-flex .each .group-button .ry-btn span {
		/* display: none !important; */
	}

	.module-header.style-8.fixed .text-banner {
		height: auto;
		opacity: 1;
		padding: 20px 0;
		visibility: visible;
		margin-top: -60px;
	}


	.module-header.style-8 .ry-right .ry-menu .nav-menu li:hover .dropdown-menu {
		top: 28px;
	}

	.module-header.style-8 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		padding: 10px 30px !important;
		color: #2b2c31 !important;
		font-family: 'sweet-sans-pro';
	}

	.module-header.style-8 .ry-right .ry-menu .nav-menu li .dropdown-menu li.active a {
		color: #fff !important;
	}
	@media (max-width: 1920px) {
		.module-care .ry-content .photo.photo-1 {
			left: -25%;
		}

		.module-care .ry-content .photo.photo-2 {
			right: -25%;
		}
	}

	@media (max-width: 1680px) {
		.module-hero .hero-text .ry-container .ry-headline h1 {
			font-size: 80px;
		}

		.module-hero .hero-text .ry-container .ry-headline h1 .span-1 {
			margin-bottom: 20px;
		}

		.ry-headline h2,
		#ry-pg-body .ry-headline h2 {
			font-size: 50px;
		}

		.module-precision .ry-flex .each-text p {
			font-size: 20px;
		}

		.module-precision .each-list ul li p {
			font-size: 20px;
		}
		.module-care .ry-content .group .each {width: 40%;}

		.module-care .ry-content .group {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
		}

		.module-care .ry-content {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-care .ry-content .photo.photo-1 {
			left: -16%;
		}

		.module-care .ry-content .photo.photo-2 {
			right: -16%;
		}
	}

	@media (max-width: 1480px) and (min-width: 1381px) {
		.module-care .ry-content .photo.photo-1 {
			left: -8%;
			top: 100px;
		}

		.module-care .ry-content .photo.photo-2 {
			right: -7%;
			bottom: 50px;
		}
	}

	@media (max-width: 1380px) {
		.module-header.style-8 .ry-flex .each.each-right .ry-btn {
			font-size: 16px !important;
			min-height: 56px !important;
			min-width: 300px;
			letter-spacing: initial !important;
		}

		.module-header.style-8 .ry-flex .each.each-right .ry-btn span {
			letter-spacing: -0.3px;
		}

		.ry-btn {
			min-height: 56px !important;
			font-size: 16px !important;
		}

		.module-header.style-8 .ry-flex {
			padding: 20px 0;
		}

		.module-header.style-8 .text-banner .ry-text div {
			font-size: 16px;
		}

		.module-header.style-8.fixed .ry-flex .each.each-center img {
			max-width: 50px;
		}

		.block-side-by-side .each-text {
			padding-left: 3vw;
		}

		.module-hero .hero-text .ry-container .ry-headline h1 {
			font-size: 66px;
		}

		.ry-headline h2 {
			font-size: 46px;
		}

		.module-precision .ry-flex .each-text p {
			font-size: 18px;
		}

		.module-precision .each-list ul li p {
			font-size: 18px;
		}

		.module-precision .each-list ul li {
			padding: 25px 30px;
			padding-right: 0;
		}

		.module-precision .each-list ul li:before {
			min-height: 72px;
		}

		.module-precision .each-list .ry-text p > strong {
			font-size: 18px;
		}

		.module-care .ry-content .photo.photo-1 {
			left: -6%;
		}

		.module-care .ry-headline h2 {
			max-width: 900px;
			width: 90%;
			margin: auto;
		}

		.module-care .ry-content .group {
			max-width: 768px;
		}

		.module-care .ry-content .photo.photo-2 {
			right: -6%;
		}

		.module-hero .hero-text .ry-container {
			padding: 80px 80px 60px;
		}

		.module-hero .hero-text .ry-container .ry-text p {
			margin-bottom: 30px;
		}
		.module-header.style-8 .ry-flex .each.each-right .ry-btn {
			min-width: unset;
			min-height: unset !important;
		}

		.module-header.style-8 .ry-flex .each.each-right .ry-btn span {
			display: none;
		}

		.module-header.style-8 .ry-flex .each.each-right .ry-btn {
			width: 50px;
			height: 50px;
			padding: 0;
			display: flex !important;
			align-items: center !important;
			justify-content: center;
			gap: unset !important;
		}

		.module-header.style-8 .ry-flex .each.each-right .ry-btn .icon {
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.module-header.style-8 .ry-flex .each.each-right .ry-btn .icon svg {
			width: 20px;
			height: 20px;
			fill: #333;
		}

		.module-header.style-8 .ry-flex .each.each-right .ry-btn .icon svg {
			margin: 0;
		}

		.module-header.style-8 .ry-flex .each .group-button {
			flex-direction: row;
		}

		.module-header.style-8 .ry-flex {
			padding: 40px 0 30px;
		}

		.module-header.style-8 .ry-flex .each.each-center img {
			max-width: 60px;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex {
			gap: 15px;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-1 {
			padding: 60px 40px;
		}
	}

	@media (max-width: 1080px) {

		#menu-list {

			width: 35px;
			height: 35px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			transition: .5s;
			z-index: 10;
		}

		.menu-line1{
			width: 100%;
			height: 2px;
			background: #fff;
			transition: .6s;
		}

		.menu-line2{
			width: 100%;
			height: 2px;
			margin-top: .7rem;
			background: #fff;
			transition: .6s;
		}

		.rotate {
			transform: rotateZ(180deg)
		}
		.rotate1{
			background: #212121;
			transform: rotateZ(45deg);
		}
		.rotate2{
			background: #212121;
			width: 100%;
			transform:  translate(0,-0.8rem) rotateZ(-45deg);
		}

		.mobile-header.style-8 .text-wrapper a {
			background: transparent;
			display: initial;
		}

		.mobile-header.style-8 .mobile-container {
			display: block;
			background: transparent !important;
		}

		.col-xs-12.text-banner {
			display: none;
		}

		.mobile-container .mobile-nav {
			height: unset;
			width: unset;
			margin-right: 0;
			max-width: unset;
			margin-left: auto;
		}

		.mobile-container .mobile-nav button {
			width: 30px;
			height: 30px;
		}

		.mobile-header.style-8 .mobile-container .mobile_logo {
			position: absolute;
			left: 50%;
			transform: translate(-50%, 0);
		}

		.mobile-header.style-8 .mobile-container .mobile_logo img {
			max-height: 70px;
			object-fit: contain;
		}

		.mobile-container .flex-wrap .flex-item.right-nav {
			display: none;
		}

		.mobile-container .flex-wrap .flex-item.left-nav {
			justify-content: flex-end;
			max-width: unset;
			width: unset;
			margin-left: auto;
			padding: 0;
			padding-right: 30px;
		}

		#menu_container .hamburger .hamburger-inner:after,
		#menu_container .hamburger .hamburger-inner:before {
			width: 30px;
			height: 1px;
		}

		#menu_container .hamburger .hamburger-inner {
			width: 30px;
			height: 1px;
		}

		.footer-bottom .ry-container {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.footer-bottom .ry-container * {
			text-align: center;
			font-weight: 500 !important;
		}

		.footer-bottom .ry-container .ry-right .powered {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.ry-text p {
			font-size: 16px;
		}

		.module-footer .footer-top .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 30px;
		}

		.module-footer .footer-top .ry-flex .each.each-left .ry-text p {
			text-align: center;
		}

		.module-footer .footer-top .ry-flex .each.each-left .photo {
			max-width: 320px;
			margin-bottom: 20px;
		}

		.module-footer .footer-top .ry-flex .each.each-left {
			max-width: unset;
			flex-direction: column;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block li p {
			font-size: 16px;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .title, .module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex .each-block .span-1 {
			font-size: 16px;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex ul li a {
			font-size: 16px;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block .ry-text a,
		.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block .ry-text {
			font-size: 16px;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block .title,
		.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block .title a{
			font-size: 16px;
		}

		.module-appointment-text-only {
			padding: 100px 0;
		}

		.ry-headline h2,
		#ry-pg-body .ry-headline h2 {
			font-size: 42px;
		}

		.module-appointment-text-only .ry-container .ry-headline h2 {
			margin-bottom: 20px;
		}

		.module-appt-side {
			padding: 100px 0;
		}

		.module-appt-side .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 20px;
		}

		.module-appt-side .ry-flex .ry-headline h2 {
			text-align: center;
			max-width: unset;
		}

		.module-appt-side .ry-flex .ry-text p {
			text-align: center;
		}

		.module-appt-side .ry-btn {
			margin-left: auto !important;
			margin-right: auto !important;
			display: flex;
		}

		.module-reviews.custom .ry-text h4 {
			font-size: 24px;
		}

		.module-reviews.custom .testimonials-wrapper {
			padding: 80px;
		}

		.module-care .ry-content .photo.photo-1 {
			top: 36%;
		}

		.module-care {
			padding: 100px 0;
		}

		.module-services.custom .ry-flex .each .title {
			font-size: 20px;
		}

		.module-services.custom .ry-flex .each .ry-text {
			font-size: 16px;
			margin-top: 20px;
		}

		.module-brand-channel {
			padding: 100px 0;
		}

		.module-precision .ry-flex {
			flex-direction: column;
			align-items: center;
		}

		.module-precision .ry-flex .ry-headline h2 {
			max-width: 100%;
			margin-bottom: 20px;
			text-align: center;
		}

		.module-precision .ry-flex .each-text p {
			max-width: 100%;
			line-height: 1.1;
			font-size: 16px;
		}

		.module-precision .each-list .ry-text p > strong {
			font-size: 16px;
		}

		.module-precision .each-list .ry-text p {
			text-align: center;
			margin-right: unset;
		}

		.module-precision .each-list ul li {
			padding: 25px;
			border-right: 2px solid #fff;
		}

		.module-precision .each-list ul li::before {
			opacity: 0;
		}

		.module-precision .ry-flex .each-text p {
			text-align: center;
		}

		.module-precision .ry-flex .each-text .ry-btn {
			margin-left: auto;
			margin-right: auto;
		}
		.module-hero .carousel {
			display: none;
		}

		.module-hero {
			padding: 250px 0 150px;
			background-image: url(https://static.royacdn.com/Site-594590a8-0322-434b-91b2-cc2779b8ba69/HomeAssets/hf_bg.jpg);
			background-size: cover;
			background-position: center;
		}

		.module-hero .hero-text {
			position: relative;
			bottom: unset;
		}


		.mobile-header.style-8 .text-banner {
			display: block;
			position: relative;
			background: #8a8375;
			padding: 15px 0;
		}

		.mobile-header.style-8 .text-banner .text-wrapper div, .mobile-header.style-8 .text-banner .text-wrapper div a {
			font-size: 16px;
			color: #fff;
		}

		.mobile-header.style-8 .text-banner .text-wrapper div a {
			font-weight: bold;
			position: relative;
		}

		.mobile-header.style-8 .text-banner .text-wrapper div a:after {
			content: "";
			display: inline-block;
			width: 13px;
			height: 13px;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-double-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708'/%3E%3Cpath fill-rule='evenodd' d='M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
			filter: invert(1);
			background-size: contain;
		}

		.mobile-header.style-8 .text-banner .button-text-close {
			position: absolute;
			right: 20px;
			top: 10px;
		}

		.mobile-header.style-8 .text-banner .button-text-close button {
			background: transparent;
			padding: 0;
			border: unset;
			opacity: 1;
		}

		.mobile-header.style-8 .text-banner .button-text-close button svg {
			fill: #fff;
		}

		.mobile-header.style-8 .mobile-container {
			top: 46px;
			padding: 50px 0 30px;
		}


		#menu_container {
			background: #2b2c31;
		}

		.mobile-header.style-8 .mobile-container.is-scroll {
			top: 0;
			background: #2b2c31 !important;
			padding: 30px 0;
		}

		.mobile-header.hide-banner .text-banner {
			margin-top: -100px;
		}

		.mobile-header.hide-banner .mobile-container {
			top: 0;
		}

		.module-precision .each-list ul li p {
			position: relative;
			max-width: max-content;
			margin-left: 30px;
		}

		.module-precision .ry-flex .each-text .button-wrapper {
			padding-bottom: 20px;
		}
	}
	/* Mobile */
	@media (max-width: 768px) {
		.brand-track .each {
			padding: 0 20px;
		}

		.brand-track img {
			max-height: 50px;
		}

		.block-side-by-side .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 50px;
		}

		.block-side-by-side .each-text {
			padding: 0;
			width: 100%;
		}

		.block-side-by-side .each-text, .block-side-by-side .each-photo {
			width: 100%;
		}

		.block-side-by-side .each-text * {
			text-align: center;
		}

		.block-side-by-side {
			padding: 60px 0;
		}

		.module-hero .hero-text .ry-container .ry-headline h1 {
			font-size: 48px;
			margin-bottom: 30px;
		}

		.module-hero .hero-text .ry-container .ry-headline h1 .span-1,
		#ry-pg-body .ry-headline h2 .span-1,
		.ry-headline h2 .span-1 {
			font-size: 18px;
			line-height: 1.2;
		}

		.module-hero {
			padding: 120px 0 60px;
		}

		.module-brand-channel {
			padding: 70px 0;
		}

		.module-brand-channel .each img {
			max-height: 40px;
			max-width: 140px;
		}
		.block-side-by-side .each-text .ry-btn {
			margin-left: auto;
			margin-right: auto;
		}

		.module-services.custom .ry-flex .each {
			min-height: 320px;
		}


		.module-care {
			padding: 40px 0;
		}

		.module-care .ry-content .photo.photo-1, .module-care .ry-content .photo.photo-2 {
			position: relative;
			right: unset;
			left: unset;
			bottom: unset;
		}

		.module-care .ry-content {
			flex-direction: row;
			flex-wrap: wrap;
		}

		.module-care .ry-content .photo.photo-2 {
			bottom: -30px;
			width: 50%;
		}

		.module-care .ry-content .photo.photo-1 {
			top: unset;
			margin-right: -30px;
			min-width: calc(50% + 30px);
		}


		.module-care .ry-headline {
			margin-top: 50px;
		}

		.module-precision .each-list ul li p:before {
			position: relative;
			display: inline-block;
			left: unset;
			margin-right: 5px;
			width: 15px;
			height: 15px;
		}

		.module-precision .each-list ul li p {
			line-height: 1.2;
		}

	}

	@media (max-width: 620px) {
		.module-hero .hero-text .ry-container {
			padding: 40px 25px 50px;
		}


		.module-hero .hero-text .ry-container .ry-text p {
			padding-left: 10px;
			padding-right: 10px;
		}

		.module-hero .hero-text .ry-container .content {
			margin-bottom: -78px;
		}

		.ry-headline h2,
		#ry-pg-body .ry-headline h2 {
			font-size: 34px;
		}

		.block-side-by-side.module-welcome .background-section {
			opacity: 0;
		}

		.module-precision .ry-flex .each-text p, .module-precision .ry-flex .button-wrapper {
			display: none;
		}

		.module-precision .ry-flex {
			gap: 20px;
		}

		.module-precision .each-list ul {
			margin-top: 50px;
		}

		.module-precision .each-list ul li {
			min-width: 110%;
			margin-left: -5%;
			border-right: unset;
			border-left: unset;
			padding: 15px 20px;
		}

		.module-services.custom .ry-flex {
			margin-top: 50px;
			flex-direction: column;
		}

		.module-services.custom .ry-flex .each {
			width: 100%;
			min-height: unset;
			padding: 50px 30px;
		}

		.module-care .ry-content .photo.photo-1 {
			min-width: 50%;
			margin: 0;
			width: calc(50% + 30px);
			margin-right: -30px;
		}

		.module-care .ry-content .photo.photo-2 {
			width: calc(50% + 20px);
			margin-left: -20px;
		}

		.module-care .ry-content .group:before {
			display: none;
		}

		.module-care .ry-content .group .block:nth-child(odd) {
			justify-content: center;
			align-items: center;
		}

		.module-care .ry-content .group .each {
			width: 100%;
		}

		.module-care .ry-content .group .block:nth-child(odd) *, .module-care .ry-content .group .block:nth-child(even) * {
			text-align: center;
		}

		.module-care .ry-content .group .each .ry-text h5 {
			font-size: 26px;
			margin-bottom: 30px;
		}

		.module-care .ry-content .group .each .ry-text h4 {
			font-size: 18px;
			min-height: unset;
			font-weight: 600 !important;
		}

		.module-care .ry-btn {
			display: none;
		}

		.module-care .ry-content .group {
			padding-bottom: 30px;
		}

		.module-reviews.custom .testimonials-wrapper {
			padding: 45px 20px 50px;
		}

		.module-reviews.custom {
			padding: 60px 0;
		}

		.module-appt-side {
			padding: 60px 0;
		}

		.module-appointment-text-only {
			padding: 60px 0;
		}

		.ry-btn {
			min-height: 52px !important;
			letter-spacing: -0.5px;
			padding-left: 20px;
			padding-right: 20px;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-1 .inner-flex * {
			text-align: center;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block {
			width: 100%;
		}

		.module-footer .footer-top .ry-flex .each.each-right .group.group-2 .inner-flex .block * {
			text-align: center;
		}
		.mobile-header.style-8 .text-banner {
			padding-left: 20px;
			padding-right: 20px;
		}

		.mobile-header.style-8 .text-banner .text-wrapper div {
			line-height: 1.2;
		}
		.mobile-header.style-8 .text-banner .text-wrapper div a {
			display: block;
			line-height: 1.2;
		}

		.mobile-header.style-8 .mobile-container {
			top: 56px;
		}
	}
	@keyframes marquee {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-50%);
		}
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/

	@media (min-width: 768px) {

		/** PLACE YOUR TABLET AND UP CSS HERE **/

	}

	@media (min-width: 992px) {

		/** PLACE YOUR LAPTOP AND UP CSS HERE **/

	}

	@media (min-width: 1200px) {

		/** PLACE YOUR DESKTOP AND UP CSS HERE **/

	}