/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/map-embed/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.theme-block.map-embed {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
  padding: 100px 0;
}
.theme-block.map-embed.background-grey {
  background-color: var(--color-brand-grey);
}
.theme-block.map-embed.background-white {
  background-color: var(--color-white);
  padding: 0;
}
.theme-block.map-embed.no-top-spacing {
  margin-top: 0;
}
.theme-block.map-embed.no-bottom-spacing {
  margin-bottom: 0;
}
.theme-block.map-embed .container .map-embed-inner .map-col iframe {
  width: 100%;
}
.theme-block.map-embed .container .map-embed-inner .map-col .map-col-inner {
  padding-top: 30px;
}
@media all and (min-width: 1024px) {
  .theme-block.map-embed .container .map-embed-inner .map-col .map-col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-top: 0;
    padding-left: 4vw;
  }
}
.theme-block.map-embed .container .map-embed-inner .map-col .map-col-inner h2 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}
.theme-block.map-embed .container .map-embed-inner .map-col .map-col-inner p:last-of-type {
  margin-bottom: 0;
}
.theme-block.map-embed .container .map-embed-inner .map-col .map-col-inner p a {
  font-weight: var(--font-regular);
}

/*# sourceMappingURL=style-index.css.map*/