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

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}



body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 1024%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.heading-jumbo.heading-7.heading-sem_margem {
  margin-bottom: 8px;
}

.heading-jumbo.heading-7.heading-sem_margem.heading_contato {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.label.label-preto {
  color: #1a1b1f;
  text-transform: none;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
}

.label.label-preto.titulo {
  text-transform: none;
}

.label.titulo {
  text-transform: none;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
}

.paragraph-light {
  width: 384px;
  opacity: .6;
  color: #c5c5c5;
  margin-bottom: 24px;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  width: 100%;
  height: 780px;
  color: #9fa8c9;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.cc-contact {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.section-hero {
  width: 100%;
  height: 676px;
  background-image: url('../images/imagem-background-contato.webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 120vw;
  background-attachment: fixed;
  justify-content: flex-start;
  margin-top: -160px;
  padding-top: 160px;
  overflow: visible;
}

.section.section-hero.section_equipe2 {
  background-image: url('../images/imagem-background---equipe-4.png');
}

.section.section-hero-quemsomos {
  width: 100%;
  height: 676px;
  background-image: url('../images/imagem-background-quem-somos-2-min.webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 100vw;
  background-attachment: fixed;
  justify-content: flex-start;
  margin-top: -160px;
  padding-top: 160px;
}

.section.section-hero-equipe {
  width: 100vw;
  height: 676px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  background-image: url('../images/imagem-background---equipe-4.png');
  background-position: 50% 0;
  background-size: 100vw;
  background-attachment: fixed;
  margin-top: -160px;
  padding-top: 160px;
}

.section.section-hero-servicos {
  height: 676px;
  background-image: url('../images/fundo-background-solucoes-2.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 100vw;
  background-attachment: fixed;
  margin-top: -160px;
  padding-top: 160px;
}

.section.section-hero-contato {
  color: #51535c;
  background-color: #a8aab3;
  background-image: url('../images/imagem-background-contato.png');
  background-position: 50% 0;
  background-size: 100vw;
  background-attachment: fixed;
  margin-top: -160px;
  padding-top: 160px;
  height: 860px;
}

.section.section-hero-contato.contato-home {
  height: auto;
  background-image: url('../images/imagem-background-contato-home.png');
  background-position: 50% 0;
  background-attachment: fixed;
  align-items: center;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.button {
  width: 242px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #004080;
  border: 1px solid #004080;
  border-radius: 80px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: none;
}

.button:hover {
  color: #fff;
  background-color: #00264c;
  border-color: #00264c;
}

.button:active {
  background-color: #3877aa;
}

.button:focus {
  -webkit-text-fill-color: inherit;
  background-color: #3877aa;
  background-clip: border-box;
  border: 0 solid #71bfff;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.cookie {
  align-items: center;
  display: flex;
}

.button.terciary {
  color: #004080;
  background-color: #fff;
  border-color: #fff;
}

.button.terciary:hover {
  background-color: #59728a;
  border-color: #59728a;
}

.button.btc_cetralizado {
  margin-left: auto;
  margin-right: auto;
}

.button.btn_secondary {
  width: auto;
  color: #004080;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(0, 64, 128, 0);
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: 1;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  margin-left: 0;
  padding: 9px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #fff;
}

.navigation-item:active {
  opacity: .8;
  color: #2563a2;
}

.navigation-item.w--current {
  opacity: 1;
  color: #7ac0f3;
  border: 1px #000;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #fff;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  width: 1024px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0 32px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.intro-wrap {
  width: 671px;
  opacity: 1;
  text-align: center;
  margin: 24px auto;
}

.intro-wrap.clients_wrap {
  width: 1024px;
}

.intro-wrap.contact_wrap {
  width: auto;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  width: 384px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 20px 10px;
  font-size: 13px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  width: 384px;
  height: 140px;
  max-height: 140px;
  /*max-width: 384px; */
  /* min-width: 384px; */
  margin-bottom: 0;
  padding: 8px 10px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 12px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
  border-radius: 0;
}

.status-message.cc-error-message {
  background-color: #db4b68;
  border-radius: 16px;
  font-size: 12px;
}

.contact {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-headline {
  width: 70%;
  margin-bottom: 32px;
}

.contact-form-grid {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.contact-form {
  align-items: flex-start;
  display: block;
  margin-top: 24px;
}

.contact-form-wrap {
  width: 100%;
  margin-top: -16px;
}

.footer-wrap {
  background-color: #1f1e1e;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  text-align: center;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.body {
  color: #bcc2d8;
  background-color: #fff;
}

.body:focus {
  color: #8bbaea;
}

.button-2 {
  background-color: #71bfff;
}

.paragraph {
  color: #6f7477;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  position: static;
}

.paragraph.medium {
  float: left;
  color: #2b2828;
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.paragraph.medium.paragraph-centralizado {
  float: none;
  text-align: center;
}

.paragraph.medium.parapgraph-white {
  color: #fff;
}

.paragraph.medium.centralizado {
  text-align: center;
}

.paragraph.medium.centralizado.text-white {
  color: #fff;
}

.paragraph.medium.centralizado.text-white.text-shadow {
  float: none;
}

.paragraph.medium.centralizado.text-white.text-shadow.paragraph_contact {
  margin-bottom: 4px;
}

.paragraph.medium.centralizado.text-white.text-shadow-copy {
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.paragraph.medium.paragraph-marginbottom {
  margin-bottom: 32px;
}

.paragraph.small {
  color: #979da0;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 19px;
}

.paragraph.bold-text {
  color: #2b2828;
  font-size: 14px;
  font-weight: 700;
}

.paragraph.icon {
  float: left;
  color: #7ac0f3;
  margin-right: 16px;
  font-family: Materialicons, sans-serif;
  font-size: 22px;
  line-height: 24px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.body-2 {
  background-color: #000;
}

.heading {
  color: #fff;
}

.bold-text {
  font-size: 24px;
  font-weight: 500;
}

.paragraph-2 {
  float: left;
  color: #2b2828;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph-2.heading-white {
  color: #fff;
}

.heading-2 {
  color: #2b2828;
  text-align: left;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}

.body-3 {
  background-color: var(--black);
}

.heading-3, .field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.field-label-2.label_black {
  color: #2b2828;
}

.field-label-3 {
  color: #fff;
}

.section-2 {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: block;
}

.image {
  height: 600px;
}

.column {
  padding-top: 0;
  padding-left: 0;
  padding-right: 64px;
}

.column.column-sem-espacao {
  padding-right: 8px;
}

.column-2 {
  padding-left: 16px;
  padding-right: 0;
  display: block;
}

.image-2 {
  height: auto;
  float: right;
  position: relative;
}

.heading-4 {
  width: auto;
  color: #2b2828;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.link {
  color: #71bfff;
}

.link.small {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.link.small:hover, .link.small:active, .link.small:focus {
  color: #3877aa;
}

.link-fake {
  color: #71bfff;
}

.button-3 {
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  line-height: 20px;
}

.container-2 {
  width: 1024px;
  max-width: 1024px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer {
  text-align: center;
  background-color: #00264c;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-image {
  width: auto;
  height: 56px;
  color: #e2e2e2;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-image:hover {
  filter: contrast();
  color: #424c72;
}

.footer-heading {
  color: #a7a7a7;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #71bfff;
  text-decoration: underline;
}

.footer-link.link-small {
  margin-bottom: 8px;
  font-size: 12px;
}

.container-3 {
  display: block;
}

.container-4 {
  display: flex;
}

.text-block {
  color: #a7a7a7;
}

.text-block.label {
  color: #fff;
  text-transform: capitalize;
  font-size: 10px;
}

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

.div-block-2 {
  width: 360px;
  height: auto;
  min-height: 40px;
  float: none;
  clear: none;
  background-color: #f5f6f7;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -160px;
  margin-bottom: 32px;
  margin-right: 32px;
  padding: 16px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-5 {
  max-width: 1024px;
  display: block;
}

.column-3 {
  max-height: 40px;
  clear: right;
  text-align: right;
  border-radius: 4px;
}

.btn-menor {
  border-radius: 6px;
  align-items: flex-end;
  padding: 2px 8px;
  font-size: 12px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.btn-menor-2 {
  float: right;
  color: #000;
  text-transform: none;
  background-color: #71bfff;
  border-radius: 6px;
  padding: 2px 16px;
  font-size: 12px;
  font-weight: 500;
  transition: color .4s, opacity .4s, background-color .4s;
  position: static;
}

.btn-menor-2:hover {
  color: #fff;
  background-color: #256d9e;
}

.paragraph-3 {
  color: #fff;
  text-transform: none;
  margin-bottom: 4px;
  line-height: 17px;
}

.labe-preto {
  font-size: 11px;
  line-height: 16px;
}

.grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.grid.gridumterco {
  grid-template-columns: 1.5fr 2.25fr;
}

.grid.gridumterco.metade {
  grid-template-columns: 2.25fr;
}

.section-3 {
  width: 1024px;
  background-color: #3a3b3f;
  padding-top: 24px;
}

.image-3 {
  width: auto;
  float: none;
  filter: grayscale();
  margin: auto auto 16px;
  display: block;
}

.image-3:hover {
  filter: none;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
}

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

.bold-text-2 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.heading-5 {
  width: 70%;
  color: #2b2828;
  text-align: center;
  margin: 8px auto 56px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.heading-5.heading-text {
  margin-bottom: 8px;
}

.heading-5.heading-text.heading-5-esquerda {
  text-align: left;
  font-size: 28px;
}

.heading-5.heading-white {
  color: #fff;
  -webkit-text-stroke-color: #84a72e;
}

.heading-5.heading-white.heading-contact {
  width: 387px;
  margin-bottom: 16px;
}

.paragraph-4 {
  color: #949494;
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.link-2 {
  color: #9eeeff;
  text-align: left;
  font-size: 14px;
}

.link-2:hover {
  color: #15f1ff;
}

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

.section-bg700 {
  background-color: #e5eaf2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-bg700.section-bg-white {
  color: #d5daec;
  background-color: #fff;
}

.section-bg700.section-bg-darkblue {
  background-color: #004080;
}

.container-1 {
  width: 767px;
  height: 356px;
  max-width: none;
  color: var(--black);
  flex: 0 auto;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.container-1.container-quemsomos {
  height: 356px;
  background-image: url('../images/fundo-efeito-glass---quem-somos-2.png');
  background-position: 50%;
  background-size: auto;
}

.container-1.container-home {
  height: 356px;
  background-image: url('../images/fundo-efeito-glass---quem-somos.png');
  background-position: 50%;
  background-size: auto;
}

.container-1.container-equipe {
  height: auto;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(24, 24, 24, .4);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-1.container-contato {
  height: auto;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 16px;
  margin-top: 0;
}

.container-1.container-solucoes {
  height: 316px;
  background-image: url('../images/fundo-efeito-glass---solucoes.png');
  background-position: 0 0;
  background-size: auto;
}

.section-bg400 {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.subtitulo {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
}

.subtitulo.textcolor-primary {
  color: #19191c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.cointaner--clientes {
  width: 1024px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

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

.body-wrap {
  background-color: #37373f;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 48px;
  padding: 48px;
  display: flex;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.body-wrap.metadetelaleft {
  width: 488px;
  float: left;
  clear: left;
}

.body-wrap.metadetelaleft.metadetelaright {
  float: right;
  clear: none;
}

.div-block-4 {
  flex: 1;
  margin-right: 16px;
  display: block;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-5.p-cinza {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

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

.image-4 {
  width: 48px;
}

.div-image {
  flex: 0 auto;
  align-items: flex-start;
  padding-right: 16px;
  display: flex;
}

.link-3 {
  float: left;
  clear: left;
  color: #71bfff;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: static;
}

.link-3:hover {
  color: #3877aa;
}

.text-block-3 {
  float: left;
  clear: none;
  color: #71bfff;
  margin-left: 4px;
  font-family: Materialicons, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.button-secondary {
  width: 242px;
  color: #004080;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 80px;
  margin-top: 8px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s, opacity .2s;
  transform: translate(0);
}

.button-secondary:hover {
  color: #004080;
  background-color: #bac7d1;
  border-color: #bac7d1;
}

.button-secondary:focus {
  background-color: #222e37;
}

.grid-depoimentos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.heading-6 {
  color: #2b2828;
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-depoimento {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 32px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.text-block-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 80px;
  line-height: 80px;
}

.image-5 {
  margin-bottom: 24px;
}

.div-block-6 {
  width: 100%;
  height: 2px;
  background-color: #313134;
  margin-top: 24px;
  margin-bottom: 24px;
}

.bold-text-3 {
  color: #2b2828;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.list {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 24px;
}

.div-block-7 {
  margin-left: 40px;
}

.div-block-8 {
  width: auto;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-8.personalizado {
  width: 320px;
}

.list-2 {
  margin-top: 0;
  margin-bottom: 16px;
}

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

.div-block-9 {
  width: auto;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-9.personalizado {
  width: 320px;
}

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

.text-block-5 {
  color: #a7a7a7;
}

.text-block-5.label {
  text-transform: capitalize;
  font-size: 10px;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-6.p-cinza {
  color: #979da0;
  font-size: 12px;
  line-height: 16px;
}

.columns {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns.colum-central-hor {
  align-items: center;
}

.columns.align-top {
  align-items: flex-start;
}

.paragraph-5-content {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-5-content.p-cinza {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-6 {
  color: #121938;
}

.text-block-6.heading-white {
  color: #fff;
  font-weight: 700;
  line-height: 21px;
}

.text-block-6.heading-blue {
  color: #7ac0f3;
  font-weight: 400;
  line-height: 20px;
}

.slide {
  padding-bottom: 0;
  padding-left: 56px;
  padding-right: 56px;
}

.slide-nav {
  color: #fff;
  -webkit-text-stroke-color: #384783;
  margin-top: 40px;
  font-size: 12px;
  line-height: 20px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  height: 360px;
  background-color: rgba(0, 0, 0, 0);
}

.column-4 {
  padding-left: 24px;
}

.column-5 {
  padding-left: 0;
  padding-right: 24px;
}

.column-6 {
  padding-left: 24px;
}

.column-7 {
  padding-left: 0;
  padding-right: 24px;
}

.slide-2 {
  padding-left: 56px;
  padding-right: 56px;
}

.image-6 {
  width: auto;
}

.columns-2 {
  padding-bottom: 48px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-7 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-11 {
  flex: 1;
  margin-right: 16px;
  display: block;
}

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

.bold-text-4 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.link-4 {
  color: #71bfff;
}

.link-4.small {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.link-4.small:hover, .link-4.small:active, .link-4.small:focus {
  color: #3877aa;
}

.container-7 {
  width: 1024px;
  max-width: 1024px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.paragraph-7 {
  color: #6f7477;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-7.small {
  color: #2b2828;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 19px;
}

.paragraph-7.paragraph-white {
  color: #fff;
}

.paragraph-7.small {
  color: #2b2828;
  color: #979da0;
  color: #979da0;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 19px;
}

.paragraph-7.small_2 {
  color: #2b2828;
}

.paragraph-7.small {
  color: #2b2828;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 19px;
}

.body-wrap-2 {
  background-color: #37373f;
  border-radius: 8px;
  margin-bottom: 48px;
  padding: 48px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.body-wrap-2.metadetelaleft {
  width: 488px;
  float: left;
  clear: left;
  background-color: #fff;
  padding: 40px;
}

.body-wrap-2.metadetelaleft.metadetelaright {
  float: right;
  clear: none;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

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

.text-block-8 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-13 {
  width: 100%;
  height: 2px;
  background-color: #dfdfdf;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-14 {
  flex: 1;
  margin-right: 16px;
  display: block;
}

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

.paragraph-8 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.paragraph-8.p-cinza {
  color: #2b2828;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-8.heading-blue {
  color: #7ac0f3;
}

.slide-3, .slide-4, .slide-5 {
  padding-left: 56px;
  padding-right: 56px;
}

.bold-text-5 {
  font-weight: 500;
  line-height: 22px;
}

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

.bold-text-7 {
  font-size: 14px;
  line-height: 18px;
}

.bold-text-8 {
  line-height: 22px;
}

.slide-6 {
  padding-left: 56px;
  padding-right: 56px;
}

.image-8 {
  float: left;
  margin-bottom: 8px;
}

.div-block-16 {
  float: left;
}

.div-block-17 {
  float: left;
  clear: both;
}

.slide-7 {
  padding-left: 56px;
  padding-right: 56px;
}

.text-field-2 {
  width: 384px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-2:hover {
  border-color: #e3e6eb;
}

.text-field-2:active, .text-field-2:focus {
  border-color: #43464d;
}

.text-field-2::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field-2::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field-2.cc-textarea {
  width: 384px;
  height: 160px;
  margin-bottom: 24px;
  padding: 16px;
}

.column-8 {
  padding-left: 24px;
  padding-right: 0;
  display: block;
}

.heading-9 {
  width: 384px;
  color: #fff;
}

.contact-form-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.button-4 {
  color: #121212;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #71bfff;
  border-radius: 0;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: none;
}

.button-4:hover {
  color: #121212;
  background-color: #3877aa;
}

.button-4:active {
  background-color: #3877aa;
}

.button-4:focus {
  -webkit-text-fill-color: inherit;
  background-color: #3877aa;
  background-clip: border-box;
  border: 0 solid #71bfff;
}

.column-9 {
  padding-left: 0;
  padding-right: 64px;
}

.section-4 {
  width: 100%;
  color: #9fa8c9;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-4.cc-contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 32px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-9 {
  height: auto;
  float: right;
  position: relative;
}

.intro-wrap-2 {
  width: 1024px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-9 {
  border-radius: 0;
}

.div-block-18 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #997676;
  background-clip: border-box;
}

.div-block-19 {
  height: 48px;
}

.text-block-10 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-10.centralizado {
  color: #2b2828;
  text-align: center;
}

.div-block-20 {
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-10 {
  width: auto;
  float: none;
  margin: auto auto 16px;
  display: block;
}

.image-10:hover {
  filter: none;
}

.bold-text-9 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.link-5 {
  color: #71bfff;
}

.link-5.small {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.link-5.small:hover, .link-5.small:active, .link-5.small:focus {
  color: #3877aa;
}

.text-block-11 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-11.centralizado {
  text-align: center;
}

.div-block-21 {
  width: 100%;
  height: 2px;
  background-color: #313134;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-11 {
  width: auto;
  float: none;
  margin: auto auto 16px;
  display: block;
}

.image-11:hover {
  filter: none;
}

.bold-text-10 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-12 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-12.centralizado {
  text-align: center;
}

.div-block-22 {
  width: 100%;
  height: 2px;
  background-color: #313134;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-12 {
  width: auto;
  float: none;
  margin: auto auto 16px;
  display: block;
}

.image-12:hover {
  filter: none;
}

.bold-text-11 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.container-8 {
  max-width: 1024px;
}

.image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19 {
  border-radius: 16px;
}

.modal-wrapper {
  z-index: 9999;
  width: 100px;
  height: 100px;
  background-color: rgba(27, 27, 29, .8);
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.div-block-23 {
  width: 800px;
  height: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 48px;
  overflow: hidden;
}

.div-block-depoimento-2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 32px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.image-20 {
  margin-bottom: 24px;
}

.text-block-13 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-24 {
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-25 {
  flex: 1;
  margin-right: 16px;
  display: block;
}

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

.paragraph-9 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-9.p-cinza {
  color: #2b2828;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}

.section-bg700-2 {
  background-color: #28282c;
  padding-top: 56px;
  padding-bottom: 56px;
}

.bold-text-12 {
  color: #2b2828;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.bold-text-13 {
  color: #2b2828;
  font-weight: 500;
}

@media screen and (max-width: 1340px) {
    .section.section-hero-quemsomos{
      background-size: 140vw;
    }
    
    .section.section_equipe2 {
      background-size: 120vw;
    }

 } 

@media screen and (max-width: 991px) {


  .modal-content {
    width: 80%;
    margin: 56px auto;
  }

  .modal-column{
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.medium.texto-equipe{
    text-align: left;
  }

   .w-layout-blockcontainer {
    max-width: 728px;

  }

  .section.section_equipe2 {
      background-size: 140vw;
    }



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

  .heading-jumbo {
    font-size: 48px;
    line-height: 56px;
  }

  .paragraph-light {
    width: 304px;
  }

  .section {
    width: 720px;
    margin-top: -24px;
  }

  .section.section-hero-contato{
    width: auto !important;
  }

  .section.cc-contact {
    width: 480px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .section.section-hero-contato.contato-home {
    width: 100%;
    background-size: auto 100vh;
  }

  .section.section-hero-quemsomos{
    background-size: auto;
  }

  .section.section-hero-servicos {
    width: auto;
    background-size: 130vw;
  }


  .button {
    text-align: center;
    letter-spacing: 0;
    justify-content: center;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu-icon:hover {
    opacity: .4;
  }

  .navigation-item {
    text-align: center;
    background-color: #2b2828;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    opacity: 1;
    background-color: #222;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    background-color: #2b2828;
  }

  .navigation-items {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    width: 720px;
    padding: 24px 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-image {
    height: 64px;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .intro-wrap {
    width: 100%;
    margin-left: 0;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 0px;
  }

  .intro-wrap.clients_wrap {
    width: 100%;
  }

  .intro-wrap.contact_wrap {
    margin-left: auto;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .text-field {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .text-field.cc-textarea {
    width: 100%;
    min-width: 240px;
  }

  .contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px 0px;
  }

  .contact-headline {
    width: 100%;
  }

  .contact-form-grid {
    grid-template-rows: auto auto;
    justify-items: stretch;
  }

  .contact-form-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    width: 80%;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    width: 70%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph-2.heading-white {
    font-size: 11px;
    line-height: 13px;
  }

  .column {
    padding-right: 24px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .container-2 {
    width: 720px;
  }

  .container-2.container_cases {
    width: 100%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link.link-small {
    line-height: 16px;
  }

  .div-block {
    margin-right: 32px;
  }

  .grid {
    width: 100%;
    float: none;
    clear: none;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .image-3 {
    width: auto;
    height: 40px;
  }

  .heading-5 {
    width: 80%;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-5.heading-white.heading-contact {
    width: auto;
  }

  .section-bg700, .section-bg700.section-bg-white, .section-bg700.section-bg-darkblue {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .container-1 {
    width: 720px;
    flex: 0 auto;
  }

  .container-1.container-contato {
    width: 80%;
    padding: 16px 24px;
  }

  .cointaner--clientes {
    width: 100%;
  }

  .grid-clientes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .body-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-wrap.metadetelaleft {
    width: auto;
  }

  .div-block-4 {
    margin-right: 0;
  }

  .paragraph-5.p-cinza {
    margin-bottom: 2px;
  }

  .button-secondary {
    text-align: center;
    letter-spacing: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
  }

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

  .heading-6 {
    font-size: 14px;
    line-height: 19px;
  }

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

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

  .div-block-8.personalizado {
    width: 240px;
  }

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

  .div-block-9.personalizado {
    width: 240px;
  }

  .div-block-10 {
    margin-right: 32px;
  }

  .paragraph-6.p-cinza, .paragraph-5-content.p-cinza {
    margin-bottom: 2px;
  }

  .column-4 {
    padding-right: 16px;
  }

  .div-block-11 {
    margin-right: 0;
  }

  .container-7 {
    width: 720px;
  }

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

  .paragraph-7.small {
    line-height: 16px;
  }

  .body-wrap-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-wrap-2.metadetelaleft {
    width: auto;
  }

  .div-block-14 {
    margin-right: 0;
  }

  .paragraph-8.p-cinza {
    margin-bottom: 2px;
  }

  .bold-text-6 {
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-7 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-field-2, .text-field-2.cc-textarea {
    width: 304px;
  }

  .heading-9 {
    margin-top: 0;
  }

  .button-4 {
    text-align: center;
    letter-spacing: 0;
    justify-content: center;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
  }

  .column-9 {
    padding-right: 0;
  }

  .section-4 {
    width: 720px;
    margin-top: -24px;
  }

  .section-4.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-wrap-2 {
    width: 100%;
    margin-left: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-10, .image-11, .image-12 {
    width: 80px;
  }

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

  .image-20 {
    width: auto;
    height: auto;
    font-size: 17px;
  }

  .text-block-13 {
    line-height: 18px;
  }

  .div-block-25 {
    margin-right: 0;
  }

  .paragraph-9.p-cinza {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .bold-text-12 {
    font-size: 13px;
    line-height: 16px;
  }

  .bold-text-13 {
    font-weight: 500;
  }

  .image-21 {
    padding-right: 32px;
  }

  .bold-text-14 {
    font-size: 14px;
    line-height: 18px;
  }

  .form-block {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}

@media screen and (max-width: 767px) {

  #solucoes{
    padding: 80px 40px;
  }


  .modal-content {
    width: 80%;
    margin: 40px auto;
    max-height: 88%;
    overflow: auto;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .section.section-hero{
    background-size: auto;
  }

  .section.section_equipe2 {
    background-size: 220vw;
  }

  .section.section-hero-servicos {
    width: auto;
    background-size: 220vw;
  }

  .section.section-hero-contato{
    background-size: 220vw;
    height: auto;
    padding-bottom: 40px;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }

  .image-responsive{
    margin: 0 auto 24px;
  }


  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph-light {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .section {
    width: 520px;
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.cc-contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 0;
  }

  .button {
    width: 242px;
    float: none;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    width: 100%;
    padding: 24px 40px 20px;
  }

  .logo-image {
    height: 56px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field {
    width: 100%;
  }

  .text-field.cc-textarea {
    width: 100%;
    text-align: left;
  }

  .contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    /*grid-template: "."
                   "."
                   "."
                   / 1fr;*/
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    width: auto;
    text-align: left;
    margin-top: -32px;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

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

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .paragraph.medium {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

   .paragraph.medium.texto-equipe{
    text-align: left;
    }

  .texto-equipe{
    text-align: left !important;
    padding-bottom: 0px !important;
  }

  .link-equipe{
    margin-bottom: 24px !important;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px !important;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4 {
    text-align: center;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
  }

  .container-2 {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .image-home {
    margin-top: 32px;
  }

  .grid {
    width: 520px;
  }

  .grid.gridumterco {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1.5fr;
  }

  .image-3 {
    height: 40px;
  }

  .heading-5 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 24px;
    line-height: 28px;
  }

  .container-1.container-equipe {
    width: 90%;
  }

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

  .div-block-7 {
    margin-left: 16px;
  }

  .columns {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .container-7 {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-field-2 {
    width: 362px;
  }

  .text-field-2.cc-textarea {
    width: 362px;
    text-align: left;
  }

  .column-8 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .contact-form-grid-2 {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .button-4 {
    width: 362px;
  }

  .contact-form-2 {
    flex-direction: column;
    display: flex;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    width: 520px;
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-4.cc-contact {
    width: 432px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }

  .image-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-21 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19{
    margin: 0 auto;
  }

   .w-slider-mask{
    height: 664px;
  }

  .slider{
    height: 560px;
  }

  .column-5, .column-7{
    padding: 0 56px;
    margin-top: 8px;
  }

  .paragraph.medium.texto-equipe{
    text-align: left;
  }

  .modal-column{
    padding: 8px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .modal-content {
    width: 90%;
    margin: 24px auto;
    /*max-height: 88%;
    overflow: auto;*/
  }

  .modal-column{
    padding: 8px;
      font-size: 12px;
    line-height: 18px;
  }

  .section.section-hero-contato.contato-home{
    background-size: 100vw;

  }

  .section.section-hero-servicos {
    width: auto;
    background-size: 280vw;
  }

  .section.section-hero{
    background-repeat: no-repeat;
    background-size: auto;
  }

  .w-slider-arrow-left{
    display: none;
  }

  .w-slider-arrow-right{
    display: none;
  }

  .slider{
    height: auto;
  }

  .slide, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7{
    padding-right: 0px;
    padding-left: 0px;
  }

  .w-slider-nav {
    padding-top: 48px;
  }

  .texto-case{
    margin-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .w-slider-mask{
    height: 664px;
  }

  .paragraph-2.heading-white{
    margin-top: 8px;
  }

.container-1.container-contato {
  width: 324px;
}
  .heading-jumbo {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-light {
    text-align: left;
  }

  .section {
    width: 320px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.cc-contact {
    width: auto;
  }

  .section.section-hero {
    background-size: 200vw;
  }

  .section.section_equipe2 {
    background-size: auto;
  }

  .button {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }

  .navigation {
    width: 320px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    height: 48px;
  }

  .intro-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field, .text-field.cc-textarea {
    width: 100%;
  }

  .contact {
    width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
    width: auto;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

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

  .paragraph.medium.centralizado.text-white.text-shadow.paragraph_mobile {
    font-size: 12px;
    line-height: 18px;
  }

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

  .container-2 {
    width: 100%;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
    margin-bottom: 32px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block {
    margin-right: 0;
    display: block;
  }

  .div-block-2 {
    width: 288px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid.gridumterco {
    grid-template-columns: 1.5fr;
  }

  .heading-5 {
    width: auto;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 24px;
  }

  .section-bg700 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-1.container-equipe {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cointaner--clientes {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-clientes {
    display: block;
  }

  .body-wrap {
    box-shadow: none;
    background-color: #37373f;
    margin-bottom: 16px;
    padding: 24px 16px;
  }

  .button-secondary {
    width: 100%;
    text-transform: none;
    font-size: 11px;
  }

  .grid-depoimentos {
    display: block;
  }

  .div-block-depoimento {
    margin-bottom: 32px;
  }

  .logo-cliente-mobile {
    padding-bottom: 24px;
  }

  .div-block-7 {
    margin-left: 8px;
  }

  .div-block-8.personalizado, .div-block-9.personalizado {
    width: 272px;
  }

  .div-block-10 {
    margin-right: 0;
    display: block;
  }

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

  .container-7 {
    width: 100%;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 18px;
  }

  .body-wrap-2 {
    box-shadow: none;
    background-color: #37373f;
    margin-bottom: 16px;
    padding: 24px 16px;
  }

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

  .text-field-2, .text-field-2.cc-textarea {
    width: 288px;
  }

  .heading-9 {
    text-align: left;
  }

  .button-4 {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }

  .contact-form-2 {
    flex-direction: column;
  }

  .section-4 {
    width: 320px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-4.cc-contact {
    width: 320px;
  }

  .intro-wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading_1_mobile {
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-depoimento-2 {
    margin-bottom: 32px;
  }

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

  .section-bg700-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}



#w-node-_9831353d-6134-ac6b-417a-4376b0c322da-8552b50e, #w-node-_7bb9cfa3-8921-3b21-5fad-524a70dd1a91-8552b50e, #w-node-_496f6203-5b09-a4f9-08c0-1baf909f7a21-8552b50e, #w-node-_5f9906aa-9139-496c-1ead-2fac3ce17473-8552b50e, #w-node-fe05158c-be9c-569d-eb67-1c331b9f523d-8552b50e, #w-node-_3afd64f4-3fd9-4bd5-c0c9-5d0424bb3df4-8552b50e, #w-node-_45fc92a0-cf02-03ae-e5ca-49f683b81d42-8552b50e {
  align-self: center;
}

#w-node-f32e2315-a46a-66eb-0f90-98d452198b6f-8552b50e, #w-node-f32e2315-a46a-66eb-0f90-98d452198b7c-8552b50e, #w-node-f32e2315-a46a-66eb-0f90-98d452198b89-8552b50e {
  align-self: start;
}

#w-node-_3c6d26ae-c74a-93fa-09b5-ad6e199f92a1-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_82620938-c8ee-fe30-7559-b1e3f5f87f38-8552b517, #w-node-_9ab6f6ca-bc9a-57cc-0f9b-3e9441202781-8552b517, #w-node-e53aa606-c650-1009-30fe-c9090d2aa54b-8552b517, #w-node-ea610096-9e06-b4c1-f36d-0f573dfffc11-8552b517, #w-node-_19b0ca5a-fd2a-1651-9e47-70d743cb48d1-8552b517, #w-node-_57dafa09-813e-e965-da18-d79bf810f352-8552b517, #w-node-_0c88874d-c66d-9c96-45c1-417de5db47f7-8552b517, #w-node-b8fb138f-2e92-2cde-7b10-6e2c68c37c46-8552b517, #w-node-b8fb138f-2e92-2cde-7b10-6e2c68c37c53-8552b517, #w-node-b8fb138f-2e92-2cde-7b10-6e2c68c37c60-8552b517 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_3c6d26ae-c74a-93fa-09b5-ad6e199f92a1-d0df4a24 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsoutlined';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}