/** GLOBAL CSS **/
:root {
    --color-primary: #ffda03;
    --color-secondary: #000000;
    --color-tertiary: ;
	--background-transparent: transparent;
    --filter-color-primary: brightness(0) invert(20%) sepia(4%) saturate(3511%) hue-rotate(181deg) brightness(89%) contrast(79%);
    --filter-color-secondary: brightness(0) invert(77%) sepia(52%) saturate(282%) hue-rotate(162deg) brightness(96%) contrast(90%);
	
	--color-text-white: #fff;
	--color-text-dark: #000;
}

*:not(.carousel *):not(.ry-accordion *):not(#accordion *):not([data-aos-duration]):not(.slick-track):not(#ry-section-header *):not(.fancybox-slide *),
::before,
::after {
    transition: 0.3s ease-in-out all;
}
html, body {
	overscroll-behavior: none;
	overflow-x: hidden !important;
}
html {
    scroll-behavior: smooth;
}

/* //Removed excess margin on bottom on forms alert */
.alert li:last-child {
    margin-bottom: 0 !important;
}

/* //Add Underline on all hyperlink */
body.default #ry-pg-body a:not(.ry-btn):not(.fa):hover {
    text-decoration: underline !important;
}
.ry-each-link, .ry-each-link a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}
.ry-btn-wrap {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
	gap: 10px;
}
.ry-section-background, .ry-section-background img {
	position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	object-fit: cover;
}
body .ry-headline {
    margin-bottom: 1rem;
}
body .ry-headline h2 {
	font-size: clamp(1.875rem, 1.7157rem + 0.6536vw, 2.5rem);
	font-weight: bold !important;
	line-height: 1.1;
	text-transform: capitalize;
	color: #f9f9f9;
	font-family: "Onest";
}
body .ry-headline h4 {
	line-height: 1.1;
	font-size: clamp(1.5rem, 1.4522rem + 0.1961vw, 1.6875rem);
	letter-spacing: 5px;
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 300 !important;
	text-align: center;
}
.ry-section-padding {
	padding: 6rem 0;	
}
body[data-page-name="index"] .ry-text p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}
.ry-btn.ry-btn-primary:hover {
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff !important;
}
/** END GLOBAL CSS **/
	
/** HP CTA **/
.ry-hp-cta-custom {
    position: relative;
	z-index: 2;
}
.ry-hp-cta-custom .ry-each {
    position: relative;
}
.ry-hp-cta-custom .ry-each .ry-cta-content-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem 3.5rem;
    align-items: flex-end;
    z-index: 3;
    top: 0;
    left: 0;
}
.ry-hp-cta-custom .ry-each .ry-cta-content-wrap .ry-cta-title h4 {
    font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold !important;
    line-height: 1.1;
}
.ry-hp-cta-custom .ry-each:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
    z-index: 2;
}
.ry-hp-cta-custom .ry-each .ry-cta-content-wrap .ry-svg-icon-wrap svg {
    width: 25px;
    height: 30px;
    fill: #fff;
}
.ry-hp-cta-custom .ry-each .ry-cta-content-wrap .ry-svg-icon-wrap {
    margin-bottom: 10px;
}
.ry-hp-cta-custom  .ry-add-blocks {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ry-hp-cta-custom  .ry-dollar-sign h3 {
    font-size: clamp(2.5rem, 2.2132rem + 1.1765vw, 3.625rem);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold !important;
    line-height: 1.1;
}
.ry-hp-cta-custom .ry-each:hover:before {
    background: #ffda03a3
}
.ry-hp-cta-custom .ry-each:hover * {
    color: #000 !important;
}
.ry-hp-cta-custom .ry-each:hover .ry-cta-content-wrap .ry-svg-icon-wrap svg {
    fill: #000;
}
/** END HP CTA **/
	
/** HP FEEDBACK **/
.ry-hp-feedback {
    background-color: #000000;
	padding: 14rem 0;
}
.ry-hp-feedback .ry-section-background, .ry-hp-feedback .ry-section-background img {
    z-index: 1;
}
.ry-hp-feedback .ry-content {
    position: relative;
    z-index: 2;
}
.ry-hp-feedback .ry-content .ry-flex {
    /*flex-wrap: wrap;*/
    gap: 25px;
}
.ry-hp-feedback .ry-content .ry-flex .ry-each {
    max-width: 380px;
    border-radius: 20px;
}
.ry-hp-feedback .ry-content .ry-flex .ry-each:not(:first-child) {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-657220ea-c908-4ba6-8a7b-d26aebfb155e/Homepage_Assets/bg_feedbackcard.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 2rem;
}
.ry-hp-feedback .ry-content .ry-flex .ry-each.ry-badge-wrap img {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: max-content;
}
.ry-hp-feedback .ry-content .ry-flex .ry-btn-wrap {
    justify-content: flex-start;
}


/** HP ATHLETE **/
.ry-hp-athlete {
    background: #ffda03;
}
.ry-hp-athlete .ry-flex {
    gap: 20px;
    /*flex-wrap: wrap;*/
}
.ry-hp-athlete .ry-flex .ry-each {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ry-hp-athlete .ry-flex .ry-each .ry-img-wrap img {
    aspect-ratio: 16/9;
    object-fit: contain;
    max-width: 500px;
}
.ry-hp-athlete .ry-flex .ry-each .ry-text p {
    color: #000;
}
.ry-hp-athlete .ry-athlete-name h4 {
    font-size: clamp(1.375rem, 1.3272rem + 0.1961vw, 1.5625rem);
    line-height: 25px;
    color: #000000;
    font-weight: bold;
}
.ry-hp-athlete .ry-athlete-name p {
    color: #000000;
    line-height: 1.2;
    font-size: 18px;
}
	
/** HP PROVIDER **/
.ry-hp-provider {
    background: #ffda03;
}
.ry-hp-provider .ry-flex {
    gap: 4em;
    /*flex-wrap: wrap;*/
    justify-content: center;
    align-items: center;
}
.ry-hp-provider .ry-flex .ry-each {
    width: max-content;
}
.ry-hp-provider .ry-headline h2 {
    color: #000000;
}

/** HP SOFTWAVE & SPINAL **/
.ry-hp-softwave-spinal {
    padding: 8rem 0;
}
.ry-hp-softwave-spinal .ry-content {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.ry-hp-softwave-spinal .ry-content .ry-flex {
    gap: 6rem;
    align-items: center;
}
.ry-hp-softwave-spinal .ry-content .ry-flex .ry-img-wrap img {
    width: max-content;
    margin: 0 auto;
}
.ry-hp-softwave-spinal .ry-content .ry-flex:first-child .ry-each:first-child {
    max-width: 640px;
}
.ry-hp-softwave-spinal .ry-content .ry-flex .ry-each .ry-btn-wrap {
    justify-content: flex-start;
}
/** END HP SOFTWAVE & SPINAL **/

/** HP CONDITION WE TREAT **/
.ry-hp-condition-we-treat .ry-container {
    max-width: 1280px;
}
.ry-hp-condition-we-treat .ry-flex {
    margin-top: 4vw;
    flex-wrap: wrap;
    gap: 10px;
	padding: 0 40px;
	justify-content: center;
}
.ry-hp-condition-we-treat .ry-flex .ry-each {
    width: 378px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.ry-hp-condition-we-treat .ry-flex .ry-each .ry-icon-wrapper {
    max-width: 50px;
}
.ry-hp-condition-we-treat .ry-flex .ry-each .ry-icon-wrapper img {
    aspect-ratio: 1/1;
    object-fit: contain;
}
.ry-hp-condition-we-treat .ry-flex .ry-each .ry-c-name p {
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
}
.ry-hp-condition-we-treat .ry-flex .ry-each:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 0%;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, #ffda0354, #ffda03);
    z-index: 0;
    border-radius: 12px;
    border: 1px solid #333333;
    opacity: 0;
}
.ry-hp-condition-we-treat .ry-flex .ry-each:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}
.ry-hp-condition-we-treat .ry-flex .ry-each:hover:before {
	width: 100%;
	transition: all .3s ease-in-out;
    opacity: 1;
}
/** END HP CONDITION WE TREAT **/

/** HP MAP **/
.ry-hp-map {
    position: relative;
}
.ry-map-link-wrap {
    max-width: 91px;
    height: 116px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/** END HP MAP **/
	
@media (max-width: 1440px) {
	.ry-hp-feedback .ry-content .ry-flex .ry-each,
	.ry-hp-athlete .ry-content .ry-flex .ry-each {
		max-width: 280px;
	}
	.ry-hp-feedback .ry-content .ry-flex .ry-each.ry-content-wrap {
		max-width: 320px;
	}
	.ry-hp-feedback .ry-content .ry-flex {
		align-items: center;
		gap: 15px;
	}
	.ry-hp-provider .ry-flex .ry-each {
		max-width: 250px;
	}
}
@media (max-width: 1366px) {
	.ry-hp-feedback .ry-content .ry-flex .ry-each.ry-content-wrap {
		max-width: 100%;
		width: 100%;
	}
	.ry-hp-feedback .ry-content .ry-flex .ry-each.ry-content-wrap * {
		text-align: center;
	}
	.ry-hp-feedback .ry-content .ry-flex .ry-each.ry-content-wrap .ry-btn-wrap {
		justify-content: center;
	}
	.ry-hp-feedback {
		padding: 6rem 0;
	}
	.ry-hp-feedback .ry-content .ry-flex .ry-each.ry-content-wrap .ry-text {
		max-width: 800px;
		margin: 0 auto;
	}
	.ry-hp-feedback .ry-content .ry-flex .ry-each.ry-badge-wrap img {
		aspect-ratio: 16/9;
	}
	.ry-hp-feedback .ry-content .ry-flex .ry-each.ry-badge-wrap {
		max-width: 380px;
		width: 100%;
	}
	.ry-hp-feedback .ry-section-background, .ry-hp-feedback .ry-section-background img {
		object-position: top left;
	}
	.ry-hp-athlete {
		margin-top: -2px;
	}
	.ry-hp-athlete .ry-flex .ry-each {
		max-width: 550px !important;
		width: 100%;
	}
	.ry-hp-athlete .ry-flex .ry-each * {
		text-align: center;
	}
	.ry-hp-athlete .ry-flex {
		gap: 4rem;
	}	
}
@media (max-width: 1080px) {
	.module-25 .ry-hero-copy {
		position: relative;
		padding: 2rem;
		background: #000;
		margin-bottom: -1px;
	}
	.ry-hp-cta-custom .ry-flex {
		flex-direction: column;
	}
	.ry-hp-feedback .ry-content .ry-flex {
		max-width: 600px;
		margin: 0 auto;
		float: none;
		justify-content: center;
	}
	.ry-hp-athlete .ry-flex {
		justify-content: center;
	}
	.ry-hp-provider .ry-flex .ry-each {
		max-width: 400px;
	}
	.ry-hp-softwave-spinal .ry-content .ry-flex {
		flex-direction: column;
	}
	.ry-hp-softwave-spinal .ry-content .ry-flex .ry-content-wrap * {
		text-align: center;
	}
	.ry-hp-softwave-spinal .ry-content .ry-flex .ry-content-wrap  .ry-btn-wrap {
		justify-content: center;
	}
	.ry-hp-softwave-spinal .ry-content .ry-flex:last-child {
		flex-direction: column-reverse;
	}
	.ry-hp-condition-we-treat .ry-flex {
		max-width: 900px;
		margin: 4vw;
	}
	.ry-hp-condition-we-treat .ry-container {
		width: 90%;
	}
	.module-44 .ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.module-44 .ry-flex .ry-each h2 {
		text-align: center;
	}
	.module-44 .ry-flex .ry-each a span {
		text-align: center !important;
		width: 100%;
		display: block;
	}
	.module-44 .ry-flex .ry-each ul li * {
		text-align: center;
	}
	.module-44 .ry-flex .ry-each ul li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.module-44 .ry-footer-copyright .ry-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
	
@media (max-width: 500px) {
	.ry-hp-softwave-spinal .ry-content .ry-flex {
		gap: 2rem;
	}
}
	
	
