.elementor-kit-11{--e-global-color-primary:#00B188;--e-global-color-secondary:#25424C;--e-global-color-text:#0D2C35;--e-global-color-accent:#008E6D;--e-global-color-6eada4c:#25424C;--e-global-color-153a296:#0D2C35;--e-global-color-4f5e8c6:#FFFFFF;--e-global-color-93e8e97:#FDFBE9;--e-global-typography-primary-font-family:"century-old-style-std";--e-global-typography-primary-font-size:1.7em;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"degular-display";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"degular";--e-global-typography-text-font-size:1.2em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"degular";--e-global-typography-accent-font-weight:700;--e-global-typography-6da6167-font-family:"century-old-style-std";--e-global-typography-6da6167-font-size:1.4em;--e-global-typography-6da6167-font-weight:700;--e-global-typography-6da6167-line-height:1.2em;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-primary );font-family:"degular", Sans-serif;font-weight:700;text-transform:uppercase;color:var( --e-global-color-4f5e8c6 );border-style:none;border-radius:50px 50px 50px 50px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-primary );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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-11 a:hover{color:var( --e-global-color-accent );}.elementor-kit-11 h1{color:var( --e-global-color-text );}.elementor-kit-11 h2{color:var( --e-global-color-primary );font-family:"century-old-style-std", Sans-serif;font-size:2em;font-weight:700;line-height:1.2em;}.elementor-kit-11 h3{color:var( --e-global-color-text );font-family:"century-old-style-std", Sans-serif;font-size:1.7em;font-weight:700;line-height:1.2em;}.elementor-kit-11 h4{color:var( --e-global-color-text );font-family:"degular", Sans-serif;font-size:1.1em;font-weight:400;line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){margin-block-end: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:1366px){.elementor-kit-11 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:992px){.elementor-kit-11 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-11 h3{font-size:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:576px){.elementor-kit-11 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:2400px){.elementor-kit-11 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.section {
  display: flex;
  align-items: center;       /* vertical alignment */
  justify-content: center;   /* horizontal alignment */
  padding: 60px 15px;
}

@media (max-width: 767px) {
  .section {
    padding: 30px 15px;
  }
}

.section-alt {
  display: flex;
  align-items: center;       /* vertical alignment */
  justify-content: center;   /* horizontal alignment */
  padding: 0px 15px 60px 15px;
}

@media (max-width: 767px) {
  .section-alt {
    padding: 0px 15px 30px 15px;
  }
}/* End custom CSS */