@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: IBM Plex Sans;
}
svg {
    max-width:565px;
    max-height:533px;
}
svg path {
    cursor:pointer;
}
svg text {
   cursor:pointer;
}

* {
  box-sizing: border-box;
}

#back2Top {
  display: inline-block;
  background-color: #232323;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back2Top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back2Top:hover {
  cursor: pointer;
  background-color: #3aae3d;
}
#back2Top:active {
  background-color: #ffac00;
}
#back2Top.show {
  opacity: 1;
  visibility: visible;
}
.colorclick {
	column-fill: 3;
	margin: .4rem 0;
	color: white;
	cursor: pointer;
	background-color: #353535;
	padding: 0.6rem 1.2rem;
	border-radius: 10px;
	border-color:#353535
}

.padding_section{
	padding: 20px;
}

.colorclick:hover {
  color: white;
  cursor: pointer;
  background-color: #ffac00;
}

.containerImage {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #353535;
}

.containerImage:hover .overlay {
  opacity: 0.85;
}

.text {
  color: white;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 48%;
  transform: translate(-45%, -45%);
  -ms-transform: translate(-45%, -50%);
}


.dropbtn {
	margin: .4rem 0;
	color: white;
	cursor: pointer;
	background-color: #353535;
	padding: 0.6rem 1.2rem;
	border-radius: 10px;
	border-color:#353535
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3aae3d;
}

.dropdown {
  position: relative;
   display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #353535;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ffac00;}


form.searcher input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  color: black;
  background: #f1f1f1;
}

form.searcher button {
  float: left;
  width: 20%;
  padding: 10px;
  column-fill: 3;
  margin: .4rem 0;
  color: white;
  cursor: pointer;
  background-color: #353535;
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}

form.searcher button:hover {
  background: #3aae3d;
}

form.searcher::after {
  content: "";
  clear: both;
  display: table;
}


.paragraf_color {
  color: black;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
    width: 30%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.content {
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.active, .collapsible:hover {
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 30%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

/* Create three equal columns that floats next to each other */
.column {
  display: none; /* Hide all elements by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

.map_container {
  margin: auto;
  width: 80%;
}
.map_second_container{
  margin: auto;
  width: 100%;
}


.map-cnt {
    float:left;
    width:50%;
    position: relative;
    box-sizing:border-box;
    padding:20px;
}
.map-cnt .loading {    
    background:url(ajax-loader.gif) center center no-repeat;
    width:22px; 
    height:22px;
    display: block;
    position: absolute;
    right:0;
    top:0;    
    z-index: 100;    
    overflow: hidden;
    text-indent:-999px;
}


.map-data {
    box-sizing:border-box;
    float:left;
    width:50%;
    padding:20px;
}

.map-data {
    position: relative;
    padding-top:30px;
}
.map-data h3 {
    font-size:20px;
    margin-bottom:20px;
}
.map-data div {
    font-size:20px;
    color:#777;
    font-weight:normal;
    margin-bottom:20px;
}
.map-data div strong {
    font-weight:normal;
}
.map-data div span {
    color:#ffac00;
    font-weight:bold;
}

.cid-sdcdU22Hgt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffac00;
}
.cid-sdcdU22Hgt .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sdcdU22Hgt .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sdcdU22Hgt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sdcdU22Hgt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #353535;
  transition: all 0.3s;
}
.cid-sdcdU22Hgt .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #353535;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sdcdU22Hgt .social-row .soc-item:hover {
  background-color: #353535;
}
.cid-sdcdU22Hgt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdcdU22Hgt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sdcdU22Hgt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdcdU22Hgt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sdccMhs4VI {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffac00;
}
.cid-sdccMhs4VI .item:focus,
.cid-sdccMhs4VI span:focus {
  outline: none;
}
.cid-sdccMhs4VI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sdccMhs4VI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffac00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sdccMhs4VI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sdccMhs4VI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sdccMhs4VI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sdccMhs4VI .mbr-section-title {
  color: #ffffff;
}
.cid-sdccMhs4VI .mbr-text,
.cid-sdccMhs4VI .mbr-section-btn {
  text-align: center;
}
.cid-sdccMhs4VI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-sdccMhs4VI .item-subtitle {
  text-align: left;
}
.cid-sdc4fYQR6C {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sdc4XnT5HA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sdc4XnT5HA .mbr-text,
.cid-sdc4XnT5HA .mbr-section-btn {
  color: #232323;
}
.cid-sdc4XnT5HA .card-title,
.cid-sdc4XnT5HA .card-box {
  color: #ffffff;
}
.cid-sdc4XnT5HA .mbr-text,
.cid-sdc4XnT5HA .link-wrap {
  color: #ffffff;
}
.cid-sdc6wC72us {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sdc6wC72us .item:focus,
.cid-sdc6wC72us span:focus {
  outline: none;
}
.cid-sdc6wC72us .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sdc6wC72us .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffac00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sdc6wC72us .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sdc6wC72us .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sdc6wC72us .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sdc6wC72us .mbr-section-title {
  color: #ffffff;
}
.cid-sdc6wC72us .mbr-text,
.cid-sdc6wC72us .mbr-section-btn {
  text-align: center;
}
.cid-sdc6wC72us .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-sdc6wC72us .item-subtitle {
  text-align: left;
}
.cid-sddCfgNYsK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffac00;
}
.cid-sddCfgNYsK img,
.cid-sddCfgNYsK .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sddCfgNYsK .item:focus,
.cid-sddCfgNYsK span:focus {
  outline: none;
}
.cid-sddCfgNYsK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sddCfgNYsK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sddCfgNYsK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sddCfgNYsK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sddCfgNYsK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sddCfgNYsK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sddCfgNYsK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sddCfgNYsK .mbr-section-title {
  color: #232323;
}
.cid-sddCfgNYsK .mbr-text,
.cid-sddCfgNYsK .mbr-section-btn {
  text-align: left;
}
.cid-sddCfgNYsK .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sddCfgNYsK .item-subtitle {
  text-align: left;
  color: #232323;
}

.cid-sddG8C6M3Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffac00;
}
@media (max-width: 991px) {
  .cid-sddG8C6M3Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sddG8C6M3Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sddG8C6M3Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-sddGPsNPY4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffac00;
}
@media (max-width: 991px) {
  .cid-sddGPsNPY4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sddGPsNPY4 .row {
  flex-direction: row-reverse;
}
.cid-sddGPsNPY4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sddGPsNPY4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sddGPsNPY4 .mbr-text {
  text-align: left;
}
.cid-sddHACkX3j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffac00;
}
@media (max-width: 991px) {
  .cid-sddHACkX3j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sddHACkX3j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sddHACkX3j .text-wrapper {
    padding: 2rem;
  }
}
.cid-sddIreGumH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffac00;
}
@media (max-width: 991px) {
  .cid-sddIreGumH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sddIreGumH .row {
  flex-direction: row-reverse;
}
.cid-sddIreGumH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sddIreGumH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sddIreGumH .mbr-text {
  text-align: left;
}
