.elementor-kit-7{--e-global-color-primary:#117B85;--e-global-color-secondary:#0A555D;--e-global-color-text:#0A555D;--e-global-color-accent:#E8B227;--e-global-color-146fdd9:#F9EFD7;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );text-decoration:none;color:var( --e-global-color-secondary );border-radius:30px 30px 30px 30px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-secondary );text-decoration:underline;}.elementor-kit-7 h1{color:var( --e-global-color-accent );font-family:"Open Sans", Sans-serif;font-size:36px;font-weight:900;}.elementor-kit-7 h2{color:var( --e-global-color-secondary );font-family:"Open Sans", Sans-serif;font-size:24px;font-weight:800;text-transform:uppercase;}.elementor-kit-7 h3{font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}.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);}.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 */.card-bubble {
  position: relative;
  overflow: hidden;

}

.card-bubble .bubble .elementor-icon::before {
  background: inherit;
  border-radius: 9999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: center;
  transition: transform .75s ease;
  width: 100%;
  z-index: 0;
}

  
.card-bubble .bubble {
  bottom: -38px;
  position: absolute;
  right: -38px;
}

@media (min-width: 1024px) {
  .card-bubble:not(.static):hover .bubble .elementor-icon::before, .card-bubble:not(.static):hover .bubble::before {
    transform: scale(20);
  }
}

@media (min-width: 1280px) {
  .card-bubble .bubble {
    bottom: -58px;
    right: -58px;
  }
}/* End custom CSS */