.ip-banner h1 {
	font-weight: 100;	
	font-size: 100px;	
	text-transform: none;	
	font-family: var(--font-family-title);
	line-height: 1;
}

.ip-banner h1 span {
	display: block;	
	font-size: 26px;
	font-weight: 100;
	font-family: var(--font-family-default);
}

#content-full {  
  margin: 0;
}



#content-full {
	background: url('https://www.jtmci.com/wp-content/uploads/2024/12/content-bg-3.jpg') no-repeat top right/cover;
}

.ip-banner .container {	
	padding-top: 175px;
}

#ip-banner .site-button a {
	width: 375px;
	font-size: 16px;
	margin: 60px auto 0;
}

.ic-main-content-wrap {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: 10px auto 0;
	padding-right: 17vw;
}

.ic-inner-content-wrap {
	background: #fff;
	padding: 80px 0 80px 70px;
	float: right;
	margin-right: 0;
	position: relative;
	z-index: 1;
}

.ic-main-photo img {
	width: calc(100% + 3.5vw);
	right: 0;
	position: relative;
	z-index: 2;
	object-fit: cover;
	height: 100%;
	min-height: 716px;
	top: 100%;
	object-position: right;
}

#content .ic-inner-content-wrap h2 {
	font-size: 20px;
	font-family: var(--font-family-default);
	font-weight: 400;
	margin: 0 0 .75em;
	line-height: 0;
	text-transform: uppercase;
}

#content .ic-inner-content-wrap h1 {
	font-family: var(--font-family-title);
	font-size: 75px;
	font-weight: 300;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0;
	background: linear-gradient(142deg, rgba(var(--tertiary-rgb), 1) 0%, rgba(var(--secondary-rgb), 1) 50%, rgba(var(--tertiary-rgb), 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ic-inner-content-wrap::after {
	content: '';
	position: absolute;
	background: #fff;
	width: 70px;
	height: 100%;
	right: -70px;
	top: 0;
}



.row.ic-btns {
	margin-top: 50px;
}

#iwanttoinvest h4 {

	line-height: 1.7;
	font-weight: bolder;
	margin: 1.12em 0;

}

.steps {
	display: none;
}

.steps.active {
	display: block;
}

.aiosp-wrap .aiosp-container.aiosp-inline-holder.aiosp-ref-\#iwanttoinvest {
    padding: 70px 0;
    overflow: auto;
}

.aiosp-wrap .aiosp-container.aiosp-inline-holder.aiosp-ref-\#iwanttoinvest .aios-popup-body {
    padding: 100px 130px;
    border: 10px solid #c3ab70;
}

#iwanttoinvest .site-button {   
    justify-content: center;
    /* margin-top: 80px; */
}
#iwanttoinvest .site-button.sb-submit {
	position: relative;
	width: 198px;
    height: 52px;
	/* margin: 80px auto 0; */
}
#iwanttoinvest .site-button.sb-submit > span::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-width: 0.125vw;
  border-image: linear-gradient(142deg, rgba(var(--tertiary-rgb), 1) 0%, rgba(var(--secondary-rgb), 1) 50%, rgba(var(--tertiary-rgb), 1) 100%);
  border-image-slice: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#iwanttoinvest .site-button.sb-submit > span::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(142deg, rgba(var(--tertiary-rgb), 1) 0%, rgba(var(--secondary-rgb), 1) 50%, rgba(var(--tertiary-rgb), 1) 100%);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: var(--default-transition);
}

#iwanttoinvest .site-button.sb-submit span input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	/* font-size: 0.875vw; */
	font-weight: 400;
	letter-spacing: 0.1em;
	color: rgba(var(--primary-rgb), 1);
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 0 0.1em;
	transition: var(--default-transition);
	position: relative;
	z-index: 2;
	background: transparent !important;
	color: rgba(var(--primary-rgb), 1) !important;
}

#iwanttoinvest .site-button.sb-submit > span {
    display: block;
    width: 100%;
}

#iwanttoinvest hr {	
	border-top: 1px solid #969696;
}

#iwanttoinvest .site-button.sb-submit:hover > span::after {
	opacity: 1;
}

#iwanttoinvest .site-button.sb-submit:hover > span input {
	font-weight: 600;
}

.aiosp-wrap .aiosp-container.aiosp-inline-holder.aiosp-ref-\#iwanttoinvest .aios-popup-body .aiosp-close {
	color: #000;
	font-size: 60px !important;
	width: 65px;
	height: 65px;
}

#iwanttoinvest .form-buttons {
    display: flex;
    justify-content: space-evenly;
    /* gap: 18px; */
}

#iwanttoinvest a.back-button {
    padding: 26px;
}

#iwanttoinvest a.back-button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: rgba(var(--primary-rgb), 1);
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.1em;
    transition: var(--default-transition);
    position: relative;
    z-index: 2;
    background: transparent !important;
    color: rgba(var(--primary-rgb), 1) !important;
}

#iwanttoinvest .site-button a {
    height: 52px;
}


@media only screen and (max-width: 1440px) {
	#content .ic-inner-content-wrap h1 {		
		font-size: 5vw;		
		line-height: 75px;
	}
}

@media only screen and (max-width: 1280px) {
	.ip-banner {
		min-height: 545px;
	}
	.ip-banner h1 {		
		font-size: 7vw;		
	}
	.ip-banner canvas {		
		min-height: 545px !important;	
	}
}

@media only screen and (max-width:1034px) {
	#content .ic-inner-content-wrap h1 {
		font-size: 4.9vw;		
	}
}


@media only screen and (max-width: 991px) {
	.aiosp-wrap .aiosp-container.aiosp-inline-holder.aiosp-ref-\#iwanttoinvest .aios-popup-body {
		padding: 100px 5%;		
	}
	
	.ic-main-photo {
		display: none;
	}
	
	.ic-main-content-wrap {		
		padding-right: 12vw;
	}

	#iwanttoinvest .form-buttons{
		flex-direction: column;
		gap: 18px;
	}
	
	#iwanttoinvest .site-button.sb-submit{
		margin: 0 auto;
	}
	
}