.elementor-kit-6{--e-global-color-primary:#F9D66E;--e-global-color-secondary:#FFF6DB;--e-global-color-text:#383830;--e-global-color-accent:#F9D66E4D;--e-global-typography-primary-font-family:"Passion One";--e-global-typography-primary-font-size:62px;--e-global-typography-primary-font-weight:500;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:23px;--e-global-typography-text-font-weight:800;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:23px;--e-global-typography-secondary-font-weight:600;--e-global-typography-accent-font-family:"DM Mono";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#F9D66E;color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 a{font-size:var( --e-global-typography-accent-font-size );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 a{font-size:var( --e-global-typography-accent-font-size );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.appointment-button .elementor-button{
  background-color: rgb(142, 152, 103);
  border-radius: 100px;
  padding: 12px 24px;
  overflow: hidden;
  transition: background-color .25s ease, color .25s ease;
}

.appointment-button:hover .elementor-button{
  background-color: #000;
  color: #FFF6DB;
}

.appointment-button .elementor-button-text{
  --text: #FFF6DB;
  --line-height-abs: 1.2em;
  display: inline-flex;
  overflow: hidden;
  width: max-content;
  text-shadow: 0 var(--line-height-abs) 0 var(--text);
}

.appointment-button .elementor-button-text span{
  display: block;
  white-space: pre;
  flex-shrink: 0;
  will-change: transform;
  transform: translateY(0);
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
  transition-delay: calc(var(--i) * 0.03s);
}

.appointment-button:hover .elementor-button-text span{
  transform: translateY(calc(-1 * var(--line-height-abs)));
}/* End custom CSS */