.elementor-4121 .elementor-element.elementor-element-8aa4c79{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4121 .elementor-element.elementor-element-8aa4c79:not(.elementor-motion-effects-element-type-background), .elementor-4121 .elementor-element.elementor-element-8aa4c79 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-4121 .elementor-element.elementor-element-f369c27{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:flex-start;}.elementor-4121 .elementor-element.elementor-element-9e5cec5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-end;}.elementor-4121 .elementor-element.elementor-element-a594c26{z-index:9999;}.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-menu-toggle{margin-left:auto;}.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;}.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-blocksy_palette_2 );fill:var( --e-global-color-blocksy_palette_2 );}.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:var( --e-global-color-blocksy_palette_2 );}.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--dropdown a:hover,
					.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--dropdown a:focus,
					.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--dropdown a.highlighted{background-color:#007FD1;}.elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--dropdown .elementor-item, .elementor-4121 .elementor-element.elementor-element-a594c26 .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"Raleway", Sans-serif;font-size:16px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-4121 .elementor-element.elementor-element-9e5cec5{--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-4121 .elementor-element.elementor-element-1ef12d2{width:100%;max-width:100%;}.elementor-4121 .elementor-element.elementor-element-a594c26{width:100%;max-width:100%;}}@media(min-width:768px){.elementor-4121 .elementor-element.elementor-element-f369c27{--width:20%;}.elementor-4121 .elementor-element.elementor-element-9e5cec5{--width:80%;}}@media(max-width:767px){.elementor-4121 .elementor-element.elementor-element-f369c27{--width:40%;}.elementor-4121 .elementor-element.elementor-element-f5f27e4 img{width:63%;}.elementor-4121 .elementor-element.elementor-element-9e5cec5{--width:60%;}.elementor-4121 .elementor-element.elementor-element-a594c26{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4121 .elementor-element.elementor-element-a594c26.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-1ef12d2 */.top-contact-bar {
    background: #007ac8;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25px 0);
}

/* phone + city + number */
.contact-item {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.contact-item i {
    font-size: 20px;
    border: 2px solid rgba(255,255,255,0.7);
    padding: 6px;
    border-radius: 50%;
}

/* labels */
.city {
    font-weight: 600;
}

/* divider between items */
.divider {
    height: 25px;
    width: 1px;
    background: rgba(255,255,255,0.4);
}

/* LINKS */
.contact-item a {
    color: #fff;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .top-contact-bar {
        flex-direction: column;
        gap: 12px;
        clip-path: none;
        padding: 15px;
        text-align: center;
    }

    .divider {
        display: none;
    }
}/* End custom CSS */