@font-face {
  font-family: Fontawesome;
  src: url('../fonts/FontAwesome.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #213541;
  --dim-grey-2: #636363;
  --steel-blue: #008fd5;
  --white-smoke-2: #f8f8f8;
  --steel-blue-2: #0073ac;
  --white: white;
  --dark-grey: #aaa;
  --white-smoke: #f0f0f0;
  --royal-blue: #276285;
  --grey: #888;
  --dim-grey: #707070;
  --black: black;
  --deep-sky-blue: #00a3da;
  --light-sky-blue: #70bbe6;
  --dodger-blue: #3898ec;
  --dodger-blue-2: #1395d5;
  --waves-library-black: #131313;
  --waves-library--dark-elevation: #ede0d8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
  }
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  background-color: var(--midnight-blue);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AdobeStock_82197276222.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 713px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.section.subhero {
  background-color: var(--midnight-blue);
  margin-top: auto;
  margin-bottom: auto;
  padding: 100px 10%;
}

.section.rodape {
  background-color: #353535;
  padding-top: 72px;
  padding-bottom: 72px;
  display: none;
}

.section.rodape-2 {
  background-color: var(--midnight-blue);
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 26px;
  display: block;
}

.section.bgimage {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/iStock-529414560.webp');
  background-position: 0 0, 50% 77%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.bgimage.medinte {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/2_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  padding-top: 0;
}

.section.bgimage.infect {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/istock_85220723_small.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.bgimage.palestra {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/Captura-de-Tela-2016-04-17-às-11.00.22-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.bgimage.videos {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/AdobeStock_82197276222.webp');
  background-position: 0 0, 50% 47%;
  background-size: auto, cover;
}

.section.blog-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% -124px;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section._2 {
  background-color: var(--midnight-blue);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 17%;
  background-size: cover;
  padding-top: 70px;
}

.section._2.new {
  background-color: var(--dim-grey-2);
}

.section._5 {
  background-color: var(--midnight-blue);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.section._5.new {
  background-color: var(--dim-grey-2);
  padding-bottom: 200px;
}

.section.about {
  background-color: var(--dim-grey-2);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.section.about.new {
  background-color: var(--midnight-blue);
}

.section.about._3 {
  padding-bottom: 140px;
}

.section.about-2 {
  background-color: var(--dim-grey-2);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.section.about-2._3 {
  background-position: 50% 0;
  background-size: 1886px;
}

.section.about-2.new {
  background-color: var(--midnight-blue);
}

.section.contact {
  background-color: var(--dim-grey-2);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0;
  background-size: cover;
  padding: 149px 120px;
}

.navbar {
  background-color: var(--midnight-blue);
  flex-flow: row;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 15px;
  display: block;
}

.container {
  align-items: flex-start;
  display: block;
}

.container.hero {
  align-items: center;
  display: none;
  position: relative;
  inset: 198px 0 0;
}

.container.rodape {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1169px;
  padding-right: 97px;
  display: flex;
}

.container.hero-medium {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  left: -93px;
}

.nav-link {
  color: var(--white-smoke-2);
  margin-left: 9px;
  margin-right: 9px;
  padding-top: 60px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 100;
  transition: background-color .2s, color .2s;
}

.nav-link:hover {
  background-color: var(--steel-blue-2);
  color: #fff;
}

.nav-link.w--current {
  background-color: var(--steel-blue-2);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.nav-link.dropdown {
  flex-direction: row;
  align-items: center;
  display: none;
}

.nav-link.kontakt {
  margin-right: 16px;
}

.brand {
  margin-top: 15px;
  padding-left: 60px;
}

.div-block {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-main.videos {
  justify-content: flex-start;
}

.div-block-main.contato {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-main.contato-info {
  justify-content: flex-start;
  margin-top: 10px;
}

.div-block-main.rodape {
  align-items: flex-start;
}

.div-block-main.rodape._2 {
  justify-content: flex-start;
  margin-top: 27px;
}

.div-block-main.rodape-horarios {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 50px 0 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.div-block-item {
  flex: 1;
  padding: 10px;
}

.div-block-item.light-blue {
  background-color: #007ea8bf;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 30px 0;
  display: flex;
}

.div-block-item.light-blue._2 {
  text-align: center;
  background-color: #007ea8;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-item.blue {
  background-color: #00536fbf;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-item.blue._2 {
  text-align: center;
  background-color: #00536f;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-item.video-70 {
  flex: 0 auto;
  width: 70%;
  padding-right: 20px;
}

.div-block-item.vertical {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-item.contato-left {
  color: #000;
  flex: 0 auto;
  width: 70%;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-item.contato {
  padding-left: 0;
  padding-right: 20px;
}

.div-block-item.contato-right {
  margin-left: 20px;
}

.div-block-item.rodape {
  text-align: left;
  padding: 40px 18px;
}

.div-block-item.hero-info {
  padding: 0;
}

.hero-box-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Open Sans, sans-serif;
}

.hero-box-text {
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading {
  color: #f7f7f7;
  border-left: 4px solid #00a3da;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-2 {
  border: 1px solid #fff;
  align-items: center;
  height: 100%;
  min-height: 0;
  max-height: none;
  margin-bottom: auto;
  padding: 35px 15px;
  text-decoration: none;
  transition: transform .3s, box-shadow .2s;
  display: flex;
}

.div-block-2:hover {
  transform: translate(0, -5px);
  box-shadow: 1px 1px 19px #0000001a;
}

.div-block-2.hide {
  display: none;
}

.heading-2 {
  color: #f1f1f1;
  text-align: left;
  padding-left: 80px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.heading-2._2 {
  position: relative;
  left: -115px;
}

.heading-2.new {
  max-width: none;
  margin-bottom: 10px;
}

.heading-2.centered-heading-2 {
  text-align: left;
  padding-left: 0;
}

.image {
  margin-right: 20px;
}

.div-block-3 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.paragraph {
  color: var(--white);
  margin-top: 7px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.link-block {
  background-color: #00a3da;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.div-block-main-quem-somos {
  display: flex;
}

.div-block-item-quem-somos-foto {
  width: 30%;
}

.div-block-item-quem-somos-texto {
  background-color: #e2e2e2;
  width: 70%;
  margin-left: 26px;
  padding: 20px;
}

.heading-3 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: none;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-4 {
  background-image: url('../images/im_vinicius.webp');
  background-position: 0 0;
  background-size: cover;
  height: 80%;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.heading-4._2 {
  color: #00a3da;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 700;
}

.dynamic-list-wrapper {
  flex: 1;
}

.div-item-post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.div-item-post-title {
  background-color: #008fd5;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 15px;
  display: flex;
}

.post-item-title {
  color: #fff;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-item-post-text {
  padding: 15px 15px 15px 0;
}

.heading-5 {
  color: #333;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.post-item-text {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.div-block-video-title {
  background-color: #008fd5;
  padding: 10px 10px 10px 15px;
}

.div-block-video-title.spaced {
  margin-top: 15px;
}

.video-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.video-right {
  max-height: 50px;
}

.div-block-6 {
  flex: 1;
}

.field-label {
  color: #000;
  font-weight: 400;
}

.div-block-7 {
  display: flex;
}

.text-field.msg {
  min-height: 100px;
}

.paragraph-3 {
  color: #979797;
}

.contato-header-block {
  background-color: #008fd5;
  padding: 13px;
}

.contato-block-title {
  color: #fff;
  margin: 0 13px 13px 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.contato-block-text {
  color: #fff;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.contato-block-text.rodape {
  color: var(--white-smoke-2);
}

.div-block-contato-imagem {
  background-image: url('../images/img.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.button {
  background-color: #008fd5;
}

.button.rodape-horarios {
  text-align: center;
  background-color: #0003;
  margin: 21px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.button.hero {
  text-transform: uppercase;
  background-color: #213541;
  padding: 15px 57px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.button.hero.new {
  background-color: var(--dark-grey);
  flex: none;
  align-self: flex-start;
  position: relative;
  left: auto;
}

.button.voltar {
  margin-top: 30px;
}

.button.ver-todos {
  float: right;
  margin-top: 20px;
}

.button.hero {
  background-color: #213541;
  margin-top: 20px;
  padding: 15px 57px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.rodape-text {
  color: #fff;
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.heading-6 {
  color: var(--white-smoke-2);
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 27px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-4 {
  color: #1395d5;
  padding-right: 47px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 16px;
}

.paragraph-4._2 {
  color: var(--white-smoke-2);
  margin-bottom: 27px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-4 p {
  color: #cdcecf;
}

.text-block {
  color: #aaa;
  font-family: Open Sans, sans-serif;
}

.divisor {
  background-color: #79797969;
  height: .5px;
  margin: 15px 5px;
}

.divisor.white {
  background-color: #ffc2c269;
  height: 1px;
  margin: 0;
}

.div-block-item-link-social {
  margin-right: 15px;
}

.div-block-horarios-rodape {
  background-color: var(--midnight-blue);
  padding: 0;
  position: relative;
  top: -31px;
  left: 0;
}

.text-block-2 {
  color: #fff;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.image-2 {
  z-index: 9999;
  position: relative;
}

.div-block-hero {
  text-align: center;
  background-color: #fff0;
  padding: 0 59px;
  display: inline-block;
  position: relative;
  top: 88px;
  left: 130px;
  right: 0;
}

.heading-7 {
  color: #f0f0f0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 54px;
  font-weight: 400;
}

.heading-7._2 {
  font-size: 47px;
  font-weight: 600;
  line-height: 44px;
}

.heading-7._2._3 {
  margin-bottom: 15px;
  font-size: 33px;
  font-weight: 300;
}

.heading-7._4 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.image-3 {
  margin-bottom: -39px;
  position: relative;
  top: -50px;
  left: 0;
  right: 0;
}

.text-block-3 {
  color: #c9c9c9;
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.image-4 {
  display: block;
  position: relative;
  top: 0;
}

.image-5 {
  position: relative;
  bottom: -35px;
  right: 0;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  display: block;
}

.container-2._2 {
  grid-template-columns: .25fr 2.5fr 1fr;
}

.container-2._3 {
  grid-template-columns: .25fr 2.5fr;
}

.container-2._6 {
  grid-template-columns: .25fr 2.5fr;
  margin-top: 50px;
  margin-bottom: auto;
}

.container-2._8 {
  grid-template-columns: .25fr 2.5fr 1fr;
}

.container-3 {
  flex: 1;
}

.div-block-8 {
  background-image: linear-gradient(#008fd5b5, #008fd5b5);
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.text-block-4 {
  color: #f0f0f0;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-block-5 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-6 {
  color: #969696;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-style: italic;
}

.button-2 {
  float: right;
}

.link-block-post-item {
  text-decoration: none;
}

.heading-9 {
  color: #f0f0f0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.collection-item {
  width: 33%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-foto {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  min-height: 300px;
  margin-bottom: 20px;
  display: flex;
}

.collection-list-wrapper {
  flex: 1;
}

.div-block-9 {
  background-image: linear-gradient(#0000, #00000091);
  flex: 1;
  padding: 14px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.collection-item-2 {
  float: right;
}

.div-main-depoimento-item {
  border-bottom: 1px solid #00000026;
  margin-top: 30px;
  margin-left: 41px;
  margin-right: 41px;
  padding-bottom: 30px;
}

.depoimento-nome {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.paragraph-5 {
  color: #33333361;
  font-family: Lato, sans-serif;
}

.rich-text-block {
  font-family: Open Sans, sans-serif;
}

.link-ver-todos-depoimentos {
  color: var(--white-smoke-2);
}

.full-width-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.usp__section {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-container {
  max-width: 1015px;
  padding-left: 0;
  padding-right: 0;
}

.page-container.auto {
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template-rows: auto;
}

.grid._3-col {
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._3-col.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid._2-col.left-large-center {
  grid-column-gap: 0px;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  width: 65rem;
  padding-left: 70px;
}

.image-6 {
  width: 64px;
}

.heading-3 {
  color: #000;
  margin-top: 16px;
}

.div-block-10 {
  grid-column-gap: 12px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.client-logo-flex {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.clients-block {
  text-align: center;
  margin-top: 100px;
  display: block;
}

.section-title {
  text-align: center;
}

.section-2 {
  margin-top: auto;
  padding: 170px 10% 200px;
}

.list {
  margin-top: 20px;
  margin-bottom: 24px;
}

.paragraph-6 {
  margin-bottom: 0;
}

.button-3 {
  text-transform: uppercase;
  background-color: #2869a2c9;
  border-radius: 0;
  margin-top: 30px;
  padding: 15px 57px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .2s;
  box-shadow: 1px 1px 3px #00000080;
}

.button-3:hover {
  background-color: var(--midnight-blue);
  box-shadow: 1px 1px 6px #00000080;
}

.button-3.white {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  font-weight: 400;
}

.button-3.white:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.client-logo {
  max-height: 32px;
}

.list-item {
  margin-bottom: 8px;
}

.tick-icon {
  width: 20px;
}

.services_section {
  background-color: #3d3d3d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading.white {
  color: #fff;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.testimonial-slider-small {
  background-color: #3d3d3d;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: auto;
  padding: 80px 30px 110px;
  position: relative;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.white {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 100;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.rating-image {
  width: 80px;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.cta {
  background-image: linear-gradient(45deg, #0d1034, #2588df);
  border: 1px #000;
  padding: 80px 30px 90px;
  position: relative;
}

.spacer {
  width: 100%;
  height: 8px;
}

.spacer._40 {
  height: 10px;
}

.button-4 {
  background-color: var(--steel-blue-2);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 100;
  position: absolute;
  inset: 39% 0% auto auto;
}

.button-4:hover {
  border: 1px none var(--white-smoke-2);
  background-color: #0073ac61;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 10px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.paragraph-big {
  color: var(--white-smoke-2);
  max-width: 387px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.body {
  background-color: var(--midnight-blue);
}

.image-7 {
  border-radius: 5px;
  max-width: 130%;
}

.div-block-11 {
  padding-left: 0;
  padding-right: 0;
}

.heading-11 {
  color: #f7f7f7;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.footer-dark {
  background-color: var(--midnight-blue);
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px 3px;
  display: flex;
  position: relative;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  display: grid;
  position: relative;
  left: 153px;
}

.footer-block {
  color: var(--white-smoke-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.footer-link {
  color: var(--white-smoke-2);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-link.w--current {
  font-size: 15px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
  display: block;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-8 {
  position: relative;
  left: -128px;
}

.image-9 {
  position: static;
}

.body-2 {
  background-color: var(--dim-grey-2);
  font-family: Open Sans, sans-serif;
}

.paragraph-7 {
  color: #d1d1d1;
}

.navbar-2 {
  background-color: #f0f0f0;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 35px;
}

.link-2 {
  color: #20193a;
  margin-left: 18px;
  font-size: 17px;
  text-decoration: none;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.logo-text.l-t-w {
  color: #fff;
  text-decoration: none;
}

.nav-menu-3 {
  align-items: center;
  height: 100%;
  min-height: 80px;
  margin-top: 0;
  display: flex;
}

.brand-3 {
  background-color: #5748c5;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 80px;
  display: flex;
}

.nav-link-4 {
  color: #20193a;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-10 {
  padding-top: 0;
  position: relative;
  top: 5px;
}

.waves---cta-dark {
  background-color: var(--midnight-blue);
  opacity: 1;
  border: 0 #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  color: #f3f3f3;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  color: var(--white-smoke-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 108%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  border-left: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 55px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 5px;
  width: 85%;
}

.waves---grid-image-halves {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 80px;
}

.waves---main-container {
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0;
  background-size: cover;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  background-color: var(--midnight-blue);
  padding-top: 150px;
  padding-bottom: 170px;
}

.waves---section-medium.new {
  background-color: var(--dim-grey-2);
}

.waves---section-medium.leistung {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-12 {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #1a2c36;
  background-image: linear-gradient(#00000052, #00000052), url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 15px 20px #0003;
}

.div-block-13 {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#00000052, #00000052), url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  padding: 40px 20px 70px;
  box-shadow: 0 15px 20px #0003;
}

.paragraph-8 {
  color: var(--white);
}

.rich-text-block-2 {
  color: var(--white);
  font-weight: 300;
}

.rich-text-block-2 p {
  font-size: 16px;
}

.rich-text-block-2 blockquote {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.rich-text-block-2 h4 {
  margin-top: 30px;
  padding-bottom: 20px;
}

.rich-text-block-2 h3 {
  font-weight: 300;
}

.rich-text-block-2._3 {
  padding-top: 31px;
}

.rich-text-block-2._5 {
  padding-top: 31px;
  padding-left: 5px;
}

.rich-text-block-2._1 {
  padding-left: 40px;
}

.paragraph-9 {
  color: var(--white);
}

.rich-text-block-3 {
  color: #fff;
  padding-top: 48px;
}

.rich-text-block-3._2 {
  padding-left: 20px;
}

.icon {
  padding-left: 5px;
  position: relative;
  left: 8px;
}

.text-block-7 {
  position: relative;
  left: 8px;
}

.dropdown-link {
  color: #0073ac;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}

.dropdown-link:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.dropdown-link._2, .dropdown-link._3, .dropdown-link._4, .dropdown-link._5 {
  border-radius: 0;
}

.dropdown-link._6 {
  border-radius: 0 0 5px 5px;
}

.dropdown-link._1 {
  border-top-left-radius: 0;
  font-family: Lato, sans-serif;
  font-weight: 100;
}

.dropdown-list {
  border-radius: 1px;
}

.dropdown-list.w--open {
  border-radius: 8px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: absolute;
  left: 9px;
}

.waves---section-medium-gefaess {
  background-color: var(--midnight-blue);
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 130px;
  display: block;
}

.waves---grid-image-halves-gefaess-1 {
  grid-column-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.waves---heading-2-no-margins-gefaess-1 {
  color: var(--white-smoke-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 130%;
}

.heading-12 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.button-4-new {
  background-color: var(--white-smoke-2);
  color: var(--steel-blue);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px 25px;
  position: static;
  inset: 39% 0% auto auto;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-15 {
  background-color: #4b4b4b;
  background-image: url('../images/Dr-Steffen-Backgrounds-2.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 6px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-2-kontakt {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  display: grid;
}

.container-2-kontakt._2 {
  grid-template-columns: .25fr 2.5fr 1fr;
}

.container-2-kontakt._3 {
  grid-template-columns: .25fr 2.5fr;
}

.container-2-kontakt._6 {
  grid-template-columns: .25fr 2.5fr;
  margin-top: 50px;
  margin-bottom: 120px;
}

.container-2-kontakt._8 {
  grid-template-columns: .25fr 2.5fr 1fr;
}

.waves---heading-2-no-margins-gefaess-1-copy-h3 {
  color: var(--white-smoke-2);
  margin-top: 25px;
  margin-bottom: -20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.waves---grid-image-halves-gefaess-1-ablauf {
  grid-column-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.text-span-4 {
  color: #0095c5;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 15px;
}

.bold-text-5 {
  color: #fff;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.grid-headline-with-symbol {
  margin-top: 15px;
  font-size: 20px;
}

.column {
  padding-left: 0;
  left: -15px;
}

.section-3 {
  background-color: var(--midnight-blue);
  height: auto;
  margin: auto auto 100px;
  padding-top: 100px;
  padding-bottom: 200px;
  padding-left: 90px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-span-2 {
  color: #0095c5;
  padding-right: 10px;
  font-family: Fontawesome, sans-serif;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.container-5 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  display: block;
}

.heading-2-intro {
  text-align: left;
  margin-top: -5px;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 33px;
}

.image-11 {
  border-radius: 10px;
  height: auto;
  position: relative;
  top: 38px;
}

.grid-text-block {
  color: #fff;
  max-width: 468px;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.heading-small {
  color: #fff;
  background-color: #0095c5;
  max-width: 514px;
  padding: 5px 0 5px 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
}

.konta {
  grid-column-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: -148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 80px;
  display: flex;
}

.waves---main-container-copy {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.cell {
  border-left: 1px solid #fff;
  align-items: center;
  padding-left: 60px;
}

.heading-13 {
  color: #ebebeb;
}

.cell-2 {
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  display: block;
}

.rich-text-block-4 {
  color: #fff;
}

.cell-3 {
  border-radius: 0;
  align-items: stretch;
  padding-right: 0;
}

.waves---section-medium-kontakt {
  background-color: var(--steel-blue);
  background-image: url('../images/Dr-Steffen-Backgrounds-2.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 400px;
}

.waves---section-medium-kontakt.datenschutz {
  padding-bottom: 200px;
}

.html-embed {
  position: static;
  top: -463px;
}

.div-block-16 {
  border-left: 1px solid var(--white);
  flex-flow: column;
  align-items: center;
  margin-top: auto;
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
}

.html-embed-2 {
  margin-top: 30px;
}

.video1 {
  border: 1px #0000;
  border-radius: 0;
  margin-bottom: 30px;
}

.section-4 {
  padding: 61px 0;
}

.section-videos {
  padding: 60px 10% 130px;
}

.quick-stack {
  padding-left: 0;
  padding-right: 28px;
}

.heading-14 {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.heading-15 {
  color: #b6b6b6;
  text-align: right;
  margin-top: -20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.paragraph-10 {
  color: var(--white-smoke-2);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  padding-left: 180px;
  padding-right: 180px;
}

.heading-16 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.div-block-17 {
  border-left: 5px solid #e2e2e2;
}

.paragraph-11 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.heading-16-copy {
  color: var(--white);
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.div-block-19 {
  border-left: 1px solid var(--white-smoke);
  padding-left: 20px;
}

.paragraph-12 {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-13 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  display: grid;
}

.rich-text-block-5 {
  color: #fff;
  font-weight: 300;
}

.rich-text-block-5._1 {
  padding-left: 40px;
}

.rich-text-block-5._1.new {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}

.heading-17 {
  color: #f1f1f1;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  display: grid;
}

.container-7._9 {
  grid-template-columns: .5fr .75fr;
}

.rich-text-block-6 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.heading-18 {
  color: #f1f1f1;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  display: grid;
}

.container-8._2 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 2.5fr 1fr;
}

.rich-text-block-7 {
  color: #fff;
  font-weight: 300;
}

.rich-text-block-7._3 {
  padding-top: 31px;
}

.heading-19 {
  color: #f1f1f1;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.heading-19._2 {
  position: relative;
  left: -115px;
}

.heading-19._2._3 {
  margin-top: auto;
  left: -41px;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  display: grid;
}

.container-9._6 {
  grid-template-columns: .25fr 2.5fr;
  margin-top: 50px;
  margin-bottom: 120px;
}

.rich-text-block-8 {
  color: #fff;
  font-weight: 300;
}

.rich-text-block-8._3 {
  padding-top: 31px;
}

.heading-20 {
  color: #f1f1f1;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.heading-20._2 {
  position: relative;
  left: -115px;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  display: grid;
}

.container-10._8 {
  grid-template-columns: .25fr 2.5fr 1fr;
}

.rich-text-block-9 {
  color: #fff;
  font-weight: 300;
}

.rich-text-block-9._3 {
  padding-top: 31px;
}

.heading-21 {
  color: #f1f1f1;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.heading-21._2 {
  position: relative;
  left: -115px;
}

.section-partner {
  outline-offset: 0px;
  background-color: #fff;
  border-bottom: 3px solid #1193dd;
  outline: 4px #202020;
  max-width: 100vw;
  height: 5vh;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.heading-22 {
  color: #202020;
  text-align: center;
  margin-top: 0;
  margin-bottom: -10px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5;
}

.horizontal-marquee {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-marquee {
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  display: flex;
  overflow: hidden;
}

.logo-partner {
  max-width: 12%;
  margin-left: 45px;
  margin-right: 45px;
}

.logo-partner._5 {
  max-width: 17%;
}

.bold-text-6 {
  font-weight: 400;
}

.block-quote {
  border-left-width: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  left: -16px;
}

.block-quote-2, .block-quote-3, .block-quote-4, .block-quote-5 {
  border-left-width: 1px;
}

.heading-23 {
  font-weight: 400;
}

.heading-24 {
  color: var(--white);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.image-12 {
  position: relative;
  top: -33px;
}

.waves---heading-3-no-margins {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.waves-icon-32 {
  width: 50px;
  height: 50px;
  position: relative;
  left: -15px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big-2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins-2 {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---center-heading._3 {
  margin-bottom: 60px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  border-bottom: 1px solid var(--white-smoke);
  background-image: url('../images/Dr-Steffen-Backgrounds-2.webp');
  background-position: 50%;
  background-size: contain;
  padding: 100px 10% 140px;
}

.team-slider {
  background-color: #f5f7fa;
  background-image: url('../images/Dr-Steffen-Backgrounds.webp');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.centered-subheading-2 {
  color: var(--white-smoke);
  text-align: center;
  max-width: 530px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: var(--grey);
  width: 349px;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  display: flex;
}

.team-member-name-two {
  color: var(--white-smoke-2);
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  left: -2px;
}

.team-member-text {
  color: var(--white-smoke-2);
  margin-bottom: 20px;
  font-weight: 300;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-25, .block-quote-6, .block-quote-7, .block-quote-8, .block-quote-9 {
  font-weight: 300;
}

.grid-videos {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#0003, #0003), url('../images/2_2.webp'), linear-gradient(#00000052, #00000052), url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, cover, auto, cover;
  border-radius: 5px;
  grid-template: "."
  / .25fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 51px;
  display: grid;
  box-shadow: 0 15px 20px #0003;
}

.div-block-20 {
  padding-top: 43px;
  padding-left: 164px;
  padding-right: 122px;
}

.heading-15-copy {
  color: var(--white);
  text-align: right;
  margin-top: -20px;
  padding-right: 57px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  top: -79px;
}

.text-block-8 {
  color: var(--white-smoke);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.section-copy {
  background-color: var(--midnight-blue);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-copy.hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AdobeStock_82197276222.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 713px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.subhero {
  background-color: var(--dim-grey);
  background-image: url('../images/Dr-Steffen-Backgrounds-2.webp');
  background-position: 0 0;
  background-size: cover;
  margin-top: auto;
  margin-bottom: auto;
  padding: 100px 10%;
}

.section-copy.rodape {
  background-color: #353535;
  padding-top: 72px;
  padding-bottom: 72px;
  display: none;
}

.section-copy.rodape-2 {
  background-color: var(--midnight-blue);
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 26px;
  display: block;
}

.section-copy.bgimage {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/iStock-529414560.webp');
  background-position: 0 0, 50% 77%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-copy.bgimage.medinte {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/2_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  padding-top: 0;
}

.section-copy.bgimage.infect {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/istock_85220723_small.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-copy.bgimage.palestra {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/Captura-de-Tela-2016-04-17-às-11.00.22-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-copy.bgimage.videos {
  background-image: linear-gradient(#008fd5b5, #008fd5b5), url('../images/AdobeStock_82197276222.webp');
  background-position: 0 0, 50% 47%;
  background-size: auto, cover;
}

.section-copy.blog-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% -124px;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-copy._2 {
  background-color: var(--midnight-blue);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 17%;
  background-size: cover;
  padding-top: 70px;
}

.section-copy._2.new {
  background-color: var(--dim-grey-2);
}

.section-copy._5 {
  background-color: var(--midnight-blue);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-copy._5.new {
  background-color: var(--dim-grey-2);
  padding-bottom: 200px;
}

.section-copy.about {
  background-color: var(--dim-grey-2);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-copy.about.new {
  background-color: var(--midnight-blue);
}

.section-copy.about._3 {
  padding-bottom: 140px;
}

.section-copy.about-2 {
  background-color: var(--dim-grey-2);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.section-copy.about-2._3 {
  background-position: 50% 0;
  background-size: 1886px;
}

.section-copy.about-2.new {
  background-color: var(--midnight-blue);
}

.section-copy.contact {
  background-color: var(--dim-grey-2);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 0 0;
  background-size: cover;
  padding: 149px 120px;
}

.div-block-13-copy {
  background-color: var(--midnight-blue);
  background-image: url('../images/Dr-Steffen-Backgrounds-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  padding: 40px 20px 70px;
  box-shadow: 0 15px 20px #0003;
}

.waves---heading-2-no-margins-2-copy {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.waves---paragraph-big-2-copy {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.div-block-hero-2 {
  text-align: center;
  background-color: #fff0;
  padding: 0 59px;
  display: inline-block;
  position: relative;
  top: 122px;
  right: -102px;
}

.image-13 {
  margin-bottom: -52px;
  position: relative;
  top: -50px;
  left: 0;
  right: 0;
}

.heading-26 {
  color: #f0f0f0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 31px;
  font-weight: 300;
}

.heading-26._2 {
  font-size: 47px;
  font-weight: 600;
  line-height: 44px;
}

.text-block-9 {
  color: #c9c9c9;
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

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

.image-14 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

.heading-27 {
  color: var(--white);
  margin-top: 10px;
  font-weight: 400;
}

.div-block-23 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-block-10 {
  color: var(--white);
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-24 {
  border-left: 5px solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50px;
  padding-left: 12px;
  display: flex;
}

.text-block-11 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: grid;
}

.container-12 {
  max-width: 1040px;
}

.impressum {
  font-size: 16px;
}

.impressum strong {
  font-size: 18px;
}

.heading-28 {
  color: var(--white);
  margin-bottom: 28px;
}

.container-13 {
  max-width: 1100px;
}

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

.div-grid-kontakt._2 {
  border-left: 1px solid var(--white);
  padding-left: 60px;
}

.image-15 {
  width: 100%;
}

html.w-mod-js [data-ix="load-from-left"] {
  opacity: 0;
  transform: translate(-30px);
}

html.w-mod-js [data-ix="load-from-up"], html.w-mod-js [data-ix="load-from-up-2"], html.w-mod-js [data-ix="load-from-up-3"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="load-from-bottom"], html.w-mod-js [data-ix="load-from-bottom-2"], html.w-mod-js [data-ix="load-from-bottom-3"], html.w-mod-js [data-ix="load-from-bottom-4"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="scroll-from-right"], html.w-mod-js [data-ix="scroll-from-right-2"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="scroll-from-bottom"], html.w-mod-js [data-ix="scroll-from-bottom-2"], html.w-mod-js [data-ix="scroll-from-bottom-3"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1920px) {
  .section.hero {
    height: 900px;
  }

  .container.rodape {
    max-width: 1600px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 18px;
  }

  .heading {
    font-size: 40px;
  }

  .paragraph {
    font-size: 16px;
  }

  .button.hero, .button-3 {
    font-size: 18px;
  }

  .button-3.white, .centered-subheading.white {
    font-size: 20px;
  }

  .centered-heading.white {
    font-size: 40px;
  }

  .button-4 {
    padding: 15px 24px;
    font-size: 20px;
  }

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

  .paragraph-big {
    font-size: 18px;
  }

  .heading-11 {
    font-size: 40px;
  }

  .footer-wrapper {
    max-width: 1400px;
  }

  .title-small {
    font-size: 20px;
  }

  .footer-link, .footer-link.w--current {
    font-size: 18px;
  }

  .footer-divider {
    width: 100%;
  }

  .section-partner {
    padding-top: 40px;
  }

  .heading-22 {
    color: #202020;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
  }

  .heading-26 {
    font-size: 36px;
  }

  .heading-26._2 {
    margin-bottom: 16px;
    font-size: 52px;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    background-image: linear-gradient(#0000, #0000), url('../images/AdobeStock_82197276222.webp');
    background-position: 0 0, 40% 14%;
  }

  .section._2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section._5 {
    padding: 10px 50px;
  }

  .section.about, .section.about-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.contact {
    padding: 80px 60px;
  }

  .container.navbar {
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .nav-menu {
    background-color: var(--steel-blue);
    left: 0;
  }

  .nav-link {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .brand {
    flex: 1;
  }

  .hero-box-title {
    padding-left: 9px;
    padding-right: 9px;
  }

  .menu-button {
    border: 1px solid var(--white);
    color: var(--white);
    flex: 0 auto;
    top: 34px;
    left: 91px;
  }

  .collection-item {
    width: 50%;
  }

  .grid._3-col {
    grid-column-gap: 24px;
  }

  .grid._2-col.left-large-center {
    flex-flow: column;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .client-logo-flex {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .image-7 {
    margin-top: 24px;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-4, .footer-wrapper {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto auto;
    left: auto;
  }

  .image-8 {
    left: auto;
  }

  .menu-button-2 {
    margin-top: 10px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .waves---section-medium-gefaess {
    padding-bottom: 60px;
  }

  .waves---grid-image-halves-gefaess-1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2-kontakt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---grid-image-halves-gefaess-1-ablauf {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2 {
    flex-flow: column;
    align-items: stretch;
    width: 304%;
    display: flex;
  }

  .column {
    flex: 1;
    padding-left: 0;
    left: auto;
  }

  .section-3 {
    flex-wrap: nowrap;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
  }

  .container-5 {
    padding-left: 0;
    overflow: hidden;
  }

  .image-11 {
    display: none;
    position: static;
    top: auto;
  }

  .konta {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-medium-kontakt {
    padding-bottom: 200px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .quick-stack {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-6 {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .rich-text-block-5._1 {
    padding-left: 0;
  }

  .container-7._9 {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .heading-19._2._3 {
    left: auto;
  }

  .container-9._6 {
    flex-flow: column;
    margin-bottom: 60px;
    display: flex;
  }

  .heading-20._2 {
    left: auto;
  }

  .section-partner {
    height: 16vh;
    overflow: hidden;
  }

  .heading-22 {
    margin-bottom: 5px;
  }

  .logo-partner {
    max-width: 15%;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .grid-videos {
    flex-flow: column;
    grid-template-columns: .25fr;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

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

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

  .div-block-22 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
  }

  .div-block-25 {
    flex-flow: column;
    display: flex;
  }

  .columns {
    flex-flow: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

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

  .section.hero {
    height: 474px;
  }

  .section.subhero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section.rodape-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section._2, .section._5, .section.about, .section.about-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-bottom: 0;
    padding-right: 20px;
    display: flex;
  }

  .container.rodape {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: none;
    padding-right: 0;
  }

  .div-block-main.videos, .div-block-main.contato, .div-block-main.rodape {
    flex-direction: column;
  }

  .div-block-main.rodape._2 {
    flex-direction: row;
  }

  .div-block-item.video-70, .div-block-item.vertical, .div-block-item.contato-left {
    width: 100%;
  }

  .div-block-item.contato-right {
    width: 100%;
    margin-left: 0;
  }

  .hero-box-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 21px;
  }

  .hero-box-text {
    padding-left: 9px;
    padding-right: 9px;
  }

  .heading-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-main-quem-somos {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-item-quem-somos-foto {
    width: 100%;
  }

  .div-block-item-quem-somos-texto {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .div-block-4 {
    height: 400px;
  }

  .menu-button {
    position: static;
    top: 22px;
  }

  .link-block-2 {
    margin-top: 20px;
  }

  .collection-item {
    width: 100%;
  }

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

  .grid._3-col {
    grid-template-columns: 1fr;
  }

  .grid._2-col {
    grid-row-gap: 24px;
  }

  .grid._2-col.left-large-center {
    grid-column-gap: 32px;
  }

  .flex-center {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .client-logo-flex {
    grid-column-gap: 32px;
  }

  .section-2 {
    padding-top: 70px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .client-logo {
    max-height: 24px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .cta {
    padding: 60px 15px;
  }

  .button-4 {
    display: none;
  }

  .heading-11 {
    margin-bottom: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
    left: auto;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    width: 100%;
    margin-top: 60px;
  }

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

  .image-10 {
    top: -8px;
    left: -42px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---content-image-halves {
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-12 {
    padding-top: 30px;
  }

  .waves---section-medium-gefaess {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-gefaess-1 {
    font-size: 44px;
    line-height: 125%;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 60px;
    display: flex;
  }

  .container-2-kontakt {
    grid-template-columns: .75fr;
    padding-left: 0;
    display: flex;
  }

  .waves---heading-2-no-margins-gefaess-1-copy-h3 {
    font-size: 44px;
    line-height: 125%;
  }

  .grid-2 {
    grid-row-gap: 3px;
    width: 104%;
  }

  .bold-text-5 {
    font-size: 20px;
  }

  .section-3 {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-size: 23px;
  }

  .heading-2-intro {
    font-size: 31px;
  }

  .image-11 {
    height: 400px;
  }

  .grid-text-block {
    max-width: 80%;
    font-size: 14px;
  }

  .heading-small {
    font-size: 18px;
  }

  .waves---main-container-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-kontakt {
    padding: 80px 30px;
  }

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

  .section-videos {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-partner {
    height: 11vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-22 {
    margin-bottom: -6px;
    padding-top: 0;
    font-size: 14px;
  }

  .logo-partner {
    max-width: 19%;
    margin-left: 32px;
    margin-right: 32px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding: 80px 5%;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .grid-videos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy {
    padding-left: 33px;
    padding-right: 33px;
  }

  .section-copy.subhero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .waves---heading-2-no-margins-2-copy {
    font-size: 38px;
    line-height: 125%;
  }

  .div-block-hero-2 {
    top: 33px;
    left: 87px;
    right: auto;
  }

  .div-grid-kontakt._2 {
    margin-bottom: 60px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 39px 24px;
  }

  .section.subhero {
    margin-top: auto;
  }

  .section.rodape-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.bgimage.medinte {
    justify-content: center;
    align-items: center;
  }

  .section.contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    margin-bottom: 14px;
  }

  .div-block-main.contato-vertical {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-main.vert {
    flex-direction: column;
  }

  .div-block-item.light-blue, .div-block-item.blue {
    height: 133px;
  }

  .div-block-item.blue._2 {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-item.video-70, .div-block-item.vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-item.contato {
    padding-right: 0;
  }

  .div-block-item.contato-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 22px;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }

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

  .div-block-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
  }

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

  .div-block-hero {
    padding-left: 26px;
    padding-right: 26px;
  }

  .heading-7 {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-7._2 {
    font-size: 32px;
  }

  .page-container.auto {
    padding-left: 0;
    padding-right: 0;
  }

  .grid._2-col.left-large-center {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.white {
    font-size: 20px;
    font-weight: 400;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .paragraph-big {
    text-align: left;
    max-width: none;
  }

  .image-7 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .container-4 {
    max-width: none;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .waves---section-medium-gefaess {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-gefaess-1 {
    font-size: 34px;
  }

  .div-block-15 {
    flex-flow: column;
    display: flex;
  }

  .container-2-kontakt {
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .waves---heading-2-no-margins-gefaess-1-copy-h3 {
    font-size: 34px;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .grid-headline-with-symbol {
    font-size: 22px;
  }

  .column {
    margin-top: 20px;
    padding-left: 10px;
    left: auto;
  }

  .section-3 {
    margin-bottom: 0;
  }

  .text-span-2 {
    font-size: 16px;
  }

  .container-5 {
    padding-right: 0;
  }

  .heading-2-intro {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .image-11 {
    height: auto;
    position: static;
  }

  .grid-text-block {
    max-width: 100%;
    margin-left: 1px;
    font-size: 16px;
  }

  .heading-small {
    font-size: 18px;
    line-height: 22px;
  }

  .rich-text-block-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-medium-kontakt {
    margin-left: auto;
    margin-right: auto;
    padding: 64px 20px;
  }

  .quick-stack {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-14 {
    font-size: 32px;
  }

  .heading-19._2._3, .heading-20._2 {
    font-size: 28px;
  }

  .section-partner {
    height: 10vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-22 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .horizontal-marquee {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inner-marquee {
    margin-bottom: 0;
  }

  .logo-partner {
    max-width: 22%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-features-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---paragraph-big-2 {
    font-size: 18px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 30px;
  }

  .waves---main-container-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-2 {
    padding: 64px 5%;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    width: auto;
  }

  .team-block-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-25 {
    font-size: 28px;
  }

  .grid-videos {
    align-items: center;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-20 {
    width: 100%;
  }

  .heading-15-copy {
    top: auto;
  }

  .section-copy {
    padding: 39px 24px;
  }

  .section-copy.subhero {
    margin-top: auto;
  }

  .waves---heading-2-no-margins-2-copy {
    font-size: 24px;
  }

  .waves---paragraph-big-2-copy {
    font-size: 14px;
  }

  .div-block-hero-2 {
    padding-left: 26px;
    padding-right: 26px;
    left: 31px;
  }

  .heading-26 {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-26._2 {
    font-size: 32px;
  }

  .div-block-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .text-block-11 {
    position: relative;
    left: -10px;
  }

  .heading-28 {
    font-size: 24px;
  }

  .container-13 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-26 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div-grid-kontakt {
    width: 100%;
  }

  .image-15 {
    width: 80%;
  }

  .container-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_98400798-3637-4eb9-3fd2-46a7a1777191-714f28db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98400798-3637-4eb9-3fd2-46a7a17771ad-714f28db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c6a6b235-fbf5-2a24-3f15-81ac7dd2ee16-714f28db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_78e3b6e5-76b4-81ec-5e87-ec620c87d152-714f28db {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a2bbd6d1-5633-450e-6b84-0ae52e7226fd-714f28db, #w-node-_2a6c2836-e9a9-945f-f137-f880c22ba75e-c22ba758, #w-node-_2a6c2836-e9a9-945f-f137-f880c22ba769-c22ba758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a79084a5-fa1c-f024-fa4f-c7369da30ee3-714f28e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a79084a5-fa1c-f024-fa4f-c7369da30ee4-714f28e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e464eb66-bd23-5ab1-e812-290e30b100a9-714f28e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e464eb66-bd23-5ab1-e812-290e30b10074-714f28e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e386ccd1-b99d-298d-0b53-df1a9aaf90d5-714f28e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e386ccd1-b99d-298d-0b53-df1a9aaf90a8-714f28e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f892a02-602a-2213-6fa6-95e555bb7741-714f28e2, #w-node-a3ee154e-727b-83f6-7bc6-ffc81403633a-714f28e2, #w-node-bdcc1cf1-04cf-ff17-7c73-bea25d7e87ed-714f28e2, #w-node-d666e66a-0a24-eb6c-d591-abf2ea567915-714f28e2, #w-node-_7ef48e0f-bd33-1b55-1adf-ad47b2de1926-714f28e2, #w-node-_777a34e0-1d8b-051a-db41-98e5c86e9dd7-714f28e2, #w-node-_9fc09cfb-ff18-a696-05a2-dba010eaf1b1-714f28e2, #w-node-_62df4f52-0981-5912-b316-51cab5c4db97-714f28e2, #w-node-b81cea0e-972c-effd-1e48-634693e3c4b5-714f28e2, #w-node-fe6b5559-710f-acf5-b932-d3da33dcf85b-714f28e2, #w-node-fb03d9d9-4129-957b-5166-bd43116925e9-714f28e2, #w-node-f2704559-87c2-942c-bc26-03b18d9dc26e-714f28e2, #w-node-_64062507-9e39-37b2-e83f-3c479b80223b-714f28e2, #w-node-_6597e06f-bf4e-d10e-a295-832802cadc1a-714f28e2, #w-node-b96d4da4-60b9-2900-5526-d924e997c97f-714f28e2, #w-node-a068dd00-5ad9-5fb3-6614-ad22f7664ff9-714f28e2, #w-node-_2eeca27a-68b3-1e6e-403a-aa38d2ee4e6e-714f28e2, #w-node-c5c47906-77fa-bfe2-82ba-167a526f9b77-714f28e2, #w-node-_75da4503-0b93-ae81-7825-ca89366ee844-714f28e2, #w-node-_043c808e-5c99-5057-fc24-4c60b46a047b-714f28e2, #w-node-_2e96f73a-091d-5fdd-afd7-68dc29fe09a0-714f28e2, #w-node-_7057805a-04fb-f42f-1bf1-671b3ce637fb-714f28e2, #w-node-_681e5598-f0b9-0700-e7d6-d85664c264a1-714f28e2, #w-node-c081817b-72c7-fb9a-e55f-5a4b214526c6-714f28e2 {
  align-self: center;
}

#w-node-c886eb3c-cda9-0558-296d-c3d5342ba950-714f28e2 {
  place-self: center start;
}

#w-node-_886adaf7-0426-29bd-1f99-ea8421a23c9c-714f28e2 {
  align-self: center;
}

#w-node-ac1618a2-1a3d-d666-6ba1-d17c503c253c-714f28e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ac1618a2-1a3d-d666-6ba1-d17c503c252d-714f28e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d23-714f28e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d24-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d27-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d2a-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d31-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d34-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d37-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d3a-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d3d-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d40-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d43-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d46-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d49-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d4c-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d4f-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d52-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d55-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d58-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d5b-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d5e-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d61-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d64-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d67-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d6a-714f28e2, #w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d6d-714f28e2 {
  align-self: center;
}

#w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d70-714f28e2 {
  place-self: center start;
}

#w-node-_6c9b63c6-91e4-a59c-004a-1af34b296d73-714f28e2 {
  align-self: center;
}

#w-node-_98f2e45a-9be7-1d5b-3f8c-ca54025b559d-714f28e2 {
  place-self: center start;
}

#w-node-eb238419-204f-05a6-1aff-0ff5dd9659a9-714f28e2 {
  align-self: center;
}

#w-node-_46766820-b546-d8fd-3e09-7184e5e3dc90-714f28e2 {
  place-self: center start;
}

#w-node-e0b3fb72-cffb-f591-416e-ecd5aa0a22e9-714f28e2 {
  align-self: center;
}

#w-node-e003470f-f71c-09a1-5117-aa9c32e0fd40-714f28e2 {
  place-self: center start;
}

#w-node-_3ec015aa-8050-e22e-1f98-690f8f8b3a7e-714f28e2 {
  align-self: center;
}

#w-node-_6c73741d-e77a-d1ea-2d9d-a853a88b77c3-714f28e2 {
  place-self: center start;
}

#w-node-b9a0f982-aed5-5769-2733-1d14c0aefd6c-714f28e2 {
  align-self: center;
}

#w-node-ba49decc-97da-0d62-0c95-4a3a178cc798-714f28e2 {
  place-self: center start;
}

#w-node-e072d23c-1749-87b1-e8aa-648c73a397de-714f28e2 {
  align-self: center;
}

#w-node-_8435fbb9-fd40-70e7-10e6-5f182c858024-714f28e2 {
  place-self: center start;
}

#w-node-_4572267f-ae6d-8173-133d-fa10b038d1b1-714f28e2 {
  align-self: center;
}

#w-node-_9086371a-c284-1dbc-62da-41970f443a9f-714f28e2 {
  place-self: center start;
}

#w-node-_72e486ef-0cb9-f3c2-d493-21574b9464a0-714f28e2 {
  align-self: center;
}

#w-node-_1a4af52c-8490-7361-7b82-566a6cb79258-714f28e2 {
  place-self: center start;
}

#w-node-_66147415-8019-3dbe-dd49-8fd79ab1aae5-714f28e2 {
  align-self: center;
}

#w-node-_47bb944a-1713-00d2-33e2-89ae61abaea6-714f28e2 {
  place-self: center start;
}

#w-node-ef2c5bb4-9db9-2822-0b56-ce0aca4fb606-714f28e2 {
  align-self: center;
}

#w-node-_8a8e91a8-9296-c93e-2e34-a387193c51b9-714f28e2 {
  place-self: center start;
}

#w-node-fb4f5935-0b77-f5ef-96de-277b93a4f6c6-714f28e2 {
  align-self: center;
}

#w-node-_60bf759b-9df7-bd5a-afa4-334af8122e28-714f28e2 {
  place-self: center start;
}

#w-node-b53dcf81-d468-2957-535f-e87c70f9ecef-714f28e2 {
  align-self: center;
}

#w-node-d0863c06-5216-8f1f-d9f0-cdf21414045f-714f28e2 {
  place-self: center start;
}

#w-node-_7b2ebc81-12b8-7c9b-94ed-7909611ab719-714f28e2 {
  align-self: center;
}

#w-node-_66536df3-3f92-87b4-f519-395589215e1d-714f28e2 {
  place-self: center start;
}

#w-node-_9893e682-b531-f28d-669e-cc265c4636ee-714f28e2 {
  align-self: center;
}

#w-node-fffb2d4b-d49b-43e3-8f98-d83dd253c1bf-714f28e2 {
  place-self: center start;
}

#w-node-_2b233661-66a3-4960-60ff-baa139f3244c-714f28e2 {
  align-self: center;
}

#w-node-_7455e807-9bc4-8d4c-dc3c-63708ad30649-714f28e2 {
  place-self: center start;
}

#w-node-f67e34da-9d51-1e30-2744-c51424dce836-714f28e2 {
  align-self: center;
}

#w-node-_2aa3cb74-428f-ec3c-9efc-e4136b900a44-714f28e2 {
  place-self: center start;
}

#w-node-_01eb4987-2d0a-a7b0-ff47-8699fa6eb923-714f28e2 {
  align-self: center;
}

#w-node-f06751e3-99a4-79fd-e13f-9950a2ba8f37-714f28e2 {
  place-self: center start;
}

#w-node-_1c7cbcfb-a120-617e-5c7a-a41e530e6f33-714f28e2 {
  align-self: center;
}

#w-node-_8f756aa1-cdae-4289-458a-8132805b262b-714f28e2 {
  place-self: center start;
}

#w-node-_133e89de-29a4-7ee9-2ad1-79b3a2b7bf96-714f28e2 {
  align-self: center;
}

#w-node-_7ca5c890-40ff-e5c1-54eb-b806571fa4e6-714f28e2 {
  place-self: center start;
}

#w-node-e913439b-d13a-1ead-5513-ec542893739e-714f28e2 {
  align-self: center;
}

#w-node-_4a33db4a-5469-87b5-5526-5eff0a35f7f3-714f28e2 {
  place-self: center start;
}

#w-node-_99ce488a-2c32-a36e-46e7-589d8da6df24-714f28e2 {
  align-self: center;
}

#w-node-_16470c5a-7b5e-a000-0685-efe2b06b3a6c-714f28e2 {
  place-self: center start;
}

#w-node-c4fddde7-323b-a18f-8621-bcff1d69b289-714f28e2 {
  align-self: center;
}

#w-node-_8aa0a79a-8781-2f73-3c3f-ae7a7c9e3742-714f28e2 {
  place-self: center start;
}

#w-node-_23b9a867-dcfa-390f-77cd-1a8674c8b8fa-714f28e2 {
  align-self: center;
}

#w-node-_42abeea8-8e19-3fac-8e2b-05ef8a735d9e-714f28e2 {
  place-self: center start;
}

#w-node-e5cc2af9-18a2-a539-3463-49ee0d237c46-714f28e2 {
  align-self: center;
}

#w-node-ca9353e5-3b97-89c3-fab0-c299271c2a8d-714f28e2 {
  place-self: center start;
}

#w-node-f395ddee-dcb7-13a8-e9f8-c4cb6cb32121-714f28e2 {
  align-self: center;
}

#w-node-c2b8de24-e9fd-2ee4-718b-0eb78a235eb8-714f28e2 {
  place-self: center start;
}

#w-node-_32834bdb-7da5-cc07-959c-35848f40462c-714f28e2 {
  align-self: center;
}

#w-node-b4718001-2841-4df6-66c4-62cae342a4b6-714f28e2 {
  place-self: center start;
}

#w-node-_05c05d80-12fd-4a00-a9dd-4bfa1b8f601b-714f28e2 {
  align-self: center;
}

#w-node-c170f1d9-42b2-cff0-c7a7-872aefe85963-714f28e2 {
  place-self: center start;
}

#w-node-aeb5e3bb-70b8-a5d9-a833-0c4ace8a06d0-714f28e2 {
  align-self: center;
}

#w-node-_1cf8a0ab-80e3-9578-9440-f8731c4f053d-714f28e2 {
  place-self: center start;
}

#w-node-_28884b7d-4c90-a89c-f807-e3c9e6a04809-714f28e2 {
  align-self: center;
}

#w-node-b3a9fbb0-9871-5e59-3759-7895e3c0195a-714f28e2 {
  place-self: center start;
}

#w-node-b66c4580-65e3-38ba-7d0d-176c496e48d5-714f28e2 {
  align-self: center;
}

#w-node-_59fcd7ad-35c5-0940-96d8-9bf5f9f4cf94-714f28e2 {
  place-self: center start;
}

#w-node-_0857aae0-bce1-4abf-ab9d-a0d31008c553-714f28e2 {
  align-self: center;
}

#w-node-_9752326f-b3f3-d878-44ff-a3e3c33094cf-714f28e2 {
  place-self: center start;
}

#w-node-_3a21bcea-4e6c-eec6-3a41-fe4b6b3410e7-714f28e2 {
  align-self: center;
}

#w-node-_11f0b18b-41e6-4c14-909a-48750c5d60b7-714f28e2 {
  place-self: center start;
}

#w-node-_71f39956-96b3-dd90-f802-636551f93bcc-714f28e2 {
  align-self: center;
}

#w-node-c1a18f5b-38c4-949b-6c89-3c192e083051-714f28e2 {
  place-self: center start;
}

#w-node-e4abf953-2440-5320-e639-7e438750a4bc-714f28e2 {
  align-self: center;
}

#w-node-_022bef65-d7f6-38b4-616d-e0fdfc0e96b3-714f28e2 {
  place-self: center start;
}

#w-node-cca49799-4d74-f911-5de0-70cb2cca1800-714f28e2 {
  align-self: center;
}

#w-node-c1fe2205-f335-afff-a281-ba042c2c1e08-714f28e2 {
  place-self: center start;
}

#w-node-_2b94ddca-1b5d-3b3b-a653-a651bc6b9d76-714f28e2 {
  align-self: center;
}

#w-node-_58058037-fd69-02af-b80e-33def6d0798b-714f28e2 {
  place-self: center start;
}

#w-node-d531782e-7b0f-f0b6-60b2-1875926bfa0b-714f28e2 {
  align-self: center;
}

#w-node-_08e4b4ea-3530-f649-c10b-3e43059ff990-714f28e2 {
  place-self: center start;
}

#w-node-_40e77b05-0b08-f31e-206e-2963c356da1b-714f28e2 {
  align-self: center;
}

#w-node-f3c32368-ebc2-71df-4014-c57e4dc8c217-714f28e2 {
  place-self: center start;
}

#w-node-_59fb82dc-16e7-8c25-5a1a-25e88cce33e9-714f28e2 {
  align-self: center;
}

#w-node-da2c6309-3fca-56b8-6797-5e3fa20950b0-714f28e2 {
  place-self: center start;
}

#w-node-_4f931743-816e-3aa1-1e81-a8c6bec9176f-714f28e2 {
  align-self: center;
}

#w-node-_0a451469-7b99-b1f3-5937-acc2eb4117ee-714f28e2 {
  place-self: center start;
}

#w-node-b808773a-e064-6e65-8885-e49f7759336f-714f28e2 {
  align-self: center;
}

#w-node-f6e8d909-43bd-3d03-bbc7-81da6e3baf95-714f28e2 {
  place-self: center start;
}

#w-node-c1edbc63-a59c-766e-4da9-912a6572c2cb-714f28e2 {
  align-self: center;
}

#w-node-ff6322ee-2dd5-c5e7-ee28-c416b63a7c3f-714f28e2 {
  place-self: center start;
}

#w-node-ec9e3676-c1a8-f4a7-5da9-770512b89c96-714f28e2 {
  align-self: center;
}

#w-node-_7002f655-4c52-b5e9-0840-9e862fe79ff0-714f28e2 {
  place-self: center start;
}

#w-node-dd941833-dec9-55af-7c02-4e23bd796505-714f28e2 {
  align-self: center;
}

#w-node-f9401f96-0403-435d-3fec-56f44a60b862-714f28e2 {
  place-self: center start;
}

#w-node-_2b553615-c6e3-75bc-3433-d1f5d2d0ce8a-714f28e2 {
  align-self: center;
}

#w-node-_3b0d833c-3ee3-d56d-0595-09e72546a66f-714f28e2 {
  place-self: center start;
}

#w-node-db3d3ad1-33c3-9986-13ec-43d096a6a1a5-714f28e2 {
  align-self: center;
}

#w-node-d2ad7f21-190e-41f2-b260-6049f29ee2ce-714f28e2 {
  place-self: center start;
}

#w-node-_4ae86aa1-4662-87ef-6f65-4323c926fb86-714f28e2 {
  align-self: center;
}

#w-node-a79084a5-fa1c-f024-fa4f-c7369da30ee4-714f28e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_16ac9fd2-df56-c022-0b17-b43ec1345cb9-c1345cb0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_16ac9fd2-df56-c022-0b17-b43ec1345cb3-c1345cb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_99cfe37c-ee4d-7304-887d-d0eaa1cf6fb6-a1cf6faf, #w-node-_99cfe37c-ee4d-7304-887d-d0eaa1cf6fbc-a1cf6faf, #w-node-_99cfe37c-ee4d-7304-887d-d0eaa1cf6fbe-a1cf6faf, #w-node-_99cfe37c-ee4d-7304-887d-d0eaa1cf6fc4-a1cf6faf, #w-node-_99cfe37c-ee4d-7304-887d-d0eaa1cf6fc6-a1cf6faf, #w-node-_99cfe37c-ee4d-7304-887d-d0eaa1cf6fcc-a1cf6faf, #w-node-_99cfe37c-ee4d-7304-887d-d0eaa1cf6fce-a1cf6faf, #w-node-_99cfe37c-ee4d-7304-887d-d0eaa1cf6fd4-a1cf6faf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c6a6b235-fbf5-2a24-3f15-81ac7dd2ee16-714f28db, #w-node-a79084a5-fa1c-f024-fa4f-c7369da30ee3-714f28e2, #w-node-e464eb66-bd23-5ab1-e812-290e30b10074-714f28e2 {
    place-self: center;
  }

  #w-node-f64c0cc6-3a76-5e9a-7f16-939e478d65cd-714f28e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_98400798-3637-4eb9-3fd2-46a7a17771ad-714f28db {
    order: -9999;
  }

  #w-node-_0203de56-c240-eb7f-1417-e9df075f3967-714f28e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}