/* Reusable CSS */
body.home {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/site_assets/body_bg.jpg");
	background-size: cover;    
	background-position: center;  
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

.inside-pg-section p:not(:last-child) {
    margin-bottom: 10px;
}

.hp-section .hp-heading .span-1,
.hp-section .hp-heading span{
	font-size: 22px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #2f5fa7;
	font-weight: 400;
	font-family: "Onest";
}


.hp-section .hp-heading h2 {
	font-size: clamp(2.875rem, 2.174rem + 2.8758vw, 5.625rem) !important;
	letter-spacing: -2px;
	line-height: 1.2;
	color: #112943;
	font-weight: 400 !important;
	font-style: italic;
	font-family: "Noto Serif Display" !important;
	text-wrap: balance;
}

.ry-btn::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%232f5fa7' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
	font-family: fontawesome;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.ry-btn-primary:hover,
.ry-btn-primary:focus {
	color: #fff !important;
	background: #2f5fa7 !important;
}

.ry-btn-primary:hover:after,
.ry-btn-primary:focus:after {
	filter: brightness(0) invert(1);
}

@media (max-width: 1080px) {
	.hp-section .hp-heading *, .hp-section p {
		display: block;
		text-align: center !important;
		width: 100%;
	}	
}


/* HEADER */
@media(max-width: 1800px) {
	div.module-15 .contained {
		grid-template-columns: max-content 1fr;
	}
}

@media(max-width: 1680px) {
	.module-15 .cta-header a.ry-btn.ry-btn-primary,
	.module-15 .cta-header .phonenumber a{
		font-size: clamp(1rem, 0.6rem + 0.5vw, 1.125rem) !important;
	}

	.module-15 .contained {
		grid-template-columns: max-content 1fr;
	}

	.module-15 .cta-header .phonenumber::before {
		width: 22px !important;
		height: 22px !important;
	}

	.module-15 .cta-header a.ry-btn.ry-btn-primary {
		padding-inline: 15px !important;
		padding-block: 10px !important;
	}

	.module-15 .contained .left img {
		max-width: 15rem !important;
	}

	.module-15 {
		padding-inline: 30px !important;
	}
}

/* HP CTA Section */

.hp-cta {
	padding: 100px 0;
	background: linear-gradient(to bottom, rgba(17, 41, 67, 1) 20%, rgb(255 255 255 / 80%) 50%, rgb(255 255 255 / 0%) 100%);
}

.hp-cta .grid-cta {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px;
	padding: 0 70px;
}

.hp-cta .card .card-title h3 {
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 400 !important;
	font-style: italic;
	font-family: "Noto Serif Display" !important;
	padding-left: 25px;
}

.hp-cta .card .card-title h3 span {
	display: block;
}

.hp-cta .card-title {
	position: absolute;
	bottom: 0;
	left: 4rem;
	z-index: 1;
}

.hp-cta .card-title:before {
	content: " ";
	width: 2px;
	height: 79px;
	position: absolute;
	background: #4277b8;
	top: 5px;
	left: 0;
}

.hp-cta .card-wrapper:after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #112943 100%);
	inset: 0;
}

.hp-cta .card:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	inset: 20px -20px;
	opacity: 0;
	transition: 300ms ease-in-out;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/site_assets/cta_hover.png");
	background-size: cover;
	background-position: center;
}

.hp-cta .card-img img {
	/* object-fit: cover; */
	/* height: 575px; */
	/* object-position: top; */
}

.hp-cta .card-wrapper {
	position: relative;
	overflow: hidden;
}


.hp-cta .card:hover:before {
	opacity: 1;
	transition: 300ms ease-in-out;
}

@media (max-width: 1680px) {
	.hp-cta .card .card-title h3 {
		font-size: 2rem;
		line-height: normal;
	}

	.hp-cta .card-title {
		left: 5%;
	}

}

@media (max-width: 1366px) {
	.hp-cta .grid-cta {
		gap: 40px;
		padding: 0;
	}
}
@media (max-width: 1080px) {
	.hp-cta .card .card-title h3 {font-size: 28px;}
}

@media (max-width: 768px) {
	.hp-cta .grid-cta {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 580px) {
	.hp-cta .grid-cta {
		grid-template-columns: 1fr;

	}
}

/* End of HP CTA Section */


.hp-welcome .ry-container {
	max-width: 100%;
}

.hp-welcome .grid-welcome {
	display: grid;
	grid-template-columns: 640px 960px;
	gap: 160px;
}

.hp-welcome .ry-container::before {
	content: "";
	position: absolute;
	opacity: 0.502;
	width: 103px;
	height: 2px;
	background-color: #4277b8;
	top: 5rem;

	transform-origin: center;
	animation: lineResize 3s ease-in-out infinite;
}

@keyframes lineResize {
	0% {
		transform: scaleX(1);
	}
	50% {
		transform: scaleX(1.2);
	}
	100% {
		transform: scaleX(1);
	}
}

.hp-welcome .ry-container .ry-content {
	padding: 0 0 0 160px;
}

.welcome-text .ry-text {
	display: inline-block;
	padding-block: 30px;
}

.welcome-text .ry-text p {
	font-size: 20px;
	line-height: 30px;
	color: #42474d;
}

.welcome-text .btn-wrapper .ry-btn {
	max-width: max-content;
	color: #333;
	font-size: 16px !important;
}


.welcome__img {
	position: relative;
}

.welcome-img img {
	max-width: max-content;
}

.welcome__img-bg {
	z-index: 1;
	position: absolute;
	bottom: -100px;
}

.welcome__img-frames {
	z-index: 2;
	margin: 0 auto;
	max-width: max-content;
}

.welcome-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 1800px) {
	.hp-welcome .grid-welcome {
		grid-template-columns: 35rem 1fr;
		gap: 100px;
		justify-content: space-between;
	}

	.hp-welcome .ry-container .ry-content {
		padding: 0 0 0 6%;
	}

	.hp-welcome .ry-container::before {
		width: 12%;
	}

	.welcome__img-bg img {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1536px) {
	.welcome__img-frames {
		width: 90%;
	}

	.welcome-img {
		align-items: flex-start; 
		justify-content: flex-start; 
	}

	.welcome__img-bg {
		bottom: -100px;
	}

	.hp-welcome .grid-welcome {
		align-items: flex-start;
		grid-template-columns: 30rem 1fr;
	}

}

@media (max-width: 1280px) {

	.hp-section .hp-heading h2 {
		line-height: normal;
	}
}

@media (max-width: 1080px) {
	div#welcome-wrap.style-1 {
		padding-bottom: 9vw;
	}

	.hp-welcome .grid-welcome {
		grid-template-columns: 1fr;
	}


	.hp-welcome .ry-container .ry-content {
		padding: 0;
	}

	.hp-welcome .welcome-text {
		width: 90%;
		max-width: 100%;
		margin: 0 auto;
	}

	.hp-welcome .welcome-text .btn-wrapper {
		display: flex;
		contain: content;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	div#welcome-wrap.style-1 {
		padding-bottom: 13vw;
	}
	
}

@media (max-width: 580px) {
	div#welcome-wrap.style-1 {
		padding-bottom: 20vw;
	}
}


.hp-doctor .ry-content {
	padding-top: 120px;
}
.hp-doctor .ry-btn-wrapper .ry-btn {
	max-width: max-content;
}

.hp-doctor .ry-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}

.hp-doctor .ry-generic-copy p {
	font-size: 20px;
	line-height: 30px;
	color: #42474d;
	text-align: left;
}

.hp-doctor .ry-flex .ry-left,
.hp-doctor .ry-flex .ry-right {width: 800px;}

.hp-doctor .ry-flex .ry-right {
	padding-right: 160px;
}

.hp-doctor .ry-flex .ry-right .ry-generic-copy {
	padding: 30px 0 15px;
}

.hp-doctor .ry-flex {
	align-items: center;
}

.hp-doctor .ry-flex .ry-left img {
	max-width: max-content;
}

.hp-doctor .ry-wrapper:after {
	content: " ";
	position: absolute;
	left: -10%;
	bottom: 0;
	width: 839px;
	height: 239px;
	background-color: #5975b4;
	z-index: -1;
}

.hp-doctor .ry-btn-wrapper .ry-btn {
	color: #000;
}

@media (max-width: 1440px) {
	.hp-doctor .ry-flex .ry-right {
		padding-right: 30px;
	}
}

@media (max-width: 1366px) {
	.hp-doctor .ry-flex .ry-left, .hp-doctor .ry-flex .ry-right {
		width: 90%;
	}

	.hp-doctor .ry-wrapper:after {
		left: -15%;
	}
}

@media (max-width: 1280px) {
	.hp-doctor .ry-wrapper:after {
		left: -30%;
	}
}

@media (max-width: 1080px) {
	.hp-doctor .ry-flex {
		flex-direction: column-reverse;
	}

	.hp-doctor .ry-flex .ry-right {
		width: 100%;
		padding: 0;
	}

	.hp-doctor .ry-wrapper:after {
		width: 100%;
		left: 0;

	}

	.hp-doctor .ry-btn-wrapper {
		justify-content: center;
	}

	.hp-doctor .ry-flex {
		gap: 30px;
		padding: 80px 0 0;
	}

}

@media (max-width: 580px) {

	.hp-doctor .ry-btn-wrapper {
		flex-direction: column;
	}
}

/*FEATURED TWO COLUMNS SERVICES */
.hp-two-col-services .ry-container {
	max-width: 100%;
}

.hp-two-col-services .ry-content {
	display: grid;
	grid-template-columns: 960px 960px;
	align-content: center;
	justify-content: center;
}

.hp-two-col-services .ry-content .text-wrapper .btn-wrapper .ry-btn{
	max-width: max-content !important;
	color: #000;
}

.hp-two-col-services .ry-content .text-wrapper p {
	padding: 25px 0 55px;
}

.hp-two-col-services .ry-each.text-block {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.hp-two-col-services .myopia-section .text-wrapper {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/site_assets/myopia_text_container_bg.jpg");
	background-size: cover;
	padding: 95px 130px 95px 285px;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 20px;
	width: 960px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.hp-two-col-services .myopia-section .ry-each.text-block {
	margin-left: -160px;
}



.hp-two-col-services .dry-eye-section .text-wrapper {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/site_assets/dry_eye_text_container_bg.jpg");
	background-size: cover;
	padding: 95px 200px 95px 160px;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 20px;
	width: 960px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.hp-two-col-services .dry-eye-section .ry-each.text-block {
	margin-left: 160px;
	z-index: 2;
}


.hp-two-col-services .myopia-section {
	padding-bottom: 200px;
}


.hp-two-col-services .myopia-blue-bg {
	position: absolute;
	max-width: max-content;
	right: 0;
	z-index: 1;
}

.hp-two-col-services .ry-each.img-block {
	z-index: 3;
	width: 100%;
}

.hp-two-col-services .myopia-section .img-wrapper {
	top: 0px;
}

.hp-two-col-services .dry-eye-blue-bg {
	position: absolute;
	max-width: max-content;
	bottom: 0;
	z-index: 1;
}

.hp-two-col-services .myopia-section .ry-content:after {
	content: " ";
	position: absolute;
	z-index: 4;
	width: 20%;
	height: 2px;
	background: rgb(66 119 184 / 50%);
	right: 0;
	top: 30%;
	animation: lineResize 3s ease-in-out infinite;
}

.hp-two-col-services .dry-eye-section .ry-content:after {
	content: " ";
	position: absolute;
	z-index: 4;
	width: 13%;
	height: 2px;
	background: rgb(66 119 184 / 50%);
	left: 0;
	top: 30%;
	animation: lineResize 3s ease-in-out infinite;
}

@media (max-width: 1680px) {
	.hp-two-col-services .myopia-section .ry-each.text-block {
		margin-left: -30%;
	}

	.hp-two-col-services .dry-eye-section .ry-each.text-block {
		margin-left: 30%;
	}

	.hp-two-col-services .myopia-section .text-wrapper {
		padding: 95px 45px 95px 21rem;
	}

	.hp-two-col-services .dry-eye-section .text-wrapper {
		padding: 95px 20rem 95px 100px;
	}
}


@media (max-width: 1536px) {
	.hp-two-col-services .ry-content {grid-template-columns: 1fr 1fr;}

	.hp-two-col-services .myopia-section .text-wrapper {
		width: 100%;
		padding-block: 40px;
		padding-inline: 7rem 5rem;
	}

	.hp-two-col-services .myopia-section .ry-each.text-block {
		margin-left: -10%;
	}

	.hp-two-col-services .ry-content {grid-template-columns: 1fr 1fr;}

	.hp-two-col-services .myopia-section .text-wrapper {
		width: 100%;
		padding-block: 40px;
		padding-inline: 7rem 5rem;
	}

	.hp-two-col-services .myopia-section .ry-each.text-block {
		margin-left: -10%;
	}

	.hp-two-col-services .dry-eye-section .text-wrapper {
		width: 100%;
		padding-block: 40px;
		padding-inline: 7rem 5rem;
	}

	.hp-two-col-services .dry-eye-section .ry-each.text-block {
		margin-left: -10%;
	}

	.hp-two-col-services .dry-eye-section .text-wrapper {
		width: 100%;
		padding-block: 40px;
		padding-inline: 5rem 7rem;
	}

	.hp-two-col-services .dry-eye-section .ry-each.text-block {
		margin-left: 10%;
	}

	.hp-two-col-services .myopia-section .ry-content:after {
		top: 20%;
	}


	.hp-two-col-services .dry-eye-section .ry-content:after {
		top: 20%;
		width: 8%;
	}
}

@media (max-width: 1280px) {
	.hp-two-col-services .myopia-section .text-wrapper {
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}

	.hp-two-col-services .dry-eye-section .text-wrapper {
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
}

@media (max-width: 1200px) {
	.hp-two-col-services .myopia-section .ry-content {
		grid-template-columns: 1fr;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.hp-two-col-services .myopia-section .text-wrapper {
		border-radius: unset;
		padding: 60px 5%;
		background-image: unset;
		box-shadow: unset;
	}

	.hp-two-col-services .myopia-section .ry-each.text-block {
		margin: 0;
	}

	.hp-two-col-services .myopia-section .ry-each.img-block {
		width: min(50rem, 100%);
		max-width: 100%;
	}

	.hp-two-col-services .myopia-section .ry-content:after {
		top: 10%;
	}

	.hp-two-col-services .dry-eye-section .text-wrapper {
		border-radius: unset;
		background: unset;
		box-shadow: unset;
		padding: 60px 5%;
	}

	.hp-two-col-services .dry-eye-section .ry-each.text-block {
		margin: 0;
	}

	.hp-two-col-services .dry-eye-section .ry-content {
		grid-template-columns: 1fr;
		align-items: flex-end;
		justify-content: flex-end;
	}


	.hp-two-col-services .dry-eye-section .ry-each.img-block {
		width: min(50rem, 100%);
		margin-left: auto;
	}

	.hp-two-col-services .myopia-section {
		padding-bottom: 0;
	}

	.hp-two-col-services .dry-eye-section .hp-heading h2 {
		text-align: right;
	}


	.hp-two-col-services .dry-eye-section .text-wrapper p {
		text-align: right;
	}

	.hp-two-col-services .dry-eye-section .btn-wrapper {
		display: flex;
		justify-content: flex-end;
	}

	.hp-two-col-services .dry-eye-section .ry-content:after {
		top: 10%;
		width: 20%;
	}

	.hp-two-col-services .myopia-section .ry-content .img-block {
		grid-row: 2;
	}

	.hp-two-col-services .myopia-blue-bg {
		bottom: 1%;
	}
}

@media (max-width: 1080px) {
	.hp-two-col-services .btn-wrapper {
		display: flex;
		justify-content: center !important;
		align-content: center !important;
	}

}


.hp-eyewear .ry-wrapper {
	width: min(1600px, 90%);
	max-width: 100%;
	padding: 0 14px;
	margin: 0 auto;
	float: unset;
}

.hp-eyewear .ry-layout {
	display: grid;
	grid-template-columns: 480px 1fr;
	gap: 10px;
	align-items: start;
}

/* LEFT */
.hp-eyewear .brands-card {
	background: #010e1c;
	padding: 10% 80px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.hp-eyewear .brands-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 6px 6px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	margin-bottom: 12px;
}

.hp-eyewear .brands-count {
	font-size: 12px;
	color: #000;
}

.hp-eyewear .brands-slider .brand-item {
	padding: 30px 0;
}

.hp-eyewear .brand-btn {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 12px;
	background: rgba(255, 255, 255, .03);
	border: 1px solid rgba(255, 255, 255, .12);
	color: #000;
	cursor: pointer;
	transition: transform .12s ease, border-color .12s ease, background .12s ease;
	text-align: left;
}

.hp-eyewear .brand-btn:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, .20);
	background: rgba(255, 255, 255, .06);
}

.hp-eyewear .brand-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .55);
	flex: 0 0 auto;
}

/* Hide default Slick arrows (we'll use our own arrows BELOW) */
.hp-eyewear .brands-card .slick-prev,
.hp-eyewear .brands-card .slick-next {
	display: none !important;
}

/* Custom arrows BELOW the slider */
.hp-eyewear .brands-nav {
	display: grid;
	gap: 10px;
	margin-top: 12px;
	padding-top: 12px;
	grid-template-columns: max-content max-content;
	justify-content: center;
}

.hp-eyewear .nav-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #000;
	cursor: pointer;
	transition: transform .12s ease, background .12s ease, border-color .12s ease;
	user-select: none;
}



.hp-eyewear .nav-btn:active {
	transform: translateY(0);
}

.hp-eyewear .nav-btn[disabled] {
	opacity: .45;
	cursor: not-allowed;
}

/* RIGHT */
.hp-eyewear .brands-grid-card {
	background: transparent;
	border: 0; 
	overflow: hidden;
	padding: 0;
}

/* BW image feel */
.hp-eyewear .brands-grid-card .tile:hover img {
	filter: grayscale(1) contrast(1.15);
	transform: scale(1.02);
	transition: 300ms ease-in-out;

}

.hp-eyewear .brands-grid-card .tile img {
	transition: 300ms ease-in-out;
}

.hp-eyewear .brands-grid-card .collage {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	grid-template-areas:
		"hero hero top top"
		"hero hero mid1 mid2"
		"bot1 bot2 cta cta";
}

.brands-grid-card .tile {
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, .03);
	min-height: 120px;
}

.brands-grid-card .tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.brands-grid-card .hero {
	grid-area: hero;
}

.brands-grid-card .top {
	grid-area: top;
}

.brands-grid-card .mid1 {
	grid-area: mid1;
}

.brands-grid-card .mid2 {
	grid-area: mid2;
}

.brands-grid-card .bot1 {
	grid-area: bot1;
}

.brands-grid-card .bot2 {
	grid-area: bot2;
}

.brands-grid-card .cta {
	grid-area: cta;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/brands_eyewear/Brands_blue_bg.jpg");
	background-size: cover;
	background-position: center;
	padding: 5% 20%;
}

.brands-grid-card .cta-inner {
	width: 100%;
	padding: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .02));
}

.brands-grid-card .cta h3 {
	margin: 0;
	line-height: 1.2;
	font-size: clamp(1.125rem, 0.8701rem + 1.0458vw, 2.125rem);
	letter-spacing: -1px;
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
	font-family: "Noto Serif Display" !important;
}

.brands-grid-card .cta p {
	margin: 0;
	color: #000;
	font-size: 13px;
}



.brands-grid-card .cta a:hover {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .22);
}


.brand-item img {
	max-width: max-content;
	margin: 0 auto;
	filter: brightness(0) invert(1);
}

.hp-eyewear {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/brands_eyewear/brands_bg.jpg");
	background-size: cover;
	background-position: center;
	padding: 235px 0;
	margin-top: -1px;
}

.hp-eyewear .btn-wrapper a.ry-btn.ry-btn-secondary {
	max-width: max-content;
	font-size: clamp(1rem, 0.9363rem + 0.2614vw, 1.25rem) !important;
}

.hp-eyewear .btn-wrapper a.ry-btn.ry-btn-secondary:after {
	filter: brightness(0) invert(1);
}

.hp-eyewear .btn-wrapper a.ry-btn.ry-btn-secondary:hover:after {
	filter: unset;
}

.hp-eyewear .brands-slider .brand-item {
    border-bottom: 1px solid rgb(138 165 227 / 39%);
}

div.hp-eyewear .nav-btn svg {
    width: 40px;
    height: 40px;
    fill: #445162;
}

div.hp-eyewear .nav-btn svg:hover {
    fill: #335f95;
}

div.hp-eyewear .hp-heading h2 {
    color: #fff !important;
}

div.hp-eyewear .hp-heading {
    padding-bottom: 80px;
}

.white-img .brand-item img {
    filter: invert(1);
    max-width: 10rem;
}

@media (max-width: 1680px) {
    .hp-eyewear .brands-card {
        padding: 5% 80px;
    }

    .brands-grid-card .cta {
      padding: 5% 15%;
    }  
}

@media (max-width: 1536px) {
     .hp-eyewear .brands-card {
        padding: 5% 40px;
        height: 100%;
        justify-content: space-between;
    }

    .hp-eyewear .ry-layout {
        grid-template-columns: 357px 1fr;
    }
}

@media (max-width: 1440px) {
	div.hp-eyewear {
		padding: 100px 0;
	}
	
    .brands-grid-card .cta {
        padding: 5% 10%;
    }

     .hp-eyewear .ry-layout {
        grid-template-columns: 290px 1fr;
    }
}

@media (max-width: 1366px) {
	  .brands-grid-card .cta {
        padding: 5% 10%;
    }

     .hp-eyewear .ry-layout {
        grid-template-columns: 290px 1fr;
    }
}


/* RESPONSIVE */

@media (max-width: 1200px) {
	div.brand-item img {
		height: 4vh;
		object-fit: contain;
	}
}

@media (max-width: 1080px) {
	.brands-grid-card .cta h3 {
		font-size: 25px;
		text-align: center;
	}
	
	.brands-grid-card .cta .ry-btn {
		margin: 0 auto;
	}
	
	.hp-eyewear .btn-wrapper a.ry-btn.ry-btn-secondary {
		font-size: 16px !important;
		padding: 10px;
	}
}

@media (max-width: 1080px) {
	  .brands-grid-card .cta {
        padding: 0;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

     .hp-eyewear .ry-layout {
        grid-template-columns: 200px 1fr;
    }
}

@media (max-width: 991px) {
	div.hp-eyewear .brands-card {
		height: auto;
		align-items: center;
		justify-content: center;
	}
}


@media (max-width: 991px) {
	.brands-grid-card .cta h3 {
		font-size: 36px;
		text-align: center;
	}
	
	div.hp-eyewear .btn-wrapper a.ry-btn.ry-btn-secondary {
		margin: 0 auto;
		font-size: 20px !important;
		padding: 20px 15px !important;
	}

	div.hp-eyewear .ry-layout {
		grid-template-columns: 1fr;
		display: flex;
		flex-direction: column;
	}

	div.hp-eyewear .brands-slider .brand-item {border: unset;display: flex;align-items: center;justify-content: center; padding: 30px 5%;}
	
	div.hp-eyewear .brands-slider .brand-item img {
		padding: 0;
		height: auto;
	}

	div.hp-eyewear .collage {
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: 350px 160px 160px 160px !important;
		grid-template-areas:
			"cta cta"
			"top top"
			"mid1 mid2"
			"bot1 hero"
			"bot2 hero" !important;
	}
}

/* Mobile: stack collage tiles cleanly, slider becomes horizontal */
@media (max-width: 680px) {
	div.hp-eyewear .brands-card {
		padding: 5%;
	}
	
	div.hp-eyewear button#brandsNext {
		transform: rotate(-90deg);
	}
	
	div.hp-eyewear button#brandsPrev {
		transform: rotate(-90deg);
	}
	div.hp-eyewear .ry-wrapper {
		margin: 18px auto;
	}

	div.hp-eyewear .brands-grid-card {
		padding: 0;
	}

	div.hp-eyewear .collage {
		grid-template-columns: 1fr !important;
		grid-template-rows: 220px 160px 160px 160px 160px 160px 160px !important;
		grid-template-areas:
			"cta"
			"cta"
			"hero"
			"hero"
			"top"
			"mid1"
			"mid2"
			"bot1"
			"bot2" !important;
	}

	div.nav-btn {
		height: 42px;
	}
}

.our-services-wrap{
  max-width: 1280px;
  margin:0 auto;
  display:flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  float: unset;
}

.our-services-main{
  width: 640px;
  min-height: 979px;
  border-radius: unset;
  overflow:hidden;
  position:relative;
}

.our-services-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position: center;
  transition:opacity 350ms ease;
  opacity:1;
  z-index:0;
}

.our-services-overlay{
  content: " ";
  position:absolute;
  z-index:1;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 110%);
}

.our-services-main__content{
  position: absolute;
  z-index:2;
  height:100%;
  padding:44px;
  display:flex;
  flex-direction:column;
  justify-content: flex-end;
  gap:14px;
  max-width: 100%;
  bottom: 0;
}

.our-services-title{
  margin:0;
  line-height:1.1;
  font-size: 60px;
  letter-spacing: -1px;
  color: #ffffff;
  font-style: italic;
  font-family: "Noto Serif Display" !important;
}

.our-services-desc{
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400 !important;
  font-family: "Onest" !important;
  margin: 15px auto 5px;
}

.our-services-fade{
  transition:opacity 200ms ease, transform 200ms ease;
}
.our-services-fade.is-fading{
  opacity:0;
  transform:translateY(8px);
}

.our-services-ctaRow{
  margin-top:10px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.our-services-btn{
  text-decoration:none;
  border-radius:999px;
  padding:12px 18px;
  font-weight:600;
  transition:.15s;
}
.our-services-btn--primary{background:#fff;color:#000;}
.our-services-btn--secondary{background:rgba(255,255,255,.15);color:#fff;}
.our-services-btn:hover{transform:scale(1.03);}

.our-services-navWrap{
  width: 640px;
  min-width:260px;
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  gap:12px;
  height: 780px;
}

.our-services-nav{
  display:flex;
  flex-direction:column;
  gap: 15px;
  background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/our_services/services_list_container.jpg");
  background-size: cover;
  background-position: center;
  padding: 90px;
}

.our-services-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 0 0 15px;
  background: unset;
  cursor:pointer;
  opacity:.8;
  transition:all .2s ease;
  position:relative;
  border-bottom: 1px solid #8aa5e3;
}

.our-services-item:hover{
  opacity:1;
  transform:translateY(-1px);
}

.our-services-item.is-active{
  background: unset;
  opacity:1;
}


.our-services-indicator{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-double-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708'/%3E%3Cpath fill-rule='evenodd' d='M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  opacity:0;
  transform:translateX(-10px);
  transition:opacity 250ms ease, transform 300ms cubic-bezier(.2,.9,.2,1);
}
.our-services-item.is-active .our-services-indicator{
  opacity:1;
  transform:translateX(0);
  top: 2px;
}

.our-services-name{font-size: 24px;letter-spacing: 2px;line-height: normal;text-transform: uppercase;color: #ffffff;font-weight: 400;font-style: italic;font-family: "Noto Serif Display";}


.our-services-controls{
  display:flex;
  justify-content:center;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translate(-50%, -50%);
}
.our-services-arrowBtn{
  width: 34px;
  height: 48px;
  border:none;
  cursor:pointer;
  transition:.15s;
}
.our-services-arrowBtn:hover{transform:scale(1.06);}
.our-services-arrowBtn:disabled{opacity:.25;cursor:not-allowed;}


@media(max-width: 1200px){
	.our-services-desc {text-align: center;}
  .our-services-wrap{flex-direction:column;}
  .our-services-main,.our-services-navWrap{width:100%;height: auto;}
  .our-services-main{/* width: 50rem; */min-height: 45rem;width: 50%;}
  .our-services-main__content{padding: 30px;}
  .our-services-title{font-size: clamp(2.25rem, 1.7118rem + 2.2082vw, 3.125rem);text-wrap: balance;text-align: center;}

  .our-services-nav{
    flex-direction:row;
    gap:12px;
    max-height:none;
    overflow-x:auto;
    overflow-y:hidden;
    padding: 5%;
    display: none;
  }

  .our-services-item{
    flex:0 0 calc((100% - (12px * 3)) / 4);
  }
}

@media(max-width:600px){
  .our-services-item{
    flex:0 0 calc((100% - 12px) / 2);
  }
}

.hp-our-services .hp-heading h2 {
  display: none;
  opacity: 0.102;
  font-size: 232px !important;
  letter-spacing: -5px;
  color: red;
  font-weight: 400;
  font-style: italic;
  font-family: "Noto Serif Display";
}

.hp-our-services .hp-heading {
    position: absolute;
    transform: rotate(270deg);
    top: 0;
    left: -45%;
}

.hp-our-services {
    position: relative;
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/our_services/services_bg_title.jpg");
    background-size: cover;
    background-position: left;
    padding: 140px 0;
}

.our-services-item.is-active .our-services-name,
.our-services-item.is-active .our-services-indicator {
    position: relative;
    left: 1rem;
}

.our-services:after {
    content: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/our_services/wood_texture.jpg");
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 9;
}


/* Hide icon on desktop */
.our-services-icon{
  display:none;
  width: 120px;
  height: 120px;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
}

.our-services-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

@media (max-width: 1800px) {
    .our-services-wrap {
        padding-left: 5%;
    }
    
    .our-services:after {
        left: 10%;
    }
}

@media (max-width: 1680px) {
    .our-services:after {
        left: 7%;
    }
}


@media (max-width: 1537px) {
    .our-services-wrap {max-width: 1080px;}
    
    .our-services-nav {padding: 90px 9%;}
    
    .our-services-name {
        font-size: 24px;
    }

    .our-services-wrap {
        padding: 0;
        margin-right: 5%;
    }
    
    .our-services:after {
        left: 9%;
    }
}

@media (max-width: 1440px) {
    .our-services-wrap {
        margin-right: 2%;
    }
}


@media (max-width: 1366px) {
    .our-services-wrap {
        max-width: 991px;
    }
    
    .our-services:after {
        left: 10%;
    }
}


@media (max-width: 1280px) {
    .our-services:after {
        display: none;
    }
}

@media (max-width:1200px){
  .our-services-icon{
    display:flex;
  }

  .our-services-name{
    display:none;
  }
}

@media (max-width: 1200px) {
    .our-services-item {
        border-bottom: unset;
        align-items: center;
        justify-content: center;
    }
    
    .our-services-item.is-active .our-services-name, .our-services-item.is-active .our-services-indicator {
        display: none;
    }
    
    .our-services-indicator {
        display: none;
    }
    
    .our-services-controls {
        position: relative;
        inset: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: row;
        transform: unset;
        gap: 30px;
        margin-top: 30px;
    }
    
    .our-services:after {left: 15%;display: none;}
    
    #our-servicesPrev {
        transform: rotate(-90deg);
    }
    
    #our-servicesNext {transform: rotate(-90deg);}
    
    
    .our-services-ctaRow {
        align-items: center;
        justify-content: center;
    }

    .our-services-ctaRow .ry-btn {
        font-size: 1rem !important;
    }
}



@media (max-width: 1200px) {
    .our-services-wrap {
        padding-left: 0;
        margin-right: 0;
    }

     .our-services-wrap {
        max-width: 100%;
    }
  
}

@media (max-width: 768px) {
    .our-services-main {
        min-height: 50rem;
        width: 80%;
    }
}

@media (max-width: 520px) {
    .our-services-main {
        min-height: 75vh;
        width: 100%;
    }
}


.hp-testimonials .ry-content {
    display: flex;
    justify-content: space-between;
}

.hp-testimonials {
    padding: 200px 0;
}

.hp-testimonials_slick .star-wrapper {
    display: flex;
    gap: 2px;
}

.hp-testimonials .ry-content .ry-right {
    width: 610px;
}

.hp-testimonials .ry-content .ry-left {
    width: 910px;
}

.hp-testimonials_slick .btn-cta-wrapper {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 40px;
}

.hp-testimonials_slick  .ry-name h5 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #4277b8;
    font-weight: 400 !important;
    font-style: italic;
    font-family: "Noto Serif Display" !important;
}

.hp-testimonials_slick  .ry-name {
    margin-top: 45px;
    margin-bottom: 100px;
}

.hp-testimonials .ry-content .cta-wrapper .ry-btn {
    max-width: max-content;
    color: #000 !important;
}

.hp-testimonials .ry-content .testimonial-nav {
    display: flex;
    gap: 30px;
}

.hp-testimonials .ry-content .testimonials-slick-next {
    transform: rotate(-90deg);
}

.hp-testimonials .ry-content .testimonials-slick-prev {
    transform: rotate(-90deg);
}

.hp-testimonials .ry-content  .testimonial-nav img {
    max-width: max-content !important;
}

.hp-testimonials_slick .each-testimony .ry-text p {
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem) !important;
    line-height: 40px;
    color: #42474d;
    font-weight: 400 !important;
    font-family: "Onest" !important;
}

.hp-testimonials .hp-heading h2 {
    line-height: 1;
    padding-bottom: 80px;
}

.hp-testimonials .ry-content .btn-cta-wrapper {
    display: flex;
    gap: 30px;
}

.hp-testimonials .ry-content .ry-right.text-wrapper:before {
    content: url("https://s3.amazonaws.com/static.organiclead.com/Site-91575af9-5223-417d-a4cc-3601c68f06c1/site_assets/testi_quote.png");
    position: absolute;
    top: 30%;
    left: -10%;
}


.hp-testimonials .ry-container {
    max-width: 100%;
    width: 100%;
    padding: 0 160px;
    float: unset;
}

.hp-testimonials .ry-wrapper:before {
    content: " ";
    position: absolute;
    z-index: 4;
    width: 100px;
    height: 2px;
    background: rgb(66 119 184 / 50%);
    left: 0;
    top: 10%;
    animation: lineResize 3s ease-in-out infinite;
}

@media (max-width: 1537px) {
    .hp-testimonials .ry-container {
        padding: 0;
        max-width: 90%;
    }
}

@media (max-width: 1366px) {
    .hp-testimonials .ry-content .ry-right {
        width: 40%;
    }
    
    .hp-testimonials .ry-content .ry-left {
        width: 60%;
    }
    
    .hp-testimonials {
        padding: 100px 0;
    }
    
    .hp-testimonials .ry-wrapper:before {
        width: 3%;
    }
}

@media (max-width: 1280px) {
    .hp-testimonials .ry-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;
    }
    
    .hp-testimonials .ry-content .ry-right {
        width: 100%;
    }
    
    .hp-testimonials .ry-content .ry-right.text-wrapper:before {
        left: 0;
    }
    
    .hp-testimonials .hp-heading * {
        text-align: center !important;
        display: block;
    }
    
    .hp-testimonials_slick .each-testimony .ry-text p {
        text-align: center;
    }
    
    .hp-testimonials_slick .ry-name {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 50px;
    }
    
    .hp-testimonials .ry-content .btn-cta-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .hp-testimonials .ry-content .btn-cta-wrapper .ry-btn {
        margin: 0 auto;
    }
    
    .hp-testimonials {
        padding: 100px 0 0;
    }

      .hp-testimonials .ry-content .ry-left {
        width: 70%;
    }
}

@media (max-width: 768px) {

    .hp-testimonials .ry-content .ry-left {
        width: 100%;
    }
}

#ry-pg-body .ry-content .ry-btn {
    max-width: max-content;
    color: #42474d;
}

#ry-pg-body .ry-content .ry-btn:after {
    display: none;
}

#ry-sidebar .ry-btn {
    color: #fff !important;
    max-width: max-content;
    padding: 15px;
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn:hover {
    background: linear-gradient(90deg, rgba(214, 163, 54, 1) 0%, rgba(241, 221, 158, 1) 100%) !important;
    color: #42474d !important;
}