:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #267bc5;
  text-decoration: underline;
}

.section {
  z-index: 3;
  background-image: linear-gradient(#142049, #72a0be 85%, #badfe2);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 98px 16px;
  display: flex;
  position: relative;
}

.section-2 {
  z-index: 1;
  grid-column-gap: 40vh;
  grid-row-gap: 40vh;
  background-image: url('../images/map-featureless.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40vh 16px;
  display: flex;
  position: relative;
}

.image {
  vertical-align: baseline;
  margin-top: 50vh;
  margin-bottom: 50vh;
}

.heading {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.body {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.paragraph.hero-body {
  font-size: 18px;
}

.paragraph.hero-cta {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
}

.container {
  z-index: auto;
  max-width: 624px;
}

.card-container {
  background-color: #fff;
  width: 720px;
  max-width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.card-body {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: url('../images/card-bg.svg');
  background-position: 0 0;
  background-size: auto;
  border-top: 1px solid #eabcbc;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 48px 70px;
  display: flex;
}

.card-header {
  padding: 32px 48px 16px;
}

.card-heading-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Comic Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.card-text {
  color: #444;
  font-family: Comic Neue, sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.card-image {
  margin-top: 12px;
  transform: rotate(-12deg);
}

.div-block {
  z-index: 1;
  background-color: #fff;
  width: 100vw;
  padding-left: 24px;
  padding-right: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.paragraph-2 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
}

.container-2 {
  max-width: 816px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}

.image-2 {
  margin-left: 32px;
  transform: rotate(-12deg);
}

.image-3 {
  margin-top: -8px;
}

.card-body-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: url('../images/card-bg.svg');
  background-position: 0 0;
  background-size: auto;
  border-top: 1px solid #eabcbc;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 64px 70px 48px;
  display: flex;
}

.section-3 {
  z-index: 1;
  background-image: url('../images/map.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 576px;
  max-width: 100%;
  margin-top: 480px;
  display: flex;
  position: relative;
  left: 200px;
}

.pin-bubble {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 48px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}

.paragraph-4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.div-block-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 576px;
  max-width: 100%;
  margin-top: 590px;
  margin-bottom: 40vh;
  display: flex;
  position: relative;
  right: 150px;
}

.paragraph-4-copy {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.list {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.section-2-copy {
  grid-column-gap: 40vh;
  grid-row-gap: 40vh;
  background-image: url('../images/map-featureless.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40vh;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-5 {
  background-color: #9dc1f7;
  width: 100vw;
  height: 300px;
}

.card-body-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/card-bg.svg');
  background-position: 0 0;
  background-size: auto;
  border-top: 1px solid #eabcbc;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 64px;
  padding-left: 56px;
  padding-right: 36px;
  display: flex;
}

.image-5 {
  margin-top: -8px;
  transform: rotate(12deg);
}

.section-4 {
  z-index: 3;
  background-color: #bce1c7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 124px;
  padding-bottom: 124px;
  display: flex;
  position: relative;
}

.div-block-6 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-height: 200px;
  padding: 32px 16px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.paragraph-5 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.button {
  text-align: center;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.div-block-11 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 4px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  font-size: 15px;
  font-weight: 300;
}

.text {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
}

.div-block-12 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.link-block {
  position: absolute;
  top: 16px;
  left: 16px;
}

.div-block-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: 0%;
  right: 0%;
}

.image-10, .image-11 {
  max-height: 60px;
}

.container-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-14 {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    left: auto;
  }

  .div-block-2-copy {
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .heading {
    font-size: 24px;
  }

  .paragraph.hero-body {
    font-size: 16px;
  }

  .paragraph.hero-cta {
    font-size: 14px;
  }

  .card-body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 36px 24px 40px 0;
  }

  .card-header {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-heading-text {
    font-size: 20px;
    line-height: 24px;
  }

  .card-text {
    font-size: 20px;
  }

  .div-block {
    position: static;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .image-2 {
    width: 96px;
  }

  .image-3 {
    width: 140px;
  }

  .card-body-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 36px 36px 40px 24px;
  }

  .div-block-2 {
    margin-top: 10vh;
  }

  .pin-bubble {
    padding: 32px;
  }

  .div-block-2-copy {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .section-2-copy {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    padding-bottom: 10vh;
  }

  .div-block-5 {
    height: 32px;
  }

  .card-body-copy-copy {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-5 {
    width: 96px;
    margin-top: 0;
  }

  .image-6 {
    width: 120px;
  }

  .text {
    font-size: 14px;
  }

  .link-block.w--current {
    text-align: center;
    right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-top: 220px;
  }

  .card-body {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2, .image-3 {
    display: none;
  }

  .card-body-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pin-bubble {
    padding: 24px 16px 16px;
  }

  .card-body-copy-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-5 {
    display: none;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .div-block-13 {
    justify-content: center;
    align-items: flex-start;
  }
}


