:root {
  --black: black;
  --happt2: #ff7b00;
  --white: white;
  --happyneis: #025da6;
}

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

body {
  color: var(--black);
  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: 10px;
  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;
}

.divider {
  background-color: var(--happt2);
  height: 1px;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: var(--happt2);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.container {
  width: auto;
  max-width: 1216px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-bigger {
  opacity: 1;
  color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 300px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fffefe;
  text-align: center;
}

.paragraph-bigger.cc-bigger-light.text-align-center {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #025da6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  margin-top: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

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

.button:active {
  background-color: #43464d;
}

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

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #ff7b00;
  border-radius: 20px;
  width: 250px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--happyneis);
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #025da6e3;
  border-radius: 20px;
  flex: none;
  width: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: var(--happt2);
}

.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: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.laranja {
  background-color: var(--happt2);
}

.button.laranja:hover {
  background-color: #ff7b00c7;
}

.button.difusor {
  margin-top: 20px;
}

.button.saiba:hover {
  background-color: var(--white);
  color: var(--happyneis);
  font-weight: 700;
}

.button.fale-conosco {
  width: 200px;
}

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

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

.label.cc-light {
  opacity: .6;
  width: 100%;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

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

.paragraph-light {
  opacity: .6;
  text-align: justify;
  font-weight: 400;
}

.heading-jumbo {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px 0;
  font-size: 70px;
  line-height: 60px;
}

.heading-jumbo-small {
  color: var(--black);
  text-transform: none;
  border: 1px #000;
  border-bottom-color: #0690ff;
  width: 100%;
  max-width: 900px;
  margin: 10px auto 15px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-jumbo-small.branco {
  color: #fffefe;
  font-size: 48px;
}

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

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

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

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

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

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

.logo-link.w--current {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 5% auto auto 0%;
}

.menu {
  z-index: 0;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.navigation {
  background-color: #0000;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 0;
  display: block;
  position: static;
}

.navigation-item {
  opacity: .6;
  color: #131313;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.logo-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: transform .3s linear;
  display: block;
}

.logo-image:hover {
  transform: scale(1.05);
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  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;
}

.cta-text {
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.intro-header {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 100%;
  margin: 100px auto 85px;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

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

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

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

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

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

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

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

.project-cover-link {
  margin-bottom: 40px;
}

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

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

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

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

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

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

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

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

._404-wrap {
  background-color: var(--happyneis);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  text-align: center;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.home-content-wrap {
  width: 100%;
  margin: 80px auto 100px;
}

.home-section-wrap {
  max-width: 100%;
  margin-bottom: 30px;
}

.section-heading {
  margin: 10px auto 0;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.about-grid.cc-about-2 {
  grid-column-gap: 7px;
  grid-template-columns: 1fr;
  grid-template-areas: ". .";
  justify-content: center;
  justify-items: center;
  margin-bottom: 0;
  display: flex;
}

.intro-text {
  color: var(--black);
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  position: sticky;
  top: 0;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.text-span {
  color: var(--happt2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 90px;
}

.text-block {
  color: #fff;
}

.text-span-2 {
  background-color: var(--happyneis);
  color: #fff;
  font-weight: 500;
}

.div-block {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 2fr 2fr minmax(200px, .25fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 1011px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.div-block-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.image {
  object-fit: none;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  border-radius: 100px;
  width: 100%;
  max-width: 100%;
}

.image-3 {
  max-width: 485.5px;
}

.image-3.antiembacante {
  max-width: 130px;
}

.image-3.lava {
  max-width: 220px;
}

.footer {
  background-color: var(--happyneis);
  text-align: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.footer-logo-link {
  flex: 0 auto;
  max-width: 300px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: transform .275s linear;
}

.footer-image:hover {
  transform: scale(1.05);
}

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

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--happt2);
  text-decoration: underline;
}

.footer-link.w--current {
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: #fff;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 16px;
}

.menuitem {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
}

.menuitem:hover {
  color: var(--happt2);
}

.nav-link {
  font-weight: 400;
}

.paragrafo {
  text-align: justify;
  text-wrap: pretty;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.paragraph {
  text-align: justify;
  max-width: 400px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  margin-bottom: 40px;
}

.paragrafobanner {
  color: #fff;
}

.image-4 {
  filter: invert();
  max-width: 40px;
  transition: transform .25s linear;
}

.image-4:hover {
  transform: scale(1.1);
}

.list {
  text-align: left;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-5 {
  padding-bottom: 20px;
}

.heading-xsmall {
  text-align: center;
  align-items: center;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.testimonial9_component {
  background-color: #0000;
  height: auto;
  padding: 0 2rem 20px;
  overflow: hidden;
}

.testimonial9_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonial9_logo {
  max-height: 3.5rem;
}

.testimonial9_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-medium {
  width: 80%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 16px;
}

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

.text-weight-semibold {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.testimonial9_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial9_slide {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial9_client-image {
  object-fit: cover;
  border-radius: 200%;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial9_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

.testimonial9_client-image-wrapper {
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

.contact15_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.contact15_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.contact15_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.contact16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.text-style-link {
  text-decoration: underline;
}

.contact15_item {
  display: none;
}

.contact15_content-left {
  max-width: 100%;
}

.gallery7_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lancamento {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.gallery7_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery7_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery7_lightbox-link {
  width: 100%;
}

.gallery7_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  place-items: stretch center;
}

.div-block-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

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

.div-block-7 {
  width: 100%;
  max-width: 1011px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.produtos {
  z-index: 3;
  position: relative;
  inset: 0%;
}

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

.contato {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero {
  background-image: url('../images/IMG-20220503-WA0103.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  top: 0;
}

.div-block-8 {
  width: 100%;
  max-width: 1011px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  max-width: 1011px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10, .div-block-11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 88px;
}

.div-block-12 {
  flex: none;
  padding-left: 60px;
}

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

.text-block-3 {
  font-size: 12px;
  font-weight: 600;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "." 340px
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  max-width: 1011px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.image-6 {
  border-radius: 60px;
}

.div-block-15 {
  max-width: 433.891px;
  margin-bottom: 60px;
}

.text-span-4 {
  color: #fff;
  text-decoration: underline;
}

.link {
  color: #fff;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.div-block-19 {
  margin-bottom: 60px;
}

.image-7 {
  border-radius: 100px;
  padding-top: 40px;
}

.image-8 {
  border-radius: 60px;
}

.paragraph-6 {
  padding-top: 40px;
  font-size: 18px;
  line-height: 1.5;
}

.image-9 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.text-span-5 {
  color: var(--happt2);
  font-weight: 700;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-12 {
  outline-color: var(--happyneis);
  outline-offset: 0px;
  border-radius: 50%;
  outline-width: 1px;
  outline-style: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-12.difusor {
  max-width: 800px;
}

.image-12._2 {
  filter: contrast(122%) saturate(129%);
}

.div-block-21 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-6 {
  color: var(--happt2);
  font-weight: 700;
}

.dropdown-link {
  background-color: var(--happt2);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.dropdown-link:hover {
  color: var(--white);
  background-color: #ff7b00a3;
}

.dropdown-link-2 {
  background-color: var(--happt2);
}

.text-block-5 {
  background-color: var(--happt2);
  outline-offset: 3px;
  color: var(--white);
  outline: 2px solid #ff7b0099;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-5:hover {
  outline-color: var(--happt2);
  color: var(--white);
  background-color: #ff7b00b3;
  padding: 8px 11px;
}

.text-block-5.azul {
  background-color: var(--happyneis);
}

.text-block-5.azul:hover {
  background-color: var(--white);
  color: var(--happyneis);
}

.icon {
  padding-left: 5px;
}

.icon.branco, .icon.inverso {
  filter: invert();
}

.div-block-22, .div-block-23 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.comprar {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.dropdown-toggle {
  padding-left: 5px;
}

.div-block-24 {
  object-fit: none;
}

.div-block-25 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.image-14 {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 15px 5% 0 auto;
}

.image15 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto auto 0% 5%;
}

.image15.oculto {
  display: block;
}

.image15.esquerda {
  max-width: 150%;
}

.section-2 {
  background-image: url('../images/SWW_5231.webp');
  background-position: 0 0;
  background-size: cover;
}

.image-15 {
  max-width: 340px;
}

.image-15.cera {
  max-width: 220px;
}

.image-15.anti {
  max-width: 110px;
}

.image-15.limpa {
  max-width: 120px;
}

.image-16 {
  max-width: 485.5px;
}

.imagebanner {
  object-fit: none;
  max-width: 726px;
}

.wraptudo {
  z-index: 10;
  position: relative;
}

.divimagem {
  position: static;
}

.cera {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.lava {
  max-width: 240px;
}

.div-block-26 {
  max-width: 200px;
  max-height: 200px;
  position: static;
  inset: auto 0% 0% auto;
}

.image-17 {
  object-fit: fill;
  transform-style: preserve-3d;
  border-radius: 100%;
  max-width: 180px;
  max-height: 250px;
  transition: transform .6s cubic-bezier(.55, .085, .68, .53);
}

.image-17:hover {
  perspective: 627px;
  transform: scale3d(2, 2, 2);
}

.div-block-27 {
  max-width: 123px;
}

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

.avaliacao {
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 80px;
  position: relative;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  display: grid;
  box-shadow: 6px 6px 20px #025da669;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-wrapper-four.oposto {
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 40px;
}

.testimonial-left {
  flex: 0 auto;
  align-self: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-image-four {
  object-fit: contain;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-image-four.left {
  object-fit: fill;
  max-width: 100%;
  padding-left: 0;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.testimonial-right.left {
  text-align: right;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  text-transform: lowercase;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text-four {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.text-span-7 {
  text-transform: uppercase;
}

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

.link-block {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-28 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.image-19, .image-20, .image-21 {
  max-width: 280px;
}

.image-22 {
  max-width: 0;
}

.image-23, .image-24 {
  max-width: 280px;
}

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

.div-block-29 {
  display: none;
}

.image-26 {
  z-index: 200;
  background-color: var(--happyneis);
  width: 40px;
  max-width: 100%;
  padding: 2px 5px;
  position: fixed;
  inset: auto 2% 2% auto;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.link-whatsapp {
  z-index: 200;
  width: 40px;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.botao-compra {
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  cursor: pointer;
  border-radius: 20px;
  font-size: 14px;
}

.button-2:hover {
  color: #f7f7f7;
  background-color: #ec9238;
  font-weight: 700;
}

.dropdown-toggle-3 {
  color: var(--happyneis);
  padding-right: 20px;
}

.dropdown-toggle-3.w--open {
  padding-right: 20px;
}

.dropdown-link-3 {
  background-color: var(--happyneis);
  color: #f8faff;
  cursor: pointer;
}

.dropdown-link-3:hover {
  color: #fff;
  background-color: #0b80de;
}

.icon-2 {
  margin-right: 0;
}

._404-image {
  width: 20rem;
}

.link-email {
  z-index: 200;
  width: 40px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-whatsapp {
  z-index: 200;
  width: 40px;
  max-width: 100%;
  position: fixed;
  inset: auto 2% 2% auto;
}

@media screen and (max-width: 991px) {
  body {
    background-color: #0000;
  }

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

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    width: auto;
    max-width: 480px;
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    padding-left: 70px;
    padding-right: 70px;
  }

  .heading-jumbo-small.branco {
    font-size: 40px;
  }

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

  .menu-icon {
    filter: invert();
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu {
    color: #fffefe;
    flex: 1;
    margin-left: auto;
    padding-right: 40px;
    display: block;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
    flex: 1;
    justify-content: space-between;
  }

  .navigation {
    justify-content: space-between;
    padding: 25px 30px;
    display: block;
  }

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

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

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

  .menu-button {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .menu-button.w--open, .navigation-items {
    background-color: #0000;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    margin-top: 0;
  }

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

  .service-icon {
    display: inline-block;
  }

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

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

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

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .home-section-wrap {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

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

  .about-grid {
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-grid.cc-about-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: 100%;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .div-block {
    grid-template-columns: 60% 20% 20%;
    padding-left: 45px;
    padding-right: 45px;
  }

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

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

  .footer-link.w--current {
    line-height: 18px;
  }

  .menuitem {
    background-color: var(--happyneis);
    color: #f8f8f8;
    margin-left: auto;
    margin-right: auto;
  }

  .paragrafo {
    max-width: 550px;
  }

  .div-block-3 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragrafobanner {
    font-size: 20px;
  }

  .heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.1;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    width: 90%;
  }

  .testimonial9_mask {
    width: 100%;
  }

  .testimonial9_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .contact15_component {
    grid-column-gap: 3rem;
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-7 {
    padding-left: 44px;
    padding-right: 32px;
  }

  .hero {
    background-position: 0%;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-8 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .div-block-14 {
    font-size: 14px;
  }

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

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .button-2 {
    font-size: 12px;
  }
}

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

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

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

  .button {
    display: none;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    display: block;
  }

  .label.cc-light {
    margin-top: 0;
  }

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

  .heading-jumbo {
    max-width: 380px;
    font-size: 50px;
    line-height: 64px;
  }

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

  .heading-jumbo-small.branco {
    font-size: 38px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-text {
    margin-bottom: 0;
  }

  .cta-wrap {
    padding: 40px 30px 0;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    padding-top: 20px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .motto-wrap {
    margin-bottom: 20px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

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

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

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .section-heading {
    font-size: 30px;
  }

  .about-grid.cc-about-2 {
    margin-bottom: 0;
  }

  .intro-text {
    padding-top: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    max-height: 44%;
  }

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

  .paragrafo {
    font-size: 15px;
    line-height: 1.5;
  }

  .div-block-3, .div-block-4 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .heading {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .testimonial9_component {
    padding-bottom: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    text-align: justify;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .testimonial9_slide, .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact15_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contact16_item-text-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .gallery7_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .depoimentos {
    padding-bottom: 0;
  }

  .hero {
    background-image: url('../images/SWW_5231.webp'), linear-gradient(#0000, #0000);
    background-position: 40%, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

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

  .image-5 {
    max-width: 219px;
  }

  .avaliacao {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-cta {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container {
    margin-bottom: 0;
  }

  .paragraph-bigger {
    margin-bottom: 10px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-left: 0;
    margin-right: auto;
    padding: 10px 20px;
    line-height: 18px;
  }

  .button.difusor {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .button.saiba {
    display: block;
  }

  .button.fale-conosco {
    order: -9999;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
    line-height: 40px;
  }

  .heading-jumbo-small {
    padding-left: 26px;
    padding-right: 26px;
    line-height: 1.5;
  }

  .heading-jumbo-small.branco {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
  }

  .logo-link.w--current {
    flex: none;
    max-width: 280px;
  }

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

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

  .menu-button {
    flex: none;
    width: 50px;
  }

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

  .logo-image {
    width: 230px;
    margin-left: auto;
  }

  .cta-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-content.cc-homepage {
    padding-top: 70px;
    padding-left: 33px;
  }

  .motto-wrap {
    margin-top: 60px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    max-width: 300px;
    margin-bottom: 0;
  }

  .section-heading {
    max-width: 250px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
  }

  .about-grid {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
  }

  .about-grid.cc-about-2 {
    padding: 60px 29px;
  }

  .intro-text {
    max-width: 343.469px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .work-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.1;
  }

  .blog-heading {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span {
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
  }

  .text-block {
    font-size: 12px;
  }

  .div-block {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .image {
    object-fit: none;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    object-fit: none;
    object-position: 70% 50%;
  }

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

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

  .footer-logo-link {
    height: 100px;
  }

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

  .text-block-2 {
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .menuitem:hover {
    color: #fff;
    background-color: #0476d1;
  }

  .paragrafo {
    text-align: justify;
    font-size: 15px;
    line-height: 1.5;
  }

  .div-block-3 {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph {
    text-align: justify;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.5;
  }

  .paragrafobanner {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .heading {
    margin-top: 0;
  }

  .div-block-5 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .heading-xsmall {
    text-align: center;
    font-size: 16px;
  }

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

  .testimonial9_arrow.hide-mobile-landscape {
    border-color: var(--happt2);
    margin-left: auto;
    margin-right: auto;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    text-align: justify;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }

  .testimonial9_client-image {
    outline-color: var(--happyneis);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: solid;
  }

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

  .contact15_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact15_contact-list {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .contact15_item {
    align-items: center;
  }

  .contact15_content-left {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-7 {
    padding-left: 32px;
  }

  .sobre, .produtos {
    margin-left: auto;
    margin-right: auto;
  }

  .depoimentos {
    width: 100%;
    margin-bottom: 20px;
  }

  .contato {
    background-color: #0000;
    padding-top: 60px;
  }

  .hero {
    background-image: radial-gradient(circle farthest-corner at 60% 40%, transparent 20%, var(--black) 83%), url('../images/IMG-20220503-WA0103.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    position: relative;
  }

  .div-block-8 {
    margin-top: 40px;
    display: block;
    overflow: hidden;
  }

  .div-block-13 {
    grid-template: ". ."
                   "Area Area"
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-14 {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .text-span-3 {
    font-size: 25px;
    font-weight: 600;
  }

  .image-6 {
    object-fit: none;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4 {
    line-height: 1.1;
  }

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

  .div-block-15 {
    margin-bottom: 40px;
  }

  .div-block-17 {
    margin-bottom: 0;
  }

  .div-block-18 {
    margin-bottom: 40px;
  }

  .div-block-19 {
    max-width: 262px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-8 {
    display: none;
  }

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

  .image-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
  }

  .body, .banner {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .image-12 {
    max-width: 130px;
    margin-bottom: 22px;
  }

  .div-block-22 {
    max-width: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle-2 {
    display: none;
  }

  .div-block-24 {
    order: 2;
  }

  .image-13 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-14 {
    max-width: 250px;
    top: -54px;
    left: auto;
    right: -4%;
  }

  .image15 {
    max-width: 130px;
    top: 220px;
    left: -5%;
  }

  .image15.oculto {
    max-width: 160px;
    display: block;
  }

  .image15.esquerda {
    max-width: 100%;
    margin-left: 30px;
  }

  .image-15 {
    width: 240px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-26 {
    margin-bottom: 40px;
  }

  .image-17 {
    max-width: 160px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .container-2 {
    grid-template-columns: auto;
    max-width: 270px;
    box-shadow: 6px 6px 20px #025da694;
  }

  .testimonial-wrapper-four {
    justify-content: center;
    align-items: center;
  }

  .testimonial-left {
    flex: none;
    margin-bottom: 40px;
  }

  .testimonial-image-four {
    max-width: 90%;
  }

  .testimonial-image-four.left {
    max-width: 85%;
  }

  .testimonial-right {
    text-align: center;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-right.left {
    margin-top: 40px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-small.margin-bottom-32px {
    font-size: 16px;
    line-height: 1.3;
  }

  .testimonial-text-four {
    margin-top: 5px;
    padding-top: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .div-block-28 {
    max-width: 100%;
  }

  .image-20.oculto {
    display: none;
  }

  .div-block-29 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

#w-node-_86e64837-0616-515b-4568-76c147234d34-7c409621 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-7c409621 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_1d6ca19a-9f93-278a-c5f5-e60db763e83d-7c409621, #w-node-_86e64837-0616-515b-4568-76c147234d3c-7c409621 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-7c409621 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_106c8ad5-15bb-95d2-d001-87b3a516d955-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a258b67f-19e9-746d-f86c-fee0c97fbff3-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caff4726-5051-651e-9eb2-caa4f1ff0722-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_351c6e08-cabf-d007-1b40-7827c25ac255-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_89d48d0e-9594-5594-0859-2adbf91d2d7d-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89d48d0e-9594-5594-0859-2adbf91d2d7e-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_410e95f4-26b5-e707-d7ed-dd34591bba37-7c409621, #w-node-caa488af-5b55-f975-e154-b34f7334c27a-7c409621, #w-node-_01ce69d2-b63b-c38d-536a-9306c5f94779-7c409621, #w-node-_8bb56d94-1ec2-a8a9-0706-b1812d185c92-7c409621, #w-node-_695408ff-48f3-cae6-8ed9-9a1a07037290-7c409621, #w-node-_551a2569-d9c3-ad51-28c3-278c205e9e8e-7c409621, #w-node-ae968b53-775e-d8f1-0346-b12f6ec7b44b-7c409621, #w-node-f663ccce-aea9-6a9c-3491-8af907c3a7ad-7c409621, #w-node-_4945c188-79f3-4e58-eaf3-9572cf73d819-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a8bcdeb-1892-7eb8-b333-7ba587c7a43b-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62915733-89fa-68d2-f67a-ee9c0975e23a-7c409621, #w-node-d2de527c-9642-27f4-40ae-74f5d66758b3-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc299b0b-3862-9f1f-39f2-209efc1b0204-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e28bb33-4cea-3256-9094-843516f04170-7c409621, #w-node-_9b062a8b-8bb7-9c20-9195-c86832d1f0d9-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff4aeb25-ccdf-dc47-d962-1cb3a2056d0d-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0762fb15-e5e2-3409-d813-24f048faa16e-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_541958ea-5319-c3b0-e0dd-d71ac125dc8a-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de2087e4-ae3a-1a46-a675-3a65a590bbbf-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_96d537c8-7d31-5d8f-3db2-8498f68dcc6c-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d2b0619d-1f26-4ec8-1631-0687d44af9f2-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02c563e6-3183-1e63-53e1-c5a8459ecff9-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_56692af5-79e6-c439-cd62-d7ba8f5b7427-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56692af5-79e6-c439-cd62-d7ba8f5b7428-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e3e09688-c1c1-b686-7a5d-987331c0678b-7c409621 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a15160c3-06ae-a277-8fe9-7f1365c150e0-7c409621, #w-node-_03ca0dcd-f17b-7d2e-45e4-b93ab702c737-7c409621, #w-node-_8c5e757e-26d4-a127-7a09-76663d401115-7c409621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_740704c7-0de0-69a2-1fde-bebc3bdc2691-8f79f15f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_52951387-7471-c08d-aa4e-7a55eded3f4c-8f79f15f, #w-node-_6b3b7785-d872-c313-8cb2-d9ee8f79f162-8f79f15f {
  align-self: center;
}

#w-node-_0fb6ecf1-4764-4b62-eb76-3ecf97441a11-8f79f15f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c8f614a-4e92-00b6-30ae-5476c1f7ff78-8f79f15f {
  align-self: center;
}

#w-node-b088dd91-cc9f-bc4f-6c1c-5a78a0bc941f-a0bc941f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b088dd91-cc9f-bc4f-6c1c-5a78a0bc9420-a0bc941f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-36d64f9f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-36d64f9f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_1d6ca19a-9f93-278a-c5f5-e60db763e83d-36d64f9f, #w-node-_86e64837-0616-515b-4568-76c147234d3c-36d64f9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-36d64f9f {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_106c8ad5-15bb-95d2-d001-87b3a516d955-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a258b67f-19e9-746d-f86c-fee0c97fbff3-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caff4726-5051-651e-9eb2-caa4f1ff0722-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_351c6e08-cabf-d007-1b40-7827c25ac255-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_89d48d0e-9594-5594-0859-2adbf91d2d7d-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89d48d0e-9594-5594-0859-2adbf91d2d7e-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_410e95f4-26b5-e707-d7ed-dd34591bba37-36d64f9f, #w-node-caa488af-5b55-f975-e154-b34f7334c27a-36d64f9f, #w-node-_01ce69d2-b63b-c38d-536a-9306c5f94779-36d64f9f, #w-node-_8bb56d94-1ec2-a8a9-0706-b1812d185c92-36d64f9f, #w-node-_695408ff-48f3-cae6-8ed9-9a1a07037290-36d64f9f, #w-node-_551a2569-d9c3-ad51-28c3-278c205e9e8e-36d64f9f, #w-node-ae968b53-775e-d8f1-0346-b12f6ec7b44b-36d64f9f, #w-node-f663ccce-aea9-6a9c-3491-8af907c3a7ad-36d64f9f, #w-node-_4945c188-79f3-4e58-eaf3-9572cf73d819-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a8bcdeb-1892-7eb8-b333-7ba587c7a43b-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62915733-89fa-68d2-f67a-ee9c0975e23a-36d64f9f, #w-node-d2de527c-9642-27f4-40ae-74f5d66758b3-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc299b0b-3862-9f1f-39f2-209efc1b0204-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e28bb33-4cea-3256-9094-843516f04170-36d64f9f, #w-node-_9b062a8b-8bb7-9c20-9195-c86832d1f0d9-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff4aeb25-ccdf-dc47-d962-1cb3a2056d0d-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0762fb15-e5e2-3409-d813-24f048faa16e-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_541958ea-5319-c3b0-e0dd-d71ac125dc8a-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de2087e4-ae3a-1a46-a675-3a65a590bbbf-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_96d537c8-7d31-5d8f-3db2-8498f68dcc6c-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d2b0619d-1f26-4ec8-1631-0687d44af9f2-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02c563e6-3183-1e63-53e1-c5a8459ecff9-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_56692af5-79e6-c439-cd62-d7ba8f5b7427-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56692af5-79e6-c439-cd62-d7ba8f5b7428-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fbaa080d-8225-4a17-4935-fd5a3a8c983f-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbaa080d-8225-4a17-4935-fd5a3a8c9840-36d64f9f, #w-node-fbaa080d-8225-4a17-4935-fd5a3a8c9841-36d64f9f {
  align-self: center;
}

#w-node-fbaa080d-8225-4a17-4935-fd5a3a8c985f-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbaa080d-8225-4a17-4935-fd5a3a8c9860-36d64f9f {
  align-self: center;
}

#w-node-e3e09688-c1c1-b686-7a5d-987331c0678b-36d64f9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a15160c3-06ae-a277-8fe9-7f1365c150e0-36d64f9f, #w-node-_03ca0dcd-f17b-7d2e-45e4-b93ab702c737-36d64f9f, #w-node-_8c5e757e-26d4-a127-7a09-76663d401115-36d64f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-7c76b8f5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-7c76b8f5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_1d6ca19a-9f93-278a-c5f5-e60db763e83d-7c76b8f5, #w-node-_86e64837-0616-515b-4568-76c147234d3c-7c76b8f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-7c76b8f5 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_106c8ad5-15bb-95d2-d001-87b3a516d955-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a258b67f-19e9-746d-f86c-fee0c97fbff3-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caff4726-5051-651e-9eb2-caa4f1ff0722-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_351c6e08-cabf-d007-1b40-7827c25ac255-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_89d48d0e-9594-5594-0859-2adbf91d2d7d-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89d48d0e-9594-5594-0859-2adbf91d2d7e-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_410e95f4-26b5-e707-d7ed-dd34591bba37-7c76b8f5, #w-node-caa488af-5b55-f975-e154-b34f7334c27a-7c76b8f5, #w-node-_01ce69d2-b63b-c38d-536a-9306c5f94779-7c76b8f5, #w-node-_8bb56d94-1ec2-a8a9-0706-b1812d185c92-7c76b8f5, #w-node-_695408ff-48f3-cae6-8ed9-9a1a07037290-7c76b8f5, #w-node-_551a2569-d9c3-ad51-28c3-278c205e9e8e-7c76b8f5, #w-node-ae968b53-775e-d8f1-0346-b12f6ec7b44b-7c76b8f5, #w-node-f663ccce-aea9-6a9c-3491-8af907c3a7ad-7c76b8f5, #w-node-_4945c188-79f3-4e58-eaf3-9572cf73d819-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a8bcdeb-1892-7eb8-b333-7ba587c7a43b-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62915733-89fa-68d2-f67a-ee9c0975e23a-7c76b8f5, #w-node-d2de527c-9642-27f4-40ae-74f5d66758b3-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc299b0b-3862-9f1f-39f2-209efc1b0204-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e28bb33-4cea-3256-9094-843516f04170-7c76b8f5, #w-node-_9b062a8b-8bb7-9c20-9195-c86832d1f0d9-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff4aeb25-ccdf-dc47-d962-1cb3a2056d0d-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0762fb15-e5e2-3409-d813-24f048faa16e-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_541958ea-5319-c3b0-e0dd-d71ac125dc8a-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de2087e4-ae3a-1a46-a675-3a65a590bbbf-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_96d537c8-7d31-5d8f-3db2-8498f68dcc6c-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d2b0619d-1f26-4ec8-1631-0687d44af9f2-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02c563e6-3183-1e63-53e1-c5a8459ecff9-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_56692af5-79e6-c439-cd62-d7ba8f5b7427-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56692af5-79e6-c439-cd62-d7ba8f5b7428-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dfaec554-556f-6f43-2ce4-66a002648f69-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfaec554-556f-6f43-2ce4-66a002648f6a-7c76b8f5, #w-node-dfaec554-556f-6f43-2ce4-66a002648f6b-7c76b8f5 {
  align-self: center;
}

#w-node-dfaec554-556f-6f43-2ce4-66a002648f89-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfaec554-556f-6f43-2ce4-66a002648f8a-7c76b8f5 {
  align-self: center;
}

#w-node-e3e09688-c1c1-b686-7a5d-987331c0678b-7c76b8f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a15160c3-06ae-a277-8fe9-7f1365c150e0-7c76b8f5, #w-node-_03ca0dcd-f17b-7d2e-45e4-b93ab702c737-7c76b8f5, #w-node-_8c5e757e-26d4-a127-7a09-76663d401115-7c76b8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-7c409621 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-7c409621, #w-node-_86e64837-0616-515b-4568-76c147234d4c-7c409621 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_618b9deb-ca45-69cb-d91e-1199c442f3c9-7c409621 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-36d64f9f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-36d64f9f, #w-node-_86e64837-0616-515b-4568-76c147234d4c-36d64f9f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_618b9deb-ca45-69cb-d91e-1199c442f3c9-36d64f9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-7c76b8f5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-7c76b8f5, #w-node-_86e64837-0616-515b-4568-76c147234d4c-7c76b8f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_618b9deb-ca45-69cb-d91e-1199c442f3c9-7c76b8f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05982236-5ffa-cd28-2d8c-c20b55c8d8aa-7c409621 {
    align-self: start;
  }

  #w-node-e3e09688-c1c1-b686-7a5d-987331c0678b-7c409621 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_740704c7-0de0-69a2-1fde-bebc3bdc2691-8f79f15f {
    justify-self: center;
  }

  #w-node-_6b3b7785-d872-c313-8cb2-d9ee8f79f162-8f79f15f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fbaa080d-8225-4a17-4935-fd5a3a8c983f-36d64f9f {
    justify-self: center;
  }

  #w-node-fbaa080d-8225-4a17-4935-fd5a3a8c9841-36d64f9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-e3e09688-c1c1-b686-7a5d-987331c0678b-36d64f9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfaec554-556f-6f43-2ce4-66a002648f69-7c76b8f5 {
    justify-self: center;
  }

  #w-node-dfaec554-556f-6f43-2ce4-66a002648f6b-7c76b8f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-e3e09688-c1c1-b686-7a5d-987331c0678b-7c76b8f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


