.elementor-kit-45{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-45 e-page-transition{background-color:#FFBC7D;}.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 */body {
  font-family: 'Lato', Arial, sans-serif;
  margin: 0; padding: 0;
  color: #111;
  background: #fafbfc;
}

header {
  background: #263159;
  padding: 1em 0;
}
nav ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; justify-content: center;
}
nav ul li {
  margin: 0 15px;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.hero {
  background: linear-gradient(135deg,#263159 60%,#3b82f6 100%);
  color: #fff; text-align: center; padding: 80px 16px 40px;
}
.hero h1 {
  font-size: 2.6em; margin-bottom: 0.2em;
}
.cta {
  display: inline-block;
  margin-top: 2em;
  padding: 13px 38px;
  background: #fff;
  color: #263159;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.cta:hover {
  background: #ffe43a;
  color: #263159;
}

section.features {
  background: #fff;
  padding: 48px 20px;
}
section.features h2 {
  text-align: center;
  color: #263159;
  margin-bottom: 32px;
}
.feature-list {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.feature-list > div {
  background: #f7fafc;
  border-radius: 8px;
  padding: 25px 20px;
  min-width: 240px;
  max-width: 290px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.07);
}

.btn {
  display: inline-block;
  margin: 30px auto 0;
  padding: 12px 32px;
  background: #3b82f6;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
}

footer {
  background: #263159;
  color: #fff;
  text-align: center;
  padding: 18px 0 12px;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .feature-list {flex-direction: column; align-items: center;}
  .feature-list > div {min-width: 88vw; max-width: none;}
}/* End custom CSS */