.elementor-kit-12{--e-global-color-primary:#365355;--e-global-color-secondary:#BEB7A4;--e-global-color-text:#222222;--e-global-color-accent:#A0BDC1;--e-global-color-26892c6:#FAF1D7;--e-global-color-ebcc3c5:#565656;--e-global-color-d18969f:#FF9442;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-accent );}.elementor-kit-12 a:hover{color:var( --e-global-color-primary );}.elementor-kit-12 h1{color:var( --e-global-color-text );}.elementor-kit-12 h2{color:var( --e-global-color-text );}.elementor-kit-12 h3{color:var( --e-global-color-text );}.elementor-kit-12 h4{color:var( --e-global-color-text );}.elementor-kit-12 h5{color:var( --e-global-color-text );}.elementor-kit-12 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:70vw;}.e-con{--container-max-width:70vw;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:2em;}.elementor-element{--widgets-spacing:2em 2em;--widgets-spacing-row:2em;--widgets-spacing-column:2em;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:80vw;}.e-con{--container-max-width:80vw;}}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:80vw;}.e-con{--container-max-width:80vw;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:80vw;}.e-con{--container-max-width:80vw;}}@media(max-width:880px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:80vw;}.e-con{--container-max-width:80vw;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:50vw;}.e-con{--container-max-width:50vw;}}/* Start custom CSS *//*HIDE HORIZONTAL SCROLL*/
body {
	overflow-x: hidden!important;
}
/*CHANGE SELECTION BG COLOR*/
::selection {
	background-color: rgba(255,148,66,0.35);
}
/*LATERAL SCROLL BAR*/
body {
    background-size: 100vh;
    overflow: overlay;
   }
   body::-webkit-scrollbar {
    width: 10px;
    background: transparent;
   }
   body::-webkit-scrollbar-thumb {
    background: #a0bdc1;
    border-radius: 20px;
    border-right: 5px;
   }
   body::-webkit-scrollbar-thumb:hover{
    background-color: #a0bdc1;
   }
   html{
    scrollbar-width: thin;
    scrollbar-color: #a0bdc1 #364042;
   }/* End custom CSS */