.elementor-kit-6{--e-global-color-primary:#00CCCC;--e-global-color-secondary:#10244B;--e-global-color-text:#93A0AF;--e-global-color-accent:#00CCCC;--e-global-color-2f971fc:#4A7CD21A;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-a7cab7d-font-family:"Urbanist";--e-global-typography-a7cab7d-font-size:32px;--e-global-typography-a7cab7d-font-weight:600;--e-global-typography-a7cab7d-line-height:1.3em;--e-global-typography-66fca28-font-family:"Urbanist";--e-global-typography-66fca28-font-size:24px;--e-global-typography-66fca28-font-weight:600;--e-global-typography-66fca28-line-height:1.3em;--e-global-typography-4ba8dac-font-family:"Urbanist";--e-global-typography-4ba8dac-font-size:18px;--e-global-typography-4ba8dac-font-weight:600;--e-global-typography-4ba8dac-line-height:1.3em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:36px;--e-global-typography-a7cab7d-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:28px;--e-global-typography-a7cab7d-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.main-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.main-container > .e-con-inner {
    gap: 20px;
}

@media (min-width: 1024px) {
    .main-container {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    
    .main-container > .e-con-inner {
        gap: 48px;
    }
}

.blog-contents ul {
    list-style-type: disc;
    padding-left: 24px
}

.blog-contents ul li {
    margin-bottom: 10px;
}

.blog-contents ol {
    list-style-type: decimal;
    padding-left: 24px
}

.blog-contents ol li {
    margin-bottom: 10px;
}

/* Contact Form 7 star rating */
.cf7-stars {
  display: inline-flex;
  flex-direction: row-reverse;  /* key: lets ~ target stars to the LEFT visually */
  gap: 4px;
  border: 0;
  padding: 0;
}

.cf7-stars input[type="radio"] {
  position: absolute;           /* keep accessible, hide visually */
  opacity: 0;
  width: 1px;
  height: 1px;
}

.cf7-stars label {
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  user-select: none;
  color: #f5a623;               /* filled star color */
}

/* default empty star */
.cf7-stars label::before {
  content: "☆";
  color: #ccc;                  /* empty star color */
}

/* HOVER: highlight this star and all to its left */
.cf7-stars label:hover::before,
.cf7-stars label:hover ~ label::before {
  content: "★";
  color: currentColor;
}

/* SELECTED: highlight the chosen star and all to its left */
.cf7-stars input[type="radio"]:checked ~ label::before {
  content: "★";
  color: currentColor;
}

/* Keyboard focus ring for a11y */
.cf7-stars input[type="radio"]:focus + label,
.cf7-stars input[type="radio"]:focus-visible + label {
  outline: 2px solid #333;
  outline-offset: 2px;
}

.grecaptcha-badge { visibility: hidden; }/* End custom CSS */