@-webkit-keyframes rotateBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes stroke {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
}
.container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .container {
    max-width: 100%;
    padding: 0px 2.4rem;
  }
}

.footer__conferencia__content__column__social a figure, .footer__group__menu__social a figure, .aside__action__social__link--logo, .header__submenu__content__full__link--image, .header__submenu__content__main__image {
  overflow: hidden;
  display: block;
}
.footer__conferencia__content__column__social a figure picture, .footer__group__menu__social a figure picture, .aside__action__social__link--logo picture, .header__submenu__content__full__link--image picture, .header__submenu__content__main__image picture {
  height: 100% !important;
  width: 100% !important;
  display: block;
}
.footer__conferencia__content__column__social a figure picture img, .footer__group__menu__social a figure picture img, .aside__action__social__link--logo picture img, .header__submenu__content__full__link--image picture img, .header__submenu__content__main__image picture img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__conferencia__content__column__social a figure > img, .footer__group__menu__social a figure > img, .aside__action__social__link--logo > img, .header__submenu__content__full__link--image > img, .header__submenu__content__main__image > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__conferencia__content__column__social a, .footer__conferencia__content__column__contact a, .footer__copy__top--arrow, .footer__group__menu__social a, .aside__action__social__link, .aside__menu--link--has .drop__aside--link.area .submenu-icon, .header__submenu__content__nav .submenu-icon, .header__submenu__content__nav--all, .footer__conferencia__form form input[type=checkbox], .header__publicacao--link, .header__link, .aside__action--link, .aside.light .aside--link, .header__conferencia--linkb, .header__conferencia--link, .footer__conferencia__form form .hs-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aside__action--link, .aside.light .aside--link, .header__conferencia--linkb, .header__conferencia--link, .footer__conferencia__form form .hs-button {
  padding: 1.4rem 2.2rem;
  gap: 2.2rem;
  border-radius: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #fff;
  background-color: #3772ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside__action--link:hover, .aside.light .aside--link:hover, .header__conferencia--linkb:hover, .header__conferencia--link:hover, .footer__conferencia__form form .hs-button:hover {
  background-color: #5996ff;
}

.aside.light .aside--link, .header__conferencia--linkb, .header__conferencia--link, .footer__conferencia__form form .hs-button {
  gap: 1.4rem;
  border-radius: 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.header__publicacao--link, .header__link {
  padding: 1.4rem 2.2rem;
  border-radius: 1.2rem;
  gap: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__publicacao--link:hover, .header__link:hover {
  border-color: #3772ff;
}

.header__link {
  color: #fff;
  border: 1px solid #222e53;
}
.header__link:hover {
  background-color: #3772ff;
}

.footer__main__list__link--title p, .footer__main--description p {
  font: inherit;
}
.footer__main__list__link--title strong, .footer__main--description strong {
  font: inherit;
  background: linear-gradient(93deg, #5a8bff -2.9%, #89acff 35.37%, #5a8bff 64.7%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.footer__conferencia__form form {
  position: relative;
}
.footer__conferencia__form form input,
.footer__conferencia__form form select,
.footer__conferencia__form form textarea {
  padding: 1.6rem 2.5rem !important;
  border-radius: 0.6rem !important;
  border: 1px solid #222e53;
  background: linear-gradient(133deg, #1a2441 -23.24%, #11172a 108.64%);
  color: #b9c8e8;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.footer__conferencia__form form input::-webkit-input-placeholder, .footer__conferencia__form form select::-webkit-input-placeholder, .footer__conferencia__form form textarea::-webkit-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::-moz-placeholder, .footer__conferencia__form form select::-moz-placeholder, .footer__conferencia__form form textarea::-moz-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input:-ms-input-placeholder, .footer__conferencia__form form select:-ms-input-placeholder, .footer__conferencia__form form textarea:-ms-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::-ms-input-placeholder, .footer__conferencia__form form select::-ms-input-placeholder, .footer__conferencia__form form textarea::-ms-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::placeholder,
.footer__conferencia__form form select::placeholder,
.footer__conferencia__form form textarea::placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input:focus,
.footer__conferencia__form form select:focus,
.footer__conferencia__form form textarea:focus {
  border-color: var(--color);
}
.footer__conferencia__form form select {
  cursor: pointer;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29" fill="none"><path d="M10.3117 11.8026L14.9763 16.4713L19.645 11.8066" stroke="%23B9C8E8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 15px center, linear-gradient(133deg, #1a2441 -23.24%, #11172a 108.64%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position-x: 95%;
}
.footer__conferencia__form form label {
  display: block;
  margin-bottom: 0.4rem;
}
.footer__conferencia__form form label span {
  font-size: 1.4rem;
  color: #22243a;
}
.footer__conferencia__form form .hs-error-msg {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #364d7f;
}
.footer__conferencia__form form .hs-error-msgs,
.footer__conferencia__form form .hs_error_rollup {
  position: absolute;
  bottom: -2rem;
  pointer-events: none;
}
.footer__conferencia__form form .hs-error-msgs label,
.footer__conferencia__form form .hs_error_rollup label {
  font-size: 1.2rem;
  color: #364d7f;
  white-space: nowrap;
}
.footer__conferencia__form form .hsfc-Step__Content {
  padding: 0 !important;
}
.footer__conferencia__form form .hs-button {
  width: 100%;
  padding: 1.6rem 3.2rem;
  border-radius: 0.6rem;
  text-align: center;
}
.footer__conferencia__form form .inputs-list {
  position: relative;
}
.footer__conferencia__form form .inputs-list li {
  position: relative;
}
.footer__conferencia__form form input[type=checkbox] {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0 !important;
  background: #fff;
  border: 1px solid #b9c8e8;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  position: relative;
}
.footer__conferencia__form form input[type=checkbox]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(34, 46, 83, 0.2);
  box-shadow: 0 0 0 3px rgba(34, 46, 83, 0.2);
}
.footer__conferencia__form form input[type=checkbox]::after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 10px;
  height: 5px;
  margin-top: -3px;
  border-bottom: solid 2px #c45f97;
  border-left: solid 2px #c45f97;
  -webkit-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
}
.footer__conferencia__form form input[type=checkbox]:checked::after {
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.footer__conferencia__form form .hs-form-booleancheckbox-display {
  cursor: pointer;
  position: relative;
}
.footer__conferencia__form form .hs-form-booleancheckbox-display span {
  font-size: 1.4rem;
  color: #364d7f;
  font-weight: 500;
}
.footer__conferencia__form form .hs-form-booleancheckbox-display span .hs-form-required {
  color: inherit;
  font: inherit;
}
.footer__conferencia__form form .hs_firstname .hs-error-msgs,
.footer__conferencia__form form .hs_email .hs-error-msgs,
.footer__conferencia__form form .legal-consent-container .hs-error-msgs,
.footer__conferencia__form form .hs-dependent-field .hs-error-msgs {
  position: initial;
}

@keyframes rotateBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
}
.header {
  position: fixed;
  padding: 2rem 0;
  inset: 0;
  width: 100%;
  z-index: 3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  border-bottom: 1px solid #222e53;
}
.header.scroll {
  background-color: #0f1424;
}
.header.light {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  border-color: #e4ebf7;
}
.header.light.scroll {
  background-color: #f9f9fb;
}
.header.light .header__logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.header.light .header__nav .header__nav--button,
.header.light .header__nav .header__nav--link {
  color: #4a4f89;
}
.header.light .header__link {
  border-color: #3772ff;
  color: #3772ff;
}
.header.light .header__link svg path {
  stroke: #3772ff;
}
.header.light .header__link:hover {
  color: #fff;
}
.header.light .header__link:hover svg path {
  stroke: #fff;
}
.header.light .header__submenu .header__submenu__container {
  border-color: #e4ebf7;
}
.header.light .hamburger-menu span {
  background-color: #121029;
}
.header.light .hamburger-menu span::before, .header.light .hamburger-menu span::after {
  background-color: #121029;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8rem;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
}
.header__nav--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.header__nav--button--arrow {
  width: 2.3rem;
  height: 2.3rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__nav--button--active .header__nav--button--arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__nav--button, .header__nav--link {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #f2f5fb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav--button:hover, .header__nav--link:hover {
  color: #3772ff;
}
.header__submenu {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -1;
}
.header__submenu__container {
  position: relative;
  top: 100%;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: #0f1424;
  border-top: 1px solid #222e53;
}
.header__submenu__content {
  padding: 6.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 5.4rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0f1424;
  width: 100%;
  max-width: 121.6rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: none;
}
.header__submenu__content--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__submenu__content__main {
  width: 100%;
  max-width: 36.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.header__submenu__content__main__links {
  width: 100%;
}
.header__submenu__content__main__links--title {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #fff;
}
.header__submenu__content__main__links--link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 500;
  color: #d4def1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__submenu__content__main__links--link svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__submenu__content__main__links--link:hover {
  color: #fff;
}
.header__submenu__content__main__links--link:hover svg {
  margin-right: 2rem;
}
.header__submenu__content__main__links--link:not(:last-child) {
  margin-bottom: 2.4rem;
}
.header__submenu__content__main__image {
  margin-top: auto;
  border-radius: 1.2rem;
  padding: 0.8rem;
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #222e53;
}
.header__submenu__content__main__image img {
  border-radius: 1.2rem;
}
.header__submenu__content__main__image--title {
  bottom: 0;
  padding: 1.9rem 3rem;
  position: absolute;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  line-height: 120%;
  color: #fff;
}
.header__submenu__content__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header__submenu__content__menu--title {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #fff;
}
.header__submenu__content__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header__submenu__content__nav--link {
  padding-bottom: 2.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #222e53;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__submenu__content__nav--link:hover {
  color: #3772ff;
}
.header__submenu__content__nav--link.area:hover {
  color: var(--color);
}
.header__submenu__content__nav--all {
  gap: 1rem;
}
.header__submenu__content__nav--all:hover span {
  color: #3772ff;
}
.header__submenu__content__nav--all span {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 500;
  color: #d4def1;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__submenu__content__nav .submenu-icon {
  padding: 0.2rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 2.4rem;
  border: 1px solid;
}
.header__submenu__content__full {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header__submenu__content__full__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__submenu__content__full__link:hover .header__submenu__content__full__link--arrow {
  right: 2rem;
}
.header__submenu__content__full__link--title {
  margin-bottom: 2rem;
  max-width: 80%;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  line-height: 120%;
  color: #fff;
}
.header__submenu__content__full__link--description {
  margin-bottom: 5rem;
  max-width: 43rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #b9c8e8;
}
.header__submenu__content__full__link--image {
  border-radius: 1.2rem;
  padding: 0.8rem;
  width: 100%;
  height: 24rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #222e53;
}
.header__submenu__content__full__link--image img {
  border-radius: 1.2rem;
}
.header__submenu__content__full__link--arrow {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .header__submenu__container {
    padding: 0 2.4rem;
  }
}
@media (max-width: 1070px) {
  .header__actions {
    display: none;
  }
  .header__submenu {
    display: none;
  }
}

.header__conferencia {
  position: fixed;
  padding: 2rem 0;
  inset: 0;
  width: 100%;
  z-index: 3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  border-bottom: 1px solid #222e53;
}
.header__conferencia.scroll {
  background-color: #0f1424;
}
.header__conferencia .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.header__conferencia--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #fff;
  text-transform: uppercase;
}
.header__conferencia__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6rem;
}
.header__conferencia__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
}
.header__conferencia__nav--link {
  font-size: 1.5rem;
  line-height: 140%;
  color: #d4def1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__conferencia__nav--link:hover {
  color: var(--secundary);
}
.header__conferencia--link {
  background-color: transparent !important;
  color: var(--secundary) !important;
  border-radius: 0.7rem !important;
  border: 1px solid var(--secundary) !important;
}
.header__conferencia--link svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__conferencia--link:hover {
  background-color: var(--secundary) !important;
  color: #fff !important;
  opacity: 1 !important;
}
.header__conferencia--link:hover svg path {
  stroke: #fff;
}
.header__conferencia--linkb {
  background-color: transparent !important;
  text-transform: capitalize !important;
  border: 1px solid #3772ff;
  border-radius: 99.9rem !important;
  gap: 0.8rem !important;
}
.header__conferencia--linkb:hover {
  background-color: #3772ff !important;
}
@media (max-width: 1070px) {
  .header__conferencia__actions {
    display: none;
  }
}

.header__publicacao {
  position: fixed;
  padding: 2.2rem 0;
  inset: 0;
  width: 100%;
  z-index: 3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  border-bottom: 1px solid #e4ebf7;
  background-color: #fff;
}
.header__publicacao .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.header__publicacao__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
}
.header__publicacao__main .hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__publicacao__main .hamburger-menu span {
  background-color: var(--primaria);
}
.header__publicacao__main .hamburger-menu span::before, .header__publicacao__main .hamburger-menu span::after {
  background-color: var(--primaria);
}
.header__publicacao__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.header__publicacao__nav--link {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #4a4f89;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__publicacao__nav--link:hover {
  font-weight: 600;
}
.header__publicacao--link {
  color: #2e7ec5;
  border: 1px solid #2e7ec5;
}
.header__publicacao--link.segmentos {
  color: var(--primaria);
  border: 1px solid var(--primaria) !important;
}
.header__publicacao--link.segmentos:hover {
  border-color: var(--primaria) !important;
  background: -webkit-gradient(linear, left top, right top, from(var(--primaria)), to(var(--secundaria)));
  background: linear-gradient(90deg, var(--primaria) 0%, var(--secundaria) 100%);
}
.header__publicacao--link:hover {
  background-color: #2e7ec5;
  color: #fff;
}
.header__publicacao--link:hover svg path {
  stroke: #fff;
}
@media (max-width: 750px) {
  .header__publicacao__nav {
    display: none;
  }
  .header__publicacao--link {
    padding: 1.2rem 1.6rem !important;
    gap: 1.2rem !important;
  }
}

.header-convertion {
  border-bottom: 1px solid var #4a4f89;
  background: #0f1424;
  height: 8.9rem;
  width: 100%;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 99;
  border-bottom: 1px solid #4a4f89;
}

.hamburger-menu {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: transparent 0.2s ease;
  transition: transparent 0.2s ease;
  display: none;
  z-index: 3;
}
.hamburger-menu span {
  width: 3rem;
  height: 3px;
  position: relative;
  -webkit-transition: transparent 0.2s ease;
  transition: transparent 0.2s ease;
  background-color: #fff;
  display: block;
  border-radius: 0.6rem;
}
.hamburger-menu span::before, .hamburger-menu span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #fff;
  border-radius: 0.6rem;
  right: 0;
}
.hamburger-menu span::before {
  top: -9px;
}
.hamburger-menu span::after {
  top: 9px;
}
@media (max-width: 1070px) {
  .hamburger-menu {
    display: block;
  }
}

.aside {
  padding: 2.4rem;
  position: fixed;
  top: 7.1rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 7.1rem);
  background-color: #0f1424;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  overflow: auto;
  display: none;
}
.aside.light {
  max-width: 43.4rem;
  top: 8.6rem;
  height: calc(100vh - 8.6rem);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0%) translateX(-100%);
  -ms-transform: translateY(0%) translateX(-100%);
  transform: translateY(0%) translateX(-100%);
}
.aside.light li {
  margin-bottom: 0 !important;
}
.aside.light::-webkit-scrollbar-track {
  background-color: #fff;
}
.aside.light::-webkit-scrollbar {
  background-color: #fff;
}
.aside.light::-webkit-scrollbar-thumb {
  background-color: #2e7ec5;
}
.aside.light .aside__menu--link {
  color: #0f1424;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 600;
}
.aside.light .drop__aside {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e4ebf7;
  padding-right: 0;
}
.aside.light .drop__aside .drop__aside--link {
  padding: 1.6rem 1.6rem 1.6rem 2.8rem;
  color: #4a4f89;
  border-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0 !important;
}
.aside.light .drop__aside .drop__aside--link:hover {
  color: #8390d1;
}
.aside.light .drop__aside .drop__aside--link::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.33078 4.59664C10.4868 4.27382 12.6709 4.23142 14.8282 4.46983C15.0133 4.49028 15.1782 4.57285 15.3019 4.69657M15.4019 11.6677C15.7247 9.51164 15.7671 7.32763 15.5287 5.17024C15.5082 4.98517 15.4256 4.8203 15.3019 4.69657M15.3019 4.69657L4.69531 15.3032' stroke='%233772FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.aside.light .drop__aside .drop__aside--link .submenu-icon {
  border: 0;
  padding: 0;
  width: auto;
  max-width: 2.4rem;
  height: auto;
}
.aside.light .drop__aside .drop__aside--title {
  color: #0f1424;
}
.aside.light .drop__aside .drop__aside--title:not(:first-child) {
  margin-top: 2rem;
}
.aside.light .aside--link {
  width: 100% !important;
  background-color: #3772ff;
  color: #fff;
  text-transform: capitalize !important;
}
.aside::-webkit-scrollbar-track {
  background-color: #0f1424;
}
.aside::-webkit-scrollbar {
  width: 0.3rem;
  background-color: #0f1424;
}
.aside::-webkit-scrollbar-thumb {
  background-color: #3772ff;
}
.aside__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.2rem;
}
.aside__menu li:not(:last-child) {
  margin-bottom: 2rem;
}
.aside__menu--link {
  padding-bottom: 2.4rem;
  width: 100%;
  border-bottom: 1px solid #222e53;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #e4ebf7;
}
.aside__menu--link::after {
  content: "";
  position: absolute;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside__menu a::after {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M10.0013 5.84598C12.5888 5.45971 15.2096 5.40996 17.7984 5.69716C18.0204 5.72179 18.2182 5.82096 18.3666 5.96949M18.483 14.3349C18.8715 11.7478 18.9235 9.127 18.6385 6.53801C18.614 6.31592 18.515 6.11803 18.3666 5.96949M18.3666 5.96949L5.63325 18.692' stroke='%233772FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.aside__menu button::after {
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' viewBox='0 0 28 29' fill='none'%3E%3Cpath d='M9.33423 12.3178C10.5726 14.0239 12.0244 15.5521 13.6514 16.8629C13.8558 17.0276 14.1419 17.0277 14.3465 16.8632C15.9746 15.5538 17.4278 14.0268 18.6676 12.3218' stroke='%233772FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.aside__menu--link--has.active button {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 2rem;
}
.aside__menu--link--has.active button::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aside__menu--link--has.active .drop__aside {
  display: block;
}
.aside__menu--link--has .drop__aside {
  padding-right: 1rem;
  display: none;
}
.aside__menu--link--has .drop__aside--title {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #3772ff;
  text-transform: uppercase;
}
.aside__menu--link--has .drop__aside--link {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 500;
  color: #f2f5fb;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #222e53;
  display: block;
  width: 100%;
}
.aside__menu--link--has .drop__aside--link.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.aside__menu--link--has .drop__aside--link.area .submenu-icon {
  padding: 0.7rem;
  width: 4rem;
  height: 4rem;
  border-radius: 2.4rem;
  border: 1px solid;
}
.aside__menu--link--has .drop__aside--link:not(:last-child) {
  margin-bottom: 2rem;
}
.aside__action {
  max-width: 40rem;
}
.aside__action__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aside__action__social__link {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.6rem;
  border: 1px solid #222e53;
}
.aside__action__social__link--logo {
  width: 2.2rem;
  height: 2.2rem;
}
.aside__action--link {
  margin: 4.4rem 0;
  width: 100%;
}
.aside__action.conf .aside__action--link {
  margin-top: 0;
  width: 100%;
  background-color: transparent !important;
  color: var(--secundary) !important;
  border-radius: 0.7rem !important;
  border: 1px solid var(--secundary) !important;
}
.aside__action.conf .aside__action--link svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside__action.conf .aside__action--link:hover {
  background-color: var(--secundary) !important;
  color: #fff !important;
  opacity: 1 !important;
}
.aside__action.conf .aside__action--link:hover svg path {
  stroke: #fff;
}
@media (max-width: 1070px) {
  .aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 600px) {
  .aside.light {
    max-width: 100%;
  }
}

.mobile-active .hamburger-menu span {
  background-color: transparent !important;
}
.mobile-active .hamburger-menu span::before, .mobile-active .hamburger-menu span::after {
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-active .hamburger-menu span::before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.mobile-active .hamburger-menu span::after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-active .aside {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  pointer-events: all;
  z-index: 3;
}
.mobile-active .aside.light {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-active .header.light {
  background-color: #0f1424;
  border-color: #41456e;
}
.mobile-active .header.light.scroll {
  background-color: #0f1424;
}
.mobile-active .header.light .header__logo img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.mobile-active .header.light .hamburger-menu span {
  background-color: #fff;
}
.mobile-active .header.light .hamburger-menu span::before, .mobile-active .header.light .hamburger-menu span::after {
  background-color: #fff;
}

.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(20, 13, 48, 0.4);
  z-index: 3;
}
@media (max-width: 1070px) {
  .overlay::before {
    display: none;
  }
}

@keyframes rotateBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
}
.container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .container {
    max-width: 100%;
    padding: 0px 2.4rem;
  }
}

.footer__conferencia__content__column__social a figure, .footer__group__menu__social a figure, .header__submenu__content__main__image, .header__submenu__content__full__link--image, .aside__action__social__link--logo {
  overflow: hidden;
  display: block;
}
.footer__conferencia__content__column__social a figure picture, .footer__group__menu__social a figure picture, .header__submenu__content__main__image picture, .header__submenu__content__full__link--image picture, .aside__action__social__link--logo picture {
  height: 100% !important;
  width: 100% !important;
  display: block;
}
.footer__conferencia__content__column__social a figure picture img, .footer__group__menu__social a figure picture img, .header__submenu__content__main__image picture img, .header__submenu__content__full__link--image picture img, .aside__action__social__link--logo picture img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__conferencia__content__column__social a figure > img, .footer__group__menu__social a figure > img, .header__submenu__content__main__image > img, .header__submenu__content__full__link--image > img, .aside__action__social__link--logo > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__conferencia__content__column__social a, .footer__conferencia__content__column__contact a, .footer__copy__top--arrow, .footer__group__menu__social a, .footer__conferencia__form form .hs-button, .footer__conferencia__form form input[type=checkbox], .header__link, .header__submenu__content__nav--all, .header__submenu__content__nav .submenu-icon, .header__conferencia--link, .header__conferencia--linkb, .header__publicacao--link, .aside.light .aside--link, .aside__menu--link--has .drop__aside--link.area .submenu-icon, .aside__action__social__link, .aside__action--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__conferencia__form form .hs-button, .header__conferencia--link, .header__conferencia--linkb, .aside.light .aside--link, .aside__action--link {
  padding: 1.4rem 2.2rem;
  gap: 2.2rem;
  border-radius: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #fff;
  background-color: #3772ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__conferencia__form form .hs-button:hover, .header__conferencia--link:hover, .header__conferencia--linkb:hover, .aside.light .aside--link:hover, .aside__action--link:hover {
  background-color: #5996ff;
}

.footer__conferencia__form form .hs-button, .header__conferencia--link, .header__conferencia--linkb, .aside.light .aside--link {
  gap: 1.4rem;
  border-radius: 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.header__link, .header__publicacao--link {
  padding: 1.4rem 2.2rem;
  border-radius: 1.2rem;
  gap: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__link:hover, .header__publicacao--link:hover {
  border-color: #3772ff;
}

.header__link {
  color: #fff;
  border: 1px solid #222e53;
}
.header__link:hover {
  background-color: #3772ff;
}

.footer__main__list__link--title p, .footer__main--description p {
  font: inherit;
}
.footer__main__list__link--title strong, .footer__main--description strong {
  font: inherit;
  background: linear-gradient(93deg, #5a8bff -2.9%, #89acff 35.37%, #5a8bff 64.7%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.footer__conferencia__form form {
  position: relative;
}
.footer__conferencia__form form input,
.footer__conferencia__form form select,
.footer__conferencia__form form textarea {
  padding: 1.6rem 2.5rem !important;
  border-radius: 0.6rem !important;
  border: 1px solid #222e53;
  background: linear-gradient(133deg, #1a2441 -23.24%, #11172a 108.64%);
  color: #b9c8e8;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.footer__conferencia__form form input::-webkit-input-placeholder, .footer__conferencia__form form select::-webkit-input-placeholder, .footer__conferencia__form form textarea::-webkit-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::-moz-placeholder, .footer__conferencia__form form select::-moz-placeholder, .footer__conferencia__form form textarea::-moz-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input:-ms-input-placeholder, .footer__conferencia__form form select:-ms-input-placeholder, .footer__conferencia__form form textarea:-ms-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::-ms-input-placeholder, .footer__conferencia__form form select::-ms-input-placeholder, .footer__conferencia__form form textarea::-ms-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::placeholder,
.footer__conferencia__form form select::placeholder,
.footer__conferencia__form form textarea::placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input:focus,
.footer__conferencia__form form select:focus,
.footer__conferencia__form form textarea:focus {
  border-color: var(--color);
}
.footer__conferencia__form form select {
  cursor: pointer;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29" fill="none"><path d="M10.3117 11.8026L14.9763 16.4713L19.645 11.8066" stroke="%23B9C8E8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 15px center, linear-gradient(133deg, #1a2441 -23.24%, #11172a 108.64%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position-x: 95%;
}
.footer__conferencia__form form label {
  display: block;
  margin-bottom: 0.4rem;
}
.footer__conferencia__form form label span {
  font-size: 1.4rem;
  color: #22243a;
}
.footer__conferencia__form form .hs-error-msg {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #364d7f;
}
.footer__conferencia__form form .hs-error-msgs,
.footer__conferencia__form form .hs_error_rollup {
  position: absolute;
  bottom: -2rem;
  pointer-events: none;
}
.footer__conferencia__form form .hs-error-msgs label,
.footer__conferencia__form form .hs_error_rollup label {
  font-size: 1.2rem;
  color: #364d7f;
  white-space: nowrap;
}
.footer__conferencia__form form .hsfc-Step__Content {
  padding: 0 !important;
}
.footer__conferencia__form form .hs-button {
  width: 100%;
  padding: 1.6rem 3.2rem;
  border-radius: 0.6rem;
  text-align: center;
}
.footer__conferencia__form form .inputs-list {
  position: relative;
}
.footer__conferencia__form form .inputs-list li {
  position: relative;
}
.footer__conferencia__form form input[type=checkbox] {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0 !important;
  background: #fff;
  border: 1px solid #b9c8e8;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  position: relative;
}
.footer__conferencia__form form input[type=checkbox]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(34, 46, 83, 0.2);
  box-shadow: 0 0 0 3px rgba(34, 46, 83, 0.2);
}
.footer__conferencia__form form input[type=checkbox]::after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 10px;
  height: 5px;
  margin-top: -3px;
  border-bottom: solid 2px #c45f97;
  border-left: solid 2px #c45f97;
  -webkit-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
}
.footer__conferencia__form form input[type=checkbox]:checked::after {
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.footer__conferencia__form form .hs-form-booleancheckbox-display {
  cursor: pointer;
  position: relative;
}
.footer__conferencia__form form .hs-form-booleancheckbox-display span {
  font-size: 1.4rem;
  color: #364d7f;
  font-weight: 500;
}
.footer__conferencia__form form .hs-form-booleancheckbox-display span .hs-form-required {
  color: inherit;
  font: inherit;
}
.footer__conferencia__form form .hs_firstname .hs-error-msgs,
.footer__conferencia__form form .hs_email .hs-error-msgs,
.footer__conferencia__form form .legal-consent-container .hs-error-msgs,
.footer__conferencia__form form .hs-dependent-field .hs-error-msgs {
  position: initial;
}

@keyframes rotateBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
}
.footer {
  padding-top: 10.6rem;
  padding-bottom: 8.5rem;
  border-top: 0.8rem solid #3772ff;
  background-color: #0f1424;
  overflow: hidden;
  position: relative;
}
.footer::before, .footer::after {
  content: "";
  position: absolute;
  border-radius: 61.3rem;
  background: rgba(0, 119, 255, 0.42);
  pointer-events: none;
  -webkit-filter: blur(90px);
  filter: blur(90px);
}
.footer::before {
  bottom: -3rem;
  left: 10%;
  width: 613.025px;
  height: 53.915px;
  -webkit-transform: rotate(-3.163deg);
  -ms-transform: rotate(-3.163deg);
  transform: rotate(-3.163deg);
}
.footer::after {
  top: 7rem;
  right: -30rem;
  width: 61.3rem;
  height: 6.5rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3rem;
}
.footer__main {
  width: 100%;
  max-width: 48.8rem;
}
.footer__main--logo {
  max-width: 14.5rem;
}
.footer__main--description {
  margin-top: 4rem;
  margin-bottom: 10.3rem;
  max-width: 44.9rem;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  line-height: 120%;
  color: #fff;
}
.footer__main__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
.footer__main__list__link {
  padding: 2.8rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.5rem;
  border-radius: 1.2rem;
  border: 1px solid #222e53;
  background: url(../../assets/svg/home/dots-card-footer.svg) no-repeat;
  background-size: cover;
  background-position: right 16px top 16px;
}
.footer__main__list__link:hover .footer__main__list__link--arrow {
  margin-right: 1rem;
}
.footer__main__list__link__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.5rem;
}
.footer__main__list__link--arrow {
  width: 2.6rem;
  height: 2.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__main__list__link--title {
  font-size: 4.8rem;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  line-height: 120%;
  color: #fff;
}
.footer__main__list__link--description {
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: #fff;
}
.footer__group {
  width: 100%;
  max-width: 65.4rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 4rem;
}
.footer__group__menu.social {
  margin-top: -16rem;
}
.footer__group__menu.social .footer__group__menu--title {
  margin-bottom: 4rem;
}
.footer__group__menu--title {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #f9f9fb;
}
.footer__group__menu ul {
  margin-top: 2.6rem;
}
.footer__group__menu__container li:not(:last-child) {
  margin-bottom: 2rem;
}
.footer__group__menu__container li a {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #f2f5fb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__group__menu__container li a:hover {
  color: #3772ff;
}
.footer__group__menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.footer__group__menu__social a {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.6rem;
  border: 1px solid #222e53;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__group__menu__social a:hover {
  background-color: #3772ff;
}
.footer__group__menu__social a figure {
  width: 2.2rem;
  height: 2.2rem;
}
.footer__copy {
  margin-top: 7rem;
  border-top: 1px solid rgba(34, 46, 83, 0.75);
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3rem;
}
.footer__copy--description {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #f2f5fb;
}
.footer__copy--dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.1px;
  color: #f2f5fb;
}
.footer__copy__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__copy__top span {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #f2f5fb;
}
.footer__copy__top:hover span {
  color: #3772ff;
}
.footer__copy__top--arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(55, 114, 255, 0.75);
}
@media (max-width: 1060px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.5rem;
  }
  .footer__main--description {
    margin-bottom: 3.2rem;
  }
  .footer__group {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__group__menu.social {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .footer {
    padding-top: 5.7rem;
    padding-bottom: 4.1rem;
  }
  .footer__main__list {
    gap: 1.6rem;
  }
  .footer__main__list__link {
    padding: 2.3rem 1.6rem;
    gap: 3.2rem;
  }
  .footer__main__list__link--title {
    font-size: 3.6rem;
  }
  .footer__main__list__link--description {
    font-size: 1.4rem;
  }
  .footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__group__menu {
    width: 100%;
  }
  .footer__group__menu.active .footer__group__menu--title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer__group__menu.active .footer__group__menu__container {
    display: block;
    -webkit-animation: fadeIn 0.5s forwards;
    animation: fadeIn 0.5s forwards;
  }
  .footer__group__menu.social .footer__group__menu--title::after {
    display: none;
  }
  .footer__group__menu--title {
    width: 100%;
    position: relative;
  }
  .footer__group__menu--title::after {
    content: "";
    position: absolute;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M8.99414 10.1465C10.0568 11.6079 11.3024 12.9168 12.6979 14.0391C12.8732 14.1801 13.1185 14.18 13.2937 14.0388C14.6883 12.9153 15.9327 11.6054 16.9941 10.143' stroke='%233772FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .footer__group__menu ul {
    margin-top: 1.6rem;
  }
  .footer__group__menu__container {
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .footer__copy__top {
    position: absolute;
    top: 4rem;
    right: 0;
  }
  .footer__copy__top span {
    display: none;
  }
}

.footer__conferencia {
  padding-top: 10rem;
  border-top: 0.8rem solid var(--color);
  background-color: #0f1424;
}
.footer__conferencia__top {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #222e53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8.3rem;
}
.footer__conferencia__main {
  width: 100%;
  max-width: 42.2rem;
}
.footer__conferencia__main--title {
  margin-bottom: 1.6rem;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  line-height: 120%;
  color: #fff;
}
.footer__conferencia__main--description {
  max-width: 41rem;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  line-height: 120%;
  color: #b9c8e8;
}
.footer__conferencia__form {
  width: 100%;
  max-width: 59.2rem;
}
.footer__conferencia__form .submitted-message {
  color: #fff;
  text-align: center;
}
.footer__conferencia__form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__conferencia__form form .hs-error-msgs label,
.footer__conferencia__form form .hs_error_rollup label {
  color: #fff !important;
}
.footer__conferencia__form form label {
  display: block;
  margin-bottom: 0.4rem;
}
.footer__conferencia__form form label span {
  font-size: 1.4rem;
  color: #fff !important;
}
.footer__conferencia__form form input,
.footer__conferencia__form form select {
  width: 100%;
}
.footer__conferencia__form form input[type=submit] {
  background-color: var(--color) !important;
  background: var(--color) !important;
  text-transform: inherit;
}
.footer__conferencia__form form input[type=submit]:hover {
  background: var(--color) !important;
  background-color: var(--color) !important;
  opacity: 0.9;
}
.footer__conferencia__form form .legal-consent-container {
  grid-row-start: 3;
  grid-column-start: 2;
}
.footer__conferencia__form form .hs_recaptcha {
  margin-top: 0 !important;
  grid-row-start: 4;
  grid-column-start: 1;
  width: 100%;
}
.footer__conferencia__form form p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
}
.footer__conferencia__form form p a {
  font: inherit;
  color: #3772ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__conferencia__form form p a em {
  font: inherit;
  color: inherit;
}
.footer__conferencia__form form p a:hover {
  color: #5996ff;
}
.footer__conferencia__form form .rc-anchor-invisible {
  width: 100% !important;
}
.footer__conferencia__content {
  padding-bottom: 7.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4rem;
}
.footer__conferencia__content__column {
  width: 100%;
}
.footer__conferencia__content__column:first-child {
  max-width: 46.5rem;
}
.footer__conferencia__content__column:first-child p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
}
.footer__conferencia__content__column:last-child {
  max-width: 45.9rem;
}
.footer__conferencia__content__column:last-child p {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
}
.footer__conferencia__content__column--logo {
  margin-bottom: 4rem;
  max-width: 13.6438rem;
}
.footer__conferencia__content__column--title {
  margin-bottom: 1.7rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  line-height: 120%;
  color: #fff;
}
.footer__conferencia__content__column--description {
  color: rgba(255, 255, 255, 0.75);
}
.footer__conferencia__content__column__social, .footer__conferencia__content__column__contact {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.footer__conferencia__content__column__social a, .footer__conferencia__content__column__contact a {
  border: 1px solid #222e53;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__conferencia__content__column__social a {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.6rem;
}
.footer__conferencia__content__column__social a:hover {
  background-color: var(--color);
}
.footer__conferencia__content__column__social a figure {
  width: 2.2rem;
  height: 2.2rem;
}
.footer__conferencia__content__column__contact a {
  padding: 1.5rem 2.3rem;
  gap: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #fff;
  border-radius: 0.8rem;
}
.footer__conferencia__content__column__contact a svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__conferencia__content__column__contact a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.footer__conferencia__content__column__contact a:hover svg path {
  stroke: #fff;
}
.footer__conferencia__content--line {
  width: 0.1rem;
  min-height: 26.6rem;
  background-color: #222e53;
}
.footer__conferencia__copy {
  padding: 2.2rem 0;
  background: linear-gradient(133deg, #1a2441 -23.24%, #11172a 108.64%);
}
.footer__conferencia__copy .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3rem;
}
.footer__conferencia__copy--description {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #fff;
}
.footer__conferencia__copy--dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.1px;
  color: #f2f5fb;
}
@media (max-width: 990px) {
  .footer__conferencia__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  .footer__conferencia__form {
    max-width: 100%;
  }
}
@media (max-width: 920px) {
  .footer__conferencia__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__conferencia__content__column {
    max-width: 60rem !important;
  }
  .footer__conferencia__content__column__social, .footer__conferencia__content__column__contact {
    margin-top: 4.8rem;
    gap: 1.2rem;
  }
  .footer__conferencia__content--line {
    width: 100%;
    min-height: 1px;
  }
}
@media (max-width: 680px) {
  .footer__conferencia__form form {
    grid-template-columns: 1fr;
  }
  .footer__conferencia__form form .legal-consent-container {
    grid-row-start: initial;
    grid-column-start: initial;
  }
  .footer__conferencia__form form .hs_recaptcha {
    grid-row-start: initial;
    grid-column-start: initial;
  }
}
@media (max-width: 600px) {
  .footer__conferencia {
    padding-top: 6rem;
  }
  .footer__conferencia__content {
    padding-bottom: 7.6rem;
  }
  .footer__conferencia__content__column__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__conferencia__content__column__contact li,
  .footer__conferencia__content__column__contact a {
    width: 100%;
  }
  .footer__conferencia__copy .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@keyframes rotateBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
}
.container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .container {
    max-width: 100%;
    padding: 0px 2.4rem;
  }
}

.header__submenu__content__main__image, .header__submenu__content__full__link--image, .aside__action__social__link--logo, .footer__group__menu__social a figure, .footer__conferencia__content__column__social a figure {
  overflow: hidden;
  display: block;
}
.header__submenu__content__main__image picture, .header__submenu__content__full__link--image picture, .aside__action__social__link--logo picture, .footer__group__menu__social a figure picture, .footer__conferencia__content__column__social a figure picture {
  height: 100% !important;
  width: 100% !important;
  display: block;
}
.header__submenu__content__main__image picture img, .header__submenu__content__full__link--image picture img, .aside__action__social__link--logo picture img, .footer__group__menu__social a figure picture img, .footer__conferencia__content__column__social a figure picture img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__submenu__content__main__image > img, .header__submenu__content__full__link--image > img, .aside__action__social__link--logo > img, .footer__group__menu__social a figure > img, .footer__conferencia__content__column__social a figure > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__link, .header__submenu__content__nav--all, .header__submenu__content__nav .submenu-icon, .header__conferencia--link, .header__conferencia--linkb, .header__publicacao--link, .aside.light .aside--link, .aside__menu--link--has .drop__aside--link.area .submenu-icon, .aside__action__social__link, .aside__action--link, .footer__group__menu__social a, .footer__copy__top--arrow, .footer__conferencia__form form .hs-button, .footer__conferencia__form form input[type=checkbox], .footer__conferencia__content__column__social a, .footer__conferencia__content__column__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__conferencia--link, .header__conferencia--linkb, .aside.light .aside--link, .aside__action--link, .footer__conferencia__form form .hs-button {
  padding: 1.4rem 2.2rem;
  gap: 2.2rem;
  border-radius: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #fff;
  background-color: #3772ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__conferencia--link:hover, .header__conferencia--linkb:hover, .aside.light .aside--link:hover, .aside__action--link:hover, .footer__conferencia__form form .hs-button:hover {
  background-color: #5996ff;
}

.header__conferencia--link, .header__conferencia--linkb, .aside.light .aside--link, .footer__conferencia__form form .hs-button {
  gap: 1.4rem;
  border-radius: 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.header__link, .header__publicacao--link {
  padding: 1.4rem 2.2rem;
  border-radius: 1.2rem;
  gap: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__link:hover, .header__publicacao--link:hover {
  border-color: #3772ff;
}

.header__link {
  color: #fff;
  border: 1px solid #222e53;
}
.header__link:hover {
  background-color: #3772ff;
}

.footer__main--description p, .footer__main__list__link--title p {
  font: inherit;
}
.footer__main--description strong, .footer__main__list__link--title strong {
  font: inherit;
  background: linear-gradient(93deg, #5a8bff -2.9%, #89acff 35.37%, #5a8bff 64.7%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.footer__conferencia__form form {
  position: relative;
}
.footer__conferencia__form form input,
.footer__conferencia__form form select,
.footer__conferencia__form form textarea {
  padding: 1.6rem 2.5rem !important;
  border-radius: 0.6rem !important;
  border: 1px solid #222e53;
  background: linear-gradient(133deg, #1a2441 -23.24%, #11172a 108.64%);
  color: #b9c8e8;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.footer__conferencia__form form input::-webkit-input-placeholder, .footer__conferencia__form form select::-webkit-input-placeholder, .footer__conferencia__form form textarea::-webkit-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::-moz-placeholder, .footer__conferencia__form form select::-moz-placeholder, .footer__conferencia__form form textarea::-moz-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input:-ms-input-placeholder, .footer__conferencia__form form select:-ms-input-placeholder, .footer__conferencia__form form textarea:-ms-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::-ms-input-placeholder, .footer__conferencia__form form select::-ms-input-placeholder, .footer__conferencia__form form textarea::-ms-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::placeholder,
.footer__conferencia__form form select::placeholder,
.footer__conferencia__form form textarea::placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input:focus,
.footer__conferencia__form form select:focus,
.footer__conferencia__form form textarea:focus {
  border-color: var(--color);
}
.footer__conferencia__form form select {
  cursor: pointer;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29" fill="none"><path d="M10.3117 11.8026L14.9763 16.4713L19.645 11.8066" stroke="%23B9C8E8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 15px center, linear-gradient(133deg, #1a2441 -23.24%, #11172a 108.64%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position-x: 95%;
}
.footer__conferencia__form form label {
  display: block;
  margin-bottom: 0.4rem;
}
.footer__conferencia__form form label span {
  font-size: 1.4rem;
  color: #22243a;
}
.footer__conferencia__form form .hs-error-msg {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #364d7f;
}
.footer__conferencia__form form .hs-error-msgs,
.footer__conferencia__form form .hs_error_rollup {
  position: absolute;
  bottom: -2rem;
  pointer-events: none;
}
.footer__conferencia__form form .hs-error-msgs label,
.footer__conferencia__form form .hs_error_rollup label {
  font-size: 1.2rem;
  color: #364d7f;
  white-space: nowrap;
}
.footer__conferencia__form form .hsfc-Step__Content {
  padding: 0 !important;
}
.footer__conferencia__form form .hs-button {
  width: 100%;
  padding: 1.6rem 3.2rem;
  border-radius: 0.6rem;
  text-align: center;
}
.footer__conferencia__form form .inputs-list {
  position: relative;
}
.footer__conferencia__form form .inputs-list li {
  position: relative;
}
.footer__conferencia__form form input[type=checkbox] {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0 !important;
  background: #fff;
  border: 1px solid #b9c8e8;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  position: relative;
}
.footer__conferencia__form form input[type=checkbox]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(34, 46, 83, 0.2);
  box-shadow: 0 0 0 3px rgba(34, 46, 83, 0.2);
}
.footer__conferencia__form form input[type=checkbox]::after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 10px;
  height: 5px;
  margin-top: -3px;
  border-bottom: solid 2px #c45f97;
  border-left: solid 2px #c45f97;
  -webkit-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
}
.footer__conferencia__form form input[type=checkbox]:checked::after {
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.footer__conferencia__form form .hs-form-booleancheckbox-display {
  cursor: pointer;
  position: relative;
}
.footer__conferencia__form form .hs-form-booleancheckbox-display span {
  font-size: 1.4rem;
  color: #364d7f;
  font-weight: 500;
}
.footer__conferencia__form form .hs-form-booleancheckbox-display span .hs-form-required {
  color: inherit;
  font: inherit;
}
.footer__conferencia__form form .hs_firstname .hs-error-msgs,
.footer__conferencia__form form .hs_email .hs-error-msgs,
.footer__conferencia__form form .legal-consent-container .hs-error-msgs,
.footer__conferencia__form form .hs-dependent-field .hs-error-msgs {
  position: initial;
}

@keyframes rotateBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
}
* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
}

a {
  text-decoration: none;
}

button {
  background: transparent;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

body {
  background-color: #0f1424;
}
@media (max-width: 991px) {
  body {
    overflow: hidden;
  }
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow: overlay;
}
@media (max-width: 1250px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 62.5%;
  }
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.styled-animation-left,
.styled-animation-right,
.styled-animation-up,
.styled-animation-down,
.styled-animation-zoomin,
.styled-animation-zoomout,
.styled-animation-fadein {
  opacity: 0;
}

@keyframes rotateBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
}
.container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .container {
    max-width: 100%;
    padding: 0px 2.4rem;
  }
}

.header__submenu__content__main__image, .header__submenu__content__full__link--image, .aside__action__social__link--logo, .footer__group__menu__social a figure, .footer__conferencia__content__column__social a figure {
  overflow: hidden;
  display: block;
}
.header__submenu__content__main__image picture, .header__submenu__content__full__link--image picture, .aside__action__social__link--logo picture, .footer__group__menu__social a figure picture, .footer__conferencia__content__column__social a figure picture {
  height: 100% !important;
  width: 100% !important;
  display: block;
}
.header__submenu__content__main__image picture img, .header__submenu__content__full__link--image picture img, .aside__action__social__link--logo picture img, .footer__group__menu__social a figure picture img, .footer__conferencia__content__column__social a figure picture img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__submenu__content__main__image > img, .header__submenu__content__full__link--image > img, .aside__action__social__link--logo > img, .footer__group__menu__social a figure > img, .footer__conferencia__content__column__social a figure > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__link, .header__submenu__content__nav--all, .header__submenu__content__nav .submenu-icon, .header__conferencia--link, .header__conferencia--linkb, .header__publicacao--link, .aside.light .aside--link, .aside__menu--link--has .drop__aside--link.area .submenu-icon, .aside__action__social__link, .aside__action--link, .footer__group__menu__social a, .footer__copy__top--arrow, .footer__conferencia__form form .hs-button, .footer__conferencia__form form input[type=checkbox], .footer__conferencia__content__column__social a, .footer__conferencia__content__column__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__conferencia--link, .header__conferencia--linkb, .aside.light .aside--link, .aside__action--link, .footer__conferencia__form form .hs-button {
  padding: 1.4rem 2.2rem;
  gap: 2.2rem;
  border-radius: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #fff;
  background-color: #3772ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__conferencia--link:hover, .header__conferencia--linkb:hover, .aside.light .aside--link:hover, .aside__action--link:hover, .footer__conferencia__form form .hs-button:hover {
  background-color: #5996ff;
}

.header__conferencia--link, .header__conferencia--linkb, .aside.light .aside--link, .footer__conferencia__form form .hs-button {
  gap: 1.4rem;
  border-radius: 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.header__link, .header__publicacao--link {
  padding: 1.4rem 2.2rem;
  border-radius: 1.2rem;
  gap: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__link:hover, .header__publicacao--link:hover {
  border-color: #3772ff;
}

.header__link {
  color: #fff;
  border: 1px solid #222e53;
}
.header__link:hover {
  background-color: #3772ff;
}

.footer__main--description p, .footer__main__list__link--title p {
  font: inherit;
}
.footer__main--description strong, .footer__main__list__link--title strong {
  font: inherit;
  background: linear-gradient(93deg, #5a8bff -2.9%, #89acff 35.37%, #5a8bff 64.7%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.footer__conferencia__form form {
  position: relative;
}
.footer__conferencia__form form input,
.footer__conferencia__form form select,
.footer__conferencia__form form textarea {
  padding: 1.6rem 2.5rem !important;
  border-radius: 0.6rem !important;
  border: 1px solid #222e53;
  background: linear-gradient(133deg, #1a2441 -23.24%, #11172a 108.64%);
  color: #b9c8e8;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.footer__conferencia__form form input::-webkit-input-placeholder, .footer__conferencia__form form select::-webkit-input-placeholder, .footer__conferencia__form form textarea::-webkit-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::-moz-placeholder, .footer__conferencia__form form select::-moz-placeholder, .footer__conferencia__form form textarea::-moz-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input:-ms-input-placeholder, .footer__conferencia__form form select:-ms-input-placeholder, .footer__conferencia__form form textarea:-ms-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::-ms-input-placeholder, .footer__conferencia__form form select::-ms-input-placeholder, .footer__conferencia__form form textarea::-ms-input-placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input::placeholder,
.footer__conferencia__form form select::placeholder,
.footer__conferencia__form form textarea::placeholder {
  color: #b9c8e8;
}
.footer__conferencia__form form input:focus,
.footer__conferencia__form form select:focus,
.footer__conferencia__form form textarea:focus {
  border-color: var(--color);
}
.footer__conferencia__form form select {
  cursor: pointer;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29" fill="none"><path d="M10.3117 11.8026L14.9763 16.4713L19.645 11.8066" stroke="%23B9C8E8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 15px center, linear-gradient(133deg, #1a2441 -23.24%, #11172a 108.64%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position-x: 95%;
}
.footer__conferencia__form form label {
  display: block;
  margin-bottom: 0.4rem;
}
.footer__conferencia__form form label span {
  font-size: 1.4rem;
  color: #22243a;
}
.footer__conferencia__form form .hs-error-msg {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #364d7f;
}
.footer__conferencia__form form .hs-error-msgs,
.footer__conferencia__form form .hs_error_rollup {
  position: absolute;
  bottom: -2rem;
  pointer-events: none;
}
.footer__conferencia__form form .hs-error-msgs label,
.footer__conferencia__form form .hs_error_rollup label {
  font-size: 1.2rem;
  color: #364d7f;
  white-space: nowrap;
}
.footer__conferencia__form form .hsfc-Step__Content {
  padding: 0 !important;
}
.footer__conferencia__form form .hs-button {
  width: 100%;
  padding: 1.6rem 3.2rem;
  border-radius: 0.6rem;
  text-align: center;
}
.footer__conferencia__form form .inputs-list {
  position: relative;
}
.footer__conferencia__form form .inputs-list li {
  position: relative;
}
.footer__conferencia__form form input[type=checkbox] {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0 !important;
  background: #fff;
  border: 1px solid #b9c8e8;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  position: relative;
}
.footer__conferencia__form form input[type=checkbox]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(34, 46, 83, 0.2);
  box-shadow: 0 0 0 3px rgba(34, 46, 83, 0.2);
}
.footer__conferencia__form form input[type=checkbox]::after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 10px;
  height: 5px;
  margin-top: -3px;
  border-bottom: solid 2px #c45f97;
  border-left: solid 2px #c45f97;
  -webkit-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
}
.footer__conferencia__form form input[type=checkbox]:checked::after {
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.footer__conferencia__form form .hs-form-booleancheckbox-display {
  cursor: pointer;
  position: relative;
}
.footer__conferencia__form form .hs-form-booleancheckbox-display span {
  font-size: 1.4rem;
  color: #364d7f;
  font-weight: 500;
}
.footer__conferencia__form form .hs-form-booleancheckbox-display span .hs-form-required {
  color: inherit;
  font: inherit;
}
.footer__conferencia__form form .hs_firstname .hs-error-msgs,
.footer__conferencia__form form .hs_email .hs-error-msgs,
.footer__conferencia__form form .legal-consent-container .hs-error-msgs,
.footer__conferencia__form form .hs-dependent-field .hs-error-msgs {
  position: initial;
}

@keyframes rotateBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
}