.groundwork-map-block {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .groundwork-map-block {
    background: var(--color-primary) !important;
  }
}
.groundwork-map-block .info-column {
  position: relative;
  max-width: 400px;
}
@media (max-width: 767px) {
  .groundwork-map-block .info-column {
    max-width: 100%;
    width: 100%;
  }
}
.groundwork-map-block .info-column .inner-column {
  position: relative;
  float: right;
  width: 100%;
  padding: 90px 15px 90px 0px;
}
.groundwork-map-block .info-column .inner-column::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5000px;
  background: var(--color-primary);
  opacity: 0.96;
  content: "";
}
.groundwork-map-block .info-column .inner-column .sec-title {
  position: relative;
  margin-bottom: 65px;
  z-index: 1;
}
.groundwork-map-block .info-column .inner-column .sec-title {
  margin-bottom: 16px;
}
.groundwork-map-block .info-column .inner-column .sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 35px;
}
.groundwork-map-block .info-column .inner-column .sec-title .text-bg {
  position: absolute;
  opacity: 0.15;
  left: 13px;
  right: 0;
  margin: 0 auto;
  top: -15px;
}
.groundwork-map-block .info-column .inner-column .sec-title.light .text,
.groundwork-map-block .info-column .inner-column .sec-title.light h2 {
  color: #fff;
}
.groundwork-map-block .info-column .inner-column .content .text {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 25px;
}
.groundwork-map-block .info-column .inner-column .content h5 {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.groundwork-map-block .info-column .inner-column .content .link-box {
  position: relative;
}
.groundwork-map-block .info-column .inner-column .content .link-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-map-block .info-column .inner-column .content .link-box a:hover {
  color: #222222;
  border-bottom: 3px solid #222222;
}
.groundwork-map-block .info-column .inner-column .content .link-box a {
  text-decoration: none;
  cursor: pointer;
}
.groundwork-map-block .info-column .inner-column .content .link-box a:hover,
.groundwork-map-block .info-column .inner-column .content .link-box a:focus,
.groundwork-map-block .info-column .inner-column .content .link-box a:visited {
  text-decoration: none;
  outline: none;
}
.groundwork-map-block .map-section {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.groundwork-map-block .map-section .map-column {
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  top: 0px;
}
.groundwork-map-block .map-section .map-column .map-canvas {
  position: absolute;
  left: -200px;
  top: 0;
  right: 0px;
  height: 100%;
}
.groundwork-map-block .map-section .info-column {
  position: relative;
  max-width: 400px;
}
.groundwork-map-block .map-section .info-column .inner-column {
  position: relative;
  float: right;
  width: 100%;
  padding: 90px 15px 90px 0px;
}
.groundwork-map-block .map-section .info-column .inner-column::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5000px;
  background: var(--color-primary);
  opacity: 0.96;
  content: "";
}
.groundwork-map-block .map-section .map-section .sec-title {
  margin-bottom: 35px;
}
.groundwork-map-block .map-section .map-section .sec-title.light h2:before {
  opacity: 0.15;
}
.groundwork-map-block .map-section .map-section .info-column .content h5 {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.groundwork-map-block .map-section .map-section .info-column .content .text {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 25px;
}
.groundwork-map-block .map-section .map-section .info-column .content .link-box {
  position: relative;
}
.groundwork-map-block .map-section .map-section .info-column .content .link-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-map-block .map-section .map-section .info-column .content .link-box a:hover {
  color: #222222;
  border-bottom: 3px solid #222222;
}
