.elementor-kit-6{--e-global-color-primary:#005CA9;--e-global-color-secondary:#E7EEF8;--e-global-color-text:#55625A;--e-global-color-accent:#101010;--e-global-color-375c0e9:#E7EEF8;--e-global-color-d00ee23:#ADC1E3;--e-global-color-49d29f5:#425F4E;--e-global-color-7ba007c:#2A3B31;--e-global-color-461558e:#005CA9;--e-global-color-25bf7c3:#101010;--e-global-color-f5ea1f2:#E5E5E5;--e-global-color-35d97dc:#F8F9FA;--e-global-color-7ce82d7:#FFFFFF;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-letter-spacing:0.2px;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:normal;--e-global-typography-text-letter-spacing:0.18px;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;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 );font-style:var( --e-global-typography-text-font-style );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-6 h1{font-family:"Libre Baskerville", Sans-serif;font-size:80px;font-weight:400;line-height:96px;}.elementor-kit-6 h2{font-family:"Libre Baskerville", Sans-serif;font-size:64px;font-weight:400;line-height:80px;}.elementor-kit-6 h3{font-family:"Libre Baskerville", Sans-serif;font-size:32px;font-weight:400;font-style:normal;line-height:48px;}.elementor-kit-6 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h5{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h6{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Work Sans", Sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;font-style:normal;letter-spacing:1.6px;color:var( --e-global-color-primary );background-color:var( --e-global-color-secondary );border-radius:1000px 1000px 1000px 1000px;padding:16px 24px 16px 24px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-primary );background-color:#ADC1E3;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(min-width:2400px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-6 h1{font-size:72px;line-height:88px;}.elementor-kit-6 h2{font-size:56px;line-height:72px;letter-spacing:0px;}.elementor-kit-6 h3{font-size:32px;line-height:40px;letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-6 h1{font-size:40px;line-height:48px;}.elementor-kit-6 h2{font-size:32px;line-height:40px;}.elementor-kit-6 h3{font-size:24px;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html{
    overflow-x: hidden;
  }
  body{
      max-width: 100vw;
      overflow-x: hidden;
  }

         
        .ellipse-animation-observer svg {
            clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        }
        
        .ellipse-animation-observer.animated svg {
            animation: revealEllipse 2s ease-in-out forwards;
            transition: transform 0.3s ease-in-out;
            animation-range: entry 20% cover 70%;
        }


        
        @keyframes revealEllipse {
            0% {
                clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            }
             

            50% {
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            }
               100% {
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            }
        }
        
/* Hide the Cookiebot logo */
#CybotCookiebotDialogPoweredbyImage {
    display: none !important;
}/* End custom CSS */