.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-1205ecf:#568686;--e-global-color-83d034f:#666666;--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-5c4da86-font-family:"Roboto";--e-global-typography-5c4da86-font-size:clamp(2.5rem, 5vw, 3.5rem);--e-global-typography-5c4da86-font-weight:700;--e-global-typography-5c4da86-line-height:120%;--e-global-typography-45ba14e-font-family:"Roboto";--e-global-typography-45ba14e-font-size:clamp(2.25rem, 4vw, 3rem);--e-global-typography-45ba14e-font-weight:700;--e-global-typography-45ba14e-line-height:120%;--e-global-typography-c4bd048-font-family:"Roboto";--e-global-typography-c4bd048-font-size:clamp(2rem, 3.5vw, 2.5rem);--e-global-typography-c4bd048-font-weight:700;--e-global-typography-c4bd048-line-height:140%;--e-global-typography-2d00aa8-font-family:"Roboto";--e-global-typography-2d00aa8-font-size:clamp(1.5rem, 3vw, 2rem);--e-global-typography-2d00aa8-font-weight:700;--e-global-typography-2d00aa8-line-height:140%;--e-global-typography-1f88696-font-family:"Roboto";--e-global-typography-1f88696-font-size:clamp(1.25rem, 2.5vw, 1.5rem);--e-global-typography-1f88696-font-weight:700;--e-global-typography-1f88696-line-height:140%;--e-global-typography-af457e3-font-family:"Roboto";--e-global-typography-af457e3-font-size:clamp(1.125rem, 2vw, 1.25rem);--e-global-typography-af457e3-font-weight:700;--e-global-typography-af457e3-line-height:140%;--e-global-typography-60f0ff1-font-family:"Roboto";--e-global-typography-60f0ff1-font-size:1rem;--e-global-typography-60f0ff1-font-weight:600;--e-global-typography-60f0ff1-line-height:1.5rem;--e-global-typography-7b73187-font-family:"Roboto";--e-global-typography-7b73187-font-size:1.125rem;--e-global-typography-7b73187-font-weight:400;--e-global-typography-7b73187-line-height:1.5rem;background-color:var( --e-global-color-secondary );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-1205ecf );font-family:var( --e-global-typography-7b73187-font-family ), Sans-serif;font-size:var( --e-global-typography-7b73187-font-size );font-weight:var( --e-global-typography-7b73187-font-weight );line-height:var( --e-global-typography-7b73187-line-height );color:var( --e-global-color-secondary );border-radius:4px 4px 4px 4px;padding:012px 024px 012px 024px;}.elementor-kit-5 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){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:1025px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-7b73187-font-size );line-height:var( --e-global-typography-7b73187-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-7b73187-font-size );line-height:var( --e-global-typography-7b73187-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
/* Image sizing based on ratio */

/* Square */
.ratio-1-1 img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 100%;
}

/* Landscape Orientation */
.ratio-2-1 img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    max-width: 100%;
}

.ratio-3-2 img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    max-width: 100%;
}

.ratio-4-3 img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    max-width: 100%;
}

.ratio-5-4 img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    max-width: 100%;
}

.ratio-16-9 img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-width: 100%;
}

.ratio-21-9 img {
    aspect-ratio: 21 / 9;
    object-fit: cover;
    max-width: 100%;
}

.ratio-1-91-1 img {
    aspect-ratio: 1.91 / 1; /* FB social share */
    object-fit: cover;
    max-width: 100%;
}

/* Portrait Orientation */
.ratio-1-2 img {
    aspect-ratio: 1 / 2;
    object-fit: cover;
    max-width: 100%;
}

.ratio-2-3 img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    max-width: 100%;
}

.ratio-3-4 img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    max-width: 100%;
}

.ratio-4-5 img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    max-width: 100%;
}

.ratio-9-16 img {
    aspect-ratio: 9 / 16;
    object-fit: cover;
    max-width: 100%;
}

.ratio-9-21 img {
    aspect-ratio: 9 / 21;
    object-fit: cover;
    max-width: 100%;
}
</style>/* End custom CSS */