#hero {
  padding-top: 151px;
  background-position: top center;
}
#hero .title {
  margin-bottom: 100px;
}
#hero .text {
  max-width: 920px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 34px;
}
#map {
  margin-top: 27px;
}
#map .container {
  display: flex;
}
#map .left {
  width: 50%;
  padding-right: 75px;
  padding-top: 33px;
}
#map .left .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#map .left .inner .el {
  width: calc(50% - 25px);
}
#map .left .inner .el-title {
  background: var(--dark-green);
  color: #fff;
  text-transform: uppercase;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 12px;
}
#map .left .inner .el:nth-child(2) .el-title {
  background: var(--green);
}
#map .left .inner .el:nth-child(3) .el-title {
  background: var(--yellow);
}
#map .left .inner .el-text {
  padding: 13px 12px;
  font-size: 21px;
  cursor: pointer;
  border-radius: 9px;
  position: relative;
}
#map .left .inner .el-text::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #D9D9D9;
}
#map .left .inner .el-text.active,
#map .left .inner .el-text:hover {
  background-color: #F5F5F5;
}
#map .right {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}
#map .right img {
  display: block;
}
#map-wrap {
  height: 757px;
  width: 100%;
}
#map-wrap .marker-label {
  color: #e94236 !important;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  font-size: 17px !important;
  position: absolute;
  left: 19px;
  top: 43px;
}
#showcase {
  margin-top: 79px;
  --radius: 50px;
}
#showcase .container {
  gap: 38px;
}
#showcase .title {
  font-weight: 600;
  font-size: 43px;
  line-height: 67px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
}
#showcase .el {
  position: relative;
}
#showcase .el .text {
  max-width: 707px;
  font-size: 21px;
  line-height: 36px;
  text-align: left;
  padding: 20px 0px 0px 75px;
  width: 60%;
}
#showcase .container .el .img {
  width: 760px;
  flex-shrink: 1;
}
#showcase .el .text p {
  margin-bottom: 16px;
}
#showcase .container .el:nth-of-type(even)::before {
  content: '';
  position: absolute;
  top: -66px;
  bottom: -89px;
  left: -100vw;
  right: -100vw;
  background: var(--yellow);
  z-index: -1;
}
#showcase .container .el:nth-of-type(even) {
  margin-bottom: 30px;
}
#showcase .container .el:nth-of-type(even) .text {
  color: #fff;
  padding: 16px 0 0 0;
  margin: 0 auto 0 0;
  max-width: 630px;
}
#bottom_cta {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  #showcase .container .el:nth-of-type(even)::before {
    top: -56px;
    bottom: -69px;
  }
}
@media screen and (max-width: 1300px) {
  #map .left {
    padding-right: 30px;
  }
  #map .left .inner {
    gap: 30px;
  }
  #map .left .inner .el-title {
    font-size: 22px;
  }
  #map .left .inner .el-text {
    font-size: 18px;
  }
  #showcase .el .text {
    padding-left: 0;
  }
  #showcase .container .el:nth-of-type(even)::before {
    top: -26px;
    bottom: -39px;
  }
}
@media screen and (max-width: 992px) {
  #map .container {
    flex-direction: column-reverse;
  }
  #map .left {
    width: 100%;
    padding-right: 0;
  }
  #map .right {
    width: 100%;
  }
  #map .left .inner {
    flex-wrap: nowrap;
  }
  #showcase .container .el:nth-of-type(even)::before {
    top: 164px;
    bottom: -139px;
  }
  #showcase .el .text,
  #showcase .container .el .img {
    width: 100%;
    max-width: 100%;
  }
  #map-wrap {
    height: 311px;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    padding-top: 116px;
    background-size: 100% auto;
    background-position: top center;
    padding-bottom: 0;
  }
  #map {
    margin-top: 34px;
  }
  #map .right {
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 311px;
    overflow: hidden;
  }
  #map .left {
    padding-top: 47px;
  }
  #map .left .inner {
    flex-direction: column;
    align-items: center;
    gap: 43px;
  }
  #map .left .inner .el {
    max-width: 360px;
    width: 100%;
  }
  #map .left .inner .el-title {
    margin-bottom: 16px;
  }
  #showcase {
    --radius: 20px;
  }
  #showcase .title {
    font-size: 32px;
    line-height: 42px;
  }
  #showcase .container .text {
    padding: 18px 0 0 0;
    font-size: 18px;
    line-height: 27px;
  }
  #showcase .container .el:nth-of-type(even) {
    margin-bottom: 0;
  }
  #showcase .container .el:nth-of-type(even)::before {
    top: 26px;
    bottom: -64px;
  }
  #showcase .container .el:nth-of-type(even) .text {
    text-align: right;
    padding-top: 24px;
  }
}
@media screen and (max-width: 567px) {
  #hero .title {
    margin-bottom: 92px;
  }
  #hero .text {
    font-size: 18px;
    line-height: 27px;
  }
  #map .right {
    border-radius: 0
  }
  #bottom_cta .title {
    font-size: 30px;
  }
  #bottom_cta {
    background-size: 270%;
  }
}
@media screen and (max-width: 360px) {
  #bottom_cta .title {
    font-size: 25px;
  }
}