main{
	margin-top: 75px;
}
.mobile600{
	display: none !important;
}
.cover {
position: relative;
height: 690px;
}

.cover-slick {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 1;
}

.cover-slick div {
height: 100%;
background-size: cover;
background-position: center;
}

.cover .toggle-slick {
position: absolute;
top: 72px;
left: 25px;
background: none;
border: 2px solid #fff;
z-index: 1;
border-radius: 5px;
}

.cover-content {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index: 99;
text-align: center;

max-width: 600px;
margin-top: -60px;
}

.cover .wrap{
width: 100%;
height: 100%;
display: flex !important;
align-items: center;
justify-content: center;
background-color: var(--site1);
}

.cover a{
width: 100%;
height: 100%;
display: flex;
}
.cover a:hover{
text-decoration: none;
}
.cover a{
	width: 55%;
height: 22rem;
display: flex;
flex-direction: column;
margin-right: auto;
margin-top: auto;
}
.cover-slick a h2 {
font-size: 4rem;
color:#fff;
font-weight: 900;
width: 100%;
line-height: 1;
margin-bottom: 0;
}
.cover-slick a h2 + p{
font-size: 2.7rem;
font-weight: 200;
color: #fff;
}
.cover-slick .btn{
border-color: var(--site1);
background-color: var(--site1);
width: fit-content;
padding: 10px 2rem;
font-size: 1.7rem;
border-radius: 50px;
height:auto;
display: flex;
align-items: center;
font-weight: 400;
}
.cover-slick .btn:hover{
	background-color: #fff;
	color:var(--site1);
}
.olayer {
z-index: -1;
position: absolute;
bottom: 0;
height: 100%;
width: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12%, rgba(14, 62, 138, 0.80) 82%);
mix-blend-mode: multiply;
}

video {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-size: cover;
transition: 1s opacity;
object-fit: cover;
z-index: -1;
}

#toggle-video {
position: absolute;
top: 125px;
right: 15px;
background: none;
border: 0;
}

section h2{
color: var(--site1);
display: flex;
width: 100%;
justify-content: center;
font-size: 3rem;
font-weight: 900;
margin-bottom:4.75rem;
}
.service {
text-align: center;
display: block;
}
.services .container{
	width: 90%;
	max-width: 1700px;
}
.service:hover {
transform: scale(1.02);
}
.service .icon img {
display: block;
margin: 0 auto;
margin-bottom: .75rem;
}
.services .container {
display: grid;
grid-template-columns: repeat(2, 1fr) 0.75fr 0.25fr repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 32px;
grid-row-gap: 32px;
}

.services .container .div1 { grid-area: 1 / 1 / 2 / 4; }
.services .container .div2 { grid-area:1 / 4 / 2 / 7; }
.services .container .div3 { grid-area: 2 / 1 / 3 / 3; }
.services .container .div4 { grid-area: 2 / 3 / 3 / 7; }

.services .container > div{
	position: relative;
}
.services .container > .div1::after{
	content: "";
    position: absolute;
    width: 230px;
    height:100px;
    bottom: 2.73rem;
    left: 2rem;
	background-size: 260px;
    background:  url(./images/hands.svg) 0 0 no-repeat;
	opacity: 1;
	pointer-events: none;
	filter: saturate(0) invert(1) brightness(2);
}
.services .container > div a{
position: relative;
height: 600px;
background-size: cover;
background-position: center;
}
.services .container > div:nth-child(3) a{
background-position: left;
}
.services a .grade{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(4,24,59,0) 50%, rgba(4,24,59,0.87) 90%);
mix-blend-mode: multiply;

}
.service figure{
height: 100%;
display: flex;
padding: 2rem;
}
.service figcaption{
margin-top: auto;
color: #fff;
font-size: 3rem;
z-index: 1;
}


.slick-dots {
display: flex;
justify-content: center;
width: 100%;
list-style-type: none;
position: relative;
padding-inline: 0;
margin-top: -3rem;
}

.slick-dots li.slick-active button {
background-color: #fff;
}

.slick-dots li button {
position: relative;
font-size: 0;
line-height: 0;
display: block;
width: 15px;
height: 15px;
padding: 5px;
margin: 0 1rem;
cursor: pointer;
color: transparent;
border: 1px solid #fff;
outline: none;
background: var(--site1);
font-size: 0;
border-radius: 50%;
}
.slick-dots li:only-child{
	display: none;
}
section{
	position: relative;
}
.intro {
	margin-block:10px;
	overflow-x: clip;
}
.intro .card{
	border:0;
}
.intro .bg{
	position: absolute;
	background-image: url(./images/heart.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 500px;
	height:600px;
	width: 600px;
	margin-top:8px;
	top:1rem;
	left: 20%;
    transform: translateX(-50%);
	z-index: -1;
	opacity: 0.185;
}
.intro .col-lg-4 img{
	position: absolute;
	width: 100%;
	max-width: 504px;
	margin-top:8px;
	background-color: #fff;
	top:150px;
	right: 250px;
	right:36%;
	padding: 3vw;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.intro .col-lg-4 p{
	position: relative;
}
.intro .col-lg-4 p::before {
    content: "";
    position: absolute;
    width: 260px;
    height:100px;
    top: 87px;
	right: 18%;
    z-index: 1;
	background-size: 260px;
    background:  url(./images/brail.svg) 0 0 no-repeat;
    transform: rotate(15deg);
	opacity: 0.35;
}
.intro .col-lg-4{
	background-color: var(--site1);
	position: relative;
	height: 540px;
}

.intro .col-lg-8 .content{
	width: 100%;
	max-width: 950px;
	padding-top: 9.75rem;
	padding-right: 10.5rem;
	padding-right: 16%;
	padding-left:2rem;
}
.intro .col-lg-8 h2{
	position: relative;
	font-size: 1.7rem;
	font-weight: 900;
	color:var(--text);
	display: block;
	margin-bottom: auto;
}
.intro .col-lg-8 h2::after{
	content: '';
	position: absolute;
	bottom: -1rem;
	width: 150px;
	height: 2px;
	background-color: var(--site1);
	right: 0;
}
.intro .col-lg-8 h2 + p{
	font-size: 1.3rem;
	padding-top: 1.5rem;
	margin-bottom: 2rem;

}
.intro .btn{
	color:var(--site1);
	border-color: var(--site1);
	padding: 0.7rem 1.5rem;
	font-size: 1.25rem;
	background-color: #fff;
}
.intro .btn:hover{
	background-color: var(--site1);
	color:#fff;
	border-color: #fff;
}
.socmed .bg{
	position: absolute;
	top:0;
	right:8%;
	background-image: url(./images/yt.png);
	width: 700px;
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(-6deg);
}
.socmed h2{
	margin:120px 0 140px 0;
}
.socmed .container .row{
	justify-content: space-between;
	margin-bottom: 310px;
	position: relative;
}
.socmed .container .row>div:nth-of-type(1){
	background-color: #fff;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 30px;
	max-width: 75%;
	
}
.socmed .container .row>div:nth-of-type(2){
	flex-shrink: 0;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width:27%;
	max-width: 470px;
	margin-right: 3%;
}
.socmed .container{
	min-width: unset;
	max-width:90%;
}
.socmed .fbico{
	position: absolute;
	bottom:-165px;
	left:310px;
	background-image: url(./images/fb-ico.webp);
	width: 217px;
	height: 217px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(338deg);
	z-index: -1;
	filter:saturate(1.325);
}
.actup{
	height: 305px;
	background-color: var(--site1);
	padding-block:40px;
}
.actup a{
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.actup > .container{
	height: 100%;
	max-width: 1400px;
	min-width: unset;
	
}
.actup > .container > .row{
	height: 100%;
}
.actup > .container > .row > .col-lg-6:first-of-type a{
	position: relative;
	width: 100%;
	max-width: 360px;
	font-size: 1.6rem;
}
.actup > .container > .row > .col-lg-6:first-of-type img{
	position: absolute;bottom: 1rem;right: 3.4rem;
	z-index: 1;
}
.actup > .container > .row > .col-lg-6:first-of-type span{
	padding: 10px 2.5rem 10px 1.5rem;
	background-color: #fff;
	border-radius: 50px;
	transition: all 0.2s ease-in;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left: -165px;
	border:1px solid transparent;
	transition: all 0.2s ease-out;
}
.actup > .container > .row > .col-lg-6:first-of-type a:hover span{
	background-color: var(--site1);
	border-color: #fff;
	color:#fff;
}
.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row,
.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row > .col{
	height: 100%;
}
.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row > .col > a{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.1;
}
.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row > .col > a img{
	width: 90px;
	margin-bottom: 25px;
	transition: all 0.2s ease-out;
}
.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row > .col > a:hover img{
	transform: scale(1.45);
}
.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row > .col:first-of-type a{
	border-left: 2px solid #ffffff3f;
}

@media (min-width: 992px) {
	.services {
	position: relative;
	width: 100%;
	}
}

@media (max-width:1480px){

	.cover a{
		width: 59%;
	}
	.cover-slick a h2{
		font-size: 3rem;
	}
	.cover-slick a h2 + p{
		font-size: 2.2rem;
	}
	.cover-slick .btn{
		padding: 5px 2rem;
	}
	.services .container > div a{
		height: 35vw;
	}
	.services .container > .div1::after{
		bottom:6rem;
	}
}


@media (max-width:1199px){
	.actup > .container > .row > .col-lg-6:first-of-type a{
		font-size: 1.4rem;
	}
	.actup > .container > .row > .col-lg-6:first-of-type span{
		 left: -130px;
}
.actup > .container{
	width: 100%;
	max-width: 100%;
}

}



@media (max-width: 991px) {
	main{
		margin-top: 69px;
		background-color: #fff;
	}
	body{
		padding-top: 0;
	}
	.header .logo{
		width: 160px;
		height: 133px;
		top:31px;
	  }
	  .header .logo img{
		width: 120px;
	  }
	  .header .logo img{
		width: 120px;
	  }
.cover {
	height: 500px;
padding: 0 15px;
padding-top:0 /* header height + padding */
}
.cover .toggle-slick {

}
.slick-dots{
	display: none !important;
}
video, #toggle-video {
display: none;
}
.cover a{
	background-color: var(--site2);
	font-size: 1rem;
	height: 5.4rem;
	width:100%;
	padding-inline:1.2rem;
	position: relative;
	margin-bottom: 1rem;
	padding-top: 0.8rem;
}
.cover a::after{
	content: '';
	position: absolute;
	height: 1.5rem;
	width: inherit;
	background-color: #fff;
	bottom: -1rem;
	right: 0;
}
.cover-slick a h2{
	font-size: 1.75rem;
}
.cover-slick a h2 + p{
	font-size: 1.2rem;
}
.cover-slick .btn{
	height: auto;
	font-size: 1.2rem;
	padding: 5px 1rem;
	margin-top: auto;
	margin-right: auto;
	bottom: -1.1rem;
	position: absolute;
	left: 2rem;
	z-index: 1;
	border:2px solid #fff;
}
.intro .bg{
	width: 40%;
	height: 500px;
	z-index: 0;
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
}
.intro .row-1{
	flex-direction: column-reverse;
}
.intro .col-lg-4 img{
	right: 50%;
	transform:translateX(50%);
}
.intro .col-lg-8{
	min-height: 400px;
}
.intro .col-lg-8 .content{
	padding-top: 1.8rem;
	padding-inline:2rem;
}
section h2{
	font-size: 2.5rem;
}
.socmed .bg{
	width: 50%;
}
.intro .col-lg-4{
	margin-top: -30px;
}
.intro .col-lg-8 p + p{
	margin-bottom: 0;
	display: flex;
	justify-content: flex-end;
}
.intro .col-lg-4 p::before{
	width: 220px;
	top:83px;
	transform:rotate(10deg);
}
.service figcaption{
	font-size: 2rem;
	line-height: 1;
}
.services .container{
	grid-column-gap: 18px;
    grid-row-gap: 18px;
}
.services .container > div a{
	height:40vw;
}
.service figure{
	padding: 1rem;
}
.services .container > .div1::after{
	left: 0;
	width: 130px;
	bottom: 1rem;
}
.actup > .container > .row > .col-lg-6:first-of-type span{
	left: 50%;
	transform:translateX(50%);
}
.socmed .container .row{
	flex-direction: column;
}
.socmed .container .row>div:nth-of-type(1){
	min-height: 480px;
	max-width: 100%;
}
.socmed .container .row>div:nth-of-type(2){
	margin-top: 25px;
	max-width: 100%;
	margin-right: auto;
	z-index: 1;
}
.actup > .container > .row > .col-lg-6:first-of-type img{
	position: relative;
	height: 220px;
	right: auto;
}
.actup{
	height: auto;
}
.socmed .container .row{
	margin-bottom: 240px;
}
.actup > .container > .row > .col-lg-6:first-of-type{
	display: flex;
	width: 100%;
	justify-content: center;
}
.actup > .container > .row > .col-lg-6:first-of-type a{
	width: 100%;
	max-width: 382px;
	justify-content: space-between;
}
.actup > .container > .row > .col-lg-6:first-of-type span{
	transform:translateX(-50%);
	width: 90%;
	padding: 10px 2rem;
	margin-right: auto;
	text-align: left;
}
.actup > .container > .row > .col-lg-6:last-of-type{
	margin-top: 2rem;
}
.socmed .fbico{
	z-index: 0;
	width: 140px;
    height: 140px;
	bottom: -105px;
    left: 30px;
	transform: rotate(337deg);
}
.intro .col-lg-8 h2{
	font-size: 1.8rem;
}
}

@media (max-width:600px){
	.header .logo{
		width: 130px;
		height: 103px;
		top:25px;
	}
	.header .logo img{
		width:90px;
	}
	.services .container > .div1::after{
		width: 125px;bottom: 4rem;height: 50px;
	}
	.cover .toggle-slick{
		top:22px;
	}
	.mobile600{
		display: block !important;
	}
	.desktop{
		display: none !important;
	}
	.cover{
		height: 320px;
	}
	.cover-slick a h2{
		font-size: 1.4rem;
	}
	section h2{
		font-size: 2rem;
		text-align: center;
	}
	.intro .col-lg-8 h2{
		text-align: right;
	}
	.intro .col-lg-4{
		height: 175px;
	}
	.intro .col-lg-4 img{
		top:75px;
		padding: 5vw;
		max-width: 75%;
	}
	.intro .col-lg-4 p::before {
        width: 160px;
        top: 30px;
        transform: rotate(10deg);
		right: 4%;
    }
	.services{
		padding-top: 7rem;
	}
	.intro .bg{
		background-size:90%;
	}
	.socmed h2 {
		margin:80px 0 90px 0;
	}
	.socmed .bg{
		height: 230px;
	}
	.services .container{
		display: flex;
		flex-direction: column;
	}
	section h2{
		margin-bottom: 3rem;
	}
	.services .container > div a {
		height: 64vw;
	}
	.service figcaption{
		background-color: var(--site1);
		width: 100%;
		text-align: right;
		padding: 0.75rem 1.4rem;
		font-size: 1.65rem;
	}
	.service figure{
		padding: 0;
	}
	.youtube-embed-wrapper{
		min-height: 220px !important;
	}
	.socmed .container .row>div:nth-of-type(1){
		min-height: 300px;
		border-radius: 10px;
		padding: 10px;
	}
	.actup::after{
		content: '';
		position: absolute;
		top:-1rem;
		right:0;
		width: 100%;
		height: 1rem;
		background-color: var(--site1);
	}
	.actup > .container > .row > .col-lg-6:first-of-type a{
		max-width: 340px;
		font-size: 1.3rem;
	}
	.actup > .container > .row > .col-lg-6:first-of-type img{
		bottom: 2rem;
	}
	.actup > .container > .row > .col-lg-6:first-of-type{
		margin-top: -6.5rem;
	}
	.actup > .container > .row > .col-lg-6:first-of-type span{
		padding: 4px 1rem;
	}
	.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row > .col > a img{
		width: 50px;

	}
	.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row > .col:first-of-type{
		border-left: 2px solid #ffffff3f;
	}
	.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row > .col:first-of-type a{
		border:0;
	}
	.actup > .container > .row > .col-lg-6:nth-of-type(2) > .row > .col > a{
		font-size: 1.3rem;
	}
}


@media (max-width:400px){
	.actup > .container > .row > .col-lg-6:first-of-type a{
		max-width: 280px;
		font-size: 1.1rem;
	}
	.actup > .container > .row > .col-lg-6:first-of-type img{
		bottom: 0;
		height: 160px;
	}
}