/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2024 | 20:46:09 */
*{
	scroll-behavior: smooth;
}

:root {
	--width-base: 1440;
}
.entry-content{
	margin: 0;
}


@media (min-width: 768px){
	.only-mov{
		display: none !important;
	}
}

@media (max-width: 767px){
	.only-des{
		display: none !important;
	}
}


@media (max-width: 768px) {
	:root {
		--width-base: 390;
	}
	
}



p{
   margin-bottom:0 !important;
	margin-top: 0 !important;
}
body{
	overflow-x: hidden;
}

.font-bold{
	font-weight: bold;	
}

figure{
	margin: 0;
}
.wp-block-template-part{
   margin: 0!important;
}
.text-center{
	text-align: center;
}
.absolute{
	position: absolute;
}
.m-0{
	margin: 0;
}
.mx-auto{
	margin: auto;
}
.logo-head{
	position: absolute;
}
.font-satoshi{
	font-family:Satoshi !important;
}

.hidden{
	display: none !important;
}

.btn-general {
  border-radius: calc(100vw * (50 / var(--width-base))) !important;
  font-size: calc(100vw * (16 / var(--width-base)));
  line-height: calc(100vw * (18 / var(--width-base)));
  padding: calc(100vw * (18 / var(--width-base)))
    calc(100vw * (25 / var(--width-base))) !important;
  display: inline-flex;
  justify-items: center;
  align-items: center;
  text-align: center;
}
