.elementor-kit-7{--e-global-color-primary:#7086FF;--e-global-color-secondary:#2C4AE9;--e-global-color-text:#2C2C2C;--e-global-color-accent:#FF5858;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;color:#2C2C2C;font-family:"Roboto", Sans-serif;font-size:18px;line-height:26.5px;background-color:#FFFFFF;}.elementor-kit-7 h1{color:#2C2C2C;font-family:"Outfit", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-7 h2{color:#2C2C2C;font-family:"Outfit", Sans-serif;font-size:32px;font-weight:600;}.elementor-kit-7 h3{color:#2C2C2C;}.elementor-kit-7 h4{color:#FFFFFF;font-family:"Outfit", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-7 h5{color:#FFFFFF;font-family:"Outfit", Sans-serif;font-size:32px;font-weight:600;}.elementor-kit-7 h6{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Position the parent section relative */
.parent-section {
    position: relative;
}

/* Center the .center-container vertically within its parent */
.parent-section .center-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Stick the .bottom-container to the bottom of its parent */
.parent-section .bottom-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* CSS for the main container */
.main-container {
  position: relative;
}

/* CSS for the bottom container */
.bottom-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}/* End custom CSS */