
.elms-25622 .elms-element.elms-element-5f2665b{--display:flex;}.elms-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elms-widget-text-editor.elms-drop-cap-view-stacked .elms-drop-cap{background-color:var( --e-global-color-primary );}.elms-widget-text-editor.elms-drop-cap-view-framed .elms-drop-cap, .elms-widget-text-editor.elms-drop-cap-view-default .elms-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elms-25622 .elms-element.elms-element-d669f81{--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;}.elms-25622 .elms-element.elms-element-deaf9e4{--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;}.elms-25622 .elms-element.elms-element-638224c{--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;}.elms-25622 .elms-element.elms-element-97e6733{--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;}.elms-25622 .elms-element.elms-element-ed04010{width:100%;max-width:100%;}.elms-25622 .elms-element.elms-element-331be09{--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;}.elms-25622 .elms-element.elms-element-fdd972d{width:100%;max-width:100%;}.elms-25622 .elms-element.elms-element-ff50608{--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;}.elms-25622 .elms-element.elms-element-bc931f9{width:100%;max-width:100%;}.elms-25622 .elms-element.elms-element-58a89f7{--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;}.elms-25622 .elms-element.elms-element-4ca94fc{--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;}.elms-25622 .elms-element.elms-element-17787ff{width:100%;max-width:100%;}.elms-25622 .elms-element.elms-element-444bcdf{--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;}.elms-25622 .elms-element.elms-element-a869368{width:100%;max-width:100%;}.elms-25622 .elms-element.elms-element-a869368.elms-element{--flex-grow:0;--flex-shrink:0;}.elms-25622 .elms-element.elms-element-140e86c{--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;}.elms-25622 .elms-element.elms-element-fb59b21{--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;}.elms-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elms-25622 .elms-element.elms-element-ab33e08{--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;}@media(min-width:768px){.elms-25622 .elms-element.elms-element-fb59b21{--width:50%;}.elms-25622 .elms-element.elms-element-ab33e08{--width:50%;}}h2 {
text-align: center;
/
font-size: 24px;
margin-bottom: 20px;
}
.container {
padding: 20px;
max-width: 1200px;
margin: 0 auto;
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.search-bar input {
width: 100%;
padding: 12px 16px;
font-size: 16px;
border: 1px solid #ddd;
border-radius: 8px;
outline: none;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
table th, table td {
text-align: center;
padding: 12px;
border: 1px solid #ddd;
}
table th {
background-color: #4CAF50; 
color: #fff; 
text-transform: uppercase;
}
table td {
background-color: #f9f9f9;
}
button {
background-color: #4CAF50; 
color: #fff;
border: none;
padding: 8px 16px;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #388E3C; 
}
.map-section h3 {
font-size: 20px;
color: #4CAF50; 
margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
table {
display: flex;
flex-direction: column;
gap: 10px;
border: none;
}
table thead {
display: none;
}
table tr {
display: flex;
flex-direction: column;
background: #fff;
padding: 10px;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
table td {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px;
border: none;
background: transparent;
}
table td span {
font-weight: bold;
text-transform: uppercase;
color: #555;
}
button {
margin-top: 10px;
align-self: center;
}
h2 {
font-size: 20px;
}
.search-bar input {
padding: 10px;
font-size: 14px;
}
}
@media only screen and (max-width: 480px) {
h2 {
font-size: 18px;
}
.search-bar input {
padding: 8px;
font-size: 14px;
}
table td {
flex-direction: column;
align-items: flex-start;
}
table td span {
margin-bottom: 5px;
}
}