@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");

html {
	font-size: 62.5%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: "Inter", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 164.286%;
	overflow-x: hidden;
	color: #252424;
	background-color: #F8F8F8;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
}


button:focus,
input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Roboto Serif", serif;
	font-weight: 500;
	line-height: normal;
	font-style: normal;
}

h1 {
	font-size: 3.2rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 1.7rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.2rem;
}

h6 {
	font-size: 1rem;
}

p,
em,
strong,
a {
	font-family: "Inter", sans-serif;
	font-size: 1.4rem;
	color: #252424;
	font-style: normal;
	font-weight: 500;
	line-height: 164%;
}

a {
	transition: all 0.3s ease-in-out;
}

b,
strong {
	font-weight: 700 !important;
}

ul,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img {
	width: 100%;
	display: block;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.site-title {
	font-family: "Roboto Serif", serif;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: normal;
	color: #252424;
	font-style: normal;
	letter-spacing: -0.48px;
}

.site-desc {
	font-family: "Inter", sans-serif;
	font-size: 1.4rem;
	color: #252424;
	font-style: normal;
	font-weight: 500;
	line-height: 164%;
}

.site-desc p {
	font-family: "Inter", sans-serif;
	font-size: 1.4rem;
	color: #252424;
	font-style: normal;
	font-weight: 500;
	line-height: 164%;
}

.site-button {
	border-radius: 8px;
	background-color: #252424;
	color: #FFFFFF;
	text-align: center;
	font-family: "Inter", sans-serif;
	padding: 9px 15px;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	border: 1px solid transparent;
	display: inline-flex;
	gap: 7px;
	align-items: center;
}

.site-button span {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.site-button svg {
	width: 9px;
	height: 10px;
}

.site-button:hover {
	opacity: 0.9;
}

.site-button.btn-white {
	background-color: #FFFFFF;
	color: #252424;
}

.site-button.border {
	border: 1px solid rgba(90, 90, 90, 0.3);
	background-color: transparent;
	color: #252424;
}

.container {
	width: min(100% - 32px, 1440px);
	margin-right: auto;
	margin-left: auto;
}

/* base css  */
.text-center {
	text-align: center;
}

.title_label {
	color: #252424;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}

.page-template-template-upgrade header,
.page-template-template-upgrade footer {
  display: none;
}
.mobile_stickey {
	display: none;
}
/* End base css  */

/* page css  */

.academy_full_access_user .upgrade-main_left_column {
  padding-top: 85px;
}
.upgrade_announcement_bar {
  background-color: #F1B442;
  padding: 13px 0px;
  border-radius: 16px 16px 0px 0px;
  text-decoration: none;
  box-shadow: 0 -1px 0 0 #F1B442, -1px 0 0 0 #F1B442, 1px 0 0 0 #F1B442;
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.upgrade_announcement_bar_contant {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
}

.upgrade_announcement_bar_contant p {
  color: #192226;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 2px;
}
.upgrade_announcement_bar_contant_linktxt {
  display: flex;
  align-items: center;
  gap: 3px;
  border-bottom: 1px solid #000;
  position: relative;
  padding-right: 12px;
}

.upgrade_announcement_bar_contant_linktxt .cta_arrow_right_svg {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
.upgrade-main_left_column_header{
	display: none;
}
.upgrade-main {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: flex-start;
}

.upgrade-main_left_column {
	margin: 16px;
	border-radius: 16px;
	border: 1px solid #E4E4E4;
	background: #fff;
	padding: 30px;
	position: relative;
}

.upgrade-main_left_column-inner {
	max-width: 880px;
	margin: 0 auto;
}

.keep_climbing .progress-card {
	width: 281px;
}

.keep_climbing .progress-bar {
	width: 100%;
	height: 12px;
	background: #EAE9E2;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 12px;
}

.keep_climbing .progress-card .title {
	color: #1B2226;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 185.714%;
}

.keep_climbing .progress {
	width: 5%;
	height: 100%;
	background: #F1B442;
	border-radius: 20px;
}

.keep_climbing__wrapper___title .site-title {
	margin-top: 28px;
	margin-bottom: 18px;
	font-size: 3.2rem;

}

.keep_climbing__wrapper___title .site-desc {
	max-width: 550px;
}

.keep_climbing__wrapper___row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 55px;
	margin-top: 40px;
	padding: 36px;
	padding-bottom: 35px;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
}

.keep_climbing__wrapper___row-column .site-desc {
	max-width: 476px;
}

.keep_climbing__wrapper___row-column .site-desc p {
	margin-block-start: 20px;
}

.keep_climbing__wrapper___row-column blockquote {
	padding-left: 15px;
	border-left: 2px solid #F1B442;
}

.keep_climbing__wrapper___row-column blockquote p {
	font-family: "Roboto Serif", serif;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 152.948%;
	color: #252424;
	font-style: normal;
	letter-spacing: -0.34px;
}

.keep_climbing__wrapper___row-column_footer {
	margin-top: 20px;
	display: flex;
  align-items: center;
  gap: 10px;
}
.keep_climbing__wrapper___row-column_footer_image {
  display: none;
}
.keep_climbing__wrapper___row-column_footer_image img {
  width: 39px;
  height: 39px;
  object-fit: cover;
  border-radius: 39px!important;
}
.keep_climbing__wrapper___row-column_footer .author__name {
	color: rgba(37, 36, 36, 0.9);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 7px;
}

.keep_climbing__wrapper___row-column_footer .author__designation {
	color: rgba(37, 36, 36, 0.5);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.keep_climbing__wrapper___row-column img {
	max-width: 254px;
	border-radius: 10px;
}




.unlock_kit__wrapper___row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 22px;
	margin-top: 40px;
}

.unlock_kit {
	margin-top: 80px;
}

.unlock_kit__wrapper___title .site-title {
	margin-bottom: 15px;
}

.unlock_kit__wrapper___title .site-desc {
	max-width: 392px;
}

.unlock_kit__wrapper___row--column {
	padding: 30px;
	padding-bottom: 35px;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
}

.unlock_kit__wrapper___row--column img {
	width: 48px;
	height: 48px;
	margin-bottom: 25px
}

.unlock_kit__wrapper___row--column h3 {
	margin-bottom: 12px;
}

.unlock_kit__wrapper___row--column .title_label {
	margin-bottom: 12px;
}


.elite_ceo_coaching-section {
	margin-top: 80px;
	padding: 45px 30px;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
}

.elite_ceo_coaching-section__wrapper___title .site-title {
	margin-bottom: 20px;
}

.elite_ceo_coaching-section__wrapper___title .site-desc {
	max-width: 485px;
	margin: 0 auto;
}

.elite_ceo_coaching-section__wrapper___row {
	margin-top: 44px;
}

.elite_ceo_coaching-section__wrapper___row--column {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 23px 24px;
	border-bottom: 1px solid rgba(37, 31, 29, 0.15);
}

.elite_ceo_coaching-section__wrapper___row--column:has(+ .elite_ceo_coaching-section__wrapper___row--column:last-child) {
	border-bottom: none;
}

.elite_ceo_coaching-section__wrapper___row--column.active {
	border-radius: 12px;
	border: 1px solid #F1B442;
  background: #F1B442;

	.elite_ceo_coaching_course,
	.elite_ceo_coaching_course_price {
		opacity: 1;
	}
}


.elite_ceo_coaching_course,
.elite_ceo_coaching_course_price {
	color: #252424;
	font-family: "Roboto Serif", serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 147.059%;
	letter-spacing: -0.34px;
	opacity: 0.5
}

.elite_ceo_coaching-section__wrapper___caption {
	margin-top: 27px;
}

.elite_ceo_coaching-section__wrapper___caption p {
	color: #252424;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 164.286%;
}



.who_academy_built-section {
	padding: 35px;
	padding-top: 40px;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
	margin-top: 80px;
}

.who_academy_built-section__wrapper__title {
	margin-bottom: 20px;
}

.who_academy_built-section__wrapper__title .site-title {
	margin-bottom: 15px;
}

.who_academy_built-section ul li {
	color: #252424;
	font-family: "Roboto Serif", serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 147.059%;
	letter-spacing: -0.34px;
	padding: 30px 24px;
	border-bottom: 1px solid rgba(37, 31, 29, 0.15);
	position: relative;

	&::before {
		content: "";
		display: block;
		position: absolute;
		top: 35px;
		left: 3px;
		width: 8px;
		height: 15px;
		border: solid #F1B442;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}

	&:last-child {
		padding-bottom: 0px;
		border-bottom: none;
	}
}




.academy_members_review-section {
	margin-top: 80px;
}

.academy_members_review-section__wrapper___row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 26px;
	margin-top: 50px;
}

.academy_members_review-section__wrapper___row--column {
	padding: 30px;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
	display: flex;
	flex-direction: column;
	gap: 35px;
	justify-content: space-between;

}

.academy_members_review_header .review_rating {
	margin-bottom: 11px;
}

.academy_members_review_header .review_rating img {
	max-width: 84px;
}

.academy_members_review_footer .academy_members_name {
	color: rgba(37, 36, 36, 0.9);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 7px;
}

.academy_members_review_footer .academy_members_designation {
	color: rgba(37, 36, 36, 0.5);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


/* Right column css  */
.upgrade-main_right_column_close {
	display: none;
}
.upgrade-main_right_column {
	padding: 36px;
	padding-bottom: 20px;
	background-color: #252424;
	position: sticky;
	top: 0;
	height: 100dvh;
	overflow-y: auto;
}

.upgrade-main_right_column--inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-height: 100%;
	justify-content: space-between;
}

.upgrade_ceo_slidebar_logo {
	margin-bottom: 36px;
}

.upgrade_ceo_slidebar_logo img {
	max-width: 102px;
}

.upgrade_ceo_slidebar_title {
	margin-bottom: 7px;
}

.upgrade_ceo_slidebar_title .site-title {
	font-size: 3.2rem;
	color: #FFFFFF;
}


.upgrade_ceo_slidebar_comparable_table>ul>li {
	padding: 25px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.upgrade_ceo_slidebar_comparable_table>ul>li:last-child {
	padding-bottom: 0;
	border: none;
}

.upgrade_ceo_slidebar_comparable_table .common_row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.comparable_coaching_column.common_column {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
}

.comparable_coaching_column.common_column.price_line_through {
	text-decoration: line-through;
}

.Highland_coaching_column.common_column {
	color: #fff;
	font-weight: 600;
}

.credit_column.common_column {
	color: #F1B442;
	font-weight: 600;
}

.credit_row.common_row {
	margin-top: 8px;
}

.comparable_total_coaching_column.common_column h3 {
	color: #fff;
	font-weight: 600;
}

.comparable_total_coaching_column.common_column p {
	color: rgba(248, 248, 248, 0.7);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 141.667%;
	margin-top: 10px;
}

.highland_coaching_list {
	margin-top: 32px;
}

.highland_coaching_list ul li {
	color: #fff;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

.highland_coaching_list ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 3px;
	width: 7px;
	height: 12px;
	border: solid #F1B442;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}


.alert_notis_box {
	border-radius: 8px;
	border: 1px solid #434343;
	background: rgba(255, 255, 255, 0.05);
	padding: 30px 30px 24px 57px;
}

.alert_notis_box h3 {
	color: #fff;
	font-style: normal;
	font-weight: 600;
	line-height: 147.059%;
	letter-spacing: -0.34px;
	margin-bottom: 5px;
}

.alert_notis_box p {
	color: rgba(255, 255, 255, 0.6);
	text-wrap: balance;
}


.full_academy_access_btn .sitebar_btn {
	background-color: #F1B442;
	color: #252424;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 171.429%;
	padding: 10px;
	border-radius: 8px;
	text-decoration: none;
	width: 100%;
	display: block;
	transition: all 0.2s ease-in-out;
}

.full_academy_access_btn .sitebar_btn:hover {
	background-color: #E3A022;
	color: #06070B;
}

.full_academy_access_btn {
	margin-top: 25px;
	text-align: center;

}

.full_academy_access_btn p {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}

.academy_full_access_user .full_academy_access_btn .sitebar_btn {
  opacity: 0.5;
  pointer-events: none;
}
.alert_notis_box--inner {
	position: relative;
}

.alert_notis_box--inner:before {
	content: '';
	width: 18px;
	height: 18px;
	left: -28px;
	top: 6px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5833 0H1.41667C1.04094 0 0.680609 0.151713 0.414932 0.421765C0.149255 0.691817 0 1.05809 0 1.44V6.47998C0 11.2248 2.25958 14.1003 4.15526 15.6771C6.19703 17.3745 8.22818 17.9505 8.31672 17.9748C8.43846 18.0084 8.56685 18.0084 8.68859 17.9748C8.77714 17.9505 10.8056 17.3745 12.8501 15.6771C14.7404 14.1003 17 11.2248 17 6.47998V1.44C17 1.05809 16.8507 0.691817 16.5851 0.421765C16.3194 0.151713 15.9591 0 15.5833 0ZM15.5833 6.47998C15.5833 9.81627 14.3739 12.5244 11.9885 14.5278C10.9502 15.3969 9.76929 16.0732 8.5 16.5258C7.24732 16.0811 6.081 15.4168 5.05396 14.5629C2.64031 12.5559 1.41667 9.83697 1.41667 6.47998V1.44H15.5833V6.47998ZM4.45719 9.14937C4.32428 9.01427 4.24961 8.83104 4.24961 8.63998C4.24961 8.44891 4.32428 8.26568 4.45719 8.13058C4.5901 7.99548 4.77037 7.91958 4.95833 7.91958C5.1463 7.91958 5.32657 7.99548 5.45948 8.13058L7.08333 9.78207L11.5405 5.25059C11.6063 5.18369 11.6845 5.13063 11.7704 5.09442C11.8564 5.05822 11.9486 5.03959 12.0417 5.03959C12.1347 5.03959 12.2269 5.05822 12.3129 5.09442C12.3989 5.13063 12.477 5.18369 12.5428 5.25059C12.6086 5.31748 12.6608 5.3969 12.6964 5.4843C12.7321 5.5717 12.7504 5.66538 12.7504 5.75998C12.7504 5.85459 12.7321 5.94827 12.6964 6.03567C12.6608 6.12307 12.6086 6.20249 12.5428 6.26938L7.58448 11.3094C7.51869 11.3763 7.44057 11.4294 7.35458 11.4657C7.26859 11.5019 7.17642 11.5205 7.08333 11.5205C6.99025 11.5205 6.89807 11.5019 6.81208 11.4657C6.72609 11.4294 6.64797 11.3763 6.58219 11.3094L4.45719 9.14937Z' fill='%23F1B442' style='fill:%23F1B442;fill:color(display-p3 0.9451 0.7059 0.2588);fill-opacity:1;'/%3E%3C/svg%3E");
}

/* End Right column css  */



/* Upgrade Login Page Css */
.upgrade_login-section {
  height: calc(100svh - 32px);
}
.upgrade_login-section__wrapper{
	border-radius: 16px;
	border: 1px solid #E4E4E4;
	background: #FFFFFF;
	margin: 16px;
	padding: 36px 15px;
  	text-align: center;
  	height: 100%;
}
.upgrade_login-section__wrapper___row {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.upgrade_login-section__wrapper___row--data {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
}
.upgrade_login_title .site_sub_title{
color: #252424;
font-family: "Roboto Serif";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 133.333%;
letter-spacing: -0.48px;
}


.upgrade_login_info p {
  color:rgba(37, 36, 36, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 164.286%;
}

.upgrade_login_info p a {
 color: #252424;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 164.286%;
text-decoration-line: underline;
margin-left: 5px;
 text-underline-offset: 4px;
}

.upgrade_login_logo img{
  max-width: 62px;
  margin: 0 auto;
}
.upgrade_login_button .sitebar_btn {
	background-color: #F1B442;
	color: #252424;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 171.429%;
	padding: 10px;
	border-radius: 8px;
	text-decoration: none;
	width: 100%;
	display: block;
	transition: all 0.2s ease-in-out;
	max-width: 284px;
  margin: 0 auto;
}

.upgrade_login_button .sitebar_btn:hover {
	background-color: #E3A022;
	color: #06070B;
}
/* Upgrade Login Page Css */


@media(max-width:1199px) {
	.alert_notis_box{
		padding: 20px 20px 20px 45px;
	}
	.upgrade-main {
		display: block;
		 position: relative;
    overflow: hidden;
	}
body.slide_active {
    overflow: hidden;
    height: 100vh;
}
	.upgrade-main_right_column{
	    position: fixed;
		top: 0;
		right: 0;
		width: min(450px, 100%);
		height: 100vh;
		transform: translateX(100%);
		transition: transform .3s ease;
		z-index: 999;
		padding: 20px;
	}
	.slide_active .upgrade-main_right_column{
		transform: translateX(0%);
		overflow-y: auto;
		
	}
.upgrade-main_right_column_close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  cursor: pointer;
}
.upgrade-main_left_column_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}
.upgrade_page_mobile_logo img {
  max-width: 102px;
}
.upgrade_slide_button {
  font-size: 1.3rem;
background-color: #1B2226;
  color: #ffffff;
  border-radius: 8px;
  line-height: 1;
  display: inline-block;
  padding: 13px 18px;
  transition: all 0.3s;
  cursor: pointer;
}



.mobile_stickey {
  position: sticky;
  bottom: 0;
  padding: 48px 0px 33px 0px;
  background: #FFFFFF;
  background: linear-gradient(1deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
  display: block;
}
.mobile_stickey .full_academy_access_btn{
	margin: 0;
	margin: 0px 20px;
}
.mobile_stickey .full_academy_access_btn p {
 color: rgba(0,0,0,0.7);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 141.667%;
}

}

@media(max-width:991px) {
	.keep_climbing__wrapper___row {
		gap: 25px;
	}

	.keep_climbing__wrapper___row-column img {
		max-width: 200px;
	}
	
	.keep_climbing__wrapper___row-column .site-title {
	text-wrap: balance;
	}
}

@media(max-width:767px) {
	body {
		background-color: #fff;
	}
	.upgrade-main_left_column{
		border: none;
	}
	.keep_climbing__wrapper___row {
		grid-template-columns: 1fr;
		padding: 15px;
		gap: 0;
		margin-top: 30px;
	}
	
	.keep_climbing__wrapper___row-column img {
		display: none;
	}
	.keep_climbing__wrapper___row-column_footer_image {
		display: block;
		img{
			display: block;
		}
	}

	.keep_climbing__wrapper___title .site-title {
		font-size: 2.4rem;
		line-height: 129.53%;
	}

	.unlock_kit {
		margin-top: 50px;
		
	}

	.unlock_kit__wrapper___row {
		grid-template-columns: 1fr;
		margin-top: 20px;
	}

	.elite_ceo_coaching-section {
		margin-top: 50px;
		padding: 30px 15px;
	}

	.elite_ceo_coaching-section__wrapper___title .site-title {
		margin-bottom: 15px;
		text-wrap: balance;
		line-height: 129.53%;
	}

	.who_academy_built-section {
		margin-top: 50px;
		padding: 15px;
		padding-top: 20px;
	}

	.academy_members_review-section {
		margin-top: 50px;
	}
	.academy_members_review-section__wrapper___row{
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.academy_members_review-section__wrapper___row--column{
		padding: 20px 15px;
	}
	
	.academy_members_review-section__wrapper___title .site-title {
		text-wrap: balance;
		line-height: 129.53%;
	}


}

@media(max-width:499px) {
	.upgrade_ceo_slidebar_title .site-title {
		font-size: 2.4rem;
	}
	.keep_climbing__wrapper___title .site-title br {
		display: none;
	}

	.upgrade-main_left_column {
		padding: 5px;
	}

	.keep_climbing__wrapper___row {
		padding: 24px 20px;
	}

	.unlock_kit__wrapper___row--column {
		padding: 15px;
		padding-bottom: 20px;
	}

	.elite_ceo_coaching-section__wrapper___row--column {
		padding: 20px 0px;
	}

	.elite_ceo_coaching-section__wrapper___row--column.active {
		padding: 20px 10px;
	}

	.elite_ceo_coaching_course,
	.elite_ceo_coaching_course_price {
		font-size: 14px;
	}

	.unlock_kit__wrapper___row--column img {
		width: 40px;
		height: 40px;
		margin-bottom: 15px;
	}

	.elite_ceo_coaching-section__wrapper___caption {
		margin-top: 15px;
	}

	.elite_ceo_coaching-section__wrapper___caption p {
		font-size: 12px;
	}

	.who_academy_built-section__wrapper__title {
		margin-bottom: 10px;
	}

	.who_academy_built-section ul li {
		font-size: 1.4rem;
		padding: 20px 24px;

		&::before {
			top: 22px;
		}

	}
}