.elementor-kit-6{--e-global-color-primary:#113447;--e-global-color-secondary:#4ECFE0;--e-global-color-text:#008FD4;--e-global-color-f44f820:#C6EFF5;--e-global-color-e0b6cc8:#008FD4;--e-global-color-ba92fa4:#5CB7E4;--e-global-color-1f1c730:#ACDBF1;--e-global-color-a78a26b:#0A222F;--e-global-color-e86253c:#FF9054;--e-global-color-329dbae:#FFAF85;--e-global-color-ba8d4a3:#FF742A;--e-global-color-98e02dd:#FFD24D;--e-global-color-d801723:#FFEEBD;--e-global-color-cb7e7e7:#E8EBEC;--e-global-color-6f46a14:#B4BCC1;--e-global-color-1915885:#7E8F98;--e-global-color-6697c3e:#48616F;--e-global-color-44c77ae:#0A222F;--e-global-color-cea1f5b:#113447;--e-global-typography-primary-font-family:"proxima-nova";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"proxima-nova";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"proxima-nova";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"proxima-nova";--e-global-typography-accent-font-weight:500;font-family:"proxima-nova", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#00000000;border-style:solid;border-radius:12px 12px 12px 12px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"proxima-nova", Sans-serif;}.elementor-kit-6 h1{font-family:"proxima-nova", Sans-serif;font-size:64px;font-weight:600;line-height:64px;}.elementor-kit-6 h2{font-family:"proxima-nova", Sans-serif;font-size:48px;font-weight:700;line-height:52px;}.elementor-kit-6 h3{font-family:"proxima-nova", Sans-serif;font-size:40px;font-weight:600;line-height:48px;}.elementor-kit-6 h4{font-family:"proxima-nova", Sans-serif;font-size:28px;font-weight:600;line-height:36px;}.elementor-kit-6 h5{font-family:"proxima-nova", Sans-serif;font-size:20px;font-weight:700;line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 *//* Right side panels: hidden by default */
#cpt-panels .feature-panel {
  display: none;
}

/* Only the active one is visible */
#cpt-panels .feature-panel.active {
  display: block;
}

:root {
  --highlight-color: #00B7FF;
  --highlight-radius: 14px;
}

/* LEFT SIDE — active thumbnail border */
#cpt-thumbs .feature-thumb.active {
  border: 3px solid #00B7FF;
  border-radius: 14px;
  padding: 12px;
}

/* Make images match the rounded border */
#cpt-thumbs .feature-thumb img {
  border-radius: 10px;
  display: block;
}

/* RIGHT SIDE — active panel border */
#cpt-panels .feature-panel.active {
  border: 3px solid #00B7FF;
  border-radius: 14px;
  padding: 1em 2.5em;
  transition: all 0.25s ease;
}/* End custom CSS */