:root {
	--text-normal: "Inter" !important;
		--text-title: "Kalnia" !important;
		--clr-primary: #016d77;
		--clr-secondary: #292929;
		--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;
	}
	a:focus {
		outline: unset;
	}
	.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;
		font-weight: 400;
		line-height: 1;
		font-weight: 400;
		border: 1px solid transparent;
		min-height: 60px !important;
		height: auto;
		border-radius: 30px;
		transition: .5s; 
	}

	.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 #333!important;
		background: #333 !important;
		color: #fff !important;
	}
	.ry-btn.ry-btn-primary:hover svg {
		fill: #fff !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-secondary:hover svg {
		fill: 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 {
		margin-top: -1px;
	}

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


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

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

	.module-hero .hero-text {
		height: 0;
		width: 0;
		visibility: hidden;
		opacity: 0;
	}

	.search-locations {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: -40px;
		width: 90%;
		max-width: 1600px;
	}

	.search-locations .each-field {
		display: flex;
		border-radius: 20px;
		overflow: hidden;
		box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
	}

	.search-locations input {
		height: 80px;
		width: 100%;
		border: unset;
		box-shadow: unset;
		font-size: 20px;
		padding-left: 30px;
	}

	.search-locations .label-text {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 10px 30px;
		background: var(--clr-primary);
			min-width: 265px;
			}

	.search-locations .label-text svg {
		width: 20px;
		height: 20px;
		fill: #fff;
	}

	.search-locations .label-text span {
		font-size: 20px;
		color: #fff;
	}

	.search-locations .each-field .each-button {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translate(0, -50%);
	}

	.search-locations .each-field .each-button a {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-primary);
			border-radius: 50%;
			}

	.search-locations .each-field .each-button a svg {
		width: 16px;
		height: 16px;
		fill: #fff;
	}
	.module-find-store {
		padding: 160px 0 150px;
	}

	.ry-headline h2,
	#ry-pg-body .ry-headline h2 {
		font-size: 55px;
		font-family: "Stack Sans Text";
		font-weight: 300;
		letter-spacing: -0.5px;
	}

	.module-find-store .ry-headline h2 {
		margin-bottom: 15px;
	}

	.module-find-store .ry-flex {
		margin-top: 60px;
		gap: 40px;
	}

	.module-find-store .ry-flex .each {
		background: #fff;
		border: 1px solid #ededed;
		border-radius: 20px;
	}

	.module-find-store .ry-flex .each .top-block {
		padding: 25px;
		display: flex;
		gap: 15px;
	}

	.module-find-store .ry-flex .each .top-block svg {
		width: 17px;
		height: 17px;
		fill: #333;
	}

	.module-find-store .ry-flex .each .top-block .title {
		font-size: 20px;
		font-weight: 600 !important;
		letter-spacing: -0.3px;
		color: #333;
	}

	.ry-btn {
		min-height: 54px !important;
		border-radius: 10px;
		font-size: 16px !important;
		padding: 10px 35px;
		font-family: 'Stack Sans Text';
		font-weight: 300;
	}

	.module-find-store .ry-flex .each .button-wrapper {
		position: absolute;
		bottom: 30px;
		padding: 0 20px;
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.module-find-store .ry-flex .each .button-wrapper .ry-btn {
		min-height: 48px !important;
		font-size: 14px !important;
		padding: 10px 16px;
	}

	.module-find-store .ry-flex .each .button-wrapper .ry-btn.btn-transparent:not(:hover) {
		border-color: #fff;
		color: #fff !important;
	}

	#ry-pg-body  .module-find-store {
		padding-bottom: 0;
	}

	#ry-pg-body .module-find-store .ry-container {
		max-width: 1600px;
		width: 90%;
	}

	.module-welcome.custom {
		padding: 170px 0;
		background: var(--clr-secondary);
			}
	.module-welcome.custom:before {
		content: "";
		position: absolute;
		left: -10%;
		width: 200%;
		height: 200%;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-814a49e7-f42a-4fbc-b752-1ebea895917d/HomeAssets/gradient_overlay_welcome.png);
		bottom: 10%;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.module-welcome.custom {
		overflow: hidden;
	}
	.ry-headline h2 .span-1,
	#ry-pg-body .ry-headline h2 .span-1 {
		display: block;
		font-size: 22px;
		text-transform: uppercase;
		letter-spacing: 5px;
		color: var(--clr-secondary);
			}

	.module-welcome.custom .ry-headline h2 {
		color: #fff;
	}

	.module-welcome.custom .ry-headline h2 span {
		margin-top: 15px;
		color: #fff;
	}

	.module-welcome.custom .ry-text p {
		font-size: 20px;
		color: #fff;
		line-height: 1.5;
		opacity: 1.5;
	}

	.module-welcome.custom .ry-text {
		margin-top: 30px;
	}

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

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

	.module-welcome.custom .ry-container .ry-flex .each .text-block {
		margin-top: 40px;
		padding: 3px 30px;
		position: relative;
	}

	.module-welcome.custom .ry-container .ry-flex .each .text-block:before {
		content: "";
		position: absolute;
		left: 0;
		width: 7px;
		height: 100%;
		background: var(--clr-primary);
			top: 0;
			}

	.module-welcome.custom .ry-container .ry-flex .each .text-block .text {
		font-size: 26px;
		font-weight: bold !important;
		line-height: 1.2;
		color: #fff;
	}

	.module-welcome.custom .ry-container .ry-flex .each .text-block .text br {
		display: none;
	}

	.module-services.custom {
		padding: 190px 0 140px;
	}

	.module-services.custom .ry-headline h2 span {
		margin-top: 15px;
		color: var(--clr-secondary);
			}

	.module-services.custom .ry-flex {
		gap: 20px;
		flex-wrap: wrap;
		margin: 60px 0 80px;
	}

	.module-services.custom .ry-flex .each {
		width: calc(25% - 15px);
	}

	.module-services.custom .ry-flex .each .title {
		position: absolute;
		bottom: 40px;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 1.2;
	}

	.module-services.custom .ry-flex .each .photo:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--clr-primary);
			opacity: 0;
			transition: .5s;
			}

	.module-services.custom .ry-flex .each {
		border-radius: 20px;
		overflow: hidden;
	}

	.module-services.custom .ry-flex .each:hover .photo img {
		filter: grayscale(1);
	}
	.module-services.custom .ry-flex .each .photo img,
	.module-services.custom .ry-flex .each .photo:before {
		transition: .5s;
	}

	.module-services.custom .ry-flex .each:hover .photo:before {
		opacity: .8;
		z-index: 1;
	}

	.module-services.custom .ry-flex .each .title {
		z-index: 2;
	}
	.module-team.custom {
		padding: 210px 0 180px;
	}
	.module-team.custom .background-section img {
		object-position: top;
	}
	.module-team.custom .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-team.custom .ry-container .ry-headline h2 {
		color: #fff;
	}

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

	.module-team.custom .ry-container .ry-text {
		margin: 40px 0 50px;
	}

	.module-team.custom .ry-container .ry-text p {
		color: #fff;
		font-size: 20px;
	}

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

	.module-team.custom .ry-container .ry-flex .each-left {
		max-width: 700px;
		width: 65%;
	}

	.module-team.custom .ry-container .ry-flex .each-right {
		max-width: 420px;
	}


	.module-team.custom .ry-container .ry-flex .each-right img {
		height: auto;
		border-radius: unset;
		width: 100%;
	}

	.module-team.custom .ry-container .ry-flex .each-right img {
		border-radius: 50%;
		aspect-ratio: 1/1;
	}

	.module-team.custom .ry-container .ry-flex .each-right .photo {
		width: 280px;
		height: 280px;
		margin: auto;
		float: none;
		padding: 15px;
		border-radius: 50%;
		border: 1px solid #fff;
		transition: .2s;
	}

	.module-team.custom .ry-container .ry-flex .each-right .title {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.module-team.custom .ry-container .ry-flex .each-right .photo {}

	.module-team.custom .ry-container .ry-flex .each-right .title h4 {
		font-size: 30px;
		font-weight: 500 !important;
		font-family: 'Stack Sans Text';
		letter-spacing: -0.7px;
		color: #fff;
		line-height: 1;
	}

	.module-team.custom .ry-container .ry-flex .each-right .title p {
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		line-height: 1;
		margin-top: 5px;
	}

	.module-team.custom .ry-container .ry-flex .each-right .arrow button {
		position: absolute;
		top: 40%;
		transform: translate(0, -50%);
		width: 100%;
		display: flex;
		justify-content: space-between;
		z-index: 4;
	}

	.module-team.custom .ry-container .ry-flex .each-right .arrow button.next {
		right: 0;
		left: unset;
	}

	.module-team.custom .ry-container .ry-flex .each-right .arrow button {
		padding: 0;
		width: auto;
		height: auto;
		background: transparent;
		border: unset;
		box-shadow: unset;

	}

	.module-team.custom .ry-container .ry-flex .each-right .arrow button svg {
		width: 30px;
		height: 30px;
		fill: #fff;
	}
	.module-team.custom .ry-container .ry-flex .each-right .arrow button.slick-disabled {
		opacity: .2;
	}
	.module-reviews.custom {
		padding: 60px 0 160px;
	}

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

	.module-reviews.custom .ry-container .star-wrapper {
		display: flex;
		gap: 5px;
		justify-content: center;
		margin-bottom: 20px;
	}

	.module-reviews.custom .ry-container .star-wrapper svg {
		width: 25px;
		height: 25px;
		fill: #ffcc30;
	}

	.module-reviews.custom .ry-container h5 {text-align: center;font-size: 17px;text-transform: uppercase;color: #fff;line-height: 1;font-family: 'Stack Sans Text';}

	.module-reviews.custom .ry-container .ry-flex {
		gap: 12px;
	}

	.module-reviews.custom .ry-container .ry-headline h2 span {
		margin-top: 20px;
	}

	.module-reviews.custom .ry-container .ry-flex {
		margin-top: 50px;
	}

	.module-reviews.custom .ry-container .ry-flex:before {
		content: "";
		position: absolute;
		left: 49.5%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 91px;
		height: 91px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-814a49e7-f42a-4fbc-b752-1ebea895917d/HomeAssets/qoute_back.png);
		z-index: 1;
	}

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

	.module-reviews.custom .ry-container .ry-flex .each {
		width: 50%;
	}

	.module-reviews.custom .ry-container .ry-flex .each .ry-text p {
		text-align: center;
		font-size: 17px;
		line-height: 1.6;
		color: #fff;
	}

	.module-reviews.custom .ry-container .ry-flex .each.each-right {
		display: flex;
		align-items: center;
	}

	.module-reviews.custom .ry-container .ry-flex .each.each-right .slick-arrow {
		display: none !important;
	}

	.module-reviews.custom .ry-container .ry-flex .each.each-right {
		padding: 60px;
		background: #262626;
		border-radius: 20px;
	}

	.module-reviews.custom .ry-container .ry-flex .each.each-left {
		border-radius: 20px;
	}

	.module-reviews.custom .slick-dots {
		position: absolute;
		left: -13%;
		width: max-content;
		transform: translate(-50%, 0);
		bottom: -57%;
		margin: 0 !important;
		gap: 10px;
	}

	.module-reviews.custom .button-wrapper {
		clear: both;
		padding-top: 120px;
	}

	.module-reviews.custom .slick-dots li {
		width: 70px;
		height: 6px;
	}

	.module-reviews.custom .slick-dots li button {
		width: 70px;
		border-radius: unset;
		height: 6px;
		opacity: .2;
	}

	.module-reviews.custom .slick-dots li.slick-active button {
		opacity: 1;
	}

	.module-location-v2 #mapCustom {
		padding-bottom: 800px;
	}

	.module-footer .footer-top {
		padding: 90px 0;
		background: var(--clr-secondary);
			}

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

	.module-footer .footer-bottom * {
		font-size: 15px;
		color: #333;
		/* line-height: 1.1; */
	}

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

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

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

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

	.module-footer .footer-bottom p, .module-footer .footer-bottom a {
		line-height: 1;
	}

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

	.module-footer .footer-top .ry-flex .each {
		max-width: 230px;
		width: auto;
	}

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

	.module-footer .footer-top .ry-flex .each:nth-child(1) {
		max-width: 320px;
		min-width: 320px;
	}

	.module-footer .footer-top .ry-flex .each .ry-btn {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 10px 25px;
		font-size: 16px;
		text-transform: uppercase;
	}

	.module-footer .footer-top .ry-flex .each .ry-btn:not(:hover) {
		background: transparent !important;
		border: 1px solid #ffffff7d;
	}

	.module-footer .footer-top .ry-flex .each .button-wrapper {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 10px;
		padding: 35px 0 45px;
	}

	.module-footer .footer-top .ry-flex .each  .title {
		font-size: 22px;
		font-weight: 600 !important;
		color: #00bacb;
		margin-bottom: 20px;
		line-height: 1;
		padding-bottom: 15px;
		position: relative;
	}

	.module-footer .footer-top .ry-flex .each .title:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 160px;
		height: 1px;
		background: #ffffff36;
	}

	.module-footer .footer-top .ry-flex .each .each-details .text,
	.module-footer .footer-top .ry-flex .each .each-details .text a {
		font-size: 16px;
		line-height: 1.5;
		color: #fff;
		opacity: .7;
		font-weight: 300;
		font-family: 'Stack Sans Text' !important;
	}

	.module-footer .footer-top .ry-flex .each .each-details .text.phone a {
		font-size: 21px;
		font-weight: 600;
		color: #fff;
	}

	.module-footer .footer-top .ry-flex .each .each-details:not(:last-child) {
		margin-bottom: 25px;
	}

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

	.module-footer .footer-top .ry-flex .each ul li span {
		opacity: .4;
		min-width: 70px;
	}

	.module-footer .footer-top .ry-flex .each ul li a {
		width: 100%;
	}
	.module-footer .footer-top .ry-flex .each .each-details .text a:hover {
		color: var(--clr-primary);
			opacity: 1;
			}

	.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap li a:hover, 
		.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap button:hover {
			background: var(--clr-primary);
				}

	.module-footer .footer-bottom a:hover {
		color: var(--clr-primary);
			}

	.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap li[data-hidden=""] {
		display: none;
	}
	.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap .open button {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.module-footer .footer-top .ry-flex .each .custom-social ul.dropdown-menu li a {
		width: 100% !important;
		max-width: unset;
		display: flex;
		border-radius: unset !important;
		background: #fff;
		height: unset;
		justify-content: flex-start;
	}

	.dropdown .dropdown-menu li a {
		line-height: 1;
	}

	.module-footer .footer-top .ry-flex .each .custom-social ul.dropdown-menu li a:hover {
		background: var(--clr-primary);
			color: #fff !important;
			}
	.module-43 {
		padding: 35px 0;
	}

	.module-43 .ry-container {
		max-width: 1600px;
		width: 90%;
	}

	.module-43 .ry-container .button-wrapper {
		display: flex;
		gap: 10px;
	}

	.module-43 .ry-container .button-wrapper .ry-btn {
		display: flex;
		gap: 10px;
		padding: 10px 25px;
	}

	.module-43 .ry-container .button-wrapper .ry-btn svg {
		fill: #fff;
		width: 20px;
		height: 20px;
	}

	.module-43 .ry-container .button-wrapper .ry-btn .arrow:before {
		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: 13px;
		height: 13px;
		filter: invert(1);
		display: inline;
		background-size: contain;
	}

	.module-43 .ry-container .button-wrapper .ry-btn .arrow {
		display: flex;
	}

	.module-43 .ry-container .button-wrapper .dropdown:nth-child(1) .ry-btn:not(:hover) {
		background: transparent !important;
		border: 1px solid #ffffff6b;
	}

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

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

	.module-43 .ry-right .ry-menu .nav-menu li a {
		line-height: 1;
		font-size: 17px;
		letter-spacing: initial;
		text-transform: initial;
		font-weight: 300;
		font-family: 'Stack Sans Text';
	}

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

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		width: 100%;
		display: block;
		color: #fff !important;
		text-transform: initial;
		padding: 10px 30px !important;
		letter-spacing: -0.3px;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu {
		width: auto;
		max-width: unset;
	}
	body.default #ry-section-header.module-43,
	.module-43.fixed {
		background: #1a1a1a;
	}

	.module-43.fixed .ry-menu .ry-nav li .dropdown-menu.hover {
		top: 35px;
	}

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

	.module-43 .ry-right .ry-menu .nav-menu li > a {
		padding: 20px 0;
	}
	.module-footer .footer-top .ry-flex .each .social-block {
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: space-between;
	}

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

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

	.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap li a,
	.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap button {
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #1e1e1e;
		border-radius: 50%;
		border: unset;
		box-shadow: unset;
	}

	.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap li a svg,
	.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap button svg {
		width: 18px;
		height: 18px;
		fill: #fff;
	}

	.module-footer .footer-top .ry-flex .each .social-block span.small-title {
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
	}

	.modal-dialog {
		max-width: 1080px;
		width: 90%;
	}

	.modal-dialog .modal-body {
		padding: 0;
	}
	.location-popup .button-wrapper-mobile {
		display: none;
	}
	.location-popup .close-button button {
		position: absolute;
		right: 0;
		width: 30px;
		height: 30px;
		z-index: 2;
		background: var(--clr-primary);
			opacity: 1;
			display: flex;
			align-items: center;
			justify-content: center;
			}

	.location-popup .close-button button span {
		font-weight: 300;
		color: #fff;
		border: unset;
		margin-top: -6px;
	}

	.location-popup .location-wrapper {
		left: 0;
		width: 100%;
		padding: 70px 80px 50px;
	}

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

	.location-popup .location-wrapper .logo-photo {
		max-width: 330px;
		margin-bottom: 70px;
	}

	.location-popup .location-wrapper .title {
		font-size: 66px;
		max-width: 380px;
		text-align: center;
		font-weight: 300 !important;
		letter-spacing: -3px;
		color: #fff;
	}

	.location-popup .location-wrapper .button-wrapper {
		max-width: 380px;
		display: flex;
		flex-direction: column;
		gap: 5px;
		margin: 40px 0;
	}

	.location-popup .location-wrapper .button-wrapper a {
		width: 100%;
		max-width: 100%;
		height: 80px;
		display: flex;
		justify-content: flex-start;
		gap: 15px;
		background: #fff !important;
		color: #333;
		padding: 10px 25px;
	}

	.location-popup .location-wrapper .button-wrapper a span {
		font-size: 22px;
		color: #333;
		letter-spacing: -0.5px;
		font-weight: 500;
	}

	.location-popup .location-wrapper .button-wrapper a .icon svg {
		width: 25px;
		height: 25px;
		fill: var(--clr-primary);
			}

	.location-popup .location-wrapper .button-wrapper a .icon.arrow {
		margin-left: auto;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #000;
		border-radius: 50%;
	}

	.location-popup .location-wrapper .button-wrapper a .icon.arrow svg {
		width: 16px;
		height: 16px;
		fill: #fff;
	}

	.location-popup .location-wrapper .ry-text {
		clear: both;
	}

	.location-popup .location-wrapper .ry-text p {
		font-size: 22px;
		color: #fff;
		line-height: 1.3;
	}

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

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		text-align: center;
		letter-spacing: -1px;
		font-weight: 200;
		font-size: 60px;
		font-family: 'Stack Sans Text';
		color: #fff !important;
	}

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

	#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
		max-width: max-content;
		display: flex;
	}

	.module-promo .ry-flex .text-wrapper p {
		font-size: 16px !important;
		line-height: 1.5;
	}

	.module-promo .ry-flex .text-wrapper .ry-text h3 {
		margin: 0 !important;
		font-weight: 400;
	}

	#ry-pg-body .module-inner-map .ry-container {
		max-width: 1600px;
		width: 90%;
	}

	#ry-pg-body #mapCustom {
		padding-bottom: 40%;
		border-radius: 20px;
	}

	.module-find-store .ry-flex .each {
		width: calc(25% - 20px);
	}

	#ry-pg-body .module-find-store {
		padding-top: 100px;
	}

	.dropdown .dropdown-menu {
		max-width: 100%;
		width: 100%;
		margin: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border: unset;
		padding: 0;
	}

	.dropdown.open .ry-btn {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.dropdown .dropdown-menu li a {
		color: #333 !important;
		font-size: 16px;
		padding: 10px 20px;
		transition: .5s;
	}

	.dropdown .dropdown-menu li a:hover {
		background: var(--clr-primary);
			color: #fff !important;
			}

	.fancybox-container {
		z-index: 999999;
	}

	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo {
		position: relative;
		padding-bottom: 160%;
	}

	.module-promo .ry-flex .text-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.module-promo .promo-image-type .ry-flex .photo-wrapper {
		padding: 0 !important;
	}

	.basic-brand-block .ry-flex {
		flex-wrap: wrap;
		gap: 10px;
	}

	.basic-brand-block .ry-flex .each {width: calc(33.33% - 10px);display: flex;align-items: center;justify-content: center;min-height: 150px;padding: 20px;border: 1px solid #dcdcdc;border-radius: 10px;}

	.basic-brand-block .ry-flex .each img {
		max-height: 100px;
		object-fit: contain;
		max-width: 160px;
		margin: auto;
	}

	.ry-horizontal-line:after {
		height: 1px;
	}

	.team-inner-page.style1 .ry-flex {
		justify-content: center;
	}


	.module-neuro {
		margin-top: -5px;
	}

	.module-neuro .each.each-right {
		padding: 160px 0 120px;
	}

	.module-neuro .each-left .photo img {
		max-width: max-content;
	}

	.module-neuro .ry-flex {
		align-items: flex-end;
	}

	.module-neuro .ry-flex .ry-headline h2 .span-1 {
		margin-bottom: 50px;
		color: #65ccf1;
	}

	.module-neuro .ry-flex .each-wrapper .photo-icon img {
		max-width: max-content;
		margin-bottom: 15px;
	}

	.ry-headline h3 {
		font-size: 44px;
	}

	.module-neuro .ry-headline h3 {
		color: #fff;
	}

	.module-neuro .ry-text p {
		color: #fff;
		font-size: 20px;
	}

	.module-neuro .ry-text {
		margin: 35px 0 45px;
	}

	.ry-btn.btn-white:not(:hover) {
		background: #fff !important;
		color: #0a96b8 !important;
	}

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

	.module-neuro .ry-container .each-right {
		max-width: 570px;
	}

	.module-sight {
		padding: 120px 0;
	}

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

	.module-sight .ry-container .ry-flex {
		align-items: center;
	}

	.module-sight .ry-container .ry-flex .each-right {
		max-width: 520px;
	}

	.module-sight .ry-container .ry-flex .each-left .photo-icon img {
		max-width: max-content;
		margin-bottom: 30px;
	}

	.module-sight .ry-container .ry-flex .each-left .ry-text p {
		font-size: 20px;
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/

	@media (max-width: 1480px) {
		.module-footer .footer-top .ry-flex .each:nth-child(1) {
			max-width: 280px;
			min-width: 280px;
		}

		.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap {
			gap: 4px;
		}

		.module-43 .ry-container .ry-content.ry-flex {
			gap: 30px;
		}

		.module-find-store .ry-flex .each .button-wrapper {
			bottom: 20px;
			flex-direction: column;
			gap: 5px;
		}

		.module-find-store .ry-flex {
			gap: 15px;
		}

		.module-find-store .ry-flex .each .button-wrapper .ry-btn {width: 100%;max-width: 100%;}
	}
	@media (max-width: 1480px) and (max-height: 860px) and (min-width: 1201px) {

		.modal-dialog {
			max-width: 768px;
		}

		.location-popup .location-wrapper {
			padding: 40px 40px 60px;
		}

		.location-popup .location-wrapper .title {
			font-size: 42px;
			max-width: 300px;
		}

		.location-popup .location-wrapper .logo-photo {
			max-width: 300px;
			margin-bottom: 30px;
		}

		.location-popup .location-wrapper .button-wrapper {
			max-width: 300px;
			margin-top: 20px;
			gap: 10px;
		}

		.location-popup .location-wrapper .button-wrapper a {
			height: 60px;
		}

		.location-popup .location-wrapper .button-wrapper a span {
			font-size: 16px;
		}

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

		.location-popup .location-wrapper .button-wrapper a .icon.arrow {
			height: 35px;
			width: 35px;
		}
	}
	@media (max-width: 1380px) {
		.module-neuro .ry-flex, 
		.module-sight .ry-flex {
			gap: 30px;
		}
		.module-footer .footer-top .ry-flex .each ul li span {
			min-width: 45px;
		}

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

		.module-43 .ry-left {
			position: absolute;
			left: 0;
		}

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

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

		.module-43 .ry-right {
			max-width: 100%;
			width: 100%;
			margin-top: 20px;
			gap: 20px;
		}

		.module-43 .ry-right .ry-menu .nav-menu {
			max-width: 100%;
		}

		.search-locations input,
		.search-locations .label-text span,
		.module-find-store .ry-flex .each .top-block .title,
		.module-welcome.custom .ry-text p,
		.module-team.custom .ry-container .ry-text p,
		.module-neuro .ry-text p,
		.module-sight .ry-container .ry-flex .each-left .ry-text p  {
			font-size: 18px;
		}

		.search-locations .label-text {
			min-width: 240px;
		}


		.ry-headline h2,
		#ry-pg-body .ry-headline h2,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 50px;
		}

		.module-welcome.custom .ry-container .ry-flex .each .text-block .text {
			font-size: 22px;
		}

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

		.module-team.custom .ry-container .ry-flex .each-right .title h4 {
			font-size: 26px;
		}

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

	@media (max-width: 1280px) and (min-width: 1081px) {
		.module-footer .footer-top .ry-flex {
			gap: 10px;
		}

		.module-footer .footer-top .ry-flex .each:nth-child(1) {
			min-width: 240px;
		}

		.module-footer .footer-top .ry-flex .each .ry-btn {
			padding-left: 15px;
			padding-right: 15px;
		}

		.module-footer .footer-top .ry-flex .each .social-block span.small-title {
			font-size: 14px;
		}

		.module-footer .footer-top .ry-flex .each .social-block .social-inner-wrap li a {
			width: 35px;
			min-width: 35px;
			height: 35px;
		}
	}

	@media (max-width: 1080px) {

		.module-sight .ry-container .ry-flex .each-left .photo-icon img {
			max-width: 360px;
		}

		.module-neuro .each.each-right {
			padding: 100px 0;
		}
		.mobile-container .flex-wrap .flex-item.right-nav .ry-btn:hover svg,
		.mobile-container .flex-wrap .flex-item.right-nav .ry-btn:focus svg {
			fill: var(--clr-primary) !important;
				}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .dropdown-menu li a {
			color: #fff !important;
		}
		.location-popup .location-wrapper .title {
			font-size: 46px;
			max-width: 320px;
		}

		.location-popup .location-wrapper .logo-photo {
			margin-bottom: 30px;
			max-width: 320px;
		}

		.location-popup .location-wrapper .button-wrapper a {
			height: 64px;
			border-radius: 6px;
			gap: 10px;
		}

		.location-popup .location-wrapper .button-wrapper {
			margin: 30px 0 40px;
			gap: 15px;
			max-width: 320px;
		}

		.location-popup .location-wrapper .button-wrapper a .icon svg {
			width: 20px;
			height: 20px;
		}

		.location-popup .location-wrapper .button-wrapper a span {
			font-size: 18px;
		}

		.location-popup .location-wrapper .button-wrapper a .icon.arrow {
			width: 35px;
			height: 35px;
		}

		.location-popup .location-wrapper .ry-text p {
			font-size: 18px;
		}

		.location-popup .location-wrapper {
			padding: 60px 60px 80px;
		}
		.module-43 {
			display: none;
		}

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

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

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

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

		.mobile-container .flex-wrap .flex-item.right-nav .ry-btn {
			background: #fff !important;
			padding: 0;
			width: 45px;
			min-width: 45px;
			height: 45px !important;
			min-height: 45px !important;
		}

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

		.mobile-container .flex-wrap .flex-item.right-nav .ry-btn svg {
			width: 25px;
			height: 25px;
			fill: var(--clr-primary);
				}

		#menu_container,
		.mm-panel {
			background: var(--clr-primary);
				}

		#menu_container .mm-listview {
			margin-left: 0;
		}


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

		.mm-panels > .mm-panel > .mm-listview a {
			text-transform: uppercase;
		}

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

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

		.module-find-store .ry-flex {
			display: initial;
			gap: unset;
		}

		.module-services.custom .ry-flex {
			gap: 10px;
			margin: 40px 0 60px;
		}

		.module-services.custom .ry-flex .each {
			width: calc(25% - 8px);
		}

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

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

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

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

		.module-reviews.custom .ry-container .ry-flex .each.each-left .photo {
			height: 100%;
			/* overflow: hidden; */
		}

		.module-reviews.custom .ry-container .ry-flex .each.each-left .photo img {
			height: 100%;
			object-fit: cover;
		}

		.module-reviews.custom .ry-container .ry-flex .each.each-left {
			overflow: hidden;
		}

		.module-reviews.custom .button-wrapper {
			padding-top: 100px;
		}

		.module-reviews.custom .slick-dots {
			bottom: -120px;
		}

		.module-footer .footer-top .ry-flex {flex-wrap: wrap;justify-content: center;}

		.module-footer .footer-top .ry-flex .each:nth-child(1) {
			max-width: 100%;
			min-width: 100%;
		}

		.module-footer .footer-top .ry-flex .each .photo img {
			max-width: 260px;
			margin: auto;
		}

		.module-footer .footer-top .ry-flex .each .button-wrapper {
			max-width: 280px;
			margin: auto;
			padding: 30px 0;
		}

		.module-footer .footer-top .ry-flex .each .social-block {
			justify-content: center;
			margin-bottom: 30px;
		}

		.module-footer .footer-top .ry-flex .each:not(:first-child) {
			width: calc(25% - 16px );
			max-width: 100%;
		}

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

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

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

		.search-locations input {
			height: 70px;
		}

		.module-find-store .ry-flex .each .top-block {
			padding: 20px 25px;
		}

		.module-find-store .slick-list {
			margin: 0 -5px;
		}

		.module-find-store .slick-list .slick-slide {
			margin: 0 5px;
		}

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

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .dropdown-menu li a {
			width: auto;
			border-radius: 0;
			margin: 0;
			background: var(--clr-primary);
				margin: 0;
				border: unset;
				}
	}
	@media (max-width: 768px) {

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

		.module-neuro .ry-flex, .module-sight .ry-flex {
			flex-direction: column-reverse;
			align-items: center;
			gap: 60px;
		}

		.module-neuro .each.each-right {
			padding-bottom: 0;
			max-width: 100%;
		}

		.module-neuro .each.each-right * {
			text-align: center;
		}

		.module-neuro .each.each-right .photo-icon img {
			margin-left: auto;
			margin-right: auto;
			max-width: 360px;
		}

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

		.module-neuro .ry-flex .ry-headline h2 .span-1 {
			margin-bottom: 15px;
		}

		.module-neuro .ry-flex .ry-btn {
			margin: auto;
		}

		.module-neuro .ry-text {
			margin: 30px 0;
		}

		.module-neuro .each-left .photo img {
			margin: auto;
			max-width: 420px;
		}

		.module-neuro .background-section img {
			object-position: 20%;
		}

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

		.module-sight .ry-container .ry-flex {
			flex-direction: column;
		}

		.module-sight .ry-container .ry-flex .each-left * {
			text-align: left;
		}

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

		.module-welcome.custom .ry-container .ry-flex {
			flex-direction: column;
			gap: 60px;
		}

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

		.module-welcome.custom .each-left * {
			text-align: center;
		}

		.module-find-store {
			padding: 120px 0 100px;
		}

		.ry-headline h2,
		#ry-pg-body .ry-headline h2,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 42px;
		}

		.search-locations .label-text {
			padding: 10px 20px;
			min-width: 220px;
		}

		.module-welcome.custom .ry-container .ry-flex .each .text-block {
			margin-top: 20px;
		}

		.module-welcome.custom .ry-container .ry-flex .each .text-block .text {
			font-size: 20px;
		}

		.module-services.custom .ry-flex .each {
			width: calc(33.33% - 8px);
		}

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

		.module-team.custom .ry-container .ry-flex .each-left {
			width: 100%;
		}

		.module-team.custom .ry-container .ry-flex .each-left * {
			text-align: center;
		}

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

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

		.module-team.custom .ry-container .ry-flex .each-right {
			width: 100%;
		}

		.module-footer .footer-top .ry-flex .each:not(:first-child) {
			width: calc(50% - 86px);
		}

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

		.module-footer .footer-top .ry-flex .each .title {
			font-size: 20px;
			text-align: center;
		}

		.module-footer .footer-top .ry-flex .each .title::before {
			left: 50%;
			transform: translate(-50%, 0);
		}

		.module-footer .footer-top .ry-flex .each ul li {
			justify-content: center;
		}

		.module-footer .footer-top .ry-flex .each ul li span {
			text-align: left;
		}
	}
	@media (max-width: 620px) {
		.module-hero .text-center {
			padding-bottom: 120%;
		}

		.search-locations .each-field {
			flex-direction: column;
			border-radius: 10px;
		}

		.search-locations .label-text {
			padding: 20px;
			justify-content: center;
		}

		.search-locations input, 
		.search-locations .label-text span, 
		.module-find-store .ry-flex .each .top-block .title,
		.module-welcome.custom .ry-text p, 
		.module-team.custom .ry-container .ry-text p, 
		.ry-text p,
		.module-neuro .ry-text p,
		.module-sight .ry-container .ry-flex .each-left .ry-text p  {
			font-size: 16px;
		}

		.search-locations .each-field .each-button {
			top: unset;
			bottom: -5px;
			right: 10px;
		}

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

		.ry-headline h2,
		#ry-pg-body .ry-headline h2,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 36px;
		}

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

		.module-welcome.custom .ry-container .ry-flex .each .text-block .text {
			font-size: 18px;
		}

		.module-services.custom .ry-flex {
			display: initial;
		}

		.module-services.custom .ry-flex .each {
			width: auto;
		}

		.module-reviews.custom .ry-container .ry-flex {
			flex-direction: column;
		}

		.module-reviews.custom .ry-container .ry-flex .each {
			width: 100%;
			max-width: 100%;
		}

		.module-reviews.custom .ry-container .ry-flex .each.each-right {
			padding: 60px 30px;
		}

		.module-reviews.custom .ry-container .ry-flex::before {
			opacity: 0;
		}

		.module-reviews.custom .ry-container .ry-flex .each-right:before {
			content: "";
			position: absolute;
			left: 49.5%;
			top: 50%;
			transform: translate(-50%, -50%);
			width: 91px;
			height: 91px;
			background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-814a49e7-f42a-4fbc-b752-1ebea895917d/HomeAssets/qoute_back.png);
			z-index: 1;
			top: -10px;
		}

		.module-reviews.custom .slick-dots {
			left: 0;
			transform: unset;
			max-width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
		}

		.module-footer .footer-top .ry-flex {
			flex-direction: column;
		}

		.module-footer .footer-top .ry-flex .each:not(:first-child) {
			width: 100%;
		}

		.module-footer .footer-top .ry-flex .each:not(:first-child) {
			max-width: 280px;
		}

		.module-footer .footer-top .ry-flex {
			justify-content: center;
			align-items: center;
		}

		.module-footer .footer-top .ry-flex .each .title::before {
			max-width: 100%;
		}

		.module-footer .footer-top .ry-flex .each .title:after {
			content: "";
			width: 15px;
			height: 15px;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23016d77' 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%0A");
			background-size: contain;
			position: relative;
			display: inline-block;
			margin-left: 10px;
			bottom: 0px;
			transition: .2s;
		}
		.module-footer .footer-top .ry-flex .each .title.active:after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23016d77' 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 .footer-top .ry-flex .each .title {
			margin-bottom: 0;
		}

		.module-footer .footer-top .ry-flex .each .details-wrapper {
			padding-top: 20px;
		}

		.module-footer .footer-top .ry-flex .each .each-details:not(:last-child) {
			margin-bottom: 15px;
		}

		.modal-dialog {
			width: calc(100% - 20px);
			margin-left: auto;
			margin-right: auto;
		}

		.location-popup .location-wrapper .button-wrapper {
			display: none;
		}

		.location-popup .button-wrapper-mobile {
			display: flex;
			margin: 20px auto;
			justify-content: center;
			align-items: center;
		}

		.location-popup .location-wrapper {
			padding: 40px 30px;
			/* background: #0d393d; */
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			z-index: 2;
		}

		.location-popup .photo {
			position: relative;
			padding-bottom: 100%;
			margin-top: -20%;
			z-index: 2;
		}

		.location-popup .photo img {
			object-position: right;
		}

		.location-popup {
			display: flex;
			flex-direction: column-reverse;
			background: #0d393d;
		}

		.location-popup .location-wrapper .logo-photo img {
			max-width: 200px;
			margin: auto;
		}

		.location-popup .location-wrapper .title {
			max-width: 100%;
			font-size: 32px;
		}

		.location-popup .location-wrapper .logo-photo {
			margin-bottom: 20px;
		}

		.location-popup .button-wrapper-mobile .ry-btn {
			background: #fff !important;
			color: #333 !important;
			font-size: 16px !important;
			padding-left: 20px;
			padding-right: 20px;
			display: flex;
			gap: 10px;
			width: 100% !important;
			max-width: 100% !important;
		}

		.location-popup .button-wrapper-mobile .ry-btn span {
			font-size: 16px;
		}

		.location-popup .button-wrapper-mobile .ry-btn svg {
			width: 18px;
			height: 18px;
			fill: #333;
		}

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

		.location-popup .photo:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(to bottom, #0d393d, transparent);
			z-index: 1;
		}

		.location-popup .button-wrapper-mobile .dropdown {
			/* width: 100%; */
		}

		.location-popup .button-wrapper-mobile .ry-btn .arrow {
			width: 20px;
			height: 20px;

			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");
		}

		.location-popup .button-wrapper-mobile .open .ry-btn .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-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%0A");
		}

		.location-popup .button-wrapper-mobile .dropdown .dropdown-menu {
			width: 100%;
			margin: 0;
			border: unset;
			padding: 0;
			border-radius: unset;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
		}

		.location-popup .button-wrapper-mobile .dropdown .dropdown-menu li a .arrow {
			background: #000;
			width: 30px;
			height: 30px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 50%;
		}

		.location-popup .button-wrapper-mobile .dropdown .dropdown-menu li a .arrow svg {
			width: 12px;
			height: 12px;
			fill: #fff;
		}

		.location-popup .button-wrapper-mobile .dropdown .dropdown-menu .ry-btn {
			justify-content: space-between;
		}

		.location-popup .button-wrapper-mobile .ry-btn span {
			margin-left: 0;
			margin-right: auto;
			font-size: 16px;
		}

		.location-popup .button-wrapper-mobile .dropdown.open > button.ry-btn {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

		.location-popup .close-button button {
			z-index: 3;
			top: 0;
		}

		.module-footer .footer-top .ry-flex .each .title:before {
			max-width: 280px;
			width: 100%;
		}

		.module-footer .footer-top .ry-flex .each .title {
			padding-left: 25px;
			padding-right: 25px;
			text-align: left;
			justify-content: space-between;
			font-size: 18px;
			display: flex;
		}

		.module-footer .footer-top .ry-flex .each .title:after {
			margin-left: auto;
			margin-right: 0;
		}

		.module-neuro .ry-flex .ry-headline h2 .span-1 {
			color: #fff;
		}

		.module-sight .ry-container .ry-flex .each-left .photo-icon img {
			max-width: 300px;
		}

		.ry-headline h3 {
			font-size: 28px;
		}
	}
	@media (min-width: 992px) {

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

	}

	@media (min-width: 1200px) {

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

	}


	/* CUSTOME SERVICES */

	.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;
		object-fit: cover;
	}

	.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;
	}

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

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

	.services-side-by-side .each.no-photo {
		margin-top: -50px;
		margin-bottom: 50px;
	}
	.services-side-by-side .each .ry-box-left .ry-iframe, 
	.services-side-by-side .each .ry-box-left .ry-iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin: 0;
		padding: 0;
	}
	@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;
		}
		.services-side-by-side .each.no-photo {
			margin-top: -30px;
			margin-bottom: 30px;
		}
	}
	@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;
		}
	}

	@media (min-width: 769px) {
		/** PLACE YOUR TABLET AND UP CSS HERE **/
		.ry-photo.left {
			float: left;
		}
		.ry-photo.right {
			float: right;
		}
	}


	/* MICRO SITE */

	.microsite-section.section-1 {
		padding: 60px 0 70px;
		background: #016d77;
	}

	.microsite-section.section-1 .icon-locations {
		display: flex;
		justify-content: center;
		height: 50px;
		background: #fff;
		border-radius: 30px;
		align-items: center;
		gap: 5px;
		max-width: max-content;
		padding: 10px 20px;
		float: none;
		margin: auto;
	}

	.microsite-section.section-1 .icon-locations svg {
		width: 20px;
		height: 20px;
		fill: var(--clr-primary);
			}

	.microsite-section.section-1 .icon-locations span {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: -0.5px;
		color: var(--clr-primary);
			}

	.microsite-section.section-1 .icon-lang {
		display: flex;
		justify-content: center;
		gap: 10px;
		align-items: center;
	}

	.microsite-section.section-1 .icon-lang span {
		font-size: 16px;
		color: #fff;
		opacity: .5;
		font-weight: 300;
	}

	.microsite-section.section-1 .icon-lang svg {
		fill: #fff;
		width: 20px;
		height: 20px;
	}

	.microsite-section.section-1 h1 {
		font-size: 55px;
		color: #fff;
		margin: 20px 0;
	}
	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details:last-child {
		max-width: 280px;
	}
	.microsite-section.section-2 {
		padding: 110px 0;
		background: #f5f5f5;
	}

	.microsite-section.section-2 .ry-flex .each-left {
		max-width: 320px;
		min-width: 320px;
	}

	.microsite-section.section-2 .ry-flex .each-left .photo {
		border-radius: 20px;
		overflow: hidden;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex {
		display: flex;
		justify-content: space-between;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details {
		max-width: 220px;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .icon {
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-primary);
			border-radius: 15px;
			}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .icon svg {
		fill: #fff;
		width: 20px;
		height: 20px;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .title {
		margin: 40px 0 25px;
		font-size: 20px;
		font-weight: 600 !important;
		letter-spacing: -0.5px;
		color: #000;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .text,
	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .text a {
		font-size: 17px;
		color: #333;
		line-height: 1.5;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .text.phone a {
		font-weight: bold;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block:not(:last-child) {
		/* margin-bottom: 10px; */
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .btn-block {
		padding-top: 30px;
		clear: both;
		margin: 0;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .btn-block+.btn-block {
		padding-top: 20px;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .btn-block a {
		font-weight: bold;
		font-size: 17px;
		letter-spacing: -0.3px;
		padding-right: 30px;
		position: relative;
		width: 100%;
		display: block;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .btn-block a:after {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		right: 0;
		top: -9px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23016d77' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
		background-size: contain;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .hours ul {
		list-style: none;
		padding-left: 0;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .hours ul li {
		display: flex;
		justify-content: space-between;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .hours ul li,
	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .hours ul li span {
		font-size: 17px;
		line-height: 1;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .hours ul li span {
		min-width: 110px;
	}

	.microsite-section.section-2 .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.microsite-section.section-2 .ry-flex {
		gap: 100px;
	}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .hours ul li:not(:last-child) {
		margin-bottom: 13px;
	}

	.microsite-section.section-3 {
		padding: 110px 0 130px;
	}

	.microsite-section.section-3 .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.microsite-section.section-3 .ry-container {}

	.microsite-section.section-3 .ry-container .ry-flex {
		gap: 20px;
	}

	.microsite-section.section-3 .ry-container .ry-flex .each-wrapper {
		padding: 45px;
		border: 1px solid var(--clr-primary);
			border-radius: 20px;
			}

	.microsite-section.section-3 .ry-container .ry-flex .each-left .photo {
		margin-bottom: 45px;
	}

	.microsite-section.section-3 .ry-container .ry-flex .ry-headline h4 {
		font-size: 35px;
		margin-bottom: 25px;
	}

	.microsite-section.section-3 .ry-container .ry-flex ul li a:after {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		right: 0;
		top: unset;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23016d77' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
		background-size: contain;
		bottom: 6px;
	}

	.microsite-section.section-3 .ry-container .ry-flex ul {
		list-style: none;
		padding-left: 0;
	}

	.microsite-section.section-3 .ry-container .ry-flex ul li {
		line-height: 1;
	}

	.microsite-section.section-3 .ry-container .ry-flex ul li a {
		font-size: 17px;
		color: #333;
		padding: 7px 0;
		display: block;
		line-height: 1.5;
		padding-right: 30px;
	}

	.microsite-section.section-3 .ry-container .ry-flex ul li:not(:last-child) a {
		border-bottom: 1px solid #016d7736;
	}

	.microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper {
		display: flex;
		gap: 35px;
		padding-bottom: 40px;
	}

	.microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper .group, .microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper .photo {
		width: calc(50% - 25px);
	}

	.microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper:nth-child(2) {
		padding-top: 40px;
	}

	.microsite-section.section-3 .ry-container .ry-flex .each-left .each-wrapper {
		padding-bottom: 58px;
	}

	.microsite-section.section-3 .ry-container .ry-flex .each-right {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.microsite-section.section-team {
		padding: 210px 0 190px;
	}

	.microsite-section.section-team .ry-headline h2 {
		line-height: 1;
		color: #fff;
	}

	.microsite-section.section-team .ry-headline h2 span {
		margin-top: 15px;
		color: #fff;
		opacity: .2;
	}

	.microsite-section.section-team .ry-container {

		width: 90%;
	}
	.microsite-section.section-team .ry-container .ry-flex {
		justify-content: center;
		gap: 60px;
	}
	.microsite-section.section-team .ry-container .ry-flex {
		margin-top: 60px;
	}

	.microsite-section.section-team .ry-container .ry-flex .each {
		max-width: 280px;
	}

	.microsite-section.section-team .ry-container .ry-flex .each .photo img {
		max-width: 250px;
		margin: auto;
		outline: 1px solid #fff;
		border-radius: 50%;
		outline-offset: 15px;
	}

	.microsite-section.section-team .ry-container .ry-flex .each .photo {
		margin-bottom: 50px;
	}

	.microsite-section.section-team .ry-container .ry-flex .each .text h4 {
		font-size: 30px;
		font-weight: 500;
		letter-spacing: -0.5px;
		color: #fff;
	}

	.microsite-section.section-team .ry-container .ry-flex .each .text p {
		text-transform: uppercase;
		color: #fff;
		opacity: .4;
		margin-top: 5px;
	}

	.microsite-section.section-tech {
		padding: 180px 0 160px;
	}

	.microsite-section.section-tech .ry-container {
		max-width: 1290px;
		width: 90%;
	}

	.microsite-section.section-tech .ry-container .ry-headline h2 {
		line-height: 1;
	}

	.microsite-section.section-tech .ry-container .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.microsite-section.section-tech .ry-container .ry-flex {
		margin-top: 60px;
		gap: 30px;
	}

	.microsite-section.section-tech .ry-container .ry-flex .photo {
		margin-bottom: 35px;
	}

	.microsite-section.section-tech .ry-container .ry-flex .text div {
		font-size: 19px;
		font-weight: 600 !important;
		color: #333;
		text-transform: uppercase;
		letter-spacing: -0.5px;
	}

	.microsite-section.section-brand {
		padding: 120px 0 100px;
		background: var(--clr-primary);
			}

	.microsite-section.section-brand .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.microsite-section.section-brand .ry-container img {
		max-width: 350px;
		max-height: 70px;
		object-fit: contain;
		filter: invert(1);
	}

	.microsite-section.section-brand .ry-container img {
		max-width: max-content;
		margin: auto;
	}
	.microsite-section.section-brand .slick-track {
		display: flex;
	}
	.microsite-section.section-brand .slick-track .slick-slide {
		display: flex;
		height: auto;
		align-items: center;
		justify-content: center;
	}
	.microsite-section.section-brand .ry-flex {
		display: initial;
	}
	.microsite-section.section-brand .slick-list {
		margin: 0 -10px;

	}
	.microsite-section.section-brand .slick-slide {
		margin: 0 5px;

	}
	.microsite-section.section-insurance {
		padding: 140px 0 120px;
		background: #262626;
	}

	.microsite-section.section-insurance .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.microsite-section.section-insurance .ry-container .ry-headline h2 .span-1 {
		color: #fff;
		opacity: .5;
		line-height: 1;
		margin-bottom: 50px;
		letter-spacing: 1px;
	}

	.microsite-section.section-insurance .ry-container .list ul {
		list-style: none;
		padding: 0;
		column-count: 2;
	}

	.microsite-section.section-insurance .ry-container .list ul li p {
		font-size: 17px;
		color: #fff;
		line-height: 1;
	}

	.microsite-section.section-insurance .ry-container .list ul li {
		margin-bottom: 25px;
	}

	.microsite-section.section-insurance .ry-container .list-button ul {
		list-style: none;
		padding: 0;
		margin: 25px 0;
		display: flex;
		flex-wrap: wrap;
		gap: 13px;
	}

	.microsite-section.section-insurance .ry-container .list-button h5,
	.microsite-section.section-insurance .ry-container .list-button h4 {
		font-size: 17px;
		line-height: 1;
	}

	.microsite-section.section-insurance .ry-container .list-button ul li p {
		line-height: 1;
		padding: 10px 25px;
		background: #3c3c3c;
		border-radius: 30px;
		color: #fff;
		font-size: 17px;
	}

	.microsite-section.section-insurance .ry-container .ry-btn svg {
		width: 25px;
		height: 25px;
		transform: rotate(45deg);
		margin-left: 10px;
	}

	.microsite-section.section-insurance .ry-container .ry-btn {
		padding-left: 30px;
		padding-right: 30px;
	}

	.microsite-section.section-gallery {
		padding: 160px 0 100px;
	}

	.microsite-section.section-gallery .ry-flex {
		display: initial;
		gap: unset;
	}
	.microsite-section.section-gallery .slick-list {
		margin: 0 -7.5px;
	}

	.microsite-section.section-gallery .slick-list .slick-slide {
		margin: 0 7.5px;
	}

	.microsite-section.section-gallery .ry-headline {
		margin-bottom: 60px;
	}

	.microsite-section.section-gallery .ry-headline h2 .span-1 {
		line-height: 1;
		margin-bottom: 15px;
	}
	.microsite-section.section-gallery .each .each-wrapper .photo {
		position: relative;
		padding-bottom: 80%;
		border-radius: 20px;
		overflow: hidden;
	}

	.microsite-section.section-gallery .each .each-wrapper img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.microsite-section.section-locations {
		padding-top: 60px;
	}

	.microsite-section.section-locations .ry-headline {
		margin-bottom: 60px;
	}

	.microsite-section.section-gallery .ry-flex .slick-dots li button {
		width: 12px;
		height: 12px;
		border-radius: 505%;
		background: var(--clr-primary);
			opacity: .3;
			}

	.microsite-section.section-gallery .ry-flex .slick-dots li.slick-active button {
		opacity: 1;
	}

	.microsite-section.section-3 .ry-container .ry-flex ul li a:hover {
		color: var(--clr-primary);
			}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .btn-block a:hover {
		color: var(--clr-secondary);
			}

	.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .btn-block a:hover:after {
		filter: invert(1) brightness(0);
	}
	@media (max-width: 1380px) {
		.microsite-section.section-2 .ry-flex {
			gap: 30px;
		}
		.microsite-section.section-1 h1 {
			font-size: 50px;
		}
	}

	@media (max-width: 1080px) {
		.microsite-section.section-1 h1 {
			font-size: 50px;
		}
		.microsite-template {
			margin-top: 105px;
		}

		.microsite-section.section-2 .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.microsite-section.section-2 {
			padding: 80px 0;
		}

		.microsite-section.section-3 .ry-container .ry-flex .each-wrapper {
			padding-left: 30px;
			padding-right: 30px;
		}

		.microsite-section.section-3 .ry-container .ry-flex .ry-headline h4 {
			font-size: 26px;
			line-height: 1.2;
			margin-bottom: 15px;
		}

		.microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper {
			gap: 20px;
		}

		.microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper .group, 
		.microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper .photo {
			width: calc(50% - 7.5px);
		}

		.microsite-section.section-3 {
			padding: 100px 0;
		}

		.microsite-section.section-team {
			padding: 100px 0;
		}

		.microsite-section.section-team .ry-container .ry-flex .each .text h4 {
			font-size: 24px;
			line-height: 1;
		}

		.microsite-section.section-tech {
			padding: 100px 0;
		}

		.microsite-section.section-tech .ry-container .ry-flex {
			margin-top: 40px;
		}

		.microsite-section.section-insurance {
			padding: 100px 0;
		}

		.microsite-section.section-gallery {
			padding: 100px 0;
		}

		.microsite-section.section-gallery .ry-headline {
			margin-bottom: 40px;
		}

		.microsite-section.section-locations .ry-headline {
			margin-bottom: 40px;
		}

		.microsite-section.section-locations {
			padding-top: 20px;
		}
	}

	@media (max-width: 768px) {
		.microsite-section.section-1 h1 {
			font-size: 42px;
		}

		.microsite-section.section-1 .icon-locations span {
			font-size: 16px;
		}

		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .title {
			margin: 20px 0;
		}

		.microsite-section.section-2 .ry-flex .each-right .inner-flex {
			flex-wrap: wrap;
			gap: 30px;
			justify-content: flex-start;
		}

		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details {
			width: calc(50% - 15px);
			max-width: 100%;
		}

		.microsite-section.section-3 .ry-container .ry-flex {
			flex-direction: column;
		}

		.microsite-section.section-insurance .ry-flex {
			flex-direction: column;
			gap: 60px;
		}

		.microsite-section.section-insurance .ry-container .ry-headline h2 .span-1 {
			margin-bottom: 30px;
		}

		.microsite-section.section-team .ry-container .ry-flex {
			display: initial;
		}

		.microsite-section.section-team .ry-container .ry-flex .each {
			max-width: 100%;
		}

		.microsite-section.section-team .ry-flex .slick-dots li button {
			background: #fff;
			opacity: .3;
		}

		.microsite-section.section-team .slick-dots li.slick-active button {
			opacity: 1;
		}

		.microsite-section.section-brand {
			padding: 80px 0;
		}

		.microsite-section.section-brand .ry-container img {
			max-width: 200px;
			max-height: 50px;
		}

		.microsite-section.section-tech .ry-container .ry-flex {
			gap: unset;
			display: initial;
		}

		.microsite-section.section-team .ry-container .ry-flex .each .photo {
			margin-bottom: 30px;
			margin-top: 20px;
		}

		.microsite-section.section-tech .slick-list {
			margin: 0 -7.5px;
		}

		.microsite-section.section-tech .slick-list .slick-slide {
			margin: 0 7.5px;
		}
	}
	@media (max-width: 620px) {
		.microsite-section.section-1 h1 {
			font-size: 36px;
		}

		.microsite-template {
			margin-top: 98px;
		}

		.microsite-section.section-1 .icon-lang span {
			font-size: 14px;
		}

		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details {
			width: 100%;
			max-width: 260px;
		}

		.microsite-section.section-2 .ry-flex .each-right .inner-flex {
			justify-content: center;
		}

		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .icon {
			margin: auto;
		}

		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .title {
			text-align: center;
			font-size: 18px;
		}

		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .text {
			text-align: center;
		}

		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .hours ul li span {
			text-align: left;
		}

		.microsite-section.section-3 {
			padding: 80px 0;
		}

		.microsite-section.section-3 .ry-container .ry-flex .each-wrapper {
			padding: 30px !important;
		}

		.microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper {
			flex-direction: column;
		}

		.microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper .group,
		.microsite-section.section-3 .ry-container .ry-flex .each-right .each-wrapper .photo {
			width: 100%;
		}

		.microsite-section.section-team {
			padding: 80px 0;
		}

		.microsite-section.section-tech {
			padding: 80px 0;
		}

		.microsite-section.section-insurance {
			padding: 80px 0;
		}

		.microsite-section.section-insurance .ry-container .list-button ul {
			justify-content: center;
		}

		.microsite-section.section-gallery {
			padding: 80px 0;
		}

		.microsite-section.section-brand .ry-flex {
			display: initial;
			gap: unset;
		}
		.microsite-section.section-brand .ry-flex .slick-dots li button {
			background: #fff;
			opacity: .3;
		}

		.microsite-section.section-brand .ry-flex li.slick-active button {
			opacity: 1;
		}
		.microsite-section.section-3 .ry-container .ry-flex ul li a,
		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .text, 
		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .text a,
		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .btn-block a,
		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .hours ul li,
		.microsite-section.section-2 .ry-flex .each-right .inner-flex .each-details .each-block .hours ul li span, 
		.microsite-section.section-team .ry-container .ry-flex .each .text p, 
		.microsite-section.section-insurance .ry-container .list ul li p,
		.microsite-section.section-insurance .ry-container .list-button ul li p {
			font-size: 16px;
		}

		.microsite-section.section-brand .ry-container img {
			margin: auto;
		}
	}