.elementor-kit-13{--e-global-color-primary:#1E346D;--e-global-color-secondary:#2E2E2E;--e-global-color-text:#333333;--e-global-color-accent:#FBBC05;--e-global-color-d4b4151:#F8F9FB;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-13 h2{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:36px;font-weight:700;}.elementor-kit-13 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-13 h4{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-13 h5{color:var( --e-global-color-secondary );font-size:18px;}.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-kit-13{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-13 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-13 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-13 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-13 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container that holds the video */
.ps-video-wrap {
  border-radius: 0 25px 25px 0;                 /* TL TR BR BL */
  overflow: hidden;                              /* crucial */
  position: relative;                            /* keeps clipping consistent */
  -webkit-clip-path: inset(0 round 0 25px 25px 0);
          clip-path: inset(0 round 0 25px 25px 0);
}

/* Scope to the video widget inside (optional but tidy) */
.ps-video-wrap .elementor-widget-video,
.ps-video-wrap iframe,
.ps-video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;                        /* inherits the container curve */
}










/* Round & clip ONLY this slides widget */
.ps-slides-25 {
    overflow: hidden;
}





















/* default: clockwise spin */
.rotator {
  display: inline-block;            /* ensure transform box */
  transform-origin: 50% 50%;
  animation: spin360 40s linear infinite;
  will-change: transform;
}


/* keyframes */
@keyframes spin360 {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .rotator { animation: none !important; }
}/* End custom CSS */