.elementor-kit-6{--e-global-color-primary:#0070BF;--e-global-color-secondary:#000000;--e-global-color-text:#D2D0D0;--e-global-color-accent:#0070BF;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;font-size:16px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#000000;}.elementor-kit-6 h1{color:#2563EB;font-size:clamp(1rem, 2.5vw, 1.125rem);line-height:1px;word-spacing:0px;}.elementor-kit-6 h2{color:#000000;font-family:"Archivo Black", Sans-serif;font-size:34px;line-height:51px;}.elementor-kit-6 h3{color:#2563EB;font-size: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);}.elementor-lightbox{background-color:var( --e-global-color-secondary );--lightbox-text-color:var( --e-global-color-text );--lightbox-header-icons-size:0px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:clamp(1rem, 2.5vw, 1.125rem);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:clamp(1rem, 2.5vw, 1.125rem);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page, 
.site {
  display: flex;
  flex-direction: column;
  flex: 1;
}

main,
.site-main {
  flex: 1;
}/* End custom CSS */