.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f5ac3ea:#00000000;--e-global-color-6c029cd:#000000;--e-global-color-fc0827d:#FFFFFF;--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;--e-global-typography-79dc218-font-family:"museo-slab";--e-global-typography-79dc218-font-size:16px;--e-global-typography-79dc218-font-weight:500;--e-global-typography-79dc218-line-height:1em;--e-global-typography-4cb6e3e-font-family:"museo-slab";--e-global-typography-4cb6e3e-font-size:32px;--e-global-typography-4cb6e3e-font-weight:100;--e-global-typography-4cb6e3e-line-height:118%;--e-global-typography-fc46548-font-family:"museo-slab";--e-global-typography-fc46548-font-size:20px;--e-global-typography-fc46548-font-weight:300;--e-global-typography-fc46548-line-height:1.2em;--e-global-typography-e801ffd-font-family:"museo-slab";--e-global-typography-e801ffd-font-size:21px;--e-global-typography-e801ffd-font-weight:300;--e-global-typography-e801ffd-line-height:100%;--e-global-typography-f691f01-font-family:"museo-slab";--e-global-typography-f691f01-font-size:14px;--e-global-typography-f691f01-font-weight:300;--e-global-typography-f691f01-line-height:1em;}.elementor-kit-6 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);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-4cb6e3e-font-size:27px;--e-global-typography-4cb6e3e-line-height:118%;--e-global-typography-fc46548-font-size:17px;--e-global-typography-fc46548-line-height:118%;--e-global-typography-e801ffd-font-size:20px;--e-global-typography-e801ffd-line-height:100%;--e-global-typography-f691f01-font-size:17px;--e-global-typography-f691f01-line-height:118%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-4cb6e3e-font-size:24px;--e-global-typography-4cb6e3e-line-height:118%;--e-global-typography-fc46548-font-size:15px;--e-global-typography-fc46548-line-height:118%;--e-global-typography-e801ffd-font-size:20px;--e-global-typography-e801ffd-line-height:100%;--e-global-typography-f691f01-font-size:15px;--e-global-typography-f691f01-line-height:118%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Responsive 350×450 ratio (7:9) that scales width AND height */
.ratio-350x450 {
  /* let aspect ratio control height */
  aspect-ratio: 350 / 450;

  /* sizing */
  width: 100%;
  max-width: 350px;     /* remove this line if you want it to grow beyond 350px on large screens */

  /* beat Elementor/flex overrides that freeze height */
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  /* stop parent flex from stretching the cross-axis height */
  align-self: flex-start !important;
  flex: 0 0 auto;
  box-sizing: border-box;
  overflow: hidden; /* optional */
}

/* IMPORTANT: remove inherited 100% height from the inner wrapper if present */
.ratio-350x450 > .e-con-inner,
.ratio-350x450 > .elementor-widget-wrap {
  height: auto !important;     /* was 100% in many setups; that prevents height from shrinking */
  min-height: 0 !important;
}/* End custom CSS */