#wlc{
    width:100vw;
	height: 100vh;
	height: 100lvh;
	overflow-y: auto;
	overflow-x:hidden;
	perspective: 10px;
}

#wlc header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transform-style: preserve-3d;
	z-index: -1;
    clip-path: ellipse(200% 90% at 50% 5%);
}

.bg {
	position:absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

.bg{
	transform: translateZ(-10px) scale(1.2);
}

.bg:after{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:50px;
	background-color:red;
	content: "";
	z-index: 0;
	transform: translateZ(-9px) scale(2);
}

#wlc header .topicwrap {
	text-align: center;
	align-items: center;
	align-content: center;
}

#wlc header h1{
	align-content: center;
	width:95%;
	max-width: 850px;
	height: auto;
	margin: auto;
	color:white;
	font-size:3.5rem;
	line-height: 3.4rem;
	font-weight: 900;
}

#wlc header p{
	display: block;
	align-content: center;
	width:50%;
	height: auto;
	margin: 20px auto 0px auto;
	align-items: center;
	color:white;
	font-size:1.2rem;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	font-weight: 200;
}

#wlc section {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	padding: 15vh 5%;
    gap:30px;
	box-sizing: border-box;
    height: auto;
    align-items: center;
    justify-content: center;
	white-space: normal;
	perspective: 10px;
    transform-style: preserve-3d;
    z-index: 1;
}

@keyframes wow {
	0%{
	font-size: 5rem;	
	}
	100%{
	font-size: 0rem;	
	}
}

#wlc section:before {
	content:"^";
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	width:110px;
	height:70px;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	color:lime;
	font-size: 3rem;
	text-align: center;
	animation: wow 2s infinite; 
	transform: translateY(-70px) translateZ(20px) rotate(180deg);
}

#wlc section .sectionwrap {
	display: flex;
	height: auto;
    flex-direction: column;
	text-align: center;
	border-radius: 15px;
	align-items: center;
    justify-content: center;
    box-sizing: border-box;
	width:100%;
    min-width: 300px;
    max-width: 650px;
	margin:0px;
    align-self: stretch;
	padding: 50px 20px;
    background-color: rgba(218,216,216,1.00);
    box-shadow: 0px 0px 0px transparent;
    background-image: linear-gradient(0deg, rgba(255,255,255,1.00) 0%, rgba(230,230,236,1.00) 49% , rgba(255,255,255,1.00) 100%);
	transition: all 0.2s;
}

#wlc section .btn{
	display: block;
	width:80px;
	height: 2.4rem;
	line-height: 2.4em;
	background-color:var(--mainColor6);
	color:var(--mainColor4);
	padding: 6px 25px;
	margin:25px auto;
	font-size: 1.05rem;
	font-weight: 900;
	border-radius: 100px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

#wlc section .sectionwrap .btn:hover{
	padding: 6px 25px;
}

#wlc section img{
	max-width: 14rem;
	align-content: center;
	transition: all 0.5s;
}


#wlc section img:hover {
	transform: scale(1.05) rotate(1deg);
}

#wlc a.linkbtn{
    display: flex;
    width:auto;
    max-width: 55%;
    height: 45px;
    margin: 20px auto;
    line-height: 45px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: rgba(135,156,217,1.00);
    background-image: linear-gradient(3deg, rgba(64,64,227,1.00) 15%, rgba(32,26,178,1.00) 88%);
    color:white;
    transition:all 0.2s;
}

#wlc a.linkbtn:hover{
    transform:scale(1.02);
}

#wlc section h2 {
	align-content: center;
	width:100%;
	height: auto;
	font-size: min(30px, 8vw);
	font-weight: 900;
	color: #154DA4;
	margin:10px auto;
}

#wlc section p{
	display: block;
	align-content: center;
	width:100%;
	max-width:650px;
	height: auto;
	margin: 5px auto;
	align-items: center;
	color: #555555;
	font-size: min(14px, 4vw);
	line-height: min(25px, 5.5vw);
	text-align: center;
	letter-spacing: 0.1rem;
	font-weight: 200;
}

#wlc footer {
    position: relative;
    display: flex;
    align-content: center;
    color: var(--mainColor4);
    font-size: 3rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: var(--mainColor6);
    padding: 5rem 0;
    z-index: 444;
}

#wlc footer .call h2, 
#wlc footer .call p {
	display: block;
	align-content: center;
	width:80%;
	max-width:650px;
	height: auto;
	margin: auto;
	align-items: center;
	text-align: center;
}

#wlc footer .call {
	width: 100%;
}

#wlc footer .call h2 { font-size:1.2rem; font-weight: 300; } 
#wlc footer .call p { font-size:2rem; font-weight: 900; }

#wlc footer:before{
	position:absolute;
	top:0px;
	left:40px;
	content: "";
	width:15px;
	height:100%;
	transform: skewX(-66deg);
	border-right:8px solid var(--mainColor2);
	background-color: var(--mainColor3);
}

#wlc footer:after{
	position:absolute;
	top:0px;
	right:40px;
	content: "";
	width:15px;
	height:100%;
	transform: skewX(66deg);
	border-right:8px solid var(--mainColor2);
	background-color: var(--mainColor3);
}



@media screen and (max-width:800px){
    
    #wlc section {
    padding: 5vh 1%;
    gap: 15px;
	}
    
    #wlc section .sectionwrap {
    width:96%;
    padding: 35px 20px;
    border-radius: 2px;
	box-shadow: 0px 0px 0px transparent;
    background-image: linear-gradient(0deg, rgba(255,255,255,1.00) 0%, rgba(230,230,236,1.00) 49% , rgba(255,255,255,1.00) 100%);
	}
    
    #wlc section .sectionwrap h2 {
        font-size: min( 30px, 7vw ); 
        letter-spacing: -1px;
        line-height: min( 30px, 7.5vw ); 
    }
    
    #wlc section p{
	margin: 10px auto;
	align-items: center;
        font-weight: 300;
	font-size: min(12px, 3.5vw);
	line-height: min(25px, 5vw);
}
    
}