.elementor-kit-55{--e-global-color-primary:#840B6F;--e-global-color-secondary:#FF005D;--e-global-color-text:#FF005D;--e-global-color-accent:#FF0000;--e-global-color-d730bd2:#FEB5D6;--e-global-color-6faff91:#F568A8;--e-global-color-2fa2415:#F568A8;--e-global-color-5f5baaf:#F568A8;--e-global-color-3540228:#FFFFFF;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:600;--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:400;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-weight:500;background-color:transparent;font-family:"Kanit", Sans-serif;background-image:linear-gradient(180deg, #FFDDEC 0%, #FFFFFF 100%);}.elementor-kit-55 e-page-transition{background-color:#FFBC7D;}.elementor-kit-55 a{color:#FF0000;font-family:"Kanit", Sans-serif;}.elementor-kit-55 h1{font-family:"Kanit", Sans-serif;font-size:28px;line-height:1.5em;}.elementor-kit-55 h2{font-family:"Kanit", Sans-serif;font-size:26px;line-height:1.5em;}.elementor-kit-55 h3{font-family:"Kanit", Sans-serif;font-size:24px;line-height:1.5em;}.elementor-kit-55 h4{font-family:"Kanit", Sans-serif;font-size:22px;line-height:1.5em;}.elementor-kit-55 h5{font-family:"Kanit", Sans-serif;font-size:20px;line-height:1.5em;}.elementor-kit-55 h6{font-family:"Kanit", Sans-serif;font-size:18px;line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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: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 *//*/Footer menu/*/
.ft-menu-left {
    display: flex;
    flex: 1;
    z-index: 2;
    padding-bottom: 6px;
    background: 
    linear-gradient(180deg,
    var(--e-global-color-d730bd2),
    var(--e-global-color-6faff91));
    border-top: 3px solid 
    var(--e-global-color-2fa2415);
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
}

.ft-menu-mid {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0 8px 16px;
  background:
  linear-gradient(160deg,
  var(--e-global-color-d730bd2),
  var(--e-global-color-6faff91));
  border: 2px solid 
  var(--e-global-color-2fa2415);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--e-global-color-5f5baaf);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 3;
}

.ft-menu-mid-img {
    position: absolute;
    width: 65px !important;
    max-width: inherit !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -10px;
}

.footer-shape {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  width: 110%;
  height: auto;
  position: relative;
  top: 0;
}

.footer-shape svg {
  width: 100%;
  height: 100%;
}

.ft-menu-right {
    display: flex;
    flex: 1;
    z-index: 2;
    padding-bottom: 6px;
    background: 
    linear-gradient(180deg,
    var(--e-global-color-d730bd2),
    var(--e-global-color-6faff91));
    border-top: 3px solid 
    var(--e-global-color-2fa2415);
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    border-top-right-radius: 10px;
    border-top-left-radius: 30px;
}/* End custom CSS */