/*LP HEADER*/
/* .landing-page-header-button{
 background-color:blue;
 position:relative;
 top:0px !important
} */
.landing-page-header-button {
	box-shadow: 3px 5px 20px 0px #211d1e80;
	width: 100vw !important;
	position: relative;
	top: 0px !important;
	left: 0px;
	padding: 12px 40px 16px 40px;
}
.landing-page-header-button #logo-container div h1{
	text-wrap:nowrap;
}
.landing-page-background {
	width: 100vw;
	height: auto;
}
.landing-page-background img {
	width: 100vw;
}
.button-lp-green {
    background: linear-gradient(90deg, #027138 0%, #5dcf47 100%) !important;
    transition: 0.3s;
	background-clip: padding-box, border-box;
	border:none !important;
}

.button-lp-orange {
    background: linear-gradient(90deg, #f05a22 0%, #f48359 100%) !important;
    text-wrap: nowrap;
    transition: 0.3s;
	
	background-clip: padding-box, border-box;
}

.button-lp-orange a,
.button-lp-green a {
    color: var(--base-white);
    transition: 0.3s; 
}


.button-lp-orange:hover {
    background: white !important; 
/*     border: 2px solid #f05a22 !important;  */
}

.button-lp-orange:hover a {
    color: #f05a22 !important;
}

.button-lp-orange:hover img {
    filter: invert(53%) sepia(94%) saturate(4893%) hue-rotate(357deg) brightness(96%) contrast(105%) !important;
}


.button-lp-green:hover {
    background: white !important; 
/*     border: 2px solid #027138 !important; */
}

.button-lp-green:hover a {
    color: #027138 !important;
}

.button-lp-green:hover img {
    filter: invert(32%) sepia(98%) saturate(748%) hue-rotate(105deg) brightness(94%) contrast(101%) !important;
}

/*FRANCHISE THANKS PAGE*/

/*FLOATING BUTTON*/

#page-lp-franchise{
    position:relative;
}
.floating-button{
    display: none;
    position: fixed; 
    bottom: 5px; 
    left: 2.5%; 
    right: 2.5%; 
    z-index: 99999999999999; 
    text-wrap: nowrap;
    color: var(--base-white);
}
.floating-btn-container{
    background: linear-gradient(87.96deg, #F05A22 3.18%, #F48359 101.65%) !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px 10px !important;
    text-align: center;
    height:47px;
    justify-content: center; 
    align-items: center; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); 
}
.float-div-2{
    background: linear-gradient(87.96deg, #F05A22 3.18%, #F48359 101.65%) !important;
    display: flex;
    padding-left:15px;
    flex-direction: row;
    align-items: center;
    height:100%;
    gap: 10px;
}
.floating-btn-title{
    padding-left: 0px !important;
    padding-right: 15px !important;
    height:100%;
    border-right: 1px solid #FFFFFF;
    vertical-align:middle;
    background-color:var(--accent-1);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.float-div-2 img:first-of-type{
    width: 15px;
    height: 15px;
    margin-top:2px;
}
.float-div-2 img:last-of-type{
    width: 16px;
    height: 7px;
}
@media screen and (max-width: 600px){
    .floating-button{
        display: block;
    }
}

/*END FLOATING BUTTON*/


/*END FRANCHISE THANKS PAGE*/
#page-lp-thanks{
	width:100vw;
	background: #F2F2F2;
	padding:100px 16px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.page-lp-thanks-container{
	display:flex;
	flex-direction:column;
	gap:10px;
	align-items:center;
	width:100%;
	max-width:900px;
	text-align:center;
	cursor:pointer;
}
.page-lp-thanks-container p:last-of-type{
	margin-top:20px;
}

@media screen and (max-width:900px){
	.thanks-gap{
		display:none !important;
	}
}
@media screen and (max-width:600px){
	#page-lp-thanks{
		padding:70px 16px;
	}
	.page-lp-thanks-container h1{
		font-size:22px;
	}
	.page-lp-thanks-container p{
		font-size:15px;
	}
}
/*END FRANCHISE THANKS PAGE*/


/*LP ABOUT SECTION*/
.page-lp-about-container {
	width: 100%;
	padding: 200px 120px;
	background-image: url("/wp-content/uploads/2025/11/about_details_background.webp");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
}
.page-lp-content-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 70px;
	width: 100%;
}
.page-lp-about-details-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	gap: auto;
	margin-top: 50px;
}
.about-details-left-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 600px;
}
.lp-label {
	display: inline-flex; 
	align-items: center; 
	justify-content: center;
	background-color: var(--base-1);
	color: white;
	font-size: 24px;
	font-weight: 500;
	padding: 10px 15px 10px 20px;
	transform: skew(-20deg);
	text-align: center;
}

.lp-label h2 {
	display: inline-block;
	transform: skew(20deg);
	margin: 0;
	transform-origin: left center;
}

.about-details-left-container div h1,
.about-details-mobile h1 {
	font-family: "Arimo";
	color: var(--base-1);
	margin-top: -5px;
}
.about-details-right-container {
	position: relative;
	width: 603px;
}
.about-details-right-container img {
	position: absolute;
	right: -50px;
}

.page-lp-content-2 {
	width: 100%;
	max-width: 1060px;
	padding: 10px;
	background-color: var(--base-white);
	box-shadow: 0px 6px 40px 0px #2828280d;
}
.page-lp-content-container {
	width: auto;
	padding: 30px 25px !important;
	border: 1px solid; 
	border-image: linear-gradient(
		76.83deg,
		#ad7a38 13.83%,
		#e4cd77 31.01%,
		#fff697 41.03%,
		#fff697 53.92%,
		#d6be5b 64.65%,
		#986a00 81.12%
	)
		1;
	border-radius: 10px; 
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.content-2-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 28px;
}
.content-2-header img {
	width: 224px;
	height: 100%;
}
.quote-box {
	position: relative;
	display: inline-block;
	padding: 15px 15px;
	font-size: 24px;
}

.quote-box::before,
.quote-box::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-color: #00773d;
	border-style: solid;
}

.quote-box::before {
	top: 0;
	left: 0;
	border-width: 4px 0 0 4px;
}

.quote-box::after {
	bottom: 0;
	right: 0;
	border-width: 0 4px 4px 0;
}
.rating-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	margin-top: 28px;
}
.rating-content img {
	width: calc(100% / 3 - 20px);
	height: auto;
}
.about-details-mobile {
	display: none;
}

.page-lp-content-3{
	width:100%;
	max-width:960px;
	height:100%;
	height:500px;
}

/*END LP ABOUT SECTION*/


/*CONSULTATION SECTION*/
#page-lp-consultation {
	width: 100vw;
	background-color: #3aad72;
	position: relative;
	height: auto;
	display: flex;
	gap: 0;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding:30px 16px !important;
}
#page-lp-consultation img:first-of-type,
#page-lp-consultation img:last-of-type {
	height: 100%;
}
.consultation-right-img{
	margin-top: -120px;
	margin-left: -30px;
}
.consultation-details {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 30px;
	color: var(--base-white);
	margin-left: 10px;
	text-wrap: nowrap;
}
.consultation-header-details {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	color: var(--base-white);
}
.consultation-header-details h2:first-of-type {
	background-color: var(--accent-1);
	padding: 14px 20px;
	color: var(--base-white);
	width: fit-content;
}


/*END CONSULTATION SECTION*/

/*CONCERNS SECTION*/
#page-lp-concerns {
	width: 100vw;
	background-color: var(--base-white);
	padding: 100px 16px 0px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
}
.angled-banner {
	display: inline-block;
	border: 1px solid var(--base-1);
	color: var(--base-1);
	padding: 8px 24px;
	transform: skew(-10deg);
	background-color: var(--base-white);
}

.angled-banner p {
	margin: 0;
	transform: skew(10deg);
	text-align: center;
}

.concerns-content-2 {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.problem-card-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.lp-card {
	position: relative;
	width: 260px;
	border: 1px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(32.19deg, #027138 0.14%, #23ca74 99.86%);
	background: #fff;
	text-align: center;
	padding: 20px 10px 10px;
	box-sizing: border-box;
	min-height: 240px;
	height: 300px;
}

.lp-card .corner-label {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	padding: 40px 55px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.lp-card span {
	position: absolute;
	top: -10px;
	left: 8px;
	font-style: italic;
	font-family: "Arimo";
	color: var(--base-white);
}

.card-image {
	width: 100%;
	height: 260px;
}

.card-text {
	color: #211d1e;
	text-align: center;
}

.concerns-content-3 {
	width: 100vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: -50px;
}
.concern-3-p {
	text-align: center;
	background-color: #e1f1d7;
	padding: 16px 40px;
	color: var(--base-1);
	margin-top: 50px;
}
.concern-3-p-mob {
	display: none;
}

/*END CONCERNS SECTION*/
/*REASON SECTION*/
#page-lp-reason {
	background-image: url("/wp-content/uploads/2025/11/reason_details_background.webp");
	width: 100vw;
	padding: 100px 16px 300px 16px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	gap: 48px;
	align-items: center;
}
.reason-header-container {
	width: 100%;
	max-width: 1000px;
	text-align: center;
}

.reason-content {
	width: 100%;
	max-width: 960px;
}

.lp-header-title {
	font-style: italic;
	text-align:center;
	font-family: "Arimo";
	color: var(--base-1);
}
.lp-header-details {
	margin-top: 10px;
}
.about-label {
	display: inline-flex; 
	align-items: center; 
	justify-content: center;
	background-color: var(--base-1);
	color: white;
	font-size: 24px;
	font-weight: 500;
	padding: 10px 15px 10px 20px;
	transform: skew(-20deg);
	text-align: center;
}
.about-label h2 {
	display: inline-block;
	transform: skew(20deg);
	margin: 0;
	transform-origin: left center;
}

.reason-content-main-container {
	position: relative;
}

.reason-content-container {
	background-color: var(--base-white);
	box-shadow: 0px 6px 40px 0px #2828280d;
	width: 100%;
	max-width: 564px;
	position: relative;
}

.corner-label {
	position: absolute;
	top: 0;
	left: 0;
	background: #027138;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	padding: 40px 55px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}

.reason-card span {
	position: absolute;
	top: -10px;
	left: 8px;
	font-style: italic;
	font-family: "Arimo";
	color: var(--base-white);
}

.reason-content {
	display: flex;
	flex-direction: column;
	gap: 220px;
	position: relative;
}

.reason-content-details {
	padding: 20px 90px 20px 100px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.reason-content-main-container img {
	position: absolute;
	right: 0;
	left: 450px;
	top: 20px;
}
.reason-watermark {
	position: absolute;
	top: -70px;
	left: auto;
	right: -0px;

	font-weight: 700;
	font-style: italic;
	font-size: 100px;
	font-family: "Arimo";

	color: #211d1e0d;
	letter-spacing: -0.05em;
	z-index: 1;
}

/*END REASON SECTION*/

/*OUR BUSINESS SECTION*/
#page-lp-our-business {
	width: 100vw;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	padding: 100px 16px;
	background-color: var(--base-4);
	position: relative;
}
.our-business-watermark {
	position: absolute;
	left: -450px;
	top: 455px;
	font-weight: 700;
	font-style: italic;
	font-size: 140px;
	font-family: "Arimo";
	transform: rotate(90deg);
	color: #211d1e0d;
	letter-spacing: -0.05em;
}

.our-business-container {
	width: 100%;
	max-width: 960px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.our-business-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 35px;
	box-shadow: 6px 6px 20px 0px #2828281a;
	padding-bottom: 40px;
	background-color: var(--base-white);
	z-index: 2;
	position: relative;
}
.our-business-content-header {
	width: 100%;
	background-color: var(--base-1);
	padding: 10px 20px;
	color: var(--base-white);
}

.our-business-content-details-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
	padding: 0px 20px;
	width: 100%;
}
.our-business-content-details {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 180px;
	height: 244px;
}
.our-business-content-details img {
	width: auto;
	height: 120px;
}
.our-business-content-details .our-business-content-subLabel h2 {
	font-family: "Roboto";
	color: var(--base-white);
	width: 180px;
	background-color: #211d1e;
	font-style: italic;
	padding: 5px 8px;
	vertical-align: middle;
}
.our-business-content-details .our-business-content-subLabel p {
	color: var(--base-1);
	margin-top: 15px;
}

.our-business-angled-banner {
	display: inline-block;
	border: 1px solid var(--base-1); 
	color: var(--base-1);
	padding: 12px 30px;
	transform: skew(-20deg);
	background-color: var(--base-white);
	width: 100%;
	max-width: 730px;
}

.highlight-banner {
	background-color: #f15a24;
	color: #fff;
	display: inline-block;
	padding: 8px 30px;
	margin-bottom: 20px;
	border-radius: 2px;
	transform: skew(20deg);
}
.highlight-banner h2 {
	font-style: normal !important;
}
.highlight-banner h2 img {
	margin-top:-5px;
	margin-right: 2px;
}

.appraisal-box {
	margin-top: 20px;
}
.appraisal-box p {
	margin: 0;
	transform: skew(20deg);
}


/*END OUR BUSINESS SECTION*/
/*SIMULATION SECTION*/
#page-lp-simulation {
	width: 100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 16px 350px 26px;
	background-color: var(--base-4);
	position: relative;
	text-align: center;
	position: relative;
	background-color: var(--base-white);
}
.simulation-background {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
}
.simulation-container {
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.member-banner {
	position: relative;
}
.member-banner img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.banner-icon {
	width: 50px;
	height: 50px;
	background-color: #000;
	border-radius: 2px;
	object-fit: cover;
}

.banner-text {
	min-width: 232px;
	width: 232px;
	padding: 4px 0px;
	transform: skewX(45deg);
	border: 1px solid #08a353;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	z-index: 1;
	margin-left: 20px;
	background-color: var(--base-white);
}
.banner-text span {
	transform: skewX(-45deg);
	display: block;
	color: var(--base-1);
}

.simulation-containers {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	position: relative;
	z-index: 99999;
	position: relative;
}
.simulation-watermark {
	position: absolute;
	right: -440px;
	top: 345px;
	font-weight: 700;
	font-style: italic;
	font-size: 140px;
	font-family: "Arimo";
	transform: rotate(90deg);
	color: #211d1e0d;
	letter-spacing: -0.05em;
	z-index: -1;
}
.simulation-content-container {
	padding: 40px 20px;
	background-color: var(--base-white);
	box-shadow: 6px 6px 20px rgba(40, 40, 40, 0.1);
	display: flex;
	flex-direction: row;
	z-index:1;
}
.simulation-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	border-right: 1px dashed #211d1e;
	padding-right: 30px;
	padding-left: 30px;
}
.simulation-heading {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}
.simulation-heading h2 {
	color: var(--base-1);
}
.simulation-label-details-container {
	display: flex;
	flex-direction: row;
	gap: 30px;
	text-wrap: nowrap;
	width: auto;
	align-items: center;
}
.simulation-label-details-container div {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: center;
	width: 100%;
}
.simulation-label-details-container div p:last-of-type {
	margin-top: -15px;
}
.boxed-p {
	line-height: 1;
	border: 1px solid #08a353;
	padding: 8px 5px;
}
.simulation-content-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	min-width: 270px;
}
.simulation-content-2 .boxed-p {
	max-width: 155px;
}

.simulation-content-3 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-right: none !important;
	align-items: center;
	width: 100%;
}

.simulation-content-3-details {
	display: flex;
	flex-direction: row;
	gap: 15px;
}
.simulation-content-3-details .boxed-p {
	min-width: 163.5px;
}
.last-simulation-content {
	margin-top: 10px;
}
.p-margin {
	margin-top: -15px;
}

/*END SIMULATION SECTION*/
/*COST SECTION*/
#page-lp-cost {
	width: 100vw;
	text-align: center;
	padding: 100px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	background-color: #f2f2f2;
}

.cost-table {
	position: relative;
	width: 100%;
	max-width: 960px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cost-watermark {
	position: absolute;
	top: -175px;
	left: 0;
	font-family: "Arimo";
	font-weight: 700;
	font-size: 140px;
	font-style: italic;
	color: rgba(2, 113, 56, 0.05);
	z-index: 1;
}
.fund-table-section {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.fund-table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	border: 1px solid #bebebe; 
}

.fund-table thead th {
	background-color: #006633;
	color: #fff;
	font-weight: 700;
	padding: 12px 10px;
	font-size: 28px;
	border: 1px solid #bebebe; 
}
.fund-table thead span {
	font-size: 20px;
	font-weight: 500;
}

.fund-table td {
	border: 1px solid #bebebe !important;
	padding: 16px;
	font-size: 24px;
	letter-spacing: 0.05em;
	background-color:#FFFFFF;
}

.fund-table tr:not(:last-child) td {
	border-bottom: 1px solid #bebebe; 
}

.fund-table .total-row td {
	border: 1px solid #bebebe !important; 
}

.fund-table td:first-child {
	background-color: #e1f1d7;
	font-weight: 700;
	width: 300px;
}

.fund-table td:last-child {
	color: #006633;
	font-weight: 700;
	font-size: 25px;
}

.fund-table .total-row td:first-of-type {
	border-top: 12px solid #f15a24 !important;
	border-left: 12px solid #f15a24 !important;
	border-bottom: 12px solid #f15a24 !important;
	border-right: 1px solid #bebebe !important; 
	font-size: 30px;
	background-color: #e1f1d7;
}
.fund-table .total-row td:last-of-type {
	border-top: 12px solid #f15a24 !important;
	border-right: 12px solid #f15a24 !important;
	border-bottom: 12px solid #f15a24 !important;
	border-left: 1px solid #bebebe !important; 
	font-size: 30px;
}

.investment-container {
	background-color: var(--accent-1);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 25px 0px 25px 40px;
	position: relative;
	margin-top:-18px;
	box-shadow: 6px 6px 20px 0px rgba(40, 40, 40, 0.3);
}
.investment-container::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	width: 0;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 50px solid var(--accent-1);
	margin-top: -50px;
}
.investment-details {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
.decorated-text {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	line-height: 1.2;
	color: var(--base-white);
}
.decorated-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 12px;
	background-color: white;
	opacity: 0.7;
	transform: skew(30deg);
}

.decorated-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	transform: skew(-30deg);
	width: 2px;
	height: 12px;
	background-color: white;
	opacity: 0.7;
}
.investment-sub-label {
	background-color: var(--base-white);
	color: var(--accent-1);
	width: fit-content;
	padding: 0px 12px;
	margin-top: -10px;
}
.investment-sub-label span {
	font-size: 85px;
	font-style: italic;
	font-family: "Roboto";
}

.cost-gap {
	display: none;
}
/*END COST SECTION*/
/*SUPPORT SECTION*/
#page-lp-support {
	width: 100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	text-align: center;
	background-image: url("/wp-content/uploads/2025/11/supportBackground.webp");
	background-size: cover;
	padding: 100px 16px 150px 16px;
	background-repeat: no-repeat;
	position: relative;
}
.support-watermark {
	position: absolute;
	bottom: -75px;
	right: 35px;

	font-weight: 700;
	font-style: italic;
	font-size: 140px;
	font-family: "Arimo";

	color: #211d1e0d;
	letter-spacing: -0.05em;
	z-index: 1;
}
.support-content {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	row-gap: 60px;
	width: 100%;
	max-width: 1200px;
}
.support-box-container {
	max-width: 100%;
	width: 100%;
	background-color: var(--base-white);
	box-shadow: 3px 3px 8px 0px rgba(2, 113, 56, 0.3);
}
.support-box-container div {
	padding: 18px 10px 15px 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.support-box-container img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.support-box-container div img {
	width: auto;
	height: 36px;
}
.support-box-container div p {
	text-align: left;
}
/*END SUPPORT SECTION*/
/*LP VOICE SECTION*/
#voice-section {
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	background: #f7f7f7;
	padding: 60px 12px;
	gap: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.voice-carousel {
	width: 100%;
	max-width: 1230px;
	overflow-x: hidden;
	margin: 0 auto;
	padding-left: 30px;
}
.voice-main-container {
	position: relative;
}
.voice-lp-watermark {
	position: absolute;
	top: -175px;
	left: 30px;
	font-weight: 700;
	font-style: italic;
	font-size: 140px;
	font-family: "Arimo";
	color: #211d1e0d;
	letter-spacing: -0.05em;
	z-index: 999;
}
.voice-track {
	display: flex;
	flex-direction: row;
	gap: 30px;
	transition: transform 0.4s ease;
}
.voice-lp-card-container {
	width: 380px;
}
.voice-lp-card {
	position: relative;
	height: auto;
	width: 100% !important;
	padding: 0px !important;
	background: linear-gradient(
		32.19deg,
		#027138 0.14%,
		#23ca74 99.86%
	) !important;
}
.voice-lp-card img {
	width: 100%;
	height: 100%;
	max-height: 480px;
	max-width: 380px;
	margin-bottom: -10px;
}
.voice-lp-corner-label {
	background-color: #211d1e;
	padding: 50px 60px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.voice-lp-card span {
	margin-top: -5px;
}

.voice-banner {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: flex;
	flex-direction: column;
}
.voice-angled-banner {
	display: inline-block;
	color: var(--base-1);
	padding: 8px 30px;
	transform: skew(-20deg);
	background-color: var(--base-white);
}

.voice-angled-banner p {
	margin: 0;
	transform: skew(10deg);
	text-align: center;
	font-size: 33.29px;
	font-weight: 500;
	color: var(--base-1);
	letter-spacing: 0.05em;
}

.voice-lp-card-sub {
	align-self: flex-start;
	margin-top: 5px;
	padding: 0px 20px;
}
.voice-lp-card-sub {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.voice-lp-card-sub div p:last-of-type {
	margin-top: 5px;
}
.arrow-box {
	width: 50px;
	height: 45px;
	background-color: #f15a24;
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow {
	position: relative;
	width: 30px;
	height: 2px;
	background-color: white;
}

.arrow::after {
	content: "";
	position: absolute;
	top: -5px;
	right: -2px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid white;
}

.prev-btn,
.next-btn {
	background: transparent;
	border: none;
	color: #6bb08a;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
	margin-top:2px !important;
	transition: transform 0.2s ease, color 0.3s ease;
}

.prev-btn:hover,
.next-btn:hover {
	color: #007f3d;
	transform: scale(1.2);
}

.voice-dots {
	margin-top: 10px !important;
	border: 1px solid var(--base-1);
	width: fit-content;
	padding: 12px 32px;
	border-radius: 200px;
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	cursor: pointer;
}
.voice-dots button {
	margin-top: -3px;
}
.voice-dots button img {
	height: 12px;
}

.dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #72b391;
	margin: 0px 6px;
	cursor: pointer;
	transition: background 0.5s;
}

.dot.active {
	width: 18px;
	position: relative;
	height: 18px;
	background-color: white;
	border: 1px solid #007f3d;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dot.active::before {
	content: "";
	margin-top: 0px;
	width: 12px;
	height: 12px;
	background-color: #007f3d;
	border-radius: 100%;
}
/*END LP VOICE SECTION*/
/*MESSAGE SECTION*/
#page-lp-message {
	width: 100vw;
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding: 100px 16px;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.message-watermark {
	position: absolute;
	top: 225px;
	left: -270px;
	font-size: 140px;
	transform: rotate(90deg);
	font-style: italic;
	color: #211d1e0d;
	z-index: 1;
}

.message-content {
	width: 100%;
	max-width: 960; /* Increased from 960px */
	display: flex;
	align-items: center; 
	position: relative;
	z-index: 2;
}

.message-details {
	background-color: #e1f1d7;
	padding: 26px 60px 20px 40px; 
	width: 100%;
	max-width: 600px; 
	position: relative;
	z-index: 3;
	flex: 1; 
}

.message-header {
	border-bottom: 1px solid #09aa57;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.message-content img {
	margin-left: -40px; 
	position: relative;
	z-index: 4;
	max-width: 400px; 
}

/*END MESSAGE SECTION*/
/*FLOW SECTION*/
#page-lp-flow {
	width: 100vw;
	display: flex;
	flex-direction: column;
	gap: 48px;
	align-items: center;
	padding: 100px 16px 500px 16px;
	background-image: url("/wp-content/uploads/2025/11/flowbackgroundDesk.webp");
	background-size: cover;
	background-position: 0% 90%;
	background-repeat: no-repeat;
}
.flow-container {
	width: 100%;
	max-width: 840px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}
.flow-watermark {
	position: absolute;
	top: -125px;
	font-weight: 700;
	font-style: italic;
	font-size: 100px;
	font-family: "Arimo";
	color: #211d1e0d;
	letter-spacing: -0.05em;
	z-index: 1;
}
.flow-vehicle {
	position: absolute;
	top: -60px;
	right: 0;
}
.flow-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.flow-arrow {
	width: 29px;
	height: auto;
}
.flow-left-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}
.flow-left-content div p{
	margin-top:-10px;
}
.flow-left-content img {
	height: 30px;
	width: auto;
}
.flow-box-container {
	display: flex;
	flex-direction: row;
	align-items:center;
	gap: 40px;
	background-color: var(--base-white);
	padding: 10px 40px;
	width: 100%;
}
.flow-label {
	font-family: "Roboto";
	font-style: italic;
	color: var(--base-1);
}
.flow-highlight-text {
	color: var(--accent-1);
	text-decoration: underline;
}
.highlight-gap {
	display: none;
}
/*END FLOW SECTION*/
/*LP FAQ SECTION*/
#page-lp-faq{
	width:100vw;
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:100px 16px;
	gap:38px;

}
.lp-header-title{
	text-align:center;
}
.lp-section-faq-container{
	position:relative;
}
.faq-watermark{
	position:absolute;
	top:-145px;
	right:0px;
	font-weight:700;
	font-style:italic;
	font-size:100px;
	font-family:"Arimo";
	color: #211D1E0D;
	letter-spacing: -0.05em;
	z-index:1;
}
.lp-section-faq-dropdown{
	border:1px solid #211D1E !important
}
.lp-faq-dropdown-header{
	background-color:#F2F2F2
}
.lp-faq-dropdown summary .chevron-background{
	background-color:transparent;

}
.lp-faq-dropdown summary p::after {
	content: "rtr";
	mask: url("/wp-content/uploads/2025/11/lpFaqChevron.svg") no-repeat center !important;
	-webkit-mask: url("/wp-content/uploads/2025/11/lpFaqChevron.svg") no-repeat center !important;
	width: 13.75px;
	height: 7.84px;
	position: absolute;
	right: 3px;
	padding:5px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	transition: transform 0.3s ease;
	z-index:1;
	background-color:var(--base-1)
}
/*END FAQ LP SECTION*/





/*MEDIA QUERIES*/
@media screen and (min-width: 1920px) {
	/*SUPPORT BACKGROUND*/
	#page-lp-support {
		background-image: url("/wp-content/uploads/2025/11/supportBackgroundDesktop.png");
		background-size: cover;
	}
	/*END SUPPORT BACKGROUND*/
}

@media screen and (max-width: 1400px) {
	/*LP ABOUT SECTION*/
	.about-details-left-container {
		width: 450px;
	}
	/*END LP ABOUT SECTION*/
	/*CONSULTATION SECTION*/
	#page-lp-consultation img:first-of-type {
		transform: scale(0.9);
	}
	.consultation-img{
		margin-left: -25px;
	}
	.consultation-right-img {
		margin-right: -25px;
	}
	.consultation-details {
		width: 50%;
		text-wrap: wrap;
	}
	/*END CONSULTATION SECTION*/
}

@media screen and (max-width: 1300px) {
	/*SUPPORT SECTION*/
	.support-content {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
		gap: 40px 20px; 
		width: 100%;
		max-width: 1200px;
		justify-content: center;
	}
	/*END SUPPORT SECTION*/	
}

@media screen and (max-width: 1250px) {
	/*CONSULTATION SECTION*/
	#page-lp-consultation {
		padding: 30px 16px;
	}
	#page-lp-consultation {
		align-items: center;
	}
	.consultation-details {
		width: 100%;
		margin-left: 0;
	}
	.consultation-img {
		display: none;
	}
	/*END CONSULTATION SECTION*/
}

@media (max-width: 1024px) {
	/*VOICE LP SECTION*/
	.voice-card {
		flex: 0 0 calc(20% - 40px);
	}
	.voice-carousel {
		width: 100%;
		margin-left: 30px;
	}
	/*END LP SECTION*/
}

@media screen and (max-width: 1200px) {
	/*LP ABOUT SECTION*/
	.page-lp-about-container {
		padding: 50px 16px;
	}
	.page-lp-about-details-container {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		width: 100%;
	}
	.page-lp-about-details-container {
		flex-direction: column-reverse;
	}
	.about-details-right-container img {
		position: relative;
	}
	.about-details-left-container {
		width: 100%;
	}
	.about-details-desktop {
		display: none;
	}
	.about-details-mobile {
		display: block;
	}
	.about-details-mobile h1 {
		font-style: italic;
	}
	.about-details-right-container img {
		right: 0px;
	}
	.about-details-right-container {
		width: 100%;
		text-align: center;
	}
	.page-lp-content-1 {
		gap: 40px;
	}
	/*END LP ABOUT SECTION*/
}

@media screen and (max-width: 1000px) {
	.landing-page-header-button {
		padding: 10px 16px 10px 16px;
	}
	#logo-container {
		display: flex;
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	/*CONCERNS SECTION*/
	.concern-3-p-desk {
		display: none;
	}
	.concern-3-p-mob {
		display: block;
		margin-top: -20px;
	}
	/*END CONCERNS SECTION*/
	/*OUR BUSINESS SECTION*/
	.our-business-content-details-container {
		flex-direction: column;
		align-items: center;
		gap: 8px;
		margin: 0px auto;
		width: fit-content;
	}
	.our-business-watermark {
		font-size: 100px;
		left: -320px;
		top: 290px;
		z-index: 1;
	}

	.our-business-content-details {
		flex-direction: row;
		width: 100%;
		height: auto;
	}
	.our-business-content-details .our-business-content-subLabel h2 {
		width: fit-content;
		padding: 5px 20px;
	}
	.our-business-content-details-container .downArrow {
		transform: rotate(90deg);
	}
	.our-business-content-subLabel {
		text-align: left;
	}
	/*END OUR BUSINESS SECTION*/
	/*SIMULATION SECTION*/
	.simulation-container {
		width: 100%;
		max-width: 660px;
	
	}
	.simulation-content {
		border-right: none;
		border-bottom: 1px dashed #211d1e;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.simulation-container-details {
		width: 100%;
	}
	.simulation-content-container {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.simulation-content-3 {
		border-bottom: none !important;
	}
	/*END SIMULATION SECTION*/
}

@media screen and (max-width: 900px) {
	/*CONCERNS SECTION*/
	.concerns-content-2 {
		flex-direction: column;
	}

	.problem-card-container .lp-card {
		width: 411px;
	}
	.concern-gap {
		display: none;
	}
	/*END CONCERN SECTION*/
	/*REASON SECTION*/
	.reason-content-main-container {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		background-color: transparent;
		box-shadow: none;
	}
	.reason-content-details {
		background-color: var(--base-white);
	}
	.reason-content-main-container img {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		margin-bottom: -20px;
	}
	.reason-content {
		gap: 40px;
	}
	.reason-content-details {
		padding: 30px 20px 20px 20px;
	}
	.reason-content-details h2 {
		text-align: center;
	}
	/*END REASON SECTION*/
}

@media screen and (max-width: 800px) {
	/*LP ABOUT SECTION*/
	.content-2-header {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	/*END LP ABOUT SECTION*/
}

@media screen and (max-width: 750px) {
	/*MESSAGE SECTION*/
	.message-content img {
		margin-left: 0px;
		position: relative;
		z-index: 222;
	}
	.message-content {
		flex-direction: column-reverse;
	}
	.message-content .message-details {
		margin-top: -20px;
		z-index: 1;
	}
	/*END MESSAGE SECTION*/
	/*FLOW SECTION*/
	#page-lp-flow {
		padding: 70px 16px 280px 16px;
		gap:26px;
	}
	.flow-box-container {
		flex-direction: column;
		align-items:flex-start;
		padding: 10px 20px;
		gap: 10px;
	}
	.flow-content {
		gap: 8px;
	}
	.flow-left-content {
		gap: 10px;
	}

	.flow-left-content img {
		width: 33px;
		height: auto;
	}
	.flow-left-content div h5 {
		font-size: 14px;
	}
	.flow-left-content div p {
		font-size: 18px;
	}
	.flow-box-container p {
		font-size: 14px;
	}
	.highlight-gap {
		display: block;
	}
	.flow-gap {
		display: none;
	}
	.flow-arrow {
		width: 17px;
		height: auto;
	}
	.flow-vehicle {
		width: 80.8px;
		height: 28px;
		top: -28px;
	}
	.flow-watermark {
		top: -75px;
		font-size: 60px;
	}
	/*END FLOW SECTION*/
}

@media screen and (max-width: 730px) {
	#page-lp-franchise #franchise-footer .section-container {
		padding-bottom: 100px;
	}

	/*COST SECTION*/
	.investment-container {
		position: relative;
		width: 90%;
		height: 270px;
	}
	.investmentVehicle {
		margin-top: -30px;
		transform: scale(0.5);
		position: absolute;
		right: -100px;
	}
	/*END COST SECTION*/
}


@media screen and (max-width: 700px) {
	.lp-icon-btn{
		transform:scale(1.2) !important;
	}
	#logo-container div h1 {
		font-size: 8px;
	}
	#logo-container img {
		width: 120px;
		margin-left: -10px;
	}
	.button-lp-orange,
	.button-lp-green {
		font-size: 14px;
		padding: 12px 15px;
		gap: 6px;
	}
	.button-lp-orange img,
	.button-lp-green img {
		width: 12px !important;
		height: 20px !important;
	}
	/*MESSAGE SECTION*/
	.message-details {
		padding: 36px 40px 20px 40px; 
	}
	.message-gap{
		display:none;
	}
	/*END MESSAGE SECTION*/
}


@media screen and (max-width: 600px) {
	.lp-header-details {
		margin-top: 5px;
	}
	/*LP ABOUT SECTION*/
	.page-lp-about-container {
		gap: 60px;
	}

	.content-2-header img {
		width: 180px;
	}
	.about-details-right-container img {
		width: 100%;
	}
	.about-details-left-container p {
		font-size: 14px;
	}
	.lp-label h2 {
		font-size: 14px;
	}
	.about-details-desktop h2,
	.about-details-mobile h2 {
		font-size: 28px;
	}
	.content-2-header h2 {
		font-size: 18px;
	}
	.page-lp-content-container {
		padding: 15px 10px !important;
	}
	.page-lp-content-container p {
		font-size: 14px;
		text-align: center;
	}

	.quote-box {
		padding: 10px 13px;
	}

	.quote-box::before {
		border-width: 3px 0 0 3px;
	}

	.quote-box::after {
		border-width: 0 3px 3px 0;
	}
	.rating-content {
		margin-top: 15px;
		gap: 3px;
		margin-left: -2px;
	}
	.rating-content img {
		width: calc(100% / 3 - 0px);

		height: auto;
	}
	.page-lp-content-3 {
		height: 179px;
	}
	/*LP ABOUT SECTION*/

	/*CONSULTATION SECTION*/
	.consultation-details {
		gap: 12px !important;
	}
	.consultation-header-details h2 {
		font-size: 24px;
	}
	.consultation-header-details h2 {
		font-size: 16px;
	}
	.consultation-details h2 {
		font-size: 12px;
	}
	/*END CONSULTATION SECTION*/

	/*CONCERNS SECTION*/
	#page-lp-concerns {
		padding: 70px 16px 0px 16px !important;
		gap: 20px;
		min-height: 1480px;
		max-height: 1470px;
	}
	.angled-banner h2 {
		font-size: 22px;
	}
	.problem-card-container .lp-card {
		width: 311px;
		height: 240px;
	}
	.doubleArrow {
		width: 23px;
		height: 50px;
	}
	.concerns-content-3 p,
	.concern-3-p-mob {
		font-size: 24px;
		padding: 16px 10px;
		margin-top: 5px;
		margin-bottom: 28px;
	}
	.card-image {
		height: 100%;
	}
	.card-image {
		margin-top: 0px !important;
	}
	.angled-banner {
		color: var(--base-1);
		padding: 8px 6px;
	}

	/*END CONCERNS SECTION*/
	/*REASON SECTION*/
	#page-lp-reason {
		padding: 70px 16px 100px 16px;
		background-image: url("/wp-content/uploads/2025/11/reasonBackgroundMob.webp");
		gap: 26px;
	}
	.about-label h2 {
		font-size: 14px;
	}
	.reason-header h1 {
		font-size: 28px;
	}
	.reason-header p {
		font-size: 12px;
	}
	.reason-card span {
		font-size: 30px !important;
		margin-top: 8px !important;
		margin-left: 2px;
	}
	.reason-content-details h2 {
		font-size: 18px;
	}
	.reason-content-details p {
		font-size: 14px;
		margin-left: 2px;
	}
	.reason-content-main-container img {
		width: 100%;
	}
	.reason-watermark {
		top: -45px;
		left: auto;
		right: 40px;
		font-size: 50px;
	}
	/*END REASON SECTION*/
	/*OUR BUSINESS SECTION*/
	#page-lp-our-business {
		padding: 70px 16px;
	}

	.our-business-watermark {
		font-size: 50px;
		left: -160px;
		top: 150px;
		z-index: 1;
	}
	.lp-label h2 {
		font-size: 14px;
	}
	.lp-header-title {
		font-size: 28px;
	}
	.lp-header p {
		font-size: 12px;
	}
	.our-business-content-details-container {
		padding: 0px 20px;
		align-items: flex-start;
	}
	.our-business-container {
		gap: 28px;
	}

	.our-business-content {
		gap: 20px;
	}
	.our-business-content-details-container {
		width: 100%;
		max-width: fit-content;
		margin: 0px auto;
	}
	.our-business-content-details img {
		width: 35px;
		height: 35px;
	}
	.our-business-content-details-container .downArrow {
		width: 17px;
		height: auto;
	}
	.our-business-content-subLabel h2 {
		font-size: 16px;
	}
	.our-business-content-subLabel p {
		font-size: 18px;
		margin-top: 8px !important;
	}
	.highlight-banner {
		transform: skew(15deg);
	}
	.highlight-banner h2 {
		font-size: 18px;
	}
	.highlight-banner h2 img {
		/* 		transform: translateY(4px); */
	}

	.our-business-angled-banner p {
		font-size: 14px;

		transform: skew(15deg);
		margin-top: -10px;
	}
	.highlight-banner {
		padding: 8px 10px;
	}
	.our-business-angled-banner {
		padding: 5px 15px;
		width: 300px;

		transform: skew(-13deg);
	}
	.our-business-gap {
		display: none;
	}
	.our-business-content-header h2 {
		font-size: 24px;
	}

	/*END OUR BUSINESS SECTION*/
	/*SIMULATION SECTION*/
	#page-lp-simulation {
		padding: 70px 16px 210px 16px;
		
	}
	.simulation-container {
		gap: 26px;
	}
	.banner-icon{
		margin-bottom:0px;
		margin-left:2px;
	}
	.banner-text{
		height:34px;
	}
	.banner-text span {
		font-size: 16px;
	}
	.member-banner img {
		width: 34px;
		height: 34px;
	}
	.simulation-content-container {
		padding: 20px 20px;

	}
	.simulation-content {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.simulation-heading {
		gap: 0px;
	}
	.simulation-heading h2,
	.simulation-content h2 {
		font-size: 20px;
	}
	.simulation-heading div p,
	.boxed-p {
		font-size: 16px;
	}
	.simulation-gap {
		display: none;
	}
	
	.simulation-label-details-container div {
		margin-top:-20px;
	}
	.simulation-sub-label p:first-of-type {
		font-size: 15px;
	}
	.simulation-sub-label p:last-of-type {
		font-size: 35px;
		margin-top: -5px;
	}
	.simulation-sub-label p:last-of-type span {
		font-size: 14px;
	}
	.simulation-content-2 {
		gap: 10px;
	}
	.simulation-content-2 div p:last-of-type {
		font-size: 18px;
		margin-top: -10px;
	}
	.simulation-content-2 div p:last-of-type span {
		font-size: 54px;
	}
	.last-simulation-content div p:last-of-type {
		font-size: 30px;
		margin-top: -0px;
	}
	.last-simulation-content div p:last-of-type span {
		font-size: 40px;
	}

	.simulation-content-3-details div:last-of-type p:last-of-type,
	.simulation-content-3-details div:first-of-type p:last-of-type {
		font-size: 30px;
	}

	.simulation-content-3-details div:last-of-type p:last-of-type span {
		font-size: 40px;
	}
	.label-mg {
		margin-top: -5px !important;
	}
	.label-p-mg {
		margin-top: 5px;
	}
	.simulation-content-3 {
		width: 100%;
		padding: 0;
	}
	.simulation-content-3 .boxed-p {
		font-size: 14px;
	}
	.simulation-content-3-details .boxed-p {
		min-width: 144px;
	}
	.num-p {
		font-size: 35px;
		margin-top: -5px !important;
	}
	.num-p span {
		font-size: 14px;
	}
	.banner-text {
		min-width: 200px;
		width: 200px;
	}
	/*END SIMULATION SECTION*/
	/*COST SECTION*/
	#page-lp-cost {
		padding: 70px 16px;
		gap:26px;
	}

	.investment-container {
		height: 230px;
		margin-top: -8px;
	}
	.investment-container::before {
		border-left: 45px solid transparent;
		border-right: 45px solid transparent;
		border-top: 40px solid var(--accent-1);
		margin-top: -40px;
	}
	.investment-details h2 {
		font-size: 16px;
	}
	.investment-details p {
		font-size: 30px;
	}
	.investment-details p span {
		font-size: 62px;
	}
	.investmentVehicle {
		margin-top: -50px;
	}
	.mobile-btn {
		position: absolute;
		bottom: 12px;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
		padding-left:25px;
		padding-right:18px;
		text-wrap: nowrap;
	}

	.fund-table thead th {
		font-size: 20px;
	}
	.fund-table thead th span {
		font-size: 12px;
	}
	.fund-table td {
		font-size: 16px;
	}
	.fund-table td:last-child {
		font-size: 18px;
	}
	.fund-table .total-row td:first-of-type {
		border-top: 6px solid #f15a24 !important;
		border-left: 6px solid #f15a24 !important;
		border-bottom: 6px solid #f15a24 !important;
		font-size: 20px;
	}
	.fund-table .total-row td:last-of-type {
		border-top: 6px solid #f15a24 !important;
		border-right: 6px solid #f15a24 !important;
		border-bottom: 6px solid #f15a24 !important;
		font-size: 20px; 
	}

	.fund-table td:first-child {
		width: 145px;
	}
	.fund-table td {
		padding: 10px;
	}

	.cost-gap {
		display: block;
	}
	.cost-td-gap {
		display: none !important;
	}
	.cost-watermark {
		display: none;
	}
	/*END COST SECTION*/
	/*SUPPORT SECTION*/
	#page-lp-support {
		padding: 70px 16px;
		gap: 26px;
	}
	.support-content {
		grid-template-columns: repeat(2, 1fr) !important;
		column-gap: 8px;
		row-gap: 16px;
	}
	.support-watermark {
		position: absolute;
		bottom: -10px;
		right: 0px;
		font-size: 50px;
	}
	/*END SUPPORT SECTION*/
	/*VOICE LP SECTION*/
	#voice-section {
		gap: 28px !important;
		padding:60px 12px;
	}
	.voice-angled-banner {
		padding: 5px 20px;
	}

	.voice-angled-banner p {
		font-size: 22px;
	}
	.voice-lp-card-container {
		width: 280px;
	}
	.voice-lp-card {
		height: 353.68px !important;
		width: 280px !important;
	}
	.voice-track {
		gap: 20px;
	}
	.voice-lp-card-sub div:first-of-type p:first-of-type {
		font-size: 14px;
	}
	.voice-lp-card-sub div:first-of-type p:last-of-type {
		font-size: 20px;
	}
	.arrow-box {
		width: 30px;
		height: 30px;
	}

	.arrow {
		position: relative;
		width: 18px;
		height: 1px;
		background-color: white;
	}

	.arrow::after {
		content: "";
		position: absolute;
		top: -4px;
		right: -2px;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 8px solid white;
	}
	.voice-banner {
		bottom: -1px;
	}
	.corner-label-num {
		font-size: 30px !important;
		margin-top: 10px !important;
		margin-left: 5px;
	}
	.voice-lp-card-sub {
		margin-top: 0px;
	}
	.voice-dots {
		margin-top: 0px;
	}
	.voice-lp-watermark {
		position: absolute;
		top: -75px;
		left: 350px;
		font-size: 60px;
	}
	/*END VOICE LP SECTION*/
	/*MESSAGE SECTION*/
	#page-lp-message {
		gap: 26px;
		padding: 70px 16px;
	}
	.message-content img {
		width: 100%;
	}
	.message-details {
		padding: 36px 16px 20px 16px;
	}
	.message-details h2 {
		font-size: 20px;
		text-align: center;
	}
	.message-details p {
		font-size: 12px;
	}
	.message-watermark {
		position: absolute;
		bottom: -30px;
		left: 0px;
		top: auto;
		font-size: 60px;
		transform: rotate(0deg);
		font-style: italic;
		color: #211d1e0d;
	}
	/*END MESSAGE SECTION*/
	/*LP FAQ SECTION*/
	#page-lp-faq {
		padding: 70px 16px;
		gap: 10px;
	}
	.faq-watermark {
		top: -86px;
		font-size: 60px;
	}
    .lp-faq-dropdown summary p::after {
        transform: scale(0.8) translateY(-50%) rotate(0deg); 
        right: 2px;
    }
    
    .lp-faq-dropdown[open] summary p::after {
        transform: scale(0.8) translateY(-50%) rotate(180deg); 
    }
    
	/*END LP FAQ SECTION*/
}


@media screen and (max-width: 500px) {
	.message-icon-btn{
		transform:scale(1.5) !important;
		margin-right:5px;
		margin-left:5px;
	}
	.button-lp-green {
		height: 42px !important;
	}
	/*LP ABOUT SECTION*/
	.page-lp-about-container {
		background-image: url("/wp-content/uploads/2025/11/aboutBackgroundMob.webp");
	}

/* 	.rating-content img{
		transform:scale(1.0);
		
	} */
	/*END LP ABOUT SECTION*/
	/*SIMULATION SECTION*/
	.simulation-background {
		left: 0;
	}
	/*END SIMULATION SECTION*/
	/*FLOW SECTION*/
	#page-lp-flow {
		background-image: url("/wp-content/uploads/2025/11/flowBackgroundMob.webp");
	}
	/*END FLOW SECTION*/
}
@media screen and (max-width: 450px) {
	/*COST SECTION*/
	.investment-container {
		height: 180px;
		padding: 15px 0px 25px 16px;
	}
	.investmentVehicle {
		transform: scale(0.5) !important;
		margin-top: -25px !important;
		right: -78px !important;
	}
	/*END COST SECTION*/
}
@media screen and (max-width: 400px) {
	/*SUPPORT SECTION*/
	#page-lp-support {
		background-image: url("/wp-content/uploads/2025/11/supportBackgroundMob.webp");
	}
	.support-box-container div img {
		width: auto;
		height: 20px;
	}
	.support-box-container div h2 {
		font-size: 14px;
	}
	.support-box-container div p {
		font-size: 12px;
	}
	/*END SUPPORT SECTION8*/
	/*VOICE LP SECTION*/
	.voice-lp-watermark {
		position: absolute;
		top: -55px;
		left: 450px;
		font-size: 60px;
	}
	.voice-carousel {
		padding-left: 430px;
	}
	.voice-lp-watermark {
		top: -75px;
	}
	/*END LP SECTION*/
}

@media screen and (max-width:375px){
	/*REASON SECTION*/
	.reason-watermark {
		top: -45px;
		left: auto;
		right: -10px;
		font-size: 50px;
	}
	/*END REASON SECTION*/
}

@media screen and (max-width: 360px) {
	/*CONCERNS SECTION*/
	#page-lp-concerns {
		padding: 70px 16px 80px 16px !important;
		gap: 20px;

		max-height: 1550px;
	}
	/*END CONCERNS SECTION*/
	/*OUR BUSINESS SECTION*/
	.our-business-angled-banner {
		width: 80%;
	}
	/*END OUR BUSINESS SECTION*/
	/*VOICE LP SECTION*/
	.voice-lp-watermark {
		left: 470px;
	}
	.voice-carousel {
		padding-left: 440px;
	}
	/*END LP SECTION*/
}
@media screen and (max-width: 350px) {
	/*SIMULATION SECTION*/
	.simulation-content-3-details .boxed-p {
		min-width: 100px;
	}
	/*END SIMULATION SECTION*/
}

@media screen and (max-width:372px){
	.landing-page-header-button .button-lp-orange{
		transform:scale(0.85);
		margin-right:-15px;
	}
	/*OUR BUSINESS SECTION*/
	.highlight-banner h2 {
		font-size: 15px;
	}
	/*END OUR BUSINESS SECTION*/
}



#franchise-contact .section-container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#franchise-contact .form-container {
	box-shadow: 0 8px 25px 0 #2828281A;
	border-radius: 16px;
}

#franchise-contact .required-text {
    padding: 3px 12px;
}

#franchise-contact .contact-assessment-form input::placeholder, #franchise-contact .contact-assessment-form textarea::placeholder {
    color: #211D1E1A;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.05em;
}


#franchise-contact .contact-assessment-form input, #franchise-contact .contact-assessment-form textarea, #franchise-contact .contact-assessment-form select {
    background-color: #F5F5F5;
    border: none !important;
    outline: unset !important;
	font-family: 'Noto Sans JP';
}

#franchise-contact select.wpcf7-form-control.wpcf7-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='30' viewBox='0 0 20 20' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 30x 30px;
}

#franchise-contact select.wpcf7-form-control.wpcf7-select option {
	font-size: 20px;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP';
}

#franchise-contact .wpcf7-acceptance input {
    width: 20px;
    height: 20px;
}

#franchise-contact .form-acceptance a:hover {
	color: var(--base-1);
}

#franchise-contact .form-acceptance a {
	text-decoration: underline;
}

#franchise-contact .form-submit .wpcf7-spinner {
	display: none;
}

#franchise-contact .wpcf7-response-output {
    font-family: 'Roboto';
    text-align: center;
    color: var(--accent-1);
    font-weight: 500;
    letter-spacing: 0.05em;
    border: none;
}

#franchise-contact .wpcf7-radio, #franchise-contact .wpcf7-checkbox {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 20px;
}

#franchise-contact .wpcf7-radio .wpcf7-list-item-label, #franchise-contact .wpcf7-checkbox .wpcf7-list-item-label {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: var(--base-3);
}

#franchise-contact .button-black {
    background-color: var(--base-3);
    width: 256px;
    padding: 24px 10px 24px 10px;
    text-align: center;
    border-radius: 48px;
}

#franchise-contact .button-black input {
    background-color: transparent !important;
    color: var(--base-2);
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP';
}

#franchise-contact .wpcf7-not-valid::placeholder {
	color: var(--accent-1) !important;
}

#franchise-contact .wpcf7-not-valid-tip {
	display: none;
}

#franchise-contact .button-black:has(input[disabled]) {
  opacity: 0.2;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
	#franchise-contact .contact-assessment-form input::placeholder, #franchise-contact .contact-assessment-form textarea::placeholder, #franchise-contact select.wpcf7-form-control.wpcf7-select option, #franchise-contact select.wpcf7-form-control.wpcf7-select {
		font-size: 16px;
	}
	
	#franchise-contact .form-submit .button-orange input {
		font-size: 16px;
		width: 150px;
	}
	
	#franchise-contact .form-submit .button-orange {
		padding: 14px;
	}
	
	#franchise-contact .wpcf7-acceptance input {
		width: 13px;
		height: 13px;
	}
	
	#franchise-contact .form-group .col-8.md-col-12 {
		margin-top: 12px;
	}
	
	#franchise-contact .wpcf7-radio .wpcf7-list-item-label, #franchise-contact .wpcf7-checkbox .wpcf7-list-item-label {
		font-size: 12px;
	}
	
	#franchise-contact .button-black {
		width: 152px;
		padding: 14px 10px 14px 10px;
	}
	
	#franchise-contact .button-black input { 
		font-size: 14px;
	}
}