.elementor-8177 .elementor-element.elementor-element-57175559{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-8177 .elementor-element.elementor-element-57175559:not(.elementor-motion-effects-element-type-background), .elementor-8177 .elementor-element.elementor-element-57175559 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8177 .elementor-element.elementor-element-3bf5c00b{text-align:center;}.elementor-8177 .elementor-element.elementor-element-3bf5c00b .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:2rem;font-weight:500;color:#272727;}.elementor-8177 .elementor-element.elementor-element-12e0b893{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8177 .elementor-element.elementor-element-12e0b893:not(.elementor-motion-effects-element-type-background), .elementor-8177 .elementor-element.elementor-element-12e0b893 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}.elementor-8177 .elementor-element.elementor-element-3ecdba6b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8177 .elementor-element.elementor-element-15b87af0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8177 .elementor-element.elementor-element-15b87af0:not(.elementor-motion-effects-element-type-background), .elementor-8177 .elementor-element.elementor-element-15b87af0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}.elementor-8177 .elementor-element.elementor-element-7ec20b22{--spacer-size:50px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-8177 .elementor-element.elementor-element-3bf5c00b .elementor-heading-title{font-size:1.5rem;}.elementor-8177 .elementor-element.elementor-element-12e0b893{--min-height:30vh;}}/* Start custom CSS for html, class: .elementor-element-3ecdba6b */.custom-map-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 46.25%; /* Aspect ratio (16:9) */
    overflow: hidden;
}

.custom-map-container iframe {
    position: absolute;
    top: -60px; /* Adjust to hide the bar */
    left: 0;
    width: 100%;
    height: calc(100% + 60px); /* Adjust to hide the bar */
}

@media only screen and (max-width: 768px) {
    .custom-map-container {
        padding-bottom: 55%; /* Adjust aspect ratio for mobile screens */
    }

    .custom-map-container iframe {
        top: -60px; /* Adjust this value if the bar reappears on mobile */
        height: calc(100% + 60px); /* Match the adjustment made to 'top' */
    }
}

@media only screen and (max-width: 480px) {
    .custom-map-container {
        padding-bottom: 60%; /* Full square aspect ratio for smaller screens */
    }

    .custom-map-container iframe {
        top: -60px; /* Fine-tune for very small screens */
        height: calc(100% + 60px);
    }
}/* End custom CSS */