@media (min-width: 48rem) {
	:root {
		font-size: calc(1rem + ((1vw - 0.48rem) * 1.389));
	}
}

:target {
	scroll-margin-top: 3rem;
}

#resources {
	scroll-margin-top: 10rem;
}

body {
	/* font-family: var(--font-base); */
	color: var(--color-text);
	background-color: var(--color-bg);
	max-width: 100vw;
}

.u-text-bold {
	font-weight: bold;
}
.u-text-small {
	font-size: 0.875rem;
}
.u-mb-1 {
	margin-bottom: var(--spacing-sm);
}
.u-mb-2 {
	margin-bottom: var(--spacing-md);
}
.u-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.max-w-600 {
	max-width: 600px;
	margin: 0 auto;
}

/* Header */

.bd-header {
	position: sticky;
	top: 0px;
	left: 0px;
	z-index: 99;
	background-color: #121c22;
}

.bd_header_logo_warpper {
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.sticky_header .bd_header_logo_warpper {
	opacity: 1;
	transition: opacity 0.5s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_header_logo {
	display: block;
	width: max-content;
	margin-right: auto;
	margin-left: 0.671032rem;
}

/* .bd-header {
background-color: #121c22;
position: relative;
z-index: 1;
}

.bd_header_logo {
display: flex;
justify-content: start;
align-items: center;
margin-left: 0.671032rem;
} */

.bd_header_logo img {
	max-width: 4.256713rem;
	margin: 0px;
	display: block;
}


.bd_main_menu {
	padding-top: 1.184175rem;
	padding-bottom: 1.144702rem;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.578900rem;
	margin-right: 1.105230rem;
}

.bd_main_menu li a {
	color: var(--white);
	text-decoration: none;
	font-size: 0.631560rem;
	font-weight: 700;
	letter-spacing: 0.078945rem;
	text-transform: uppercase;
	transition: color 0.3s ease;
	font-family: var(--bd_primaryfont);
}

.bd_main_menu li a:hover {
	color: var(--yellow);
}

.container {
	max-width: 50.130109rem;
}

.bd_hero_section {
	background-image: url("/wp-content/uploads/2025/10/image-18-scaled.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 4.105139rem;
	position: relative;
	z-index: 1;
	padding-bottom: 4.460391rem;
	background-color: #121c22;
	overflow: hidden;
}

.bd_hero_section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #121c22; 
	opacity: 0.7; 
	z-index: -1; 
}

.bd_hero_section::before {
	content: "";
	position: absolute;
	top: 110px;
	right: 16.5%;
	width: 0.315780rem;
	/* background: url("/wp-content/uploads/2025/10/Rectangle-1554.png"); */
	/* background-repeat: no-repeat; */
	/* background-position: center; */
	background-size: cover;
	transform: rotate(60deg);
	z-index: 0;
	pointer-events: none;
	opacity: 1;
	height: 31.577992rem;
	background: #FFC037;
}

.bd_hero_title img {
	width: 100%;
	height: 100%;
	max-width: 20.899499rem;
	margin: 0px;
	background-position: center;
	background-repeat: no-repeat;
}

/* .bd_hero_title {
font-family: var(--bd_primaryfont);
position: relative;
display: inline-block;
font-size: 4.408524rem;
font-weight: 900;
line-height: 78%;
letter-spacing: -0.216467rem;
text-transform: uppercase;
color: var(--cream);
padding: 1.144702rem 1.105230rem 0.828922rem 0.868395rem;
overflow: hidden;
z-index: 1; 
} */

/* .bd_hero_title::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("/wp-content/uploads/2025/10/Group-1410137922.png") no-repeat center/contain;
opacity: 0.8; 
z-index: -1; 
pointer-events: none;
}
*/
.bd_hero_title span {
	color: var(--yellow);
	display: block;
}

.bd_hero_subtitle {
	color: var(--white);
	font-family: var(--bd_secondaryfont);
	font-size: 1.263120rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.515744rem;
	letter-spacing: 0.012631rem;
	margin-top: 1.184175rem;
	max-width: 21.038837rem;
	margin-bottom: 1.578900rem;
}

.bd_hero_btn {
	display: inline-flex;
	padding: 0.473670rem 0.947340rem;
	align-items: center;
	gap: 0.315780rem;
	border-radius: 0.315780rem;
	border: 1px solid #ffc037;
	background: #23292f;
	color: var(--yellow);
	font-weight: 900;
	font-size: 0.631560rem;
	transition: all 0.3s ease;
	font-family: var(--bd_secondaryfont);
	text-decoration: none;
}

.bd_hero_btn:hover {
	background-color: var(--yellow);
	color: var(--black);
}

.bd_signup_box {
	background-color: var(--dark-bg);
	padding: 1.657845rem;
	color: var(--white);
	/* 	padding: 1.578900rem 1.184175rem;
	height: 20.565167rem; */
	position: relative;
	z-index: 1;
}

.bd_signup_box .at-inner {
	background-color: transparent;
}

.bd_signup_box .ngp-form h4 {
	font-family: var(--bd_primaryfont);
	font-weight: 700;
	font-size: 0.947340rem;
	line-height: 120%; /* 28.8px */
	letter-spacing: 0.018947rem;
	margin-bottom: 1.263120rem;
	text-transform: uppercase;
	color: #F8F1C9;
}

.bd_signup_box .ngp-form h4 span {
	color: #FFC037;
}

.bd_signup_box .at-inner fieldset {
	padding: 0;
}

.bd_signup_box .at-inner fieldset .at-fields .at-row {
	margin-inline: -0.157890rem;
	position: relative;
	gap: 0;
	justify-content: space-between;
	margin-bottom: 0;
}

.bd_signup_box .at-inner fieldset .at-fields .at-row:not(:last-child) {
	margin-bottom: 0.947340rem
}

.bd_signup_box .at-inner fieldset .at-fields .at-row label {
	flex: 1 1 auto;
/* 	flex: 0 0 auto; */
	margin-inline: 0;
	min-width: 0;
	max-width: 100%;
	width: 50%;
	padding-inline: 0.157890rem;
	font-family: var(--bd_secondaryfont);
	font-size: 0.631560rem;
	font-weight: 500;
	line-height: 120%; /* 19.2px */
	color: #FFF;
	position: relative;
}

.bd_signup_box .at-inner fieldset .at-fields .at-row label input, 
.bd_signup_box .at-inner fieldset .at-fields .at-row label input:focus {
	width: 100%;
	height: 1.894680rem;
	border: none;
	padding: 0 0.592087rem;
	border-radius: 2px;
	background-color: #FFF;
	font-family: var(--bd_secondaryfont);
	font-size: 0.631560rem;
	font-weight: 500;
	line-height: 1.894680rem;
	margin-top: 0.315780rem;
	color: var(--dark-bg);
	outline: none;
	box-shadow: none;
	margin-bottom: 0;
	transition:  0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_signup_box .at-inner fieldset .at-fields .at-row label input:focus-within {
	background-color: rgb(255 255 255 / 85%);
}

.bd_signup_box .at-inner fieldset .at-fields .at-row.at-row-solo label {
	width: 100%;
}

.bd_signup_box .at-inner fieldset .at-fields .at-row label.at-check {}

.bd_signup_box .at-inner fieldset .at-fields .at-row label.at-check .at-checkbox-title-container {
	margin-bottom: 0;
	font-family: var(--bd_secondaryfont);
	font-size: 0.631560rem;
	font-weight: 500;
	line-height: 150%;
	padding-left: 1.381537rem;
}

.bd_signup_box .at-inner fieldset .at-fields .at-row label.at-check .at-checkbox-title-container:before,
.bd_signup_box .at-inner fieldset .at-fields .at-row label.at-check .at-checkbox-title-container:after {
	width: 0.947340rem;
	height: 0.947340rem;
	top: 0px;
	border-radius: 2px;
	border: 1px solid #fff;
}

.bd_signup_box .at-inner fieldset .at-fields .at-row label.at-check input[type=checkbox]:hover+span:before {
	background-color: transparent;
}

.bd_signup_box .at-inner fieldset .at-fields .at-row label.at-check input[type=checkbox]+span:after  {
	left: 0;
	border: none;
	text-align: center;
	font-size: 0.631560rem;
	line-height: normal;
	border-color: #FFC037;
	background-color: #FFC037;
	color: var(--dark-bg);
}

.bd_signup_box .at-inner fieldset .at-fields .at-row label.error small.error {
	padding: 0;
	font-family: var(--bd_secondaryfont);
	font-size: 0.473670rem;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 0;
	margin-top: 0.315780rem;
}

.bd_signup_box .at-inner .at-form-submit {
	padding: 0;
	margin-top: 1.047340rem;
}

.bd_signup_box .at-inner .at-form-submit input[type=submit], 
.bd_signup_box .at-inner .at-form-submit input[type=submit]:focus {
	width: 100%;
	height: 2.210459rem;
	border: none;
	border-radius: 2px;
	padding: 0 0.789450rem;
	background-color: #FFC037;
	font-family: var(--bd_secondaryfont);
	font-weight: 700;
	font-size: 0.631560rem;
	line-height: 2.289404rem; /* 19.2px */
	letter-spacing: 0.012631rem;
	text-transform: uppercase;
	color: #1C2830;
	float: none;
	margin: 0;
	outline: none;
	box-shadow: none;
	transition:  0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_signup_box .at-inner .at-form-submit input[type=submit]:hover {
	background-color: #F8F1C9;
	transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_signup_box .at-form .thankYou .contributions p {
	font-family: var(--bd_secondaryfont);
	font-weight: 500;
	font-size: 1.105230rem;
	letter-spacing: 0.012631rem;
	line-height: 160%;
	color: #fff;
	margin-bottom: 0;
}

.bd_background_styling {
	background-image: url(https://stg-morethenjobsorg-staging.kinsta.cloud/wp-content/uploads/2025/10/gradient-bg-img.png);
	background-color: #121c22;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	/* 	background-image: url(https://stg-morethenjobsorg-staging.kinsta.cloud/wp-content/uploads/2025/10/Rectangle-1554.png); */
}

.bd_public_service_section {
	padding-bottom: 2.052569rem;
	padding-top: 3.157799rem;
	overflow: hidden;
	z-index: 1;
}

.bd_public_service_section {
	/* border-bottom: 1.5px solid rgb(255 255 255 / 20%); */
	/* border-width: 400px; */
	margin-inline: auto;
	position: relative;
}

.bd_bordered_section::after {
	content: "";
	width: 100%;
	max-width: calc(100% - 15.788996rem);
	height: 0.059209rem;
	display: block;
	background-color: rgb(255 255 255 / 20%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.bd_ps_content.bd_border_right {
	border-right: 1.5px solid rgb(255 255 255 / 20%);
	margin-right: 2.723602rem;
}

.bd_public_service_section .bd_title,
.bd_news_section .bd_title,
.bd_the_situation_section .bd_title,
.bd_shareable_graphics_section .bd_title,
.bd_how_to_talk_section .bd_title,
.bd_section_resources .bd_title {
	color: var(--cream);
	font-family: var(--bd_secondaryfont);
	font-size: 1.894680rem;
	font-weight: 700;
	line-height: 120%;
	max-width: 19.736245rem;

}

.bd_news_section .bd_title {
	letter-spacing: 0.037894rem;

}

.bd_public_service_section .bd_title {
	margin-bottom: 0.671032rem;
}

.bd_public_service_section .bd_title span,
.bd_news_section .bd_title span,
.bd_the_situation_section .bd_title span,
.bd_shareable_graphics_section .bd_title span,
.bd_how_to_talk_section .bd_title span,
.bd_section_resources .bd_title span {
	color: var(--yellow);
}

.bd_public_service_section p,
.bd_the_situation_section p,
.bd_shareable_graphics_section p,
.bd_how_to_talk_section p {
	color: #fff;
	font-family: var(--bd_secondaryfont);
	font-size: 0.789450rem;
	font-weight: 400;
	line-height: 140%;
	max-width: 18.946795rem;
	letter-spacing: 0.007894rem;
}

.bd_public_service_section p span,
.bd_the_situation_section p span,
.bd_shareable_graphics_section p span,
.bd_how_to_talk_section p span {
	color: var(--yellow);
}

.bd_public_service_section p a,
.bd_the_situation_section p a,
.bd_shareable_graphics_section p a,
.bd_how_to_talk_section p a {
	color: var(--yellow);
	text-decoration: none;

}

.bd_public_service_section p a:hover,
.bd_the_situation_section p a:hover,
.bd_shareable_graphics_section p a:hover,
.bd_how_to_talk_section p a:hover {
	color: var(--yellow);
	text-decoration: underline;
	opacity: 0.9;

}


h3.list_header {
	color: #f8f1c9;
	font-family: var(--bd_secondaryfont);
	font-size: 1.263120rem;
	font-weight: 900;
	line-height: 140%;
	max-width: 13.965880rem;
	margin-bottom: 0.434197rem;
}

ul.bd_ps_list {
	list-style-type: none;
	margin: 0px;
	padding-left: 0.631560rem;
	margin-bottom: 1.184175rem;
}

ul.bd_ps_list li {
	position: relative;
	color: #fff;
	font-family: var(--bd_secondaryfont);
	font-size: 0.789450rem;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 0.118417rem;
	padding-left: 1.302592rem;
}

ul.bd_ps_list li::before {
	content: "\f061";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 0.789450rem;
	color: var(--yellow);
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	margin-top: 0.315780rem;
}


.bd_news_section {
	padding-top: 3.157799rem;
	/* 	background-color: rgba(18, 28, 34, 1); */
	padding-bottom: 3.552524rem;
	position: relative;
	margin-inline: auto;
	overflow: hidden;
	z-index: 1;
}

.sub-heading {
	position: relative;
	padding-left: 1.302592rem;
	font-weight: 700;
	font-size: 0.631560rem;
	letter-spacing: 0.059209rem;
	line-height: 0.757872rem;
	text-transform: uppercase;
	margin-bottom: calc(1rem + 6px);
	color: var(--white);
	font-family: var(--bd_primaryfont);
}

.sub-heading::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.197362rem;
	transform: translateY(0);
	width: 0.947340rem;
	height: 0.315780rem;
	background-color: var(--yellow);
	border-radius: 0.394725rem;
}

/* .swiper-wrapper {
margin-top: 1.105230rem;
margin-bottom: 1.263120rem;
} */
.bd_swiper_slider {
	margin-left: auto;
	position: relative;
	width: 100%;
	max-width: calc(50% + 24.315054rem);
	margin-top: 1.105230rem;
	padding-bottom: 2.526239rem;
}

.bd_swiper_slider .swiper-slide {
	height: auto;
	width: 100%;
	max-width: 14.881129rem;
}

.carousel-slide {
	width: 100%;
	height: 100%;
	border-radius: 0.078945rem;
	border: 1px solid #fff;
	background: #121C22;
	padding: 1.578900rem 1.578900rem 1.539427rem 1.578900rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: var(--white);
	text-decoration: none;
}

.carousel-slide:hover {
	border: 1px solid #ffc037;
}

.carousel-slide h3 {
	color: #fff;
	font-family: var(--bd_secondaryfont);
	font-size: 0.947340rem;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.018947rem;
	text-transform: uppercase;
	max-width: 11.565439rem;
	margin-bottom: 1.578900rem;
	margin-top: 1.263120rem;
}

.carousel-slide span {
	color: var(--yellow);
	font-family: var(--bd_secondaryfont);
	font-size: 0.631560rem;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0.025262rem;
	text-transform: uppercase;
}

.bs-swiper-btn {
	width: 3.157799rem;
	height: 1.263120rem;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bs-swiper-btn > * {
	width: 1.263120rem;
	height: 1.263120rem;
	color: var(--white);
	position: relative;
	top: 0;
	bottom: auto;
	margin-top: 0;
}

.bs-swiper-btn .swiper-button-prev {
	left: 0;
	right: auto;
}

.bs-swiper-btn .swiper-button-next {
	right: 0;
	left: auto;
}

.bs-swiper-btn > *:after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: var(--white);
	font-size: 1.263120rem;
	line-height: normal;
}

.bs-swiper-btn .swiper-button-prev:after {
	content: "\f30a";
}

.bs-swiper-btn .swiper-button-next:after {
	content: "\f30b";
}

.bs-swiper-btn > *:hover {
	opacity: 0.7;
}


.bd_the_situation_section {
	padding-top: 3.197272rem;
	padding-bottom: 3.947249rem;
	/* 	background-color: #121c22; */
	position: relative;
	margin-inline: auto;
	overflow: hidden;
}

.bd_the_situation_section .bd_title,
.bd_shareable_graphics_section .bd_title,
.bd_how_to_talk_section .bd_title {
	margin-bottom: 0.947340rem;
	letter-spacing: 0.037894rem;
}

.bd_the_situation_section p {
	max-width: 22.657209rem;
	letter-spacing: 0.007894rem;
	margin-bottom: 0.789450rem;
}

.bd_situation_image_wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.bd_situation_image_wrapper::before {
	content: "";
	position: absolute;
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	width: 19.302047rem;
	height: 15.986358rem;
	background: url("/wp-content/uploads/2025/10/Vector-6.png") no-repeat center center;
	background-size: contain;
	opacity: 1;
	z-index: 0;
	pointer-events: none;
}

.bd_situation_img {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 18.709960rem;
	object-fit: contain;
	object-position: center;
	margin: 0;
	z-index: -1;
}

.bd_the_situation_section .sub-heading,
.bd_shareable_graphics_section .sub-heading, 
.bd_how_to_talk_section .sub-heading,
.bd_section_resources .sub-heading {
	/* color: #FFF; */
	font-family: var(--bd_secondaryfont);
	font-size: 0.710505rem;
	/* font-style: normal; */
	/* font-weight: 700; */
	line-height: 120%; /* 21.6px */
	letter-spacing: 0.014210rem;
}

.bd_the_situation_section p span {
	font-weight: 700;
}

.bd_shareable_graphics_section {
	padding-top: 3.157799rem;
	padding-bottom: 3.947249rem;
	/* 	background-color: #121c22; */
	position: relative;
	margin-inline: auto;
	overflow: hidden;
}

.bd_graphics_img_wrapper {
	margin-top: 1.578900rem;
	margin-bottom: 1.263120rem;
}

.bd_graphics_img_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.631560rem;
	margin-top: 0.631560rem;
	margin-bottom: 0.631560rem;
	list-style: none; 
	padding: 0;
	justify-content: center;
}

.bd_graphics_img_wrapper li {
	flex: 0 0 auto; 
	max-width: 100%;
    width: calc(25% - 0.473670rem);
	/* min-height: 348px; 
	width: calc(25% - 0.473670rem);*/
}

.bd_graphics_img_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0.157890rem;
	display: block;
	margin: 0;
}

.bd_button_2 {
	position: relative;
	border-width: 0.039472rem;
	border-style: solid;
	border-radius: 0.078945rem;
	color: var(--color, #fff);
	font-family: var(--bd_primaryfont);
	font-size: 0.631560rem;
	font-weight: 700;
	line-height: 1.116874rem;
	letter-spacing: 0.078945rem;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.783rem;
	height: 2.565712rem;
	width: 100%;
	text-align: right;
	padding-inline: 0.587rem;
	background: var(--background, transparent);
	border-color: var(--border, #fff);
	margin-top: 0.631560rem;
	transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

a.bd_button_2.bd_button_2_outline:hover {
	background: white;
	color: var(--black);
	transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_button_2:hover::after {
	color: var(--black);
	transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_button_2::after {
	content: "\f019"; 
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 0.789450rem;
	color: var(--white, #fff);
	position: absolute;
	top: 50%;
	right: 0.671032rem;
	transform: translateY(-50%);
	line-height: 1;
}

.bd_how_to_talk_section {
	position: relative;
	padding-top: 3.157799rem;
	padding-bottom: 2.960437rem;
	/* 	background-color: #121c22; */
	/* 	border-bottom: 1.5px solid rgb(255 255 255 / 20%); */
	overflow: hidden; /* keeps svg overflow tidy */
}

.bd_mask_image_1 {
	mask-image: url(https://stg-morethenjobsorg-staging.kinsta.cloud/wp-content/uploads/2025/10/mask-svg-img-1.svg);
	webkit-mask-image: url(https://stg-morethenjobsorg-staging.kinsta.cloud/wp-content/uploads/2025/10/mask-svg-img-1.svg);
	mask-mode: alpha;
	webkit-mask-mode: alpha;
	mask-repeat: no-repeat;
	webkit-mask-repeat: no-repeat;
	mask-size: 18.275368rem auto;
	webkit-mask-size: 18.064818rem auto;
	mask-position: center;
	webkit-mask-position: center;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: right;
}

.bd_footer_section.bd_bordered_section::after,
.bd_how_to_talk_section.bd_bordered_section::after {
/* 	max-width: calc(100% - 8.210278rem); */
	/* 	max-width: 100%; */
}


.bd_footer_section.bd_bordered_section::after,
.bd_section_resources.bd_bordered_section::after {
	max-width: calc(100% - 8.210278rem);
	/* 	max-width: 100%; */
}

.bd_talk_about_image_wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: -1.736790rem;
	width: calc(100% - 0.907867rem);
	height: calc(100% - 3.236744rem);
	background: url("/wp-content/uploads/2025/10/Vector-7-2.svg") no-repeat center center;
	background-size: contain;
	z-index: -1;
}

.bd_talk_about_image_wrapper {
	position: relative;
	z-index: 1;
	padding-top: 2.131514rem;
	max-width: 18.275368rem;
	margin-left: auto;
	margin-right: 1.539822rem;
	display: block;
}



ul.bd_key_points_list {
	list-style-type: none;
	margin: 0px;
	padding-left: 0.631560rem;
	margin-top: 1.263120rem;
}

ul.bd_key_points_list li {
	position: relative;
	color: #fff;
	font-family: var(--bd_secondaryfont);
	font-size: 0.789450rem;
	font-weight: 400;
	line-height: 140%;
	max-width: 17.210005rem;
	margin-bottom: 0.986812rem;
	padding-left: 1.421010rem;
}

ul.bd_key_points_list li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 0.789450rem;
	color: var(--yellow);
	position: absolute;
	top: 0;
	left: 0;
	line-height: 160%;
}

.bd_main_footer {
	position: relative;
	padding-top: 2.960437rem;
	padding-bottom: 2.516371rem;
	background-color: #121c22;
	z-index: 1; 
	overflow: hidden; 
}

.bd_main_footer::before {
	content: "";
	position: absolute;
	top: 0; 
	right: 0; 
	width: 100%;
	max-width: 47.366988rem; 
	height: 100%; 
	background: url("/wp-content/uploads/2025/10/Group-1410137921-1.png") no-repeat right bottom;
	background-size: cover; 
	opacity: 1;
	z-index: 0; 
	pointer-events: none;
}

.bd_footer_logo {
	margin-top: 0.947340em;
	max-width: 4.454076rem;
	margin-bottom: 1rem;
}

.bd_footer_section {
	padding-bottom: 0.394725rem;
	position: relative;
	/* 	border-bottom: 1.5px solid rgb(255 255 255 / 20%); */
}

.bd_back_to_top {
	display: block;
	text-align: right;
	color: var(--yellow);
	font-family: var(--bd_primaryfont);
	font-size: 0.631560rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.116874rem;
	letter-spacing: 0.078945rem;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0.197362rem;
}

a.bd_back_to_top:hover {
	color: var(--white);
}

a.bd_back_to_top:hover::after {
	color: var(--white);
}

.bd_footer_section .bd_back_to_top::after {
	content: "\f357";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 0.631560rem;
	color: var(--yellow);
	margin-left: 0.592087rem;
	vertical-align: middle;
}

.bd_copyright_section {
	margin-top: 0.947340rem;
}

.bd_social_links {
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
	display: flex;
	align-items: center;
	gap: 0.947340rem;
}
.bd_social_links li {
	flex: 0 0 auto;
	max-width: 100%;
	width: 0.947340rem;
}

.bd_social_links li a {
	color: #fff;
	font-size: 0.947340rem;
	/* padding: 0.473670rem; */
	text-align: center;
	display: block;
}

.bd_social_links li a:hover {
	color: var(--yellow);
}

.bd_social_links li:first-child a {
	padding-left: 0px;
}

.bd_term__service_section {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	font-family: var(--bd_lato);
	font-size: 0.558417rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.797778rem;
	text-align: center;
	margin-top: 0.078945rem;
	margin-inline: auto;
}

.bd_term__service_section a.bd_tos {
	color: #fff;
	text-decoration: underline;
}

.bd_term__service_section p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 1.026285rem;
	font-size: 0.558417rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.797778rem;
}

.bd_ps_list_wrapper {
	margin-left: 0.315780rem;
}

.carousel-slide img {
	height: 1.263120rem;
	width: 100%; 
	flex-shrink: 0; 
	object-fit: contain;
	object-position: left;
	margin: 0;
}
.img-fluid {
	margin: 0;
}

.bd_term__service_section a.bd_tos:hover {
	opacity: 0.6;
	text-decoration: none;
}

.bd_section_resources {
	padding-top: 3.132341rem;
    padding-bottom: 2.427565rem;
}

.bd_resource_link_wrapper .bd_resource_link:not(:last-child) {
    border-bottom: 1px solid rgba(248, 241, 201, 0.50);
}

.bd_resource_link {
    font-family: var(--bd_secondaryfont);
	text-decoration: none;
	display: block;
	padding-top: 3.879274rem;
    padding-bottom: 0.548160rem;
}

@media (min-width: 500px) {
	.bd_resource_link {
		padding-top: 1.579274rem;
		padding-left: 0.939702rem;
		padding-right: 23%;
	}
}

.bd_resource_title {
    color: var(--cream);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2%;
    text-transform: uppercase;
	margin-bottom: 0.653876rem;
}

.bd_resource_link p {
    color: #fff;
	font-size: 0.99301rem;
	font-weight: 400;
	line-height: 150%;
	text-wrap: pretty;
}

.bd_resource_link i {
    position: absolute;
    top: 1.448708rem;
	left: 0px;
    font-size: 1.579274rem;
    color: var(--cream);
    transition: transform .3s ease-in-out;
}



@media (min-width: 500px) {
	.bd_resource_link i {
		right: 1.096319rem;
		left: auto;
	}
}

@media (min-width: 768px) {
	.bd_resource_title {
		font-size: 1.047257rem;
	}
	
	.bd_resource_link p { 
		font-size: 0.89301rem;
		line-height: 120%;
	}
}

@media (min-width: 992px) {
	.bd_resource_title {
		font-size: 0.93961rem;
	}
	
	.bd_resource_link p { 
		font-size: 0.78301rem;
	}
}

@media (hover: hover) {
	.bd_resource_link:hover .bd_resource_title, .bd_resource_link:hover i {
		color: var(--yellow);
	}
}

