.elementor-kit-6{--e-global-color-primary:#002233;--e-global-color-secondary:#00C9D8;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-e1af471:#2F8288;--e-global-color-2abd2ce:#235C5F;--e-global-color-f0474ef:#011D2C;--e-global-color-9320e1e:#082939;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-image:url("https://paladsys.com/wp-content/uploads/2026/03/Hero-BG-Logo.svg");background-position:center center;background-repeat:no-repeat;background-size:cover;overscroll-behavior:none;}.elementor-kit-6 a{color:var( --e-global-color-e1af471 );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.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 .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 */@view-transition {
  navigation: auto;
}

html,
body {
  margin: 0;
  background: #002233 !important;
}

::view-transition {
  background: #002233 !important;
}

::view-transition-group(root) {
  animation: none !important;
}

::view-transition-image-pair(root) {
  isolation: isolate;
}

::view-transition-old(root) {
  animation: psys-page-out 1s ease both !important;

  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;

  z-index: 1 !important;
}

::view-transition-new(root) {
  animation: psys-page-in 1s ease both !important;

  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;

  z-index: 2 !important;
}

@keyframes psys-page-out {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% + 2px));
  }
}

@keyframes psys-page-in {
  from {
    transform: translateX(calc(100% - 2px));
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
  }
}/* End custom CSS */