.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-fa008d0:#000000;--e-global-color-a7f2084:#FFFFFF;--e-global-color-aeba95e:#FFBC0D;--e-global-color-41547ab:#232634;--e-global-color-44e0200:#8E91A1;--e-global-color-5f2f031:#484C61;--e-global-color-eb463d4:#2A2D3D;--e-global-color-75d39e7:#5E2DB7;--e-global-color-6d226b4:#C23342;--e-global-color-92f9f06:#FFFFFFCC;--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;--e-global-typography-16907ef-font-size:36px;--e-global-typography-16907ef-line-height:1.3em;--e-global-typography-3f049e3-font-size:26px;--e-global-typography-3f049e3-line-height:1.3em;--e-global-typography-e2a88c1-font-size:24px;--e-global-typography-e2a88c1-line-height:1.3em;--e-global-typography-20e852f-font-size:20px;--e-global-typography-20e852f-line-height:1.3em;--e-global-typography-acafc60-font-family:"Inter";--e-global-typography-acafc60-font-size:16px;--e-global-typography-acafc60-font-weight:500;--e-global-typography-acafc60-line-height:1.5em;--e-global-typography-acafc60-letter-spacing:-0.4px;background-color:#232634;color:var( --e-global-color-a7f2084 );font-family:"Trebuchet MS", Sans-serif;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-aeba95e );font-size:16px;font-weight:600;text-transform:uppercase;line-height:1.3em;text-shadow:0px 2px 2px rgba(255, 255, 255, 0.5019607843137255);color:var( --e-global-color-41547ab );box-shadow:0px 0px 12px 0px #FFFFFF inset;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFD975;border-radius:100px 100px 100px 100px;padding:12px 24px 12px 24px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:#FFCA40;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-aeba95e );}.elementor-kit-10 h1{font-size:48px;font-weight:bold;}.elementor-kit-10 h2{font-size:36px;font-weight:800;}.elementor-kit-10 h3{font-size:28px;font-weight:600;}.elementor-kit-10 h4{font-size:26px;font-weight:600;}.elementor-kit-10 h5{font-size:24px;font-weight:600;}.elementor-kit-10 h6{font-size:20px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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-kit-10 h1{font-size:48px;}.elementor-kit-10 h2{font-size:38px;}.elementor-kit-10 h3{font-size:30px;}.elementor-kit-10 h4{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-acafc60-font-size:16px;--e-global-typography-acafc60-letter-spacing:0px;}.elementor-kit-10 h1{font-size:36px;}.elementor-kit-10 h2{font-size:26px;}.elementor-kit-10 h3{font-size:24px;}.elementor-kit-10 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p{
    text-wrap: balance;
}
p a{
    text-decoration: underline!important;
}
u{
    color: #FFBC0E;
}
.heading-highlight span{
    position: relative;
    color: #FFBC0E;

}

.elementor-button{
    display: flex!important;
    overflow: hidden!important;
    position: relative;
    justify-content: center;
}
.shimmer-btn .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;

  /* shiny streak */
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255,255,255,0.6),
    transparent 70%
  );

  transform: skewX(-20deg);

  /* permanent animation */
  animation: shimmer 2s linear infinite;
}


@keyframes shimmer {
  from {
    left: -150%;
  }
  to {
    left: 150%;
  }
}


p:last-child{
    margin-block-end: 0;
}

ul:not(:last-child){
  margin-block-end:14px;
}
ol:not(:last-child){
  margin-block-end:14px;
}

.number-li ol {
  list-style: none;
  padding-left: 0;
  counter-reset: step;
}

.number-li ol li {
  counter-increment: step;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.number-li ol li::before {
  content: counter(step);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px dashed #FFBC0E;
  color: #FFBC0E;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

table{
    margin-block-end: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
 font-size: clamp(0.875rem, 2vw, 1rem);
  table-layout: auto;
}

th, td {
  padding: clamp(4px, 1.5vw, 12px) clamp(6px, 2vw, 16px);
  min-width: 0;
  width: auto;
  word-break: break-word;
}/* End custom CSS */