:root {
  --h2: 1.46vw;
  --h2-m: 5vw;
  --all: 120%;
  --h3: 2.29vw;
  --h3-m: 6.25vw;
  --body: 1.25vw;
  --body-m: 4.38vw;
}

.section {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5vw 2.6vw;
  display: flex;
}

.heading {
  color: #23b299;
  font-family: Inter, sans-serif;
  font-size: var(--h2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

.heading.tt {
  color: #23b299;
}

.heading.tr {
  color: #fff;
  text-align: center;
  line-height: 140%;
}

.body {
  line-height: var(--all);
  background-color: #e9e9e9;
  flex-flow: column;
  display: flex;
}

.section-2 {
  grid-column-gap: 2.6vw;
  grid-row-gap: 2.6vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4vw 2.6vw;
  line-height: 120%;
  display: flex;
}

.div-block {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 132vw;
  padding: 4vw 2vw;
  display: flex;
  box-shadow: 0 0 20px 6px #0000002e;
}

.heading-2 {
  font-family: Inter, sans-serif;
  font-size: 3.13vw;
  line-height: var(--all);
  min-width: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-3 {
  font-family: Inter, sans-serif;
  font-size: var(--h3);
  line-height: var(--all);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-3.ee {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
}

.text-block {
  color: #323232;
  font-family: Inter, sans-serif;
  font-size: var(--body);
  line-height: 140%;
}

.text-block.rr {
  color: #fff;
  width: 64%;
}

.bold-text {
  color: #323232;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.image {
  width: auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.div-block-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #23b299;
  border-radius: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 4vw 2vw;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: #fff;
  border-radius: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 0 0 3vw;
  display: flex;
}

.bold-text-2 {
  text-align: center;
}

.bold-text-3 {
  font-weight: 600;
}

.div-block-4 {
  grid-column-gap: .63vw;
  grid-row-gap: .63vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  border-radius: 1000px;
  width: 7.24vw;
}

.div-block-6 {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #a259db;
  border-radius: 1vw;
  width: 26.98vw;
  margin-left: 2vw;
  margin-right: 2vw;
  padding: 1.25vw;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 150%;
}

.button._33 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: #23b299;
  padding: 2.6vw;
}

.text-span {
  color: #fff;
}

.link, .link-2 {
  color: #fff;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.text-span-2, .link-3 {
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: space-between;
    align-items: center;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .heading {
    font-size: var(--h2-m);
    text-align: center;
  }

  .heading.tr {
    font-size: 4.5vw;
  }

  .section-2 {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
    flex-flow: column;
    padding: 7.5vw 3.75vw;
  }

  .div-block {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    width: auto;
    padding: 7.5vw 3.75vw;
  }

  .heading-2 {
    font-size: 7.5vw;
  }

  .heading-3 {
    font-size: var(--h3-m);
  }

  .heading-3.ee {
    font-size: var(--h2);
  }

  .text-block {
    font-size: var(--body-m);
  }

  .text-block.rr {
    width: auto;
  }

  .div-block-2 {
    padding: 7.5vw 3.75vw;
  }

  .div-block-3 {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
    padding-bottom: 7.5vw;
  }

  .bold-text-3 {
    font-size: 5.8vw;
    line-height: 120%;
  }

  .image-2 {
    width: 40px;
  }

  .div-block-6 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .button {
    font-size: var(--body-m);
    width: auto;
    margin-left: 3.75vw;
    margin-right: 3.75vw;
    padding: 2vw 7.5vw;
  }

  .button._33 {
    vertical-align: baseline;
    margin-top: 4vw;
    margin-bottom: 4vw;
    position: fixed;
    inset: auto 0% 0%;
  }

  .section-3 {
    padding: 7.5vw 3.75vw;
  }
}


