:root {
  --white: white;
  --verde-claro-smartmed: #0fc;
  --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;
  }
}

body {
  color: #000;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

p {
  color: #626262;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.navbar {
  background-color: #fff0;
  padding-top: 10px;
}

.nav-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: #18947b;
  text-transform: uppercase;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #0fc;
}

.nav-button {
  color: #fff;
  background-color: #18947b;
  border-radius: 59px;
  margin-top: 20px;
  margin-left: 16px;
  padding: 7px 24px;
  font-weight: 700;
  box-shadow: 3px 3px 5px 1px #0003;
}

.nav-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0fc;
}

.nav-button:active {
  color: #fff;
  background-color: #4b4b4b00;
  transform: translate(1px, 1px);
}

.nav-button._2 {
  color: #18947b;
  background-color: #fff;
  box-shadow: 3px 3px 5px 1px #0000000d;
}

.nav-button._2:hover {
  background-color: #0fc;
}

.container {
  text-align: center;
  max-width: 1216px;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  transform: translate(0);
}

.container.valores {
  margin-top: 80px;
}

.hero {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 50px;
}

.hero-block {
  text-align: left;
  max-width: 600px;
  margin-top: -50px;
  margin-left: 0;
  margin-right: 0;
}

.hero-heading {
  color: #18947b;
  -webkit-text-stroke-color: #18947b;
  margin-bottom: 15px;
  font-size: 75px;
  font-weight: 900;
  line-height: 65px;
}

.paragraph {
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}

.button {
  color: #fff;
  background-color: #4043d2;
  border-radius: 500px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
}

.button.orange {
  background-color: #e15e1d;
}

.hero-paragraph {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.content-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 150px;
}

.content-grid {
  grid-column-gap: 99px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.content-block-image {
  transform-style: preserve-3d;
  width: 140px;
}

.content-block-image:hover {
  transform: translate3d(-2px, -2px, -2px);
}

.content-block {
  text-align: center;
}

.content-block-title {
  color: #18947b;
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
}

.form-section {
  background-color: #fff0;
  background-image: url('../images/especialidades.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.form-heading {
  color: #0fc;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 900;
  line-height: 65px;
}

.form-label {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.form-field {
  outline-offset: 0px;
  border-radius: 500px;
  outline: 3px #333;
  height: 52px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 2px;
  font-size: 18px;
}

.form-submit {
  background-color: #e15e1d;
  border-radius: 500px;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
}

.form-block {
  display: flex;
}

.form-wrapper {
  margin-bottom: 0;
}

.sucess-section {
  background-color: #128273;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.sucess-section._2 {
  background-image: url('../images/prof-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 500px;
  padding-bottom: 150px;
}

.prof-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.prof-grid._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.prof-content {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.prof-content._2 {
  text-align: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}

.prof-heading {
  color: #0fc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 900;
  line-height: 65px;
}

.prof-heading._21 {
  color: #458489;
  text-align: center;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 900;
}

.prof-heading._20 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  max-width: 710px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.prof-heading._20:hover {
  color: #0fc;
}

.prof-heading._22 {
  color: #458489;
  text-align: center;
  margin-bottom: 0;
  font-size: 35px;
}

.prof-heading._2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 700;
}

.prof-subheading {
  color: #4043d2;
  margin-bottom: 20px;
}

.image-3 {
  width: 16px;
  height: 16px;
}

.div-block-8 {
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 42px;
  height: 42px;
  margin-top: 30px;
  display: flex;
}

.link-block {
  background-color: #eceefb;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.prof-social-link-image {
  width: 50px;
  height: 50px;
}

.prof-social-link {
  background-color: #f7f7f7;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  display: flex;
  box-shadow: inset 5px 5px 5px #ffffffa8, 5px 5px 5px #0003;
}

.prof-social-link:hover {
  box-shadow: 5px 4px 5px 0 var(--white), inset 1px 1px 4px 0 #0003;
}

.prof-social-block {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.image-5 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.prof-layer-image {
  position: absolute;
  inset: -25px auto auto 60px;
}

.final-section {
  background-color: #fff;
  border-top: 2px solid #0fc;
  padding-top: 70px;
  padding-bottom: 70px;
}

.final-block {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}

.final-heading {
  color: #18947b;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 900;
}

.footer {
  background-color: #ebebeb;
  background-image: linear-gradient(#fff 24%, #c4c4c4);
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  text-align: center;
  max-width: 40%;
}

.content-block-paragraph {
  text-align: center;
}

.prof-paragraph {
  color: #fff;
  text-align: left;
}

.prof-paragraph._2 {
  text-align: center;
  margin-top: 10px;
}

.hero-subheading {
  color: #18947b;
  margin-top: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
}

.hero-subheading._2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
}

.form-paragraph {
  color: #fff;
  text-align: center;
}

.image-6 {
  text-align: center;
  max-width: 125%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.final-paragraph {
  color: #18947b;
  margin-top: 0;
  font-weight: 700;
}

.final-paragraph2 {
  color: #626262;
  margin-top: 50px;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: #458489;
}

.form-grid2 {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  border: 2px solid #0fc;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  padding: 40px;
  display: grid;
}

.especialidade-1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
  display: block;
}

.especialidade-1:hover {
  transform: translate(5px, 5px);
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.heading._3 {
  color: #18947b;
  text-align: left;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.heading._3:hover {
  color: #0fc;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.map-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-7 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-7:hover {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 0 #000;
}

.text-span, .text-span-2, .text-span-3 {
  color: #0fc;
}

.valores-section {
  background-color: #18947b;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-prog {
  grid-column-gap: 18px;
  grid-row-gap: 45px;
  background-color: #fff0;
  border-radius: 18px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 50px;
  padding: 0 0 60px;
  display: grid;
}

.heading-valores {
  color: #0fc;
  text-align: left;
  -webkit-text-stroke-color: var(--verde-claro-smartmed);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.heading-valores._2 {
  color: #18947b;
  -webkit-text-stroke-color: #18947b;
  -webkit-text-stroke-color: #18947b;
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
}

.valores-paragraph {
  color: #fff;
  text-align: left;
}

.valores-paragraph._2 {
  color: #fff;
  background-color: #18947b;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 30px;
  font-weight: 400;
}

.valores-paragraph._3 {
  color: #626262;
  text-align: left;
  font-weight: 600;
}

.valores-paragraph._4 {
  color: #626262;
}

.valores-paragraph._5 {
  text-align: center;
}

.valores-paragraph._4 {
  color: #626262;
  font-size: 16px;
}

.valores-paragraph._2 {
  color: #fff;
  background-color: #18947b;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 50px 30px;
  font-size: 16px;
  font-weight: 400;
}

.valores-paragraph._3 {
  color: #626262;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.economia-section {
  background-color: #713636;
  background-image: url('../images/Hero.png');
  background-position: 42%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-3 {
  max-width: 809px;
  font-size: 50px;
  font-weight: 900;
}

.text-span-4, .text-span-5 {
  color: #0fc;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: #0fc;
}

.link-block-2 {
  z-index: 999;
  border-radius: 4px;
  margin-bottom: 18px;
  margin-left: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.image-15 {
  background-color: #edededbf;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  margin: 5px;
  padding: 0;
}

.link-block-3 {
  z-index: 999;
  border-radius: 4px;
  margin-bottom: 18px;
  margin-left: 42px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.image-16 {
  width: 54px;
  height: 54px;
}

.hero-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  margin-top: 35px;
  display: grid;
}

.image-17 {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  max-width: 90%;
}

.div-form {
  text-align: center;
}

.field-label, .field-label-2, .field-label-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.text-field, .text-field-2, .text-field-3 {
  margin-bottom: 20px;
}

.form-text {
  border-radius: 54px;
  margin-bottom: 35px;
}

.sucess-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 65px;
  font-weight: 900;
  line-height: 65px;
}

.bold-text-5 {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
}

.sucess-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.form-button {
  color: #128273;
  text-transform: uppercase;
  background-color: #0fc;
  border-radius: 119px;
  margin-left: 0;
  padding: 15px 20px;
  font-weight: 900;
  box-shadow: 3px 3px 10px 2px #0003;
}

.form-button:hover {
  background-color: #fff;
}

.text-span-9 {
  color: #0fc;
  font-size: 50px;
  font-weight: 900;
}

.proposito-section {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 150px;
}

.div-grid {
  grid-column-gap: 43px;
  grid-row-gap: 37px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.text-span-10 {
  color: #18947b;
  font-size: 20px;
  font-weight: 600;
}

.link-block-4 {
  background-image: url('../images/1024-SMARTMED-MEDWAY-Banner-site.jpg');
  background-position: 50%;
  background-size: cover;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.div-block-13 {
  border: 1px solid var(--verde-claro-smartmed);
  border-radius: 20px;
  padding: 50px 20px;
}

.text-span-11, .text-span-12 {
  font-weight: 700;
}

.cta-section {
  background-color: #18947b;
  background-image: url('../images/especialidades.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-paragraph {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.button-text-04 {
  color: #1c8c8c;
  text-transform: uppercase;
  justify-content: flex-start;
  font-size: 16px;
  display: flex;
}

.button-text-04.is-absolute {
  color: #1c8c8c;
  display: flex;
  position: absolute;
}

.content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.content-wrapper.align-left {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.content-wrapper.align-left._2 {
  grid-column-gap: 4.2rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center stretch;
  display: grid;
}

.heading-style-h4 {
  color: #1b2cc1;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: transform .2s;
}

.heading-style-h4:hover {
  text-decoration: none;
}

.heading-style-h4.whitetitle {
  color: #fff;
}

.accordion {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-image {
  background-image: url('../images/473Agency-Webflow-Template-12.jpg');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 24px;
}

.content-div {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  margin-top: 50px;
  display: grid;
}

.faq-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header.side-by-side {
  grid-column-gap: 1.2rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.header.side-by-side._2 {
  align-self: stretch;
  display: flex;
}

.section {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.section.padding-section-large.background-color-blue {
  color: #1c8c8c;
  -webkit-text-stroke-color: #fff0;
  background-color: #1c8c8c;
}

.button-bg-white {
  color: #757d7b;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #fff;
  border-radius: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: .625rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h2 {
  color: #1c8c8c;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.heading-style-h2.text-color-white {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: flex-start stretch;
  display: flex;
}

.content-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.content-wrapper-2.align-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.content-wrapper-2.align-left._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin: 0 auto;
  padding: 100px 3rem;
  display: block;
}

.heading-style-h5 {
  color: #1c8c8c;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: top .2s;
}

.heading-style-h5:hover {
  text-decoration: none;
}

.heading-style-h5._2 {
  color: #fff;
  text-align: left;
  align-self: stretch;
  font-weight: 500;
  line-height: 28px;
}

.container-3 {
  color: #1c8c8c;
  -webkit-text-stroke-color: #fff0;
  max-width: 1440px;
  padding: 0 3%;
  position: relative;
}

.heading-style-h3 {
  color: #1c8c8c;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.heading-style-h3._2 {
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: flex;
}

.button-wrapper {
  color: #757d7b;
  -webkit-text-stroke-color: #f4f4f4;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-wrapper._2 {
  align-self: flex-start;
}

.cta-sticky {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border: 1px solid #1c8c8c;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.cta-sticky._2 {
  border-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.faq {
  border-bottom: 1px solid #fff;
}

.nav-logo-2 {
  width: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sucess-paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
}

.sucess-section-2 {
  background-color: #128273;
  border-radius: 0%;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.content-grid-2 {
  grid-column-gap: 99px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.hero-div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  margin-top: 100px;
  display: grid;
}

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

.form-button-2 {
  color: #128273;
  text-transform: uppercase;
  background-color: #0fc;
  border-radius: 119px;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 3px 3px 10px 2px #0003;
}

.form-button-2:hover {
  background-color: #fff;
}

.text-span-14 {
  font-weight: 700;
}

.final-paragraph2-2 {
  color: #626262;
  margin-top: 50px;
  font-size: 16px;
}

.map-section-2 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-heading-2 {
  color: #18947b;
  -webkit-text-stroke-color: #18947b;
  margin-bottom: 15px;
  font-size: 85px;
  font-weight: 700;
  line-height: 65px;
}

.proposito-section-2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 200px;
}

.sucess-title-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.link-block-5 {
  z-index: 999;
  border-radius: 4px;
  margin-bottom: 18px;
  margin-left: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.image-18 {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  max-width: 90%;
}

.final-heading-2 {
  color: #18947b;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
}

.content-block-title-2 {
  color: #18947b;
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.final-paragraph-2 {
  color: #18947b;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.prof-social-link-2 {
  background-color: #f7f7f7;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  display: flex;
  box-shadow: inset 5px 5px 5px #ffffffa8, 5px 5px 5px #0003;
}

.prof-social-link-2:hover {
  box-shadow: 5px 4px 5px #fff, inset 1px 1px 4px #0003;
}

.hero-block-2 {
  text-align: center;
  max-width: 600px;
  margin: 100px auto;
}

.hero-2 {
  background-color: #fff;
  background-image: url('../images/Imagem-1_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 150px;
}

.text-span-15 {
  font-size: 50px;
}

.nav-button-2 {
  color: #fff;
  background-color: #18947b;
  border-radius: 59px;
  margin-top: 20px;
  margin-left: 16px;
  padding: 7px 24px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 3px 3px 5px 1px #0003;
}

.nav-button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0fc;
}

.nav-button-2:active {
  color: #fff;
  background-color: #4b4b4b00;
  transform: translate(1px, 1px);
}

.nav-button-2._2 {
  color: #18947b;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 5px 1px #0000000d;
}

.nav-button-2._2:hover {
  background-color: #0fc;
}

.content-section-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 200px;
}

.hero-subheading-2 {
  color: #18947b;
  margin-top: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
}

.hero-subheading-2._2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
}

.image-19 {
  background-color: #edededbf;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  margin: 5px;
  padding: 0;
}

.cta-section-2 {
  background-color: #18947b;
  background-image: url('../images/especialidades.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.image-20 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-20:hover {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 0 #000;
}

.content-block-image-2 {
  transform-style: preserve-3d;
  width: 70px;
  margin-top: 0;
  margin-bottom: 0;
}

.content-block-image-2:hover {
  transform: translate3d(-2px, -2px, -2px);
}

.container-4 {
  color: #18947b;
  -webkit-text-stroke-color: #fff0;
  max-width: 1440px;
  padding: 0 3%;
  position: relative;
}

.div-valores {
  border: 1px solid var(--verde-claro-smartmed);
  border-radius: 20px;
  padding: 50px 25px;
}

.div-block-16 {
  background-image: url('../images/Imagem.jpg');
  background-position: 50% 1%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1280px) {
  .button-text-04 {
    color: #1b2cc1;
  }

  .content-wrapper {
    max-width: none;
  }

  .header.side-by-side {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .content-wrapper-2 {
    max-width: none;
  }

  .hero-div-2 {
    grid-template-columns: .5fr .75fr;
  }

  .image-18 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .nav-link {
    color: #626262;
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .nav-button {
    display: inline-block;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .hero {
    background-color: #fff;
    background-image: none;
  }

  .hero-block {
    text-align: center;
  }

  .hero-heading {
    margin-bottom: 0;
  }

  .content-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .content-block-title {
    color: #18947b;
    text-transform: none;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-heading {
    text-align: center;
    max-width: 100%;
  }

  .form-label {
    text-align: center;
  }

  .prof-grid {
    grid-template-columns: 1fr;
  }

  .prof-content {
    align-items: center;
  }

  .prof-layer-image {
    top: -25px;
    left: 60px;
  }

  .final-heading {
    line-height: 65px;
  }

  .footer {
    background-color: #ebebeb;
  }

  .menu-button {
    padding-top: 18px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #00ffe500;
    background-image: linear-gradient(360deg, #11d197, #3d786100 72%);
    border-radius: 22%;
  }

  .nav-menu {
    background-color: #fff;
    padding: 30px 30px 60px;
  }

  .prof-image {
    width: 100%;
  }

  .footer-logo {
    max-width: 30%;
  }

  .prof-paragraph {
    text-align: center;
  }

  .hero-subheading {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .icon {
    color: #fff;
  }

  .heading._3 {
    text-align: center;
  }

  .div-block-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .map-section {
    padding-bottom: 70px;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .container-2 {
    background-color: #fff;
    width: 75px;
    max-width: 0;
  }

  .div-prog {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .valores-paragraph._3 {
    text-align: center;
    text-align: center;
  }

  .hero-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-17 {
    max-width: 100%;
  }

  .form-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-block-4 {
    background-image: url('../images/1024-SMARTMED-MEDWAY-Banner-site-tablet.jpg');
    margin-bottom: 60px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .div-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .content-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header.side-by-side {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .content-wrapper-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .nav-logo-2 {
    width: 160px;
  }

  .sucess-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero-div-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .map-section-2 {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .hero-heading-2 {
    margin-bottom: 0;
  }

  .proposito-section-2 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .image-18 {
    max-width: 100%;
  }

  .final-heading-2 {
    line-height: 65px;
  }

  .content-block-title-2 {
    color: #18947b;
    text-transform: none;
  }

  .div-block-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-block-2 {
    text-align: center;
  }

  .hero-2 {
    background-color: #fff;
    background-image: url('../images/Imagem-1.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .nav-button-2 {
    display: inline-block;
  }

  .content-section-2 {
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-subheading-2 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .menu-button-2 {
    padding-top: 18px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #00ffe500;
    background-image: linear-gradient(360deg, #ccc, #3d786100 72%);
    border-radius: 22%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero {
    background-position: 57%;
    padding-bottom: 100px;
  }

  .hero-block {
    margin-top: 18px;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .form-section {
    padding-left: 0;
    padding-right: 0;
  }

  .form-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
    line-height: 60px;
    display: block;
  }

  .sucess-section._2 {
    background-position: 49%;
    background-size: 1254px;
  }

  .prof-heading {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .prof-heading._20 {
    font-size: 35px;
    line-height: 45px;
  }

  .prof-heading._2 {
    font-size: 60px;
  }

  .final-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .final-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .menu-button {
    padding-top: 32px;
  }

  .form-grid2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading._3 {
    font-size: 60px;
    line-height: 60px;
  }

  .div-prog {
    grid-template-columns: 1fr;
  }

  .heading-valores, .heading-valores._2 {
    text-align: center;
  }

  .valores-paragraph, .valores-paragraph._4 {
    text-align: center;
    font-size: 15px;
  }

  .valores-paragraph._2 {
    text-align: center;
    font-size: 16px;
  }

  .link-block-2, .link-block-3 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .form-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-block-4 {
    margin-bottom: 0;
  }

  .text-span-12._5 {
    font-size: 15px;
  }

  .content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h2.text-color-white {
    font-size: 3rem;
  }

  .content-wrapper-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .nav-logo-2 {
    width: 140px;
  }

  .form-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-heading-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .link-block-5 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .final-heading-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-block-2 {
    margin-top: 18px;
  }

  .hero-2 {
    background-position: 57%;
    padding-bottom: 100px;
  }

  .menu-button-2 {
    padding-top: 32px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .nav-logo {
    width: 172px;
  }

  .container {
    margin-top: 100px;
    margin-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.valores {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero {
    background-image: none;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-block {
    margin-top: 0;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .hero-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .content-block-image {
    width: 100px;
  }

  .content-block-title {
    font-size: 22px;
  }

  .form-section {
    background-attachment: fixed;
  }

  .form-grid {
    max-width: none;
  }

  .form-heading {
    max-width: none;
    font-size: 35px;
    line-height: 35px;
  }

  .form-field {
    text-align: center;
  }

  .form-block {
    flex-direction: column;
  }

  .sucess-section._2 {
    background-position: 49% 29%;
    background-size: 1716px;
    padding-bottom: 100px;
  }

  .prof-content {
    padding-left: 0;
    padding-right: 0;
  }

  .prof-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .prof-heading._21 {
    font-size: 40px;
  }

  .prof-heading._20 {
    font-size: 20px;
    line-height: 30px;
  }

  .prof-heading._22 {
    font-size: 24px;
  }

  .prof-heading._2 {
    font-size: 35px;
    line-height: 35px;
  }

  .prof-social-link-image {
    width: 35px;
    height: 35px;
  }

  .prof-social-link {
    width: 60px;
    height: 60px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .final-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .final-block {
    padding-left: 0;
    padding-right: 0;
  }

  .final-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .footer-block {
    flex-direction: column;
  }

  .menu-button {
    padding-top: 41px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #00ffe500;
    background-image: linear-gradient(360deg, #11d197, #3d786100 54%);
  }

  .footer-logo {
    text-align: center;
    max-width: 70%;
    margin-bottom: 15px;
  }

  .footer-text {
    text-align: center;
  }

  .content-block-paragraph, .prof-paragraph {
    font-size: 14px;
  }

  .prof-paragraph._2 {
    font-size: 15px;
  }

  .hero-subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-subheading._2 {
    font-size: 30px;
  }

  .form-paragraph {
    font-size: 15px;
  }

  .final-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .final-paragraph2 {
    font-size: 14px;
  }

  .form-grid2 {
    grid-row-gap: 3px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .heading._3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .image-7 {
    max-width: 100%;
    font-size: 15px;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .div-prog {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-valores {
    font-size: 22px;
  }

  .valores-paragraph {
    font-size: 14px;
    line-height: 23px;
  }

  .valores-paragraph._5 {
    text-align: center;
  }

  .valores-paragraph._4 {
    line-height: 23px;
  }

  .valores-paragraph._2 {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 25px;
  }

  .bold-text-4 {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-div {
    margin-top: 50px;
  }

  .field-label, .field-label-2, .field-label-3 {
    text-align: center;
  }

  .sucess-title {
    font-size: 35px;
    line-height: 35px;
  }

  .sucess-paragraph {
    font-size: 14px;
  }

  .form-button {
    border-radius: 77px;
    max-width: 287px;
    padding: 15px 10px;
    font-size: 11px;
    line-height: 12px;
  }

  .link-block-4 {
    background-image: url('../images/1024-SMARTMED-MEDWAY-Banner-site-mobile.jpg');
  }

  .bold-text-6 {
    line-height: 28px;
  }

  .text-span-12 {
    text-align: center;
  }

  .text-span-12._5 {
    line-height: 23px;
  }

  .text-span-13 {
    font-weight: 900;
  }

  .button-text-04 {
    color: #1b2cc1;
  }

  .content-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h4 {
    font-size: 20px;
  }

  .header.side-by-side {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .heading-style-h2 {
    letter-spacing: 0;
    font-size: 45px;
  }

  .content-wrapper-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h5 {
    font-size: 16px;
  }

  .heading-style-h3 {
    text-align: left;
    font-size: 25px;
  }

  .nav-logo-2 {
    width: 120px;
  }

  .sucess-paragraph-2 {
    font-size: 14px;
  }

  .sucess-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-grid-2 {
    grid-row-gap: 61px;
  }

  .hero-div-2 {
    margin-top: 50px;
  }

  .form-button-2 {
    border-radius: 77px;
    max-width: 287px;
    padding: 15px 10px;
    font-size: 11px;
    line-height: 12px;
  }

  .final-paragraph2-2 {
    font-size: 14px;
  }

  .map-section-2 {
    padding-bottom: 0;
  }

  .hero-heading-2, .sucess-title-2, .final-heading-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .content-block-title-2 {
    font-size: 22px;
  }

  .final-paragraph-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .prof-social-link-2 {
    width: 60px;
    height: 60px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero-block-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-2 {
    background-image: url('../images/Imagem-1_1.jpg');
    background-position: 100% 0;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .text-span-15 {
    font-size: 25px;
    font-weight: 900;
  }

  .hero-subheading-2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-subheading-2._2 {
    font-size: 30px;
  }

  .cta-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-20 {
    max-width: 100%;
    font-size: 15px;
  }

  .menu-button-2 {
    padding-top: 41px;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #00ffe500;
    background-image: linear-gradient(360deg, #11d197, #3d786100 54%);
  }

  .content-block-image-2 {
    width: 60px;
  }
}

#w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9bd-d47709fe {
  place-self: center start;
}

#w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9c6-d47709fe {
  place-self: center end;
}

#w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9d6-d47709fe, #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9df-d47709fe, #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9e4-d47709fe {
  align-self: center;
}

#w-node-_819c33db-1670-5ad9-d00e-55af2ad3f2a3-d47709fe {
  place-self: stretch stretch;
}

#w-node-_8b213e91-2424-d4de-34ab-00d86140d165-d47709fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c00a4d51-8715-d66e-c6f8-db24c965f83e-d47709fe, #w-node-_04839211-c20a-886e-1ed2-92b4e05e24e5-d47709fe, #w-node-d2c4a9ad-ccc7-907c-4026-ebd25fbe2ca6-d47709fe, #w-node-_5fd0cd20-5168-2c4e-5db8-e764bce7395f-d47709fe {
  place-self: stretch stretch;
}

#w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9ec-d47709fe, #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9f2-d47709fe, #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9f8-d47709fe, #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9fe-d47709fe, #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211aea04-d47709fe, #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211aea0a-d47709fe, #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211aea10-d47709fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b4d8527-d9c7-e4d4-e46b-165c211aea21-d47709fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b4d8527-d9c7-e4d4-e46b-165c211aea23-d47709fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9bd-d47709fe, #w-node-_7b4d8527-d9c7-e4d4-e46b-165c211ae9c6-d47709fe {
    justify-self: center;
  }
}


