
.elms-26837 .elms-element.elms-element-634325a{--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-26837 .elms-element.elms-element-2891192{--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-26837 .elms-element.elms-element-8b02849{width:100%;max-width:100%;}.elms-26837 .elms-element.elms-element-f918234{--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-26837 .elms-element.elms-element-ea23826{--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-26837 .elms-element.elms-element-f9ab9dc{width:100%;max-width:100%;}.elms-26837 .elms-element.elms-element-45720a5{--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-26837 .elms-element.elms-element-850f283{width:100%;max-width:100%;}.elms-26837 .elms-element.elms-element-d1038e6{--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-26837 .elms-element.elms-element-a1cd24f{--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-26837 .elms-element.elms-element-1042433{width:100%;max-width:100%;}.elms-26837 .elms-element.elms-element-a78838d{--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-26837 .elms-element.elms-element-da590e5{width:100%;max-width:100%;}.elms-26837 .elms-element.elms-element-ee7dde1{--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-26837 .elms-element.elms-element-0839fb4{width:100%;max-width:100%;}.elms-26837 .elms-element.elms-element-0fd744f{--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-26837 .elms-element.elms-element-08e0dd8{width:100%;max-width:100%;}.elms-26837 .elms-element.elms-element-0af4a93{--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-26837 .elms-element.elms-element-261a4fd{--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;}h2 {
text-align: center;
color: #333;
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: #007bff;
color: #fff;
text-transform: uppercase;
}
table td {
background-color: #f9f9f9;
}
button {
background-color: #007bff;
color: #fff;
border: none;
padding: 8px 16px;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #0056b3;
}
.map-section h3 {
font-size: 20px;
color: #333;
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;
}
}
h2 {
text-align: center;
color: #333;
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: #007bff;
color: #fff;
text-transform: uppercase;
}
table td {
background-color: #f9f9f9;
}
button {
background-color: #007bff;
color: #fff;
border: none;
padding: 8px 16px;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #0056b3;
}
.map-section h3 {
font-size: 20px;
color: #333;
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;
}
}