.body {
  background-color: #f2f2f2;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-183 {
  width: 100%;
  max-width: 730px;
  margin-top: 75px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 4px 4px rgba(0, 0, 0, 0.1);
}

.div-block-184 {
  text-align: center;
}

.image-35 {
  width: 248px;
  padding: 4px;
  border: 3px solid #000;
  border-radius: 0.25rem;
}

.div-block-185 {
  padding: 20px;
  text-align: center;
}

.link {
  display: block;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-block-186 {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.emailblock {
  margin-bottom: 12px;
  padding: 8px 16px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.emailblock.hidden {
  display: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.image-36 {
  margin-right: 11px;
}

.div-block-188 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-189 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.text-block {
  margin-right: 6px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2rem;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1.2rem;
  font-weight: 300;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.2rem;
  font-style: italic;
  font-weight: 600;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
}

.button {
  margin-top: 14px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
}

.number1block {
  margin-bottom: 12px;
  padding: 8px 16px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.number1block.hidden {
  display: none;
}

.number2block {
  margin-bottom: 12px;
  padding: 8px 16px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.number2block.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .div-block-183 {
    width: 90%;
    margin-top: 20px;
  }

  .button {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 479px) {
  .image-35 {
    max-width: 90%;
  }
}

