:root {
  --royal-blue-2: #2559b2;
  --dodger-blue: #397ff7;
  --white: white;
  --midnight-blue: #103150;
  --royal-blue: #004cd0;
}

.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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.item {
  margin-right: 32px;
}

.container {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-block {
  opacity: .6;
  color: #fff;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 300;
}

.social-media-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-media-link {
  opacity: .6;
  filter: invert();
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #a0a0a0;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  margin-left: 4px;
  transition: all .3s;
}

.social-media-link:hover {
  opacity: .9;
  background-color: #a3a3a375;
  transform: translate(-3px);
}

.social-media-link.sml-2 {
  background-image: url('../images/instagram-logo.svg');
  background-position: 50%;
  background-size: 13px;
}

.social-media-link.sml-3 {
  background-image: url('../images/twitter-logo.svg');
  background-position: 50%;
  background-size: 14px;
}

.social-media-link.sml-4 {
  background-image: url('../images/linkedin-letters.svg');
  background-position: 50%;
  background-size: 13px;
}

.social-media-link.sml-5 {
  background-image: url('../images/youtube-logo-1.svg');
  background-position: 50%;
  background-size: 13px;
}

.top-bar-wrapper {
  border-bottom: 1px solid #dbe5ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 6px;
  min-width: 200px;
  padding: 18px 16px;
  box-shadow: 0 13px 18px #0445a742;
}

.dropdown-list.w--open {
  padding-left: 0;
  padding-right: 0;
}

.dropdown {
  padding: 10px 14px;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 60px;
  margin-left: 10px;
  display: flex;
}

.brand.w--current {
  width: 300px;
  height: 80px;
}

.dropdown-icon {
  margin-left: 8px;
  margin-right: 0;
  position: static;
}

.nav-link-wrap {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .2s;
}

.nav-link-wrap:hover {
  color: #003261;
  background-color: #fff;
  border-radius: 0;
}

.nav-link-wrap.w--current {
  color: #fff;
}

.nav-link-wrap.w--current:hover {
  color: #000;
}

.contact-item {
  color: #666f77;
  background-color: #0000;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact-item:hover {
  color: #247cff;
}

.dropdown-toggle {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #247cff;
}

.nav-menu-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact-icon {
  margin-right: 10px;
}

.nav-menu {
  color: #061829;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color .3s, color .3s;
}

.dropdown-link:hover {
  background-color: #eef5ff;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  padding-left: 1%;
  padding-right: 1%;
}

.contact-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #247cff;
  border: 2px solid #247cff;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button:hover {
  color: #fff;
  background-color: #1a4ed2;
  border-color: #1a4ed2;
  transform: translate(0, -2px);
}

.button.standard {
  padding: 16px 32px;
  font-size: 16px;
}

.button.standard:hover {
  color: #fff;
}

.button.standard.header {
  background-color: #89386e;
  border-color: #89386e;
}

.div-block {
  z-index: 5;
  border-bottom: 1px solid #e3e3e34f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 40px;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  position: relative;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  top: 0;
}

.slider {
  width: 100%;
  height: 100%;
}

.section-3 {
  background-color: #dbbcbc;
  width: 100%;
  height: 450px;
  position: relative;
}

.div-block-2 {
  z-index: 5;
  background-image: linear-gradient(#000f25ba 5%, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.div-block-3 {
  background-image: url('../images/banner-pericia-1-bx.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#0012316e 23%, #0000), radial-gradient(circle, #0000, #1e2843);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-3-copy {
  background-image: url('../images/banner-pericia-2-bx.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-3-copy-2 {
  background-image: url('../images/banner-pericia-3-bx.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.div-block-5 {
  opacity: 1;
  filter: none;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: 900px;
  height: 300px;
  display: flex;
  position: absolute;
}

.text-block-3 {
  position: absolute;
}

.bold-text-2 {
  color: #155697;
  letter-spacing: 1.5px;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  transition: all .2s;
}

.section-4 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  max-width: 1400px;
  height: auto;
  display: flex;
}

.link-block {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 320px;
  margin: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 6px 20px #0003;
}

.div-block-7 {
  background-image: url('../images/icon-pericia-judicial.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #d9d9d9;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  transition: all .3s;
}

.div-block-7:hover {
  background-image: url('../images/icon-pericia-judicial-3.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-7.db7-2 {
  background-image: url('../images/icon-pericia-extra-judicial.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-7.db7-2:hover {
  background-image: url('../images/icon-pericia-extra-judicial-3.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-7.db7-3 {
  background-image: url('../images/icon-recuperacao-judicial.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-7.db7-3:hover {
  background-image: url('../images/icon-recuperacao-judicial-3.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-8 {
  background-color: #e9e9e9;
  width: 45%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-9 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.text-block-4 {
  color: #939393;
  font-size: 27px;
  line-height: 30px;
}

.text-block-5 {
  color: #0255b4;
  text-transform: uppercase;
  font-size: 20px;
}

.div-block-7---2 {
  background-image: url('../images/icon-pericia-extra-judicial.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #d9d9d9;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  transition: all .3s;
}

.div-block-7---2:hover {
  background-image: url('../images/icon-pericia-extra-judicial-3.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-7---3 {
  background-image: url('../images/icon-recuperacao-judicial.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #d9d9d9;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  transition: all .3s;
}

.div-block-7---3:hover {
  background-image: url('../images/icon-recuperacao-judicial-3.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/trabalhando2-bx.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
  position: relative;
  top: auto;
}

.div-block-11 {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/bg-white-01.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-12 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1000px;
  height: 500px;
  display: flex;
  position: relative;
}

.heading {
  color: var(--royal-blue-2);
  text-align: right;
  margin-bottom: 20px;
}

.div-block-13 {
  background-color: #ffffff80;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.paragraph {
  text-align: right;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 400;
  line-height: 38px;
}

.div-block-14 {
  text-align: right;
  width: 37%;
  margin-top: 20px;
  position: relative;
}

.button-2 {
  background-color: var(--royal-blue-2);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.button-2:active {
  background-color: #d86100;
}

.div-block-15 {
  background-color: #0000;
  background-image: linear-gradient(102deg, #fff0, #0000);
  width: 50%;
  height: 100%;
}

.div-block-16 {
  background-image: linear-gradient(272deg, #ffffff87, #0000);
  width: 50%;
  height: 100%;
}

.section-5 {
  background-color: #903636;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: -147px;
}

.section-6 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.box-curriculo {
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 400px;
  margin: 0;
  display: flex;
}

.div-block-18 {
  z-index: 1;
  background-image: url('../images/joo-luiz-aguiar.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 350px;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  box-shadow: 3px 3px 17px 1px #0000001c;
}

.div-block-18.db18-2 {
  background-image: url('../images/alinne-goncalves-aguiar.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  order: -1;
}

.div-block-18.db18_3 {
  background-image: url('../images/dbora-cristina-pedricci_2.webp');
}

.div-block-18.db18-4 {
  background-image: url('../images/valdeci-ribeiro-da-silva.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  order: -1;
}

.div-block-18.db18_5 {
  background-image: url('../images/flvia-rodrigues-de-melo-freitas.webp');
}

.div-block-18.db18-6 {
  background-image: url('../images/sebastio-jos-do-nascimento.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  order: -1;
}

.div-block-18.db18_7 {
  background-image: url('../images/heli-aparecido-borges.webp');
}

.div-block-19 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 350px;
  max-width: 1400px;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-19.db19-2 {
  align-items: flex-start;
}

.button-3 {
  background-color: var(--royal-blue-2);
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 16px;
}

.button-3:hover {
  background-color: #0c367e;
}

.button-3:active {
  background-color: #d86100;
}

.bold-text-3 {
  color: var(--royal-blue-2);
  font-size: 25px;
  font-weight: 700;
}

.italic-text {
  text-align: right;
  font-size: 35px;
  font-weight: 400;
}

.italic-text.it-2 {
  font-weight: 400;
}

.italic-text-2 {
  font-size: 16px;
  line-height: 15px;
}

.heading-2 {
  font-size: 35px;
}

.text-block-6 {
  text-align: right;
}

.text-block-6.tb6-2 {
  text-align: left;
}

.text-block-7 {
  text-align: right;
}

.div-block-20 {
  background-color: var(--royal-blue-2);
  position: absolute;
}

.div-block-21 {
  background-color: #992a2a;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0;
}

.div-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.box-blue {
  z-index: 2;
  background-color: var(--royal-blue-2);
  width: 70px;
  height: 70px;
  display: none;
  position: absolute;
}

.section-7 {
  background-image: linear-gradient(292deg, var(--royal-blue-2), var(--dodger-blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-top: 100px;
  display: flex;
}

.div-block-24 {
  background-color: var(--white);
  width: 80%;
  height: 700px;
}

.cards-section {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(326deg, #274c8d, var(--midnight-blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.cards-section.cs-2 {
  z-index: 1;
  border-radius: 5px 5px 0 0;
  width: 90%;
  margin-top: -98px;
  position: relative;
  box-shadow: 2px 2px 20px 1px #0000005e;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 350px;
  height: 350px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-25 {
  background-color: #fff;
  border-radius: 3px;
  width: 80%;
  min-width: 1200px;
  padding: 50px;
  box-shadow: 2px 2px 11px 12px #0000001f;
}

.footer {
  text-align: center;
  background-color: #fcfcfc;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

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

.footer-logo-link {
  background-image: linear-gradient(113deg, #22437c, #235dc2);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 260px;
  min-width: 60px;
  height: 100px;
  max-height: 80px;
  padding: 15px 10px;
  display: flex;
}

.footer-logo-link.w--current {
  background-image: linear-gradient(113deg, #22437c, #235dc2);
  height: 150px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: inset 7px 7px 20px -13px #00000063;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

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

.footer-heading.fh-2 {
  font-size: 18px;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

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

.div-block-26 {
  width: 80%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-2 {
  color: #333;
  width: 360px;
  text-decoration: none;
}

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

.div-block-27 {
  opacity: .6;
  filter: invert();
  background-image: url('../images/letter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #a0a0a0;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.body-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
}

.section-8 {
  width: 100%;
  height: 400px;
}

.section-9 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  max-height: none;
  padding: 90px 6%;
  display: flex;
  position: relative;
}

.section-9.article-section {
  z-index: 3;
  border-bottom: 1px solid #e9e9e9;
  flex-direction: column;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  top: auto;
}

.rich-text-block {
  color: #212121;
  border-top: 2px solid #7f969126;
  margin-top: 40px;
  padding-top: 30px;
  font-size: 19px;
  line-height: 40px;
}

.container-copy {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.news-side-navbar-content {
  box-shadow: none;
  background-color: #f2f4f4;
  border: 2px solid #34343405;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 20px 50px;
  display: flex;
  position: static;
  inset: 101px 0% auto;
}

.div-block-28 {
  z-index: 2;
  background-color: var(--royal-blue-2);
  opacity: 1;
  background-image: url('../images/bg-images.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  width: 400px;
  height: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: absolute;
  top: -208px;
  overflow: hidden;
  box-shadow: 0 1px 20px 10px #00000040;
}

.article-content {
  width: 70%;
  padding-right: 50px;
}

.link-block-3 {
  color: #a76928;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block-3:hover {
  color: #a76928;
  transform: translate(10px);
}

.link-block-3.extrernal-link {
  color: #364c4c;
  border-top: 2px #364c4c;
  border-bottom: 2px solid #364c4c;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.link-block-3.extrernal-link:hover {
  color: #ef5c00;
  border-bottom-color: #d19b52;
  transform: none;
}

.heading-5 {
  color: #343434;
  margin-top: 260px;
}

.youtube {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sticky {
  position: sticky;
  top: 43px;
}

.news-navbar {
  background-color: #7f969112;
  flex: 1;
  padding: 20px;
  position: relative;
  top: auto;
}

.heading-6 {
  color: #ef5c00;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  position: static;
  overflow: hidden;
}

.container-2.news-article {
  display: flex;
}

.div-block-29 {
  width: 98%;
  margin-top: 50px;
  display: none;
}

.list-item {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 0;
}

.div-block-30 {
  width: 98%;
}

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

.section-10 {
  background-color: #e4a1a1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  margin: 10px 20px;
  display: flex;
}

.collection-item-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-129 {
  box-shadow: none;
  background-color: #ececec;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding-top: 20px;
  display: flex;
}

.link-block-12 {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph-5 {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

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

.link-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.image-35 {
  opacity: .8;
  width: 50px;
  margin-bottom: 0;
  position: relative;
  top: auto;
}

.div-block-130 {
  width: 80%;
}

.text-block-8 {
  color: #474747;
  text-align: left;
  text-transform: none;
  width: 100%;
  padding: 5px 20px 5px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.div-block-131 {
  flex-direction: column;
  justify-content: center;
  width: 270px;
  padding-top: 10px;
  display: flex;
}

.text-block-9 {
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-6 {
  text-transform: none;
  font-weight: 900;
}

.heading-15 {
  text-align: center;
  margin-bottom: 20px;
}

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

.paragraph-6 {
  text-align: center;
  margin-bottom: 30px;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
  height: 600px;
  margin: 5px 30px;
  display: flex;
}

.bake72__image {
  opacity: 1;
  transform-style: preserve-3d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  min-height: 260px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: -35px;
  transform: translate3d(0, 0, 20px);
  box-shadow: 0 9px 18px #0000007a;
}

.bake72__title {
  color: #ef5c00;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.bake72__button__text {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 15px;
  font-size: 15px;
}

.bake72__button {
  color: #fff;
  text-align: center;
  background-color: #ef5c00;
  background-image: linear-gradient(#ef5c00, #e1ff0087);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 20px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 12px 30px 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  transition: background-color .2s;
  overflow: hidden;
}

.bake72__button:hover {
  background-color: #973a00;
}

.bake72 {
  perspective: 1200px;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  width: 320px;
  max-width: 320px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transform: perspective(1200px)perspective(1200px);
  box-shadow: 0 8px 20px #00000082;
}

.bake72__summary {
  font-size: 17px;
  line-height: 25px;
}

.image-9 {
  z-index: 5;
  opacity: .8;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px;
  position: relative;
}

.image-9.i9-2 {
  width: 40px;
  height: 40px;
  padding: 2px;
}

.bake72__price {
  color: #818181;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
}

.div-block-135 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.bake72__title-2 {
  color: #747474;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.bake72__image-2 {
  transform-style: preserve-3d;
  background-image: url('../images/bg-images.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 270px;
  height: 270px;
  min-height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: -35px;
  transform: translate3d(0, 0, 20px);
  box-shadow: 0 9px 18px #0000007a;
}

.bake72__price-2 {
  color: #818181;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
}

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

.bake72__button-2 {
  background-color: var(--royal-blue-2);
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 20px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 12px 30px 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  transition: background-color .2s;
  overflow: hidden;
}

.bake72__button-2:hover {
  background-color: #113e8d;
}

.bake72__button-2:active {
  background-color: #d86100;
}

.bake72__button__text-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-136 {
  background-color: var(--white);
  border-radius: 5px;
  max-width: 320px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 1px 3px #00000082;
}

.div-block-137 {
  background-color: var(--royal-blue);
  width: 250px;
  height: 350px;
  box-shadow: 0 1px 17px #00000091;
}

.body-4 {
  flex-direction: column;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
}

.section-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-138 {
  background-color: #045621;
  width: 250px;
  height: 350px;
}

.div-block-139 {
  background-color: var(--white);
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-140 {
  z-index: 2;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(111deg, #274c8d, var(--midnight-blue));
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 85%;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: -85px;
  box-shadow: 0 1px 20px #0006;
}

.div-block-141 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.heading-18 {
  color: #444;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-18:hover {
  color: #000;
  text-decoration: underline;
}

.div-block-29-copy {
  width: 98%;
  margin-top: 50px;
}

.list-item-copy {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
}

.link-block-14 {
  text-decoration: none;
}

.div-block-142 {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-143 {
  opacity: 1;
  background-color: #1b75bc;
  background-image: url('../images/icon-pericia-judicial-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 65px;
  height: 65px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-143.db143-2 {
  background-image: url('../images/icon-pericia-extra-judicial-3.png');
}

.div-block-143.db143-3 {
  background-image: url('../images/icon-recuperacao-judicial-3.png');
}

.text-block-10 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #ffffffc7;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-144 {
  opacity: .73;
  filter: blur(30px);
  background-color: #00000021;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: 900px;
  height: 400px;
  display: flex;
}

.image-36 {
  display: none;
}

.box-logo-footer {
  background-image: url('../images/logo-aguiar-perito-branca.png'), linear-gradient(113deg, #22437c, #235dc2);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  max-height: none;
  display: flex;
}

.box-logo-footer.w--current {
  background-image: url('../images/logo-aguiar-perito-branca.png'), linear-gradient(113deg, #22437c, #235dc2);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 150px;
  padding-left: 25px;
  padding-right: 25px;
}

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

.div-block-145 {
  filter: blur(50px);
  background-image: radial-gradient(circle, #fff, #fff0);
  width: 35%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-37 {
  position: relative;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1124px;
  }

  .container.c-menu {
    max-width: 80%;
  }

  .text-block {
    color: #fff;
    font-weight: 400;
  }

  .brand.w--current {
    width: 350px;
    height: 90px;
  }

  .nav-link-wrap {
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
  }

  .bold-text {
    color: #b3b5b7;
  }

  .navbar {
    z-index: 5;
    max-width: 1400px;
  }

  .button.standard {
    letter-spacing: 1px;
    background-color: #89386e;
    border-width: 2px;
    border-color: #89386e;
    border-radius: 2px;
    font-weight: 500;
  }

  .button.standard.header {
    letter-spacing: .5px;
    font-size: 14px;
    font-weight: 500;
  }

  .button.standard.header.w--current {
    color: #f8fbff;
  }

  .div-block {
    z-index: 5;
  }

  .section-2 {
    height: 700px;
  }

  .section-3 {
    background-color: #0000;
  }

  .div-block-3 {
    background-image: url('../images/banner-pericia-1-bx.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .mask {
    background-color: #0000;
  }

  .div-block-4 {
    z-index: 2;
    background-color: #0000;
    background-image: radial-gradient(circle, #0000, #1e2843);
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .text-block-2 {
    color: #fff;
  }

  .div-block-3-copy {
    background-image: url('../images/banner-pericia-2-bx.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .div-block-3-copy-2 {
    background-image: url('../images/banner-pericia-3-bx.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .div-block-7.db7-2 {
    background-image: url('../images/icon-pericia-extra-judicial.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-7.db7-2:hover {
    background-image: url('../images/icon-pericia-extra-judicial-3.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-7.db7-3 {
    background-image: url('../images/icon-recuperacao-judicial.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-7.db7-3:hover {
    background-image: url('../images/icon-recuperacao-judicial-3.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-10 {
    background-position: 50%;
  }

  .div-block-19 {
    width: 450px;
    height: 400px;
  }

  .div-block-19.db19-2 {
    align-items: flex-start;
  }

  .heading-2, .text-block-6, .text-block-7 {
    text-align: right;
  }

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

  .cards-section.cs-2 {
    margin-top: -84px;
    position: relative;
  }

  .cards-image-mask {
    width: 350px;
    height: 350px;
  }

  .cards-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-25 {
    max-width: 1500px;
  }

  .footer {
    background-color: #fdfdfd;
  }

  .link-block-2 {
    flex-direction: column;
    align-items: center;
    width: 360px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-4 {
    width: 340px;
  }

  .collection-item {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .paragraph-6 {
    text-align: center;
    margin-bottom: 30px;
  }

  .collection-list-wrapper {
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
  }

  .collection-list {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-11 {
    position: relative;
  }

  .div-block-141 {
    flex-direction: column;
    align-items: center;
    width: 85%;
    display: flex;
  }

  .heading-17 {
    letter-spacing: 1.5px;
  }

  .text-block-10 {
    text-shadow: 1px 1px 6px #070707;
  }
}

@media screen and (max-width: 991px) {
  .item {
    margin-right: 20px;
  }

  .menu-icon-bottom-line {
    background-color: #fff;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-list {
    box-shadow: none;
    min-width: 100%;
    max-width: 100%;
  }

  .dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-icon-middle-line {
    background-color: #fff;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .brand {
    width: 250px;
  }

  .nav-link-wrap {
    padding-left: 24px;
    padding-right: 24px;
    transition: background-color .3s, color .3s;
  }

  .nav-link-wrap:hover {
    background-color: #e8f1ff;
  }

  .menu-icon {
    width: 34px;
    padding: 0;
  }

  .menu-icon.w--open {
    background-color: #0000;
  }

  .menu-icon-top-line {
    background-color: #fff;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #023da4;
    background-image: linear-gradient(52deg, var(--royal-blue-2), #0051dd);
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: auto;
  }

  .div-block-12 {
    justify-content: center;
  }

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

  .paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }

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

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

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    display: flex;
  }

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

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

  .link-block-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-4 {
    width: 95%;
  }

  .section-9 {
    min-height: auto;
    max-height: none;
    padding: 60px 5%;
  }

  .div-block-28 {
    width: 350px;
    height: 350px;
    top: -159px;
  }

  .article-content {
    padding-right: 30px;
  }

  .heading-5 {
    margin-top: 250px;
  }

  .news-navbar {
    padding: 16px;
  }

  .container-2 {
    margin-top: 13px;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-block-12 {
    width: 80%;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .div-block-131 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-132, .div-block-133, .div-block-134 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .collection-list {
    flex-direction: column;
    display: flex;
  }

  .div-block-140 {
    width: 95%;
  }

  .div-block-144 {
    flex-direction: column;
    position: absolute;
  }

  .div-block-145 {
    width: 100%;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .social-media-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .top-bar-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .contact-info-wrapper {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-5 {
    width: 90%;
  }

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

  .div-block-14 {
    width: 50%;
  }

  .box-curriculo {
    width: 95%;
  }

  .div-block-18 {
    width: 280px;
    height: 320px;
  }

  .button-3 {
    letter-spacing: .5px;
    font-size: 13px;
  }

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

  .italic-text {
    font-size: 30px;
  }

  .italic-text-2 {
    font-size: 14px;
  }

  .div-block-22 {
    width: 95%;
  }

  .section-7 {
    margin-top: 50px;
  }

  .cards-section {
    margin-top: 50px;
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-image-mask {
    width: 300px;
    height: 300px;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .link-block-2 {
    width: 310px;
  }

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

  .section-9 {
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-9.article-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-28 {
    width: 300px;
    height: 300px;
  }

  .heading-14 {
    font-size: 9vw;
  }

  .article-content {
    width: 100%;
    padding-right: 0;
  }

  .heading-5 {
    margin-top: 208px;
  }

  .container-2 {
    margin-top: -3px;
    position: static;
  }

  .container-2.news-article {
    flex-direction: column;
  }

  .bake72 {
    width: 320px;
    max-width: 100%;
  }

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

  .text-block-10 {
    font-size: 25px;
    line-height: 28px;
  }

  .div-block-144 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    letter-spacing: 0;
    font-size: 11px;
  }

  .social-media-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .social-media-link {
    border-style: solid;
    width: 23px;
    height: 23px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .top-bar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-2 {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    width: 185px;
  }

  .brand.w--current {
    width: 230px;
    height: 60px;
  }

  .nav-link-wrap, .nav-link-wrap.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-media-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-icon {
    margin-right: 5px;
  }

  .button.standard {
    letter-spacing: 1px;
  }

  .button.standard.header {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-3 {
    background-position: 73%;
  }

  .div-block-3-copy {
    background-position: 77%;
  }

  .div-block-3-copy-2 {
    background-position: 75%;
  }

  .div-block-5 {
    background-color: #0000;
    width: 85%;
    min-width: 300px;
    height: 150px;
  }

  .bold-text-2 {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 30px;
  }

  .link-block {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 240px;
    height: 256px;
  }

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

  .text-block-4 {
    font-size: 20px;
  }

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

  .paragraph {
    color: #000;
  }

  .div-block-14 {
    width: 70%;
  }

  .box-curriculo {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-18 {
    order: -1;
    width: 252px;
    height: 288px;
  }

  .div-block-19 {
    text-align: center;
    background-color: #eee;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .div-block-19.db19-2 {
    align-items: center;
  }

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

  .bold-text-3 {
    font-size: 16px;
  }

  .italic-text {
    font-size: 25px;
  }

  .heading-2 {
    margin-top: 10px;
    line-height: 35px;
  }

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

  .div-block-22 {
    width: 100%;
    top: -96px;
  }

  .box-blue {
    display: none;
  }

  .section-7 {
    margin-top: 0;
  }

  .cards-section {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-section.cs-2 {
    width: 95%;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-image-mask {
    width: 250px;
    height: 250px;
  }

  .div-block-25 {
    width: 93%;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

  .div-block-26 {
    width: 85%;
  }

  .link-block-2 {
    width: 260px;
  }

  .heading-4 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 19px;
  }

  .div-block-27 {
    margin-right: 3px;
  }

  .section-9 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .section-9.article-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .news-side-navbar-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-28 {
    width: 250px;
    height: 250px;
    top: -138px;
  }

  .heading-5 {
    margin-top: 172px;
  }

  .news-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    margin-top: 0;
    top: 78px;
  }

  .collection-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-129 {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .link-block-12 {
    width: 100%;
  }

  .paragraph-5 {
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .link-block-13 {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .image-35 {
    top: auto;
  }

  .text-block-8 {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .text-block-9 {
    text-align: center;
    font-size: 13px;
    line-height: 17px;
  }

  .div-block-132, .div-block-133 {
    margin-top: 10px;
  }

  .div-block-134 {
    margin-top: 0;
  }

  .bold-text-6 {
    font-size: 15px;
  }

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

  .collection-list-2 {
    width: 300px;
  }

  .collection-item-3 {
    height: 550px;
  }

  .bake72__image {
    min-height: 250px;
    margin-right: 0;
  }

  .bake72 {
    flex-direction: column;
    align-items: center;
    width: 280px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-135 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bake72__image-2 {
    width: 230px;
    height: 230px;
    min-height: 0;
    margin-right: 0;
  }

  .bake72__button-2 {
    width: 280px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .div-block-139 {
    width: 97%;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .div-block-140 {
    background-color: var(--white);
    background-image: none;
    width: 100%;
  }

  .heading-17 {
    color: var(--royal-blue-2);
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-142 {
    justify-content: center;
  }

  .div-block-143 {
    width: 45px;
    height: 45px;
  }

  .text-block-10 {
    color: var(--white);
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-144 {
    background-color: #00000063;
    width: 85%;
    height: 250px;
  }

  .box-logo-footer {
    height: 80px;
  }
}

#w-node-eb465e6a-16fb-25a7-25ea-12be4fad455a-317315e0, #w-node-_7ca0065d-db00-ddbe-e82c-aa5bcc04a047-a1db3e0f, #w-node-e72a8fec-8a80-828e-5069-1a69594694c0-62dc167c, #w-node-cd551a7f-41f0-60d3-b286-0f0eb517682b-7d9c0775 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-eb465e6a-16fb-25a7-25ea-12be4fad4558-317315e0 {
    align-self: center;
  }

  #w-node-eb465e6a-16fb-25a7-25ea-12be4fad456b-317315e0 {
    place-self: center end;
  }

  #w-node-_7ca0065d-db00-ddbe-e82c-aa5bcc04a045-a1db3e0f {
    align-self: center;
  }

  #w-node-_7ca0065d-db00-ddbe-e82c-aa5bcc04a058-a1db3e0f {
    place-self: center end;
  }

  #w-node-e72a8fec-8a80-828e-5069-1a69594694be-62dc167c {
    align-self: center;
  }

  #w-node-e72a8fec-8a80-828e-5069-1a69594694d1-62dc167c {
    place-self: center end;
  }

  #w-node-cd551a7f-41f0-60d3-b286-0f0eb5176829-7d9c0775 {
    align-self: center;
  }

  #w-node-cd551a7f-41f0-60d3-b286-0f0eb517683c-7d9c0775 {
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eb465e6a-16fb-25a7-25ea-12be4fad4558-317315e0, #w-node-_7ca0065d-db00-ddbe-e82c-aa5bcc04a045-a1db3e0f, #w-node-e72a8fec-8a80-828e-5069-1a69594694be-62dc167c, #w-node-cd551a7f-41f0-60d3-b286-0f0eb5176829-7d9c0775 {
    justify-self: start;
  }
}
