

@import url('/content/dam/hlisb/my/images/Personal-i/Deposits-i/apply-at-hlb/?family=Montserrat:wght@600&display=swap');
  .content-section *{

	box-sizing: border-box;
	line-height: 1.3;
  }



.font-mont{font-family: 'Montserrat', sans-serif; }

.section-one, .section-four{
	padding: 20px;
}

.header-title{
	display: flex;
}




.title{
	width: 60%;
	padding: 0 0 0 40px;
	margin: auto 0;
}

@media(min-width: 1200px){
		.title{
			margin: auto 0 30px;
		}
	}

.title h1{
	line-height: 1;
	display: inline-block;
	margin:0;
}

.title h2{
	line-height: 1.1;
	background: linear-gradient(45deg ,#255af6, #ec6564);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 20px 0;
}

.title p{
	line-height: 1.3;
	margin-bottom: 0px;
	display: inline;
}



.content-section .title-chi h1{
	line-height: 1;
	display: inline-block;
	margin:0;
	font-size: 30px;
}

.content-section .title-chi h2{
	line-height: 1.1;
	background: linear-gradient(45deg ,#255af6, #ec6564);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 20px 0;
	font-size: 46px;
}

.content-section .title-chi p{
	line-height: 1.3;
	margin-bottom: 0px;
	display: inline;
	font-size: 30px;
}

.wrap {
	background-image: linear-gradient(45deg ,#ddecff, #ffeef5);
	margin: 0 0 40px;
	display: flex;
	display: -webkit-flex;
	padding: 20px 20px 0;
	border-radius: 10px;
}



.wrap ul{
	width: 60%;
	display: flex;
	display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding: 20px 20px 40px;
}

.wrap ul li{
	width: 30%;
	text-align: center;
}

.wrap ul li img{
	width: 60%;
}

.wrap ul li p{
	margin-top: 20px;
}

.app-visual {
	width: 40%;
	position: relative;
}

.app-visual img { 
	position: absolute;
	bottom: 0;
}

/*female*/
.app-visual img:nth-child(1) { 
	width: 45%;
	z-index: 2;
	left: 5%;
}

/*phone*/
.app-visual img:nth-child(2) { 
	width: 55%;
	right: 5%;
	z-index: 1;
}






 .section-three-title {
	padding: 0 10% 40px;
	text-align: center;
	max-width: 1140px;
	margin: auto;
}





.account-type ul li h3 {
	text-align: center;
}

.account-cards {
	display: flex;
	display: -webkit-flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;

}



.card-list{
	width: 45%;
	background-color: white;
	margin-top: 20px;
	padding: 10px 10px 30px;
	border-radius: 20px;
	position: relative;
	box-shadow: 7px 7px 15px rgba(26,8,94,0.15);
}

.card-list:first-child::after{
	content: '';
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	border-radius: 23px;
	margin: -3px 0 0 -3px;
	height: calc(100% + 6px);
	width: calc(100%  + 6px);
	z-index: -1;
	background: linear-gradient(45deg, rgba(37,90,246,1), rgba(37,90,246,0),rgba(37,90,246,0), rgba(37,90,246,1));


}

.card-list:last-child::after{
	content: '';
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	border-radius: 23px;
	margin: -3px 0 0 -3px;
	height: calc(100% + 6px);
	width: calc(100%  + 6px);
	z-index: -1;
	background: linear-gradient(45deg, rgba(236,101,100,1), rgba(236,101,100,0),rgba(236,101,100,0), rgba(236,101,100,1));

}




.card-list img{
	width: 100%;
	display: block;
	margin: 0 auto 20px;
	border-radius: 15px;
}

.account-name{
	display: flex;
}

.account-name h3{
	width: 50%;
	text-align: center;
	display: block;
	align-self: center;
}

.account-name h3:first-child {
	color: #205bf4;
}

.account-name h3:last-child {
	color: #ec6564;
}

.card-list p {
	padding: 5px 20px;
}

.card-list .bold {
	font-weight: 900;
}

.card-list ul li{
	list-style: none;
	margin-left: 10%;
	padding: 0 0 5px;
	position: relative;
}


.card-list:first-child ul li::before{
	content: "●";
	color: #205bf4;
	position: absolute;
	left: -5%;
}

.card-list:last-child ul li::before{
	content: "●";
	color: #ec6564;
	position: absolute;
	left: -5%;
}

.card-container{
	display: block;
}

.card-info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 40%;
}

.card-info-bm{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 45%;
}
	
	@media(min-width: 768px){
		.card-info{
			height: 35%;
		}
	}

	@media(min-width: 992px){
		.card-info-bm{
			height: 35%;
		}
		.card-info{
			height: 30%;
		}
	}

	@media(min-width: 1200px){
	.card-info-bm{
		height: 30%;
	}
	.card-info{
		height: 25%;
	}
}

.card-list .card-info .font-s3{
}


.section-three {
	display: flex;
	display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
	max-width: 1130px
	padding-bottom: 20px;
}

.slick-slider{
	 -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
     opacity: 1;
	width: 45%;
	margin-right: 20px;
	
}

#external-buttons {
	width: 55%;
	display: flex;
	flex-direction: column;
	display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
	margin-left: 20px;
}

#external-buttons li{
	width: 60%;
	display: flex;
	align-items: center;
	text-decoration: none;
	padding-right: 20px;
	position: relative;
	margin: 5px 0;
	background-color: #e6f1fd;
	border-radius: 10px;
	transition-duration: 1s linear all;
	margin-left: 20px;
	border: 4px solid #fff;

}



#external-buttons li:hover{
	cursor: pointer;
}






#external-buttons li::before{
	content: ' ';
	width: 5px;
	height: 100%;
	background-color: #e6f1fd;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	margin-left: -20px;
}

#external-buttons li.active::before{
	background: linear-gradient(45deg, #5ebd9d,  #3b4ccd);
	margin-left: -24px;

}

#external-buttons li.active h3{
	background: linear-gradient(45deg, #5ebd9d,  #3b4ccd);
	color: white;
}


#external-buttons li.active{
 background-color: #e6fffd;
 color: #000;
 border: 4px solid #fff;
 box-shadow: 0px 0px 10px rgba(26,8,94,0.15);
 margin: 10px 0 10px 20px;
  pointer-events: none;
}

#external-buttons h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: inline-block;
	background-color: white;
	color: #205bf4;
	border-radius: 5px;
	margin: 10px;
	width: 80px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

#external-buttons span{
	margin-left: 10px;
	width: 100%;
}

.slick-slider img{
	width: 50%;
	margin: auto 0 auto auto;
	border-radius: 30px;
	
}


.wrap-dl{
	background: linear-gradient(0deg, #5ebd9d,  #3b4ccd);
	color: white;
	padding: 20px;
	border-radius: 10px;
	margin:auto;
	width: 100%;
	height: 100%;
	text-align: center;
}
@media(min-width: 768px){
	.wrap-dl{
		display: flex;
		align-items: center;
		text-align: left;
		justify-content: center;
		width: 100%;
	}
	.wrap-dl .app-qr{
		margin-right: 20px;
		padding-bottom: 0;
	}
}

.wrap-cs{
	background: linear-gradient(0deg,  #f0917f, #f25d68);
	color: white;
	padding: 20px;
	border-radius: 10px;
	margin:auto;
	width: 100%;
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-evenly; 
	text-align: center;
}

.btn-cs{
	background-color: white;
	color: black;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 20px;
	border-radius: 50px;
}

.btn-cs:hover{
	background-color: #ececec;
}

.the-card{
	padding-bottom: 20px;
}


.app-qr{
	width: 120px;
	padding-bottom: 20px;
	display: block;
	margin: auto;
}

.app-dl{
	height: 120px;
	padding-bottom: 20px;
	display: block;
	margin: auto;
}

@media(min-width: 768px){
	.app-qr{
		display: block;
	}
	.app-dl{
		display: none;

	}
	.wrap-cs{
		margin-top: auto;
	}
}

@media(max-width: 768px){
	.app-qr{
		display: none;
	}
	.app-dl{
		display: block;

	}
	.wrap-cs{
		margin-top: 20px;
	}
}






.last-line, .last-tnc{
	padding-bottom: 20px;
	text-align: center;
	line-height: 1.3;
	width: 70%;
	margin: auto;
}


.last-line{
	margin-top: 20px;
}

.last-line a{
	color: blue;
	text-decoration: underline;
}

.last-line a:hover{
	cursor: pointer;
}

.last-tnc{
	font-size: 12px;

	padding-bottom: 40px;
}


.step-guide{
	background-color: #f8f8fe; 
	padding: 40px 0;
}

.account-type{
	transform: linear 1s;
	padding: 30px 0;

}

.pd-30{
	padding-top: 20px;
	padding-bottom: 10px;
}

.close{
		display: none;
	}
.content-section hr{
	width: 100%;
	color: grey;
}


.account-title {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding: 0 15px;
}

.account-collapse{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0 0 30px;
	z-index: 30;
	width: 100%;
}

.account-collapse h4{
	color: #002d62;
}

.account-collapse > div:first-child{
	width: 90%;
}


.hide-it{
	display: none;
}

.account-accordion{
	font-weight: bold;
	color: rgba(0, 0 ,0 ,0.5);
}

.account-wrap{
	transform: all 1s;
}


.account-accordion img{
  display: block;
  margin: auto 0 auto auto;
}
@media(max-width: 768px){
	.account-accordion img{
		margin: auto 30px auto auto;
	}
}

.the-symbol .account-accordion .plus-color{
	color: #002062;
	font-size: 30px;
	text-align: right;
}

.the-symbol .account-accordion  .minus-color{
	 color: red;
	 font-size: 30px;
	 text-align: right;

}

@media(max-width: 768px){
	.the-symbol .account-accordion .plus-color, .the-symbol .account-accordion  .minus-color{
		padding-right: 30px;
	}
}

@media(min-width: 601px){
	.account-accordion img{
		width: 24px;
		height: 36px;
	}
}

@media(max-width: 600px){
	.account-accordion img{
		width: 24px;
		height: 30px;
	}
}

.this-cta-group{
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}
.this-cta-group-bm{
	display: flex;
	justify-content: center;
	width: 100%;
}

.this-cta{
	padding: 10px 20px;
	margin: 10px auto 10px;
	color: #fff;
	background: #ff0000;
	border-radius: 50px;
	display: block;
	width: 45%;
	text-align: center;
}

.this-cta:visited{
	color: white;
	background: #ff0000;
}


.this-cta:hover{
	cursor: pointer;
	color: white;
	background-color:#c33e43
}

.this-cta-light{border:1px solid #676767;color:#676767;font-size:14px;padding: 10px 20px;
	margin: 10px auto 10px;
	border-radius: 50px;
	display: block;
	width: 45%;
	text-align: center;}
.this-cta-light:hover{color:#fff;background:#676767;}

@media only screen and (max-width: 480px){
	.this-cta-group{
		display: block;
		width: 100%;
	}

	.this-cta-group-bm{
		display: block;
	}
	
	.this-cta-group-bm .this-cta, .this-cta-group-bm .this-cta-light {
		display: block;
		width: 100%;
	}
}
@media only screen and (min-width: 768px){
	.this-cta-group{
		width: 100%;
	}
}
@media only screen and (min-width: 768px){
	.this-cta-group{
		width: 100%;
	}
}
@media only screen and (min-width: 992px){
	.this-cta-group{
		width: 100%;
	}
}



@media only screen and (max-width: 375px) {
		#external-buttons li.active{
		min-height: 110px;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.header-title{
		display: flex;
		flex-direction: column;
	}

	

	.wrap ul{
		width: 100%;
		flex-direction: column;
		justify-content: space-around;
	}

	.wrap ul li {
		width: 100%;
	}

	.wrap ul li img{
		width: 40%;
	}

	.wrap ul li p{
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.wrap ul li:last-child p{
		margin-bottom: 0px;
	}

	.title{
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.app-visual{
		display: none;
	}

	.app-visual-sm {
		width: 90%;
		display: flex;
		position: relative;
		justify-content: flex-end;
	}
	/*female*/
	.app-visual-sm img:nth-child(1) {
		position: absolute;
		width: 45%;
		left: 15%;
		bottom: 0;
	}

	/*phone*/
	.app-visual-sm img:nth-child(2) { 
		display: block;
		width: 60%;
		align-self: flex-end;
		bottom: 0;
		right: 0;

	}

	.title p{
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.account-cards {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.account-name{
		display: none;
	}

	.card-list{
		width: 90%;
	}

	.account-name-sm {
		display: block;
		text-align: center;
		}

	.account-name-sm:nth-child(1){
		color: #205bf4;
	}

	.account-name-sm:nth-child(2){
		margin-top: 40px;
		color: #ec6564;
	}

	.
.section-three-title{
		padding-left: 0;
		padding-right: 0;
	}

	.card-list ul li{
		margin-left: 10%;
		padding: 0 0 5px;
	}


	.card-list:first-child ul li::before{
		left: -5%;
	}

	.card-list:last-child ul li::before{
		left: -5%;
	}

	.section-three{
		display: flex; 
		flex-direction:column-reverse;
	}

	.slick-slider img{
		width: 60%;
		margin: auto;
		padding-top: 30px;
		
	}

	#external-buttons li{
		display: none;
	}

	#external-buttons li.active{
		display: flex;
		margin: auto;
		width: 100%;
	}

	.slick-slider{
		width: 100%;
		margin-right: 10px;
		
	}

	#external-buttons {
		width: 100%;
		margin-left: 10px;
	}

		.content-section .font-s0{
		font-size: 30px;
		}

		.content-section .font-s1{
			font-size: 26px;
		}

		.content-section .font-s2, .content-section .account-type h3{
			font-size: 20px;
		}

		.content-section .font-s3{
			font-size: 18px;
		}

		.content-section .font-s4{
			font-size: 16px;
		}

		


		
		.section-three-title {
			padding: 0 5px 40px;
		}

		.app-logo{
		height: 35px;
		margin-bottom: 5px;
	}

	.last-line, .last-tnc{
		width: 100%;
		padding-top: 20px;
	}

	.content-section .title-chi{
		width: 100%;
		text-align: center;
	}

		.content-section .title-chi h1{
		font-size: 26px;
		text-align: center;
	}

	.content-section .title-chi h2{
		font-size: 40px;
		text-align: center;
	}

	.content-section .title-chi p{
		font-size: 26px;
		text-align: center;
	}





	

	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.header-title{
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
	}

	.wrap ul{
		width: 100%;
	}

	.title{
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.app-visual{
		display: none;
	}

	.app-visual-sm {
		width: 80%;
		display: flex;
		display: -webkit-flex;
		position: relative;
    -webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	/*female*/
	.app-visual-sm img:nth-child(1) {
		position: absolute;
		width: 40%;
		left: 30%;
		bottom: 0;
	}

	/*phone*/
	.app-visual-sm img:nth-child(2) { 
		display: block;
		width: 50%;
		align-self: flex-end;
		-webkit-align-self: flex-end;
		bottom: 0;
		right: 0;

	}
	.account-cards {
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		-webkit-justify-content: center;
		-webkit-align-items: center;
	}

	.account-name{
		display: none;
	}

	.card-list{
		width: 90%;
	}

	.account-name-sm {
		display: block;
		text-align: center;
	}

	.account-name-sm:nth-child(1){
		color: #205bf4;
	}

	.account-name-sm:nth-child(2){
		margin-top: 40px;
		color: #ec6564;
	}

	.section-three{
		display: flex; 
		flex-direction:column-reverse; 

	}



	.slick-slider img{
		width: 40%;
		margin: auto;
		padding-top: 30px;
		
	}

	#external-buttons li{
		display: none;
	}

	#external-buttons li.active{
		display: flex;
		display: -webkit-flex;
		margin: auto;
		width: 80%;
	}

	.slick-slider{
		width: 100%;
		margin-right: 10px;
		
	}

	#external-buttons {
		width: 100%;
		margin-left: 10px;
	}

	.content-section .font-s0{
		font-size: 32px;
	}

	.content-section .font-s1{
		font-size: 26px;
	}

	.content-section .font-s2, .content-section .account-type h3{
		font-size: 18px;
	}

	.content-section .font-s3{
		font-size: 16px;
	}

	.content-section .font-s4{
		font-size: 14px;
	}

	.btn-apps{
		display: none;
	}

	.app-logo{
		height: 35px;
		margin-bottom: 5px;
	}

	

	.last-tnc, .last-line{
		width: 90%;
	}



	.last-tnc{
		padding-bottom: 30px;
	}



	
	 .section-three-title {
	padding: 0 5px 40px;}

	
	.content-section .title-chi{
		width: 100%;
		text-align: center;
	}

		.content-section .title-chi h1{
		font-size: 26px;
		text-align: center;
	}

	.content-section .title-chi h2{
		font-size: 40px;
		text-align: center;
	}

	.content-section .title-chi p{
		font-size: 26px;
		text-align: center;
	}






	


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.wrap ul{
		width: 100%;
	}

	.title{
		width: 60%;
		text-align: left;
		padding-left: 20px; 
	}


	.header-title{
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
	}

	.app-visual {
		display: none;
	}

	.app-visual-sm {
		width: 40%;
		display: flex;
		display: -webkit-flex;
		position: relative;
		justify-content: flex-end;
		justify-content: -webkit-flex-end;
	}
	/*female*/
	.app-visual-sm img:nth-child(1) {
		position: absolute;
		
		width: 50%;
		left: 5%;
		bottom: 0;
	}

	/*phone*/
	.app-visual-sm img:nth-child(2) { 
		display: block;
		width: 65%;
		align-self: flex-end;
		-webkit-align-self: flex-end;
		bottom: 0;
		right: 0;

	}

	.account-cards {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: stretch;

	}

	.account-name{
		display: flex;
	}

	.card-list{
		width: 45%;
	}

	.account-name-sm{
		display: none;
	}

	.section-three{
		flex-direction: row;
	}

	.slick-slider img{
		width: 90%;
		margin: auto 0 auto auto;
		padding-top: 0;
		
		
	}

	#external-buttons li{
		width: 90%;
		display: flex;
	}

	.slick-slider{
		width: 40%;
		margin-right: 10px;

		
	}

	#external-buttons {
		width: 60%;
		margin-left: 10px;
	}

	#external-buttons li.active{
		display: flex;
		margin: 5px 0;
		margin-left: 20px;
		width: 90%;
	}

	



	
	 .section-three-title {
	padding: 0 10% 40px;}

	.content-section .title-chi{
		width: 60%;
		padding: 0 0 0 40px;
		margin: auto 0;
		text-align: left;
	}

	@media(min-width: 1200px){
		.content-section .title-chi{
			margin: auto 0 30px;
		}
	}

	
	.content-section .title-chi h1{
		font-size: 26px;
		text-align: left;
	}

	.content-section .title-chi h2{
		font-size: 40px;
		text-align: left;
	}

	.content-section .title-chi p{
		font-size: 26px;
		text-align: left;
	}





	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	.wrap ul{
		width: 100%;
	}

	.title{
		width: 60%;
	}

	.app-visual {
		display: none;
	}

	.app-visual-sm {
		width: 40%;
		display: flex;
		position: relative;
		justify-content: flex-end;
	}
	/*female*/
	.app-visual-sm img:nth-child(1) {
		position: absolute;
		display: block;
		width: 50%;
		max-width: 285px;
		left: 5%;
		bottom: 0;
	}

	/*phone*/
	.app-visual-sm img:nth-child(2) { 
		width: 65%;
		max-width: 360px;
		bottom: 0;
		right: 0;

	}

	.slick-slider{
		width: 45%;
		margin-right: 20px;
		
	}

	#external-buttons {
		width: 55%;
		margin-left: 20px;
	}

	.slick-slider img{
		width: 65%;

		
	}

	#external-buttons li{
		width: 80%;
	
	}

	#external-buttons li.active{
		width: 80%;
	
	}

	.content-section .font-s0{
		font-size: 36px;
	}

	.content-section .font-s1{
		font-size: 32px;
	}

	.content-section .font-s2, .content-section .account-type h3{
		font-size: 22px;
	}

	.content-section .font-s3{
		font-size: 18px;
	}

	.content-section .font-s4{
		font-size: 16px;
	}

	.app-logo{
		height: 40px;
		margin-bottom: 5px;
	}

	.content-section .title-chi h1{
		font-size: 30px;
	}

	.content-section .title-chi h2{
		font-size: 46px;
	}

	.content-section .title-chi p{
		font-size: 30px;
	}


	

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.wrap ul{
		width: 60%;
	}


	.app-visual-sm {
		display: none;
	}

	.app-visual {
		width: 40%;
		display: block;
	}

	/*female*/
	.app-visual img:nth-child(1) { 
		width: 50%;
		max-width: 285px;
		left: 5%;
	}

	/*phone*/
	.app-visual img:nth-child(2) { 
		width: 65%;
		max-width: 360px;
		right: 0%;
	}

.slick-slider img{
		width: 50%;

		
	}

	#external-buttons li{
		width: 70%;
	
	}

	#external-buttons li.active{
		width: 70%;
	
	}
	





	


}
