.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3ac19d9:#8A2BE2;--e-global-color-148fc58:#000000;--e-global-color-3c2520f:#AB8900;--e-global-color-fa5d445:#EBB453;--e-global-color-bddaf6b:#FFFFFF;--e-global-color-3a9ad31:#DF9D2973;--e-global-color-f029bab:#DF9D29B5;--e-global-color-7c34cf3:#FFFFFFE8;--e-global-color-efe6688:#FFFFFF7A;--e-global-color-2d8f0b4:#C07637;--e-global-color-d88a700:#D1B18C;--e-global-color-23f2b01:#F4F6F84D;--e-global-color-4031178:#FFBB000D;--e-global-color-149573f:#54595F33;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-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 */html {
  font-size: 16px;
}

h1 {
  --h1-clamp: clamp(2rem, 6vh, 4rem);
  font-size: var(--h1-clamp) !important;
}

h2 {
  --h2-clamp: clamp(1.2rem, 4vh, 3rem);
  font-size: var(--h2-clamp) !important;
}

h3 {
  font-size: clamp(1.1rem, 3vh, 3rem) !important;
}

p {
  font-size: clamp(1rem, 3vh, 3rem);
}

@media (max-width: 768px) {
  h1 {
        --h1-clamp: clamp(2rem, 6vh, 2rem);
    }
h2 {
        --h2-clamp: clamp(2rem, 3vh, 3rem);
    }
}

@keyframes jiggle {
  0%, 80%, 100% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(3deg);
  }
  6% {
    transform: rotate(-3deg);
  }
  8% {
    transform: rotate(2deg);
  }
  10% {
    transform: rotate(0deg);
  }
}

.jiggle-btn {
  display: inline-block;
  animation: jiggle 5s infinite ease-in-out;
}

#ast-scroll-top {
  --left-position: 30px;
  --bottom-position: 85px;
  left: var(--left-position);
  bottom: var(--bottom-position);
}

@media (max-width: 767px) {
    #ast-scroll-top {
        --left-position: 3px;
        --bottom-position: 3px;
    }
}

button#podium-website-widget-button > div.ContactBubble__IconContainer {
    border: 10px solid red !important;
}/* End custom CSS */