@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./vendor/slick-1.9.0/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick-1.9.0/fonts/slick.eot");
  src: url("./vendor/slick-1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick-1.9.0/fonts/slick.woff") format("woff"), url("./vendor/slick-1.9.0/fonts/slick.ttf") format("truetype"), url("./vendor/slick-1.9.0/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1170px;
  padding: 0 1rem;
  z-index: 3;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-top: 12px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 2px solid #091b1e;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #091b1e;
}

.pageHumanAdvisory__content {
  padding: 4rem 0 3rem 0;
}
.pageHumanAdvisory__differentials {
  margin-bottom: -120px;
}
.pageHumanAdvisory__differentials .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .pageHumanAdvisory__differentials .container {
    flex-direction: row;
  }
}
.pageHumanAdvisory__differentials__item {
  border-radius: 10px;
  border: 1px solid #f7f8f7;
  background: #133134;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
  padding: 17px;
}
.pageHumanAdvisory__differentials__item h3 {
  color: white;
  font-family: "Itau Display Pro";
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  display: block;
  margin-bottom: 1rem;
}
.pageHumanAdvisory__differentials__item p {
  color: white;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.pageHumanAdvisory__offices {
  padding: 180px 0 2.5rem 0;
  background: #f7f8f7;
}
@media (min-width: 992px) {
  .pageHumanAdvisory__offices {
    padding: 220px 0 4.75rem 0;
  }
}
.pageHumanAdvisory__offices .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .pageHumanAdvisory__offices .container {
    flex-direction: row;
    gap: 4rem;
  }
}
.pageHumanAdvisory__offices .container--table {
  display: block;
  padding-bottom: 4rem;
}
.pageHumanAdvisory__offices__map {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1200px) {
  .pageHumanAdvisory__offices__map {
    overflow-x: unset;
    width: 645px;
  }
  .pageHumanAdvisory__offices__map > div {
    width: 645px;
  }
}
.pageHumanAdvisory__offices__map--legend {
  width: 100%;
  max-width: max-content;
}
.pageHumanAdvisory__offices__map--legend li {
  color: #141e1f;
  text-align: center;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  position: relative;
  padding-left: 30px;
}
.pageHumanAdvisory__offices__map--legend li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
}
.pageHumanAdvisory__offices__map--legend li:first-child:before {
  background: #133134;
}
.pageHumanAdvisory__offices__map--legend li:last-child:before {
  background: #cdd4d1;
}
.pageHumanAdvisory__offices__map--legend li + li {
  margin-top: 0.5rem;
}
@media (min-width: 1200px) {
  .pageHumanAdvisory__offices__map--legend li + li {
    margin-top: 18px;
  }
}
.pageHumanAdvisory__offices__map svg {
  max-width: 100%;
  max-height: 450px;
}
@media (min-width: 1200px) {
  .pageHumanAdvisory__offices__map svg {
    max-height: unset;
  }
}
.pageHumanAdvisory__offices__map svg .highlighted:hover {
  fill: #a7cd3e !important;
}
.pageHumanAdvisory__offices__map svg .path-title {
  pointer-events: none;
}
.pageHumanAdvisory__offices__map svg .path-title.focus {
  fill: #091b1e !important;
}
.pageHumanAdvisory__offices__content {
  width: 100%;
  max-width: 430px;
}
.pageHumanAdvisory__offices__content .totalOffices {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 17px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  border: 1px solid #133134;
  background: #133134;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
}
.pageHumanAdvisory__offices__content .totalOffices span {
  color: white;
  text-align: center;
  font-family: "Itau Display Pro";
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 350px) {
  .pageHumanAdvisory__offices__content .totalOffices span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .pageHumanAdvisory__offices__content .totalOffices {
    flex-direction: column;
    white-space: nowrap;
  }
}
.pageHumanAdvisory__offices__content .officesByState__item {
  text-align: center;
  border-radius: 12px;
  border: 1px solid #f7f8f7;
  background: #fff;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
  padding: 20px 2.5rem;
}
@media (max-width: 1199px) {
  .pageHumanAdvisory__offices__content .officesByState__item {
    padding: 20px 0;
  }
}
.pageHumanAdvisory__offices__content .officesByState__item .title {
  color: #141e1f;
  text-align: center;
  font-family: "Itau Display Pro";
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  display: block;
  margin-bottom: 1rem;
}
.pageHumanAdvisory__offices__content .officesByState__item p {
  color: #141e1f;
  text-align: center;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1rem;
}
.pageHumanAdvisory__offices__content .officesByState__item .qtd {
  color: #141e1f;
  font-family: "Itau Text Pro";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-right: 15px;
  position: relative;
  margin-top: 1.5rem;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer > button {
  cursor: pointer;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer > button:focus {
  outline: 1px solid;
  outline-offset: 4px;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer > button.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.249 1L1.79409 8.82081C1.36614 9.21666 1.36615 9.89316 1.79409 10.289L10.249 18.1098' stroke='%23091B1E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  border: none;
  font-size: 0;
  width: 12px;
  height: 20px;
  display: block;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer > button.next {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83301 1L10.2879 8.82081C10.7159 9.21666 10.7159 9.89316 10.2879 10.289L1.83301 18.1098' stroke='%23091B1E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  border: none;
  font-size: 0;
  width: 12px;
  height: 20px;
  display: block;
  z-index: 10;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer .slick-dots {
  position: inherit;
  flex-direction: row;
  transform: inherit;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 0;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer .slick-dots li:focus {
  outline: 1px solid #091b1e;
  outline-offset: 4px;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer .slick-dots li:focus-visible {
  outline: 1px solid #091b1e;
  outline-offset: 4px;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer .slick-dots li + li {
  margin-top: 0;
  margin-left: 0.5rem;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #091b1e;
  padding: 0;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer .slick-dots li button:focus {
  outline: 1px solid #091b1e;
  outline-offset: 4px;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer .slick-dots li button:focus-visible {
  outline: 1px solid #091b1e;
  outline-offset: 4px;
}
.pageHumanAdvisory__offices__content .officesByState--navContainer .slick-dots li.slick-active button {
  background: #091b1e;
}
.pageHumanAdvisory__questions {
  padding: 2rem 0 2.5rem 0;
}
@media (min-width: 992px) {
  .pageHumanAdvisory__questions {
    padding: 5rem 0;
  }
}
.pageHumanAdvisory__questions .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .pageHumanAdvisory__questions .container {
    flex-direction: row;
    gap: 4rem;
  }
}
.pageHumanAdvisory__questions .container > div {
  width: 100%;
}
.pageHumanAdvisory__questions .container > div:first-child {
  max-width: 580px;
}
.pageHumanAdvisory__questions .container > div:last-child {
  max-width: 495px;
}
.pageHumanAdvisory__questions .wppButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #133134;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
  padding: 12px 1.5rem;
  margin: 1.5rem auto 2.5rem 0;
  max-width: max-content;
  transition: 0.5s all;
  color: white;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: lowercase;
  text-decoration: none;
}
.pageHumanAdvisory__questions .wppButton svg {
  margin-right: 1rem;
}
.pageHumanAdvisory__questions .wppButton:hover {
  opacity: 1;
  background: #384648;
  color: white;
}
.pageHumanAdvisory__questions .wppButton:focus {
  outline: 2px solid #a7cd3e;
}
.pageHumanAdvisory__questions h3 {
  color: #091b1e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Display Pro";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 1.5rem;
}
.pageHumanAdvisory__questions__contactInfos > div {
  width: 100%;
}
.pageHumanAdvisory__questions__contactInfos > div:first-child {
  max-width: 180px;
}
.pageHumanAdvisory__questions__contactInfos > div:last-child {
  max-width: 224px;
}
.pageHumanAdvisory__questions__contactInfos span {
  display: block;
  color: #091b1e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Text Pro";
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.pageHumanAdvisory__questions__contactInfos span + span {
  margin-top: 10px;
}
.pageHumanAdvisory__questions__contactInfos a {
  display: block;
  color: #091b1e !important;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Text Pro";
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  transition: 0.5s all;
}
.pageHumanAdvisory__questions__contactInfos a + a {
  margin-top: 10px;
}
.pageHumanAdvisory__questions__contactInfos a:hover {
  opacity: 0.7;
}
.pageHumanAdvisory__content h2, .pageHumanAdvisory__offices h2, .pageHumanAdvisory__questions h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 992px) {
  .pageHumanAdvisory__content h2, .pageHumanAdvisory__offices h2, .pageHumanAdvisory__questions h2 {
    font-size: 40px;
    line-height: 57px;
  }
}