:root {
	--text-normal: "Inter" !important;
		--text-title: "Kalnia" !important;
		--clr-primary: #333333;
		--clr-secondary: #d6d525;
		--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,
	body.default p, 
	body.default .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: 1px solid var(--clr-primary)!important;
			background: transparent !important;
			color: var(--clr-primary) !important;
				}
	.ry-btn.ry-btn-secondary:hover {
		border: 1px solid var(--clr-secondary) !important;
			background: transparent !important;
			color: var(--clr-secondary) !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.ry-btn-secondary:hover svg {
		fill: var(--clr-secondary);
			}

	.ry-btn.ry-btn-primary:hover svg {
		fill: var(--clr-primary);
			}
	.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;
	}

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

	.hero-text h1 {
		font-size: 100px;
		font-family: "ClashDisplay";
		font-weight: bold;
		color: var(--clr-secondary);
			line-height: 1;
			}

	.hero-text p {
		font-size: 25px;
		color: #fff;
		margin-top: 10px;
	}

	.ry-headline h2,
	body.default .ry-headline h2 {
		font-size: 50px;
		font-family: 'ClashDisplay';
		line-height: 1;
		font-weight: bold;
		text-transform: capitalize;
	}

	.ry-headline h2 .span-1,
	body.default .ry-headline h2 .span-1 {
		display: block;
		font-size: 25px;
		font-family: 'Inter';
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 4px;
		color: var(--clr-primary);
			}

	.module-welcome.custom {
		padding: 150px 0;
		border-bottom-left-radius: 100px;
		overflow: hidden;
		border-bottom-right-radius: 100px;
		box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.4);
	}

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

	.module-welcome.custom .ry-headline h2 {
		color: var(--clr-secondary);
			line-height: 1.2;
			}

	.module-welcome.custom .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-welcome.custom .each {
		width: 50%;
	}

	.module-welcome.custom .ry-flex {
		align-items: center;
	}

	.module-welcome.custom .ry-flex .each-right {
		padding-left: 160px;
	}

	.module-welcome.custom .each .ry-text p {margin: 20px 0 30px;}

	.ry-btn {
		min-height: 56px !important;
		height: unset;
		text-transform: initial;
		font-size: 16px !important;
		padding: 10px 30px;
		line-height: 1;
	}

	.module-services.custom {
		padding: 250px 0 180px;
	}

	.module-services.custom .ry-headline h2 {
		color: var(--clr-secondary);
			}

	.module-services.custom .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-services.custom .ry-flex {
		margin-top: 50px;
		gap: 10px;
	}

	.module-services.custom .ry-flex .each .title {
		font-size: 20px;
		font-weight: bold !important;
		position: absolute;
		bottom: 25px;
		width: 100%;
		text-align: center;
		padding: 0 60px;
		line-height: 1.2;
		font-family: 'ClashDisplay' !important;
		color: var(--clr-secondary);
			text-transform: uppercase;
			transition: .3s;
			}

	.module-services.custom .ry-flex .each .photo {
		filter: grayscale(1);
		transition: .3s;
	}

	.module-services.custom .ry-flex .each:hover .photo {
		filter: unset;
	}

	.module-services.custom .ry-flex .each:hover .title {
		color: #fff;
	}

	.module-team.custom {
		padding: 120px 0;
		border-radius: 100px;
		overflow: hidden;
		margin: -100px 0;
		z-index: 2;
	}

	.module-welcome.custom {
		margin-bottom: -100px;
		z-index: 2;
	}

	.module-services.custom {
		padding-bottom: 280px;
	}

	.module-team.custom .ry-headline h2 {
		color: #000;
		text-align: center;
	}

	.module-team.custom .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-team.custom .ry-flex {
		margin-top: 40px;
	}

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

	.module-team.custom .ry-container .ry-flex {
		gap: 20px;
	}

	.module-team.custom .ry-container .ry-flex .icon {
		width: 80px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-secondary);
			border-radius: 50%;
			opacity: 0;
			height: 0;
			transition: .3s;
			}

	.module-team.custom .ry-container .ry-flex  .group {
		position: absolute;
		bottom: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-team.custom .ry-container .ry-flex .group .each-name {
		font-size: 35px;
		font-family: 'ClashDisplay' !important;
		font-weight: bold !important;
		line-height: 1;
		color: var(--clr-secondary);
			}

	.module-team.custom .ry-container .ry-flex .group .title {
		font-size: 20px;
		color: #fff;
		margin: 5px 0 10px;
	}

	.module-team.custom .ry-container .ry-flex .icon svg {
		width: 30px;
		height: 30px;
		fill: #000;
	}

	.module-team.custom .ry-container .ry-flex .ry-each:hover .icon {
		height: 80px;
		opacity: 1;
	}


	.module-testimonials.custom {
		padding: 250px 0;
	}

	.module-testimonials.custom .ry-container {
		/* max-width: 1280px; */
	}

	.module-testimonials.custom .ry-container .ry-headline h2 {
		color: var(--clr-secondary);
			}

	.module-testimonials.custom .ry-container .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-testimonials.custom .ry-container .ry-flex {
		margin-top: 40px;
		gap: 15px;
		margin-bottom: 45px;
	}

	.module-testimonials.custom .ry-container .ry-flex .each {
		background: #000;
		padding: 40px 35px;
		border-radius: 20px;
	}

	.module-testimonials.custom .ry-container .ry-flex .each p {
		text-align: left !important;
		font-size: 18px;
		color: #fff;
		line-height: 1.5;
	}

	.module-testimonials.custom .ry-container .ry-flex .each .ry-name {
		margin-top: 30px;
	}

	.module-testimonials.custom .ry-container .ry-flex .each .ry-name h5 {
		font-size: 18px;
		color: #fff;
	}

	.module-testimonials.custom .ry-container .ry-flex .each .star-group {
		display: flex;
		margin-bottom: 25px;
		gap: 4px;
	}

	.module-testimonials.custom .ry-container .ry-flex .each .star-group svg {
		width: 25px;
		height: 25px;
		fill: var(--clr-secondary);
			}

	.module-location-v2 {
		padding: 150px 0;
		background: #d6d525;
		border-radius: 100px;
		margin-top: -100px;
		overflow: hidden;
	}

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

	.module-location-v2 .ry-container .ry-content {
		max-width: 640px;
		float: right;
	}

	.module-location-v2 .ry-container .ry-content .ry-headline {
		padding: 40px 60px;
		background: #000;
	}

	.module-location-v2 .ry-container .ry-content .ry-headline h2,
	body.default .module-location-v2 .ry-container .ry-content .ry-headline h2 {
		line-height: 1;
		text-align: center;
		color: var(--clr-secondary);
			}

	.module-location-v2 .ry-container .ry-content .content {
		border-radius: 20px;
		overflow: hidden;
	}

	.accordion-custom > .each-item {
		padding: 0 60px;
		background: #fff;
	}

	.accordion-custom > .each-item .headline {
		padding: 35px 0;
		display: flex;
		align-items: center;
		gap: 30px;
	}

	.accordion-custom > .each-item .headline .title {
		font-size: 25px;
		font-family: 'ClashDisplay' !important;
		text-transform: uppercase;
		line-height: 1;
	}

	.accordion-custom > .each-item .headline .icon {}

	.accordion-custom > .each-item .headline .icon svg {
		width: 20px;
		height: 20px;
	}

	.locations-v2 .map-wrapper {
		position: absolute;
		top: -150px;
		width: 60%;
		height: calc(100% + 300px);
	}

	.locations-v2 .map-wrapper .map-ratio {
		height: 100%;
		width: 100%;
	}

	.locations-v2 .map-wrapper .map-ratio #mapCustom {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.accordion-custom > .each-item:not(:last-child) .headline {
		border-bottom: 1px solid #666;
	}

	.locations-v2 {
		/* background: #d6d525; */
	}

	.accordion-custom > .each-item.active {
		background: #f9f9f9;
	}

	.accordion-custom > .each-item .content {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 10px;
	}

	.accordion-custom > .each-item .content .each-details a {
		font-size: 18px;
		line-height: 1.4;
		display: block;
	}

	.accordion-custom > .each-item.active .headline {
		border-color: transparent;
		padding-bottom: 20px;
	}

	.accordion-custom > .each-item .content .each-details a.directions {
		font-size: 14px;
		text-transform: uppercase;
		text-decoration: underline !important;
		text-underline-offset: 2px;
		margin-top: 5px;
	}

	.accordion-custom > .each-item .content .each-details.phones {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.accordion-custom > .each-item .content .each-details:not(:last-child) {
		margin-bottom: 20px;
	}

	.accordion-custom > .each-item .content .each-details.phones[data-hidden=""] {
		display: none;
	}

	.accordion-custom > .each-item .content .each-details.phones .icon svg {
		width: 20px;
		height: 20px;
		fill: #d6d525;
	}

	.accordion-custom > .each-item .content .each-details.phones a {
		font-size: 22px;
		font-weight: bold;
		letter-spacing: -0.3px;
	}

	.accordion-custom > .each-item .headline svg {
		width: 20px;
		height: 20px;
		fill: #d6d525;
	}

	.accordion-custom > .each-item .headline {
		position: relative;
	}

	.accordion-custom > .each-item .headline:after {
		position: absolute;
		right: 0;
		width: 21px;
		height: 21px;
		content: "";
		background-size: contain;
		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-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");

	}

	.accordion-custom > .each-item.active .headline:after {
		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-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
	}

	.module-footer {
		background: #edf5ed;
	}

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

	.module-footer .footer-top .photo img {
		max-width: 320px;
		margin: auto;
	}

	.module-footer .footer-top .ry-flex {
		margin-top: 50px;
		padding-bottom: 90px;
		border-bottom: 1px solid #000;
	}

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

	.module-footer  .footer-top .title {
		font-size: 24px;
		color: #d6d525;
		text-transform: uppercase;
		line-height: 1;
		margin-bottom: 20px;
	}

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

	.module-footer .footer-top ul li a, .module-footer .footer-top ul li span {
		line-height: 1;
		/* display: block; */
		font-size: 16px;
		text-transform: uppercase;
	}

	.module-footer .footer-top ul li:not(:last-child) {
		margin-bottom: 12px;
	}

	.module-footer .footer-top .hourls ul li {
		display: flex;
	}

	.module-footer .footer-top ul li a {
		display: block;
	}

	.module-footer .footer-top ul li span {
		line-height: 1;
		display: inline-block;
		font-size: 16px;
		color: #000;
	}

	.module-footer .footer-top ul li {
		line-height: 15px;
	}

	.module-footer .footer-top ul li .span-2 {
		min-width: 110px;
	}

	.module-footer .footer-bottom {
		padding: 25px 0;
	}

	.module-footer .footer-bottom * {
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
		line-height: 1;
	}

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

	.module-footer .footer-bottom img {
		width: 110px;
	}

	.module-footer .footer-bottom .powered {
		display: flex;
		gap: 10px;
	}

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

	.module-footer .footer-top .ry-flex .each {
		width: max-content;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin: 0;
		top: unset;
	}

	.module-43 .ry-right .ry-menu .nav-menu li {
		padding: 0;
	}

	.module-43 .ry-right .ry-menu .nav-menu li a {
		letter-spacing: -0.3px;
		padding: 0 !important;
		font-size: 16px;
		text-transform: initial;
		color: #000;
	}
	.module-43 .ry-right .ry-menu .nav-menu li a:hover {
		color: #000;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu {
		top: 30px !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
		padding: 0 !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		font-size: 16px;
		padding: 13px 30px !important;
		color: #333 !important;
		text-transform: initial;
	}
	.module-43 .ry-right .ry-menu .nav-menu li a {}

	#ry-section-header .ry-header-contact {
		width: auto;
	}

	#ry-section-header .ry-header-contact .ry-header-info {
		border: unset;
		display: flex;
	}

	#ry-section-header .ry-header-contact .ry-header-info {
		gap: 10px;
	}

	#locations-dropdown .dropdown button svg {
		display: none;
	}

	#locations-dropdown .dropdown button {
		padding-left: 30px;
		padding-right: 30px;
		min-width: unset !important;
	}

	#locations-dropdown .dropdown button span {
		font-size: 16px !important;
	}

	.module-43 .ry-flex .ry-logo {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.module-43 .ry-left img {
		max-width: 320px;
		min-width: 320px;
	}

	.module-43 .ry-right {
		max-width: unset;
		height: unset;
		width: 50%;
		max-width: 560px;
	}

	.module-43 .ry-content .ry-flex {
		align-items: center;
	}
	#locations-dropdown .dropdown button span:after {
		content: "";
		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-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		width: 16px;
		height: 16px;
		display: inline-block;
		background-size: contain;
	}

	#locations-dropdown .dropdown button span {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	#locations-dropdown .dropdown-menu {
		min-width: 200px;
		padding: 0;
		border-radius: 10px;
	}

	#locations-dropdown .dropdown-menu li a {
		font-size: 16px;
		color: #333 !important;
		padding: 12px 30px;
		line-height: 1;
		letter-spacing: -0.3px;
	}
	#locations-dropdown .dropdown:nth-child(2) button {
		background: var(--clr-secondary) !important;
			}

	#locations-dropdown .dropdown:nth-child(2) button span {
		color: #333;
	}

	#locations-dropdown .dropdown:nth-child(1) button:not(:hover) {
		background: transparent !important;
		border: 1px solid #333;
	}

	#locations-dropdown .dropdown:nth-child(1) button:not(:hover) span {
		color: #333;
	}

	.module-43 {
		padding: 45px 0;
	}


	#ry-pg-banner .ry-bnr-wrp:before,
	#ry-pg-banner .ry-bnr-wrp:after {
		opacity: 0;
	}

	#ry-pg-header #ry-section-header {
		background: #fff;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		letter-spacing: initial;
		text-align: center;
		font-family: 'ClashDisplay';
		text-transform: initial;
		font-size: 80px;
	}

	.module-location-inner {}

	.module-location-inner #mapCustom {
		padding-bottom: 56.25%;
		border-radius: 30px;
		overflow: hidden;
	}

	.module-location-inner .inner-location-grid {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
		margin-top: 60px;
		justify-content: center;
	}

	.module-location-inner .inner-location-grid > .each-item {
		width: calc(33.33% - 20px);
		border: 1px solid #e3e3e3;
		border-radius: 20px;
		overflow: hidden;
	}

	.module-location-inner .inner-location-grid > .each-item .headline {
		width: 100%;
		padding: 30px;
		background: var(--clr-secondary);
			}

	.module-location-inner .inner-location-grid > .each-item .headline .title {
		font-size: 24px;
		font-family: 'ClashDisplay' !important;
		color: #333;
		text-align: center;
	}

	.module-location-inner .inner-location-grid > .each-item .content {
		padding: 30px 30px 10px;
	}

	.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details:not(:last-child) {
		margin-bottom: 20px;
	}

	.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details .icon svg {
		width: 20px;
		height: 20px;
		fill: #333;
	}

	.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details a {
		font-size: 18px;
		line-height: 1.3;
		color: #333;
		letter-spacing: -0.3px;
	}

	.module-location-inner .inner-location-grid > .each-item .learn-box a {
		padding: 20px 30px;
		clear: both;
		display: block;
		width: 100%;
		background: var(--clr-primary);
			text-align: center;
			font-size: 16px;
			color: #fff;
			text-transform: uppercase;
			}

	.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details[data-hidden] {
		display: none;
	}

	.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details .icon {
		width: 50px;
		height: 50px;
		min-width: 50px;
		border-radius: 50%;
		border: 1px solid #d6d525;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details.phones a {
		font-size: 22px;
		letter-spacing: -0.5px;
		font-weight: bold;
	}

	#ry-sidebar .ry-sb-title {
		letter-spacing: initial;
	}

	body.default #ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
		display: flex;
		max-width: max-content;
		background: var(--clr-secondary) !important;
			color: #333 !important;
			}

	body.default #ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn:hover {
		background: #333 !important;
		color: #fff !important;
	}
	#ry-sidebar #accordion .ry-drop-nav a {
		font-size: 16px;
		padding: 15px 30px;
	}

	#ry-sidebar .ry-sb-title {
		line-height: 1;
	}
	#ry-sidebar .ry-sb-title i {
		position: absolute;
		right: 20px;
		font-size: 16px;
		top: 50%;
		transform: translate(0, -50%);
	}

	#ry-sidebar .ry-sb-title.title-closed,
	#ry-sidebar .ry-sb-title:not(.title-open) {
		border-radius: 10px;
	}

	#ry-sidebar #accordion .ry-drop-nav ul li a {
		line-height: 1;
	}

	.location-section-1.style-1 .ry-inner-flex.hours-block {
		flex-direction: row;
	}

	.location-section-1.style-1 .ry-flex .ry-each:nth-child(1) {
		padding-right: 0;
	}

	.location-section-1.style-1 .ry-inner-flex ul li span.span-5 {
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1;
	}
	.location-section-1.style-1 .ry-inner-flex ul li[data-hidden=""] {
		display: none;
	}

	.team-inner-page.style1 .ry-flex .ry-each .each-container .title {
		margin-bottom: 0;
	}

	.team-inner-page.style1 .ry-flex .ry-each .each-container .locations .text div {
		font-size: 16px;
		text-transform: uppercase;
		margin-top: 10px;
		margin-bottom: 30px;
		font-weight: bold !important;
		color: #000;
		opacity: .5;
		letter-spacing: -0.5px;
	}

	.module-team.custom .button-wrapper {
		padding-top: 60px;
		clear: both;
	}

	.team-box .each-container .photo {
		padding-bottom: 32%;
	}

	.team-box .each-container .details .text div {
		text-align: left !important;
		text-transform: uppercase;
		font-weight: 700 !important;
		/* color: #000; */
		font-size: 16px;
	}

	.team-inner-page.style1 .ry-flex .ry-each .each-container .photo {
		border-radius: unset;
		border: unset;
		border: 1px solid #f5f5f5;
		border-radius: 10px;
	}

	.team-inner-page.style1 .ry-flex .ry-each .each-container .photo img {
		width: 100%;
		height: 100%;
	}

	#mobile_menu,
	.mm-menu_fx-panels-slide-up .mm-panel_opened {
		background: var(--clr-primary) !important;
			}

	.mm-panel .mob-menu a {
		text-transform: uppercase;
	}

	a.mm-navbar__title {
		text-transform: uppercase;
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/
	@media (max-width: 1680px) {
		.hero-text h1 {
			font-size: 80px;
		}

		.hero-text p {
			font-size: 22px;
		}

		.module-welcome.custom .ry-flex .each-right {
			padding-left: 6vw;
		}

		.module-welcome.custom .ry-headline h2 {
			line-height: 1;
		}

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

		.ry-headline h2 .span-1,
		body.default .ry-headline h2 {
			font-size: 22px;
		}

		.module-welcome.custom .each .photo {
			border-radius: 20px;
			overflow: hidden;
		}

		.module-welcome.custom .background-section img {
			width: 110%;
			height: 110%;
		}

		.module-services.custom .ry-flex .each .title {
			padding-left: 30px;
			padding-right: 30px;
		}

		.module-team.custom .ry-container .ry-flex .group .each-name {
			font-size: 32px;
		}

		.module-team.custom .ry-container .ry-flex .group .title {
			font-size: 18px;
		}

		.accordion-custom > .each-item .headline .title {
			font-size: 23px;
		}

		.module-location-v2 .ry-container .ry-content .ry-headline h2,
		body.default .module-location-v2 .ry-container .ry-content .ry-headline h2{
			line-height: .9;
		}

		.module-43 .ry-right .ry-menu .nav-menu {
			gap: 15px !important;
			justify-content: flex-start !important;
		}

		#locations-dropdown .dropdown button {
			padding-left: 20px;
			padding-right: 20px;
			min-height: 52px !important;
		}

		#locations-dropdown .dropdown button span {
			font-size: 14px !important;
		}

		.module-43 {
			padding: 35px 0 !important;
		}
	}

	@media (max-width: 1380px) {
		.module-43 .ry-container {
			width: calc(100% - 40px);
			max-width: 100%;
		}

		.module-43 .ry-left img {
			min-width: 260px;
		}
	}

	@media (max-width: 1280px) {
		.module-testimonials.custom .ry-container .ry-flex {
			display: initial;
		}

		.module-testimonials.custom .ry-container .ry-flex .slick-list {
			margin: 0 -10px;
		}

		.module-testimonials.custom .ry-container .ry-flex .slick-list .slick-slide {
			margin: 0 10px;
		}
		.module-location-inner .ry-container {
			max-width: 100% !important;
			width: 100% !important;
		}
	}

	@media (max-width: 1080px) {

		.module-location-inner .inner-location-grid > .each-item {
			width: calc(50% - 15px);
		}
		.location-section-1.style-1 .ry-inner-flex.hours-block {
			flex-direction: column;
		}

		.location-section-1.style-1 .ry-inner-flex ul li span.span-5 {
			text-align: center;
			width: 100%;
		}

		#ry-pg-banner .ry-bnr-wrp:after,
		#ry-pg-banner .ry-bnr-wrp:before {
			display: none;
		}

		#ry-pg-banner .ry-bnr-wrp {
			background-position: 75%;
			margin-top: 75px;
			height: 320px;
		}

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
			margin: 0;
			padding: 0;
		}

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 60px;
		}
		.module-43 {
			display: none;
		}

		#theme2-smHeader {
			display: block !important;
		}

		.mobile-container {
			background: #fff;
		}

		.mobile-container .dropdown button {
			padding: 0;
			height: 40px !important;
			min-height: unset !important;
			width: 40px !important;
			min-width: 40px;
			background: var(--clr-secondary) !important;
				}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
			gap: 10px;
		}

		.mobile-container .flex-wrap .mobile_logo img {
			max-width: 240px;
		}

		.mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
			background: #333;
		}

		.mobile-container .dropdown button svg {
			fill: #333;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .dropdown-menu li a {
			min-width: unset !important;
			width: 100%;
			border-radius: unset !important;
			color: #333 !important;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .dropdown-menu {
			padding: 0;
			border-radius: 10px !important;
			overflow: hidden;
			border: unset;
		}

		.mm-panels > .mm-panel > .mm-listview {
			margin-left: 0;
		}

		#menu_container {
			background: var(--clr-primary) !important;
				}

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

		.module-footer .footer-bottom .powered {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 5px;
		}

		.module-footer .footer-bottom .ry-container * {
			text-align: center;
		}

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

		.module-footer .footer-top .title {
			font-size: 22px;
			text-align: center;
		}

		.module-footer .footer-top ul li a {
			text-align: center;
		}

		.hero-text h1 {
			font-size: 66px;
		}

		.hero-text p {
			line-height: 1;
			font-size: 20px;
		}

		.hero-text {
			bottom: 60px;
		}

		.module-hero .text-center {
			padding-bottom: 56.25%;
		}

		.module-hero {
			margin-top: 75px;
		}

		.module-welcome.custom {
			padding: 100px 0;
			border-bottom-left-radius: 60px;
			border-bottom-right-radius: 60px;
		}

		.module-welcome.custom .background-section img {
			width: 120%;
			min-height: 120%;
			top: -10%;
			left: -10%;
			min-width: 120%;
		}

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

		.ry-headline h2 .span-1 {
			font-size: 20px;
			letter-spacing: 2px;
		}

		.module-welcome.custom .ry-headline h2 span {
			margin-bottom: 10px;
		}

		.module-services.custom {
			padding-top: 200px;
			padding-bottom: 200px;
		}

		.module-services.custom .ry-flex {
			margin-top: 30px;
			display: initial;
			gap: unset;
		}

		.module-services.custom .ry-flex .slick-list {
			margin: 0 -10px;
		}

		.module-services.custom .ry-flex .slick-list .slick-slide {
			margin: 0 10px;
		}

		.module-team.custom {
			padding: 100px 0;
			border-radius: 60px;
		}

		.module-team.custom .ry-container .ry-flex {
			gap: 10px;
			margin-top: 30px;
		}

		.module-team.custom .ry-headline h2 span {
			margin-bottom: 10px;
		}

		.module-testimonials.custom {
			padding: 200px 0;
		}

		.module-testimonials.custom .ry-container .ry-flex {
			margin-top: 30px;
		}

		.module-testimonials.custom .ry-container .ry-flex .each p {
			font-size: 16px;
		}

		.module-testimonials.custom .ry-container .ry-flex .each .ry-name h5 {
			font-size: 16px;
		}

		.module-location-v2 .ry-container .ry-content .ry-headline {
			padding: 25px 30px;
		}

		.module-location-v2 .ry-container .ry-content .ry-headline h2 {
			font-size: 32px;
		}

		.accordion-custom > .each-item .headline {
			padding: 25px 0;
			gap: 20px;
		}

		.accordion-custom > .each-item .content .each-details a {
			font-size: 16px;
		}

		.accordion-custom > .each-item .content .each-details.phones a {
			font-size: 20px;
			letter-spacing: -0.5px;
		}

		.accordion-custom > .each-item .headline .title {
			font-size: 20px;
		}

		.module-location-v2 .ry-container .ry-content {
			max-width: 420px;
		}

		.accordion-custom > .each-item .content {
			padding-left: 40px;
			padding-right: 0;
		}

		.accordion-custom > .each-item {
			padding-left: 40px;
			padding-right: 40px;
		}

		.module-location-v2 {
			overflow: hidden;
			border-radius: 60px;
		}
	}
	@media (max-width: 768px) {

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

		.module-location-inner .inner-location-grid {
			gap: 20px 10px;
		}

		.module-location-inner .inner-location-grid > .each-item {
			width: calc(50% - 5px);
		}

		.module-location-inner .inner-location-grid > .each-item .headline {
			padding: 20px 30px;
		}

		.module-location-inner .inner-location-grid > .each-item .headline .title {
			font-size: 22px;
			line-height: 1;
		}

		.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details a {
			font-size: 16px;
		}

		.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details .icon {
			min-width: 40px;
			width: 40px;
			height: 40px;
		}

		.module-location-inner .inner-location-grid > .each-item .content .each-item .each-details.phones a {
			font-size: 20px;
		}

		.module-location-inner .inner-location-grid > .each-item .learn-box a {
		}
		.hero-text {
			position: relative;
			bottom: unset;
			padding: 60px 0;
			background: var(--clr-primary);
				}

		.hero-text h1 {
			font-size: 47px;
		}

		.hero-text p {
			font-size: 18px;
		}

		.module-welcome.custom .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 60px;
		}

		.module-welcome.custom .each {
			width: 100%;
		}

		.module-welcome.custom .each.each-left {
			max-width: 560px;
		}

		.module-welcome.custom .ry-flex .each-right {
			padding-left: 0;
		}

		.module-welcome.custom .ry-flex .each-right * {
			text-align: center;
		}

		.module-welcome.custom .ry-flex .each-right .ry-btn {
			margin-left: auto;
			margin-right: auto;
		}

		.module-team.custom .ry-container .ry-flex .group .each-name {
			font-size: 24px;
		}

		.module-team.custom .ry-container .ry-flex .group .title {
			line-height: 1;
			font-size: 16px;
		}

		.module-team.custom .ry-container .ry-flex .icon {
			width: 40px;
			height: 0;
		}

		.module-team.custom .ry-container .ry-flex .ry-each:hover .icon {
			height: 40px;
		}

		.module-team.custom .ry-container .ry-flex .icon svg {
			width: 16px;
		}

		.module-team.custom .ry-container .ry-flex .group {
			bottom: 20px;
		}

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

		.module-testimonials.custom .ry-container .ry-headline h2 span {
			margin-bottom: 10px;
		}

		.ry-headline h2 .span-1 {
			font-size: 18px;
		}

		.accordion-custom > .each-item .headline .title {
			font-size: 18px;
		}

		.accordion-custom > .each-item .headline {
			padding: 20px 0;
			gap: 10px;
		}

		.accordion-custom > .each-item .content {
			padding-left: 30px;
		}

		.module-services.custom .ry-headline h2 span {
			margin-bottom: 10px;
		}
	}
	@media (max-width: 620px) {

		.team-box .each-container .photo {
			padding-bottom: 70%;
		}

		.team-box .each-container .details .text div {
			text-align: center !important;
		}
		.module-location-inner #mapCustom {
			padding-bottom: 100%;
		}
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 46px;
		}

		#ry-pg-banner .ry-bnr-wrp {
			height: 280px;
		}
		.module-hero .text-center {
			padding-bottom: 100%;
		}

		.mobile-container .mobile-nav {
			margin-right: 10px;
		}

		.mobile-container .flex-wrap .mobile_logo img {
			min-width: 200px;
		}

		.hero-text p {
			font-size: 16px;
			line-height: 1.4;
		}

		.hero-text h1 {
			font-size: 42px;
		}

		.module-welcome.custom {
			padding: 80px 0;
		}

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

		.ry-headline h2 .span-1 {
			font-size: 16px;
			letter-spacing: 1px;
		}

		.ry-btn {
			min-height: 48px !important;
			font-size: 16px !important;
			padding: 10px 30px;
			line-height: 1 !important;
		}

		.module-team.custom {
			padding: 80px 0;
		}

		.module-team.custom .ry-container .ry-flex {
			display: flex;
			gap: 10px;
			flex-direction: column;
		}

		.module-testimonials.custom {
			padding: 180px 0;
		}

		.module-location-v2 {
			padding: 0;
			padding-bottom: 80px;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

		.locations-v2 .map-wrapper {
			top: unset;
			position: relative;
			padding-bottom: 120%;
			width: 100%;
		}

		.module-location-v2 .ry-container .ry-content {
			margin-top: -20%;
		}

		.module-location-v2 .ry-container .ry-content .ry-headline h2 {
			font-size: 26px;
		}

		.module-location-inner .inner-location-grid > .each-item {
			width: 100%;
		}
	}
	@media (min-width: 992px) {

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

	}

	@media (min-width: 1200px) {

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

	}

	.services-side-by-side .each {
		display: flex;
		gap: 60px;
		align-items: center;
	}

	.services-side-by-side .each .ry-box-left {
		width: calc(50% - 30px);
		position: relative;
		padding-bottom: 40%;
		border-radius: 20px;
		overflow: hidden;
	}

	.services-side-by-side .each .ry-box-right {
		width: calc(50% - 30px);
	}

	.services-side-by-side .each .ry-box-right .ry-btn {
		margin-top: 20px;
	}

	.services-side-by-side .each .ry-box-right h4 {
		margin-bottom: 10px !important;
		font-size: 32px !important;
		letter-spacing: -1px !important;
	}

	.services-side-by-side .each .ry-box-right h4,
	.services-side-by-side .each .ry-box-right p {
		text-align: left !important;
	}

	.services-side-by-side .each .ry-box-left img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}

	.services-side-by-side {
		max-width: 1080px;
		margin: auto;
		float: none;
	}

	.services-side-by-side .each:not(:last-child) {
		margin-bottom: 100px;
	}


	.services-side-by-side .each:nth-child(even) {
		flex-direction: row-reverse;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right h4, 
	.services-side-by-side .each:nth-child(even) .ry-box-right p {
		text-align: right !important;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right .ry-btn {
		margin-left: auto;
	}


	@media (max-width: 768px) {
		.services-side-by-side .each .ry-box-right,
		.services-side-by-side .each .ry-box-left {
			width: calc(50% - 15px);
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 28px !important;
		}

		.services-side-by-side .each .ry-box-left {
			padding-bottom: 50%;
		}

		.services-side-by-side .each:not(:last-child) {
			margin-bottom: 60px;
		}
		.services-side-by-side .each .ry-box-right .ry-btn {
			margin-left: auto !important;
			margin-right: auto !important;
		}
	}
	@media (max-width: 620px) {

		.services-side-by-side .each:nth-child(2n),
		.services-side-by-side .each {
			flex-direction: column;
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 24px !important;
		}

		.services-side-by-side .each .ry-box-left {
			width: 100%;
			padding-bottom: 75%;
		}

		.services-side-by-side .each .ry-box-right, .services-side-by-side .each .ry-box-left {
			width: 100%;
		}

		.services-side-by-side .each:nth-child(2n) .ry-box-right h4,
		.services-side-by-side .each:nth-child(2n) .ry-box-right p,
		.services-side-by-side .each .ry-box-right h4, 
		.services-side-by-side .each .ry-box-right p {
			text-align: center !important;
		}
	}


	.location-headline {
		background: var(--clr-secondary);
			}

	.location-headline .ry-flex .each-title h1 {
		letter-spacing: -1px;
		font-size: 34px;
	}

	.location-headline .ry-flex .each-title a {
		font-size: 18px;
		opacity: 1;
		line-height: 1.2;
	}

	.location-headline .each-button .button-wrapper {
		flex-direction: column;
		align-items: flex-end;
		gap: 10px;
	}

	.location-headline .each-button .ry-btn.btn-transparent:not(:hover),
	.location-headline .each-button .ry-btn.ry-btn-primary:hover {
		margin: 0;
		background: #fff !important;
	}

	.location-headline .each-button .ry-btn {
		min-width: 250px;
		font-size: 18px !important;
		font-weight: 400 !important;
	}

	.location-headline .each-button .ry-btn.ry-btn-primary:hover {
		background: transparent !important;
		border-color: var(--clr-secondary) !important;
			}

	.location-group {
		margin-top: 0;
		padding: 0;
	}

	.location-section-1.style-1 .location-title h1 {
		line-height: 1 !important;
		font-size: 42px;
		color: #000;
		letter-spacing: -1px;
	}

	.location-section-1.style-1 .location-title:after {
		background: var(--clr-secondary);
			margin-bottom: 20px;
			}

	.location-section-1.style-1 .ry-inner-flex .each-block a {
		font-size: 18px;
		line-height: 1.3;
		font-weight: 400 !important;
		color: #000;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block .icons {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-primary);
			border-radius: 50%;
			}

	.location-section-1.style-1 .ry-inner-flex .each-block .icons svg {
		fill: #fff;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block:not(:last-child) {
		margin: 0;
	}

	.location-section-1.style-1 .ry-inner-flex {
		flex-direction: column;
		gap: 10px;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block .phone {
		display: flex;
		align-items: center;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block .phone a {
		font-size: 20px;
		font-weight: 600 !important;
		letter-spacing: -0.5px;
	}

	.location-section-1.style-1 .ry-inner-flex:not(:first-child) {
		margin-top: 10px;
	}

	.location-section-1.style-1 .ry-inner-flex ul {
		list-style: none;
		padding: 0;
	}

	.location-section-1.style-1 .ry-inner-flex ul li {
		font-size: 18px;
		color: #000;
		display: flex;
	}

	.location-section-1.style-1 .ry-inner-flex ul li span {
		min-width: 110px;
	}

	.location-section-1.style-1 .social-block .social-list ul li a {
		width: 40px;
		min-width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-primary);
			}

	.location-section-1.style-1 .social-block .social-list ul {
		margin-left: 50px;
	}

	.location-section-1.style-1 .button-wrapper {
		margin-left: 50px;
		margin-top: 0;
	}

	.location-section-1.style-1 .section-background .photo-left img {
		opacity: 0;
	}

	.location-section-1.style-1 .section-background .photo-left {
		background: #fff;
	}

	.location-about .ry-content .ry-flex .ry-each:nth-child(2) {
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
		border-radius: 20px;
		background: #fff;
	}

	.location-about .ry-content .ry-flex {
		overflow: unset;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .button-group .ry-btn.ry-btn-secondary:not(:hover) {
		background: var(--clr-secondary)!important;
			}

	.location-section-review.style-1 .review-bottom .section-background img {
		opacity: 0;
	}

	.location-section-review.style-1 .review-bottom .section-background {
		background: var(--clr-primary);
			}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .form-control {
		background: #fff;
		border-radius: 10px;
		height: 52px;
		padding-left: 20px;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
		letter-spacing: -1px;
		font-size: 42px;
		color: #000;
		line-height: 1;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .ry-text p {
		font-size: 18px;
		color: #333;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box p {
		font-size: 18px !important;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box h3 {
		letter-spacing: -0.5px;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .ry-btn:not(:hover) {
		background: var(--clr-secondary) !important;
			}

	.location-section-1.style-1 .section-background .photo-right {
		width: 50%;
	}

	.location-section-1.style-1 .section-background .photo-right:after {
		background: linear-gradient(45deg, #fff, var(--clr-secondary));
			}

	.location-section-3.style-1 .section-background .photo-left:after {
		background: linear-gradient(45deg, var(--clr-secondary), #fff);
			}
	.location-section-1.style-1 .ry-inner-flex .each-block {
		gap: 10px;
	}


	.location-about .ry-content .ry-flex .ry-each:nth-child(2) {
		display: none !important;
	}



	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .rate-box .fa {
		color: #fff;
	}
	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .rate-box .star-rated .fa {
		color: #ffdd58;
	}
	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .rate-box:hover .blank-star:not(.star-active) .fa {
		color: #fff;
	}
	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .rate-box:hover .star-active .fa {
		color: #ffdd58;
	}
	.location-headline .ry-flex .each-title h1 {
		font-family: 'ClashDisplay';
		letter-spacing: initial;
		color: #333;
		font-size: 40px;
	}
	.location-section-1.style-1 .section-background .photo-right img {
		object-position: top;
	}
	.location-headline .ry-flex .each-title a {
		font-family: 'Inter';
		color: #333;
		letter-spacing: -0.5px;
	}

	.location-section-1.style-1 .location-title h1 {
		font-family: 'ClashDisplay';
		font-size: 40px;
	}

	.location-section-3.style-1 .location-title h2 {
		color: #333;
		font-size: 40px;
		font-family: 'ClashDisplay';
		margin-bottom: 0;
	}

	.location-section-3.style-1 .ry-text ul li:after {
		filter: invert(1) brightness(0);
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
		font-size: 40px;
		font-family: 'ClashDisplay';
		letter-spacing: initial;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .ry-text p {
		font-size: 16px;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box p {
		font-size: 16px !important;
	}

	.location-section-1.style-1 .section-background .photo-right:after {
		opacity: 0;
	}

	.location-section-3.style-1 .section-background .photo-left:after {
		opacity: 0;
	}

	.location-section-3.style-1 .section-background .photo-left img {
		filter: grayscale(1);
	}

	.location-section-1.style-1 .section-background .photo-right img {
		filter: grayscale(1);
	}

	.location-section-3.style-1 .section-background .photo-right:after {
		opacity: 0;
	}

	.location-section-3.style-1 .ry-text ul li:not(:last-child) {
		border-bottom: 1px solid;
	}
	@media (max-width: 1080px) {
		.location-section-1.style-1 .section-background .photo-right:after {
			opacity: 0;
		}
		.location-section-1.style-1 {
			padding: 100px 0;
			display: flex;
			flex-direction: column-reverse;
			padding-bottom: 0;
		}

		.location-section-1.style-1 .section-background .photo-right {
			width: 100%;
			position: relative;
			padding-bottom: 56.25%;
		}

		.location-section-1.style-1 .section-background {
			position: relative;
		}

		.location-section-1.style-1 {}

		.location-group {
			background: #fff;
		}

		.location-section-1.style-1 .button-wrapper {
			margin-left: 0;
		}

		.location-section-1.style-1 .social-block .social-list ul {
			margin-left: 0;
		}

		.location-section-1.style-1 .content {
			padding-bottom: 60px;
		}

		.location-section-review.style-1 .review-top .ry-container, .location-section-review.style-1 .review-bottom .ry-container {
			width: 90%;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box {
			margin-bottom: 0;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .ry-btn {
			margin: auto;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) {
			max-width: 520px;
			margin-left: auto;
			margin-right: auto;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) .photo {
			padding-bottom: 120%;
		}

		.location-section-review.style-1 .review-top {
			padding-top: 0;
		}

	}

	@media (max-width: 768px) {


		.location-section-1.style-1 .location-title h1 {
			font-size: 32px;
		}

		.location-headline .each-button .ry-btn {
			font-size: 16px !important;
			padding-left: 20px !important;
			padding-right: 20px !important;
		}

		.location-headline .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 20px;
		}

		.location-headline .ry-flex .each-title {
			padding: 0;
		}

		.location-headline .ry-flex .each-title * {
			text-align: center;
		}

		.location-headline .each-button {
			max-width: max-content;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.location-headline .each-button .button-wrapper {
			align-items: center;
			justify-content: center;
		}

		.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
			font-size: 36px;
		}

		.location-section-3.style-1 .section-background {
			flex-direction: column-reverse;
		}

		.location-section-3.style-1 .section-background .photo-left:after {
			display: none;
		}

		.location-section-3.style-1 .section-background .photo-right {
			height: 100%;
		}

		.location-section-3.style-1 .section-background .photo-left {
			display: none;
		}

		.location-section-3.style-1 .ry-flex {
			flex-direction: column-reverse;
			gap: 60px;
		}

		.location-section-3.style-1 .ry-flex .ry-each:nth-child(2) {
			margin-top: 0;
		}

		.location-section-review.style-1 .review-top {
			padding-top: 60px;
		}

		.location-section-review.style-1 .review-top .ry-container .ry-content .ry-text p {
			margin-bottom: 0;
		}


		.module-services.custom .ry-flex .each .photo {
			filter: unset;
		}

		.module-services.custom .ry-flex .each .title {
			color: #fff;
		}
	}

	@media (max-width: 620px) {
		.location-headline .each-button .ry-btn {
			font-size: 16px !important;
			padding-left: 20px !important;
			padding-right: 20px !important;
		}

		.location-headline .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 20px;
		}

		.location-headline .ry-flex .each-title {
			padding: 0;
		}

		.location-headline .ry-flex .each-title * {
			text-align: center;
		}

		.location-headline .each-button {
			max-width: max-content;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.location-headline .each-button .button-wrapper {
			align-items: center;
			justify-content: center;
		}

		.location-headline .ry-flex .each-title h1 {
			font-size: 30px;
			margin-top: 0;
		}

		.location-headline .ry-flex .each-title a {
			font-size: 16px;
			margin-bottom: 0;
		}

		.location-section-1.style-1 {
			padding: 60px 0 0;
		}

		.location-section-1.style-1 .location-title h1 {
			font-size: 30px;
		}

		.location-section-1.style-1 .ry-inner-flex .each-block a,
		.location-section-1.style-1 .ry-inner-flex ul li {
			font-size: 16px;
		}

		.location-section-1.style-1 .button-wrapper .ry-btn {
			max-width: max-content;
			font-weight: 400;
		}

		.location-section-1.style-1 .ry-flex .ry-each:nth-child(1) {
			margin-bottom: 0;
		}

		.location-section-1.style-1 .section-background .photo-right {
			padding-bottom: 100%;
		}



		.location-section-review.style-1 .review-top .ry-container .ry-content .ry-text p {
			font-size: 16px;
			line-height: 1.4;
		}

		.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
			font-size: 30px;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box p {
			font-size: 16px !important;
			line-height: 1.4;
		}
	}

	@media (min-width: 1081px) {
		.module-43 .ry-right .ry-menu .nav-menu li.hidden-desktop {
			display: none;
		}
	}