.elementor-kit-48{--e-global-color-primary:#54B580;--e-global-color-secondary:#1E1E1E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#A8F3CA;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-weight:600;font-family:"Inter", Sans-serif;}.elementor-kit-48 h1{font-family:"Kanit", Sans-serif;font-size:72px;font-weight:500;line-height:80px;letter-spacing:0px;}.elementor-kit-48 h2{font-family:"Kanit", Sans-serif;font-size:66.5px;font-weight:500;}.elementor-kit-48 h3{font-family:"Kanit", Sans-serif;}.elementor-kit-48 h4{font-family:"Kanit", Sans-serif;}.elementor-kit-48 h5{font-family:"Kanit", Sans-serif;}.elementor-kit-48 h6{font-family:"Kanit", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1344px;}.e-con{--container-max-width:1344px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-48 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
}
.metos-step-progress {
	overflow: hidden;
	counter-reset: step;
	padding-top:72px;
}
.metos-step-progress .metos-step-child:before {
	content: "#0"counter(step);
	counter-increment: step;
}
@media all and (max-width:880px) { 
    .metos-step-progress .metos-step-child:before {
    	width: 40px;
    	background: white;
    	text-align: left;
    	margin: 0 auto 0px auto;
    	display: block;
    	color: #212924;
        font-family: "Kanit", Sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 34px;
        top:-24px;
    }
}

@media all and (min-width:881px) { 
    .metos-step-progress {
    	
    }
    .metos-step-progress .e-con:before {
        position: relative;
    }
    .metos-step-progress .metos-step-child {
    	position: relative;
    	width: 33%;
    }
    .metos-step-progress .metos-step-child:before {
    	width: 120px;
    	background: white;
    	text-align: center;
    	margin: 0 auto 0px auto;
    	display: block;
    	color: #212924;
        font-family: "Kanit", Sans-serif;
        font-size: 36px;
        font-weight: 300;
        line-height: 45px;
    
    }
    /*progressbar connectors*/
    .metos-step-progress .metos-step-child:after {
    	content: '';
    	width: 100%;
    	height: 3px;
    	background: #54B580;
    	position: absolute;
    	left: -50%;
    	top: 25px;
    	z-index: -1; /*put it behind the numbers*/
    }
    .metos-step-progress .metos-step-child:first-child:after {
    	content:none !important;
    }
}


.corner-deco:after {
    content:url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.80872 9.98959H10.7157V0H0V4.27456H5.80872V9.98959Z' fill='%2354B580'/%3E%3C/svg%3E%0A");
    position: absolute;
    top:-16px;
    right:-18px;
}/* End custom CSS */