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

/* End of Reusable CSS*/


/* HP Welcome Section */
.hp--welcome {
	padding: 30vh 0;
}

.hp--welcome .ry-content {
	width: min(1242px, 100%);
	max-width: 100%;
	height: 605px;
	background-color: #272b42;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	float: unset;
}

.hp--welcome .ry-content .ry-each p {
    opacity: 0.600;
    font-size: 22px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
}

.hp--welcome .ry-content-inner {
	display: flex;
	flex-direction: column;
	width: min(960px, 90%);
	max-width: 100%;
	gap: 30px;
}


.hp--welcome .hp--heading h2 {
	width: min(940px, 100%);
	max-width: 100%;
	font-size: clamp(2.25rem, 1.9861rem + 1.0828vw, 3.3125rem);
	line-height: 1.5;
	color: #ffffff;
	font-weight: 400 !important;
}

@media (max-width: 991px) {
	.hp--welcome {
		padding: 20vh 0;
	}  
}

@media (max-width: 768px) {
	.hp--welcome .ry-each p {
		opacity: 0.600;
		width: min(760px, 100%);
		max-width: 100%;
		font-size: 22px;
		line-height: 35px;
		color: #ffffff;
		font-weight: 400;
		text-align: center;
		margin: 0 auto;
	}

	.hp--welcome .ry-content {
		height: auto;
		padding: 5% 0;
	}
}

@media (max-width: 680px) {

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

	.hp--welcome {
		padding: 10vh 0;
	}
}

/* End of HP Welcome Section 



/* HP About Section */
.hp--about {
	padding: 170px 0 160px;
}

.hp--about .content--grid {
	display: grid;
	grid-template-columns: repeat(2, 640px);
	place-content: center;
	row-gap: 100px;
	column-gap: 60px;
}

.hp--about .each-block.text .eyebrow {
	font-size: 25px;
	letter-spacing: 5px;
	line-height: 20px;
	color: #f88e50;
	text-transform: uppercase;
}

.hp--about .hp--heading h2 {
	font-size: 70px;
	letter-spacing: -1px;
	line-height: 1.5;
	color: #162a92;
	font-weight: 400;
	font-family: "Onest";
}

.hp--about .description p{
	font-size: 18px !important;
	letter-spacing: 0px;
	line-height: 27px;
	color: #666666;
	font-weight: 400;
}

.hp--about .content--grid .each-block.img img {
	max-width: max-content;
}

.hp--about .btn-wrapper a.ry-btn.ry-btn-secondary {
	border-radius: 30px !important;
	text-transform: uppercase;
	margin-top: 30px;
}



/* End of HP About Section */



/* HP Publications Section */

.hp--publications {
    padding: 200px 0 35vh;
}

.hp--publications .ry-content {
    display: grid;
    grid-template-columns: 320px 1fr;
    place-content: center;
    place-items: center;
}

.publications-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.publications-content .pub-img img {
    max-width: max-content;
    margin: 0 auto;
}

.hp--publications .ry-container {
    width: 1280px;
    max-width: 90%;
}

.hp--publications .hp--heading > div {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 40px;
    color: #666666;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
}

.hp--publications:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom, #e8e8e8, transparent);
    z-index: 1;
}


/* End of HP Publications Section */

/* HP Resources Section */

.hp--resources {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-d97baf64-d424-48d6-9a6c-7d1c0cd70c2e/site_assets/subscribe_bg.png");
    background-repeat: no-repeat;
    padding: 150px 0 190px;
    margin-top: -150px;
} 

.hp--resources .content--grid {
    display: flex;
    flex-direction: column;
}

.hp--resources .hp--heading .eyebrow {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 20px;
    color: #f88e50;
    font-weight: 400;
    font-family: "Onest";
    text-align: center;
    text-transform: uppercase;
}

.hp--resources .hp--heading .title h2 {
    font-size: 70px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #d2e9e3;
    text-align: center;
}

.hp--resources .hp--heading .subtitle p {
    text-align: center;
    color: #fff;
}

.hp--resources .hp--heading {
    max-width: 680px;
    margin: 0 auto;
    float: unset;
}

.hp--resources .group-block {
    display: grid;
    grid-template-columns: 560px 560px;
    place-content: center;
    gap: 40px;
    padding-top: 80px;
}

.hp--resources .group-block .wrapper .block-inner {
    background: #fff;
    display: grid;
    grid-template-columns: max-content 1fr;
}

.hp--resources .group-block .wrapper .block-inner {
    padding: 30px 40px;
    gap: 20px;
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px;
}

.hp--resources .group-block-inner .podcast-platform {display: grid;grid-template-columns: max-content max-content;align-items: center;}

.hp--resources .podcast-info .inner-title h3 {
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #000000;
    font-weight: 400;
}

.hp--resources .group-block-inner .tags p {
    opacity: 0.502;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #000000;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp--resources .group-block-inner .tags p:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e9ba3a' class='bi bi-star-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
    width: 15px;
    height: 20px;
}

.hp--resources .group-block .wrapper:last-child .block-inner .podcast-platform {
    margin-top: 5px;
}

/* End of HP Resources Section */



/* HP Read Blog Section */
.hp--read-blog {
    padding: 200px 0;
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-d97baf64-d424-48d6-9a6c-7d1c0cd70c2e/site_assets/blog_bg.jpg");
    background-size: cover;
    background-position: center;
}

.hp--read-blog .hp--heading .eyebrow {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 20px;
    color: #f88e50;
    text-transform: uppercase;
}

.hp--read-blog .hp--heading h2 {
    font-size: 70px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #162a92;
    padding-bottom: 1rem;
}

.hp--read-blog .ry-content {
    display: grid;
    grid-template-columns: 320px 1280px;
}


/* End of HP Read Blog Section */


/* HP Contact Section */
.hp--read-blog .grid--blog {
    display: grid;
    grid-template-columns: 365px 365px 365px;
    justify-content: flex-end;
    gap: 40px;
}


.hp--read-blog .blog-title {
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 44px;
    border-bottom-right-radius: 44px;
}

.hp--read-blog .blog-wrapper img {
    height: 400px;
    object-fit: cover;
}

.hp--read-blog .blog-title div h3 {
    max-width: 15rem;
    text-align: center;
    line-height: 1.3;
    font-weight: 700 !important;
}

.hp--read-blog .description p {
    font-size: 18px;
    line-height: 27px;
    color: #666666;
    font-weight: 400;
}

.hp--read-blog .ry-wrapper a.ry-btn.ry-btn-secondary {
    font-size: 18px !important;
    line-height: 20px;
    text-transform: uppercase !important;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
}
/* End of HP Contact Section */