@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@charset "UTF-8";
/* ------- --------- */
/*__________________________________*/
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #1a1a1a;
  /* RESET DE ELEMENTOS */
  /* CARROSSEL - SWIPER */
}
body.no-scroll {
  overflow-y: hidden;
}
body hr {
  margin: 0;
}
body a {
  text-decoration: none;
}
body ul {
  padding-left: 0;
  margin-bottom: 0;
}
body p {
  margin-bottom: 0;
}
body menu {
  margin: 0;
  padding: 0;
}
body .swiper-slide {
  display: flex;
}
body .swiper-autoheight .swiper-slide {
  height: 100%;
}
body .swiper-horizontal > .swiper-pagination-bullets,
body .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
}

/************************************************************ ACCORDION PADRÃO ************************************************************/
details {
  overflow: hidden;
  transition: all ease-out 0.2s;
}
details[open] .details-content {
  opacity: 1;
  transition: opacity linear 0.2s 50ms;
}
details summary {
  position: relative;
  list-style: none;
}
details .details-content {
  opacity: 0;
  transition: opacity linear 0.2s 50ms;
}

/*******************************************************************************************************************************************/
/************************************************************ QUEDINHA (DROPDOWN PADRÃO) ***************************************************/
/* Utilizado o nome quedinha para que não haja sobreposição de classes com o plugin do bootstrap. Esse plugin está sendo criado para suprir a necessidade que o dropdown do bootstrap não oferecia (segundo nível com clique) */
.quedinha {
  position: relative;
  /* edita a poição da seta no submenu  para abrir para o lado*/
}
.quedinha__btn {
  position: relative;
  z-index: 3;
  background-color: transparent;
  border: none;
  padding: 0;
  padding-right: 1rem;
}
.quedinha__btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 6/4;
  background-color: #2b2b2b;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all ease 0.4s;
}
.quedinha__btn * {
  pointer-events: none;
}
.quedinha.open > .quedinha__btn::after {
  transform: translateY(-50%) rotate(-180deg);
  transition: all ease 0.4s;
}
.quedinha__content > .quedinha.open > .quedinha__btn::after {
  transform: translateY(-50%) rotate(-90deg);
}
.quedinha__content {
  position: absolute;
  z-index: 2;
  list-style: none;
  display: flex;
  flex-direction: column;
  visibility: collapse;
  background-color: #cad8db;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.4s ease-out;
}
.quedinha__content--sub-menu {
  top: 0;
  left: 100%;
}
.quedinha.open > .quedinha__content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-out;
}

/*******************************************************************************************************************************************/
/************************************************************ BURGUER (MENU MOBILE PADRÃO) ************************************************************/
.burguer {
  display: flex;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  border: none;
  outline: none;
  background-color: transparent;
}
.burguer__icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.burguer__icon span {
  width: 100%;
  height: 2px;
  background-color: #000;
}
.burguer__icon.dots {
  width: 1.25rem;
  height: 1.25rem;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4px;
}
.burguer__icon.dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

/*******************************************************************************************************************************************/
/* CONFIGURAÇÃO DO TEMA */
.comp01-page__content, .cota02__form, .blog03-page__main, .blog03, .topi01, .cont02, .topi08, .cont02v1, .slid01__item, .foot04__copyright, .side02, .side02--btt, .side02--rtl, .side02--ttb, .head02, .confirmation-page__title, .form01, .comp01-page__banner, .blog03-page__banner {
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
}
.blog03-show__article__title, .slid01__item__header__title {
  font: 600 2.25rem "Open Sans", sans-serif, arial;
  line-height: auto;
  letter-spacing: 5%;
}
@media (max-width: 991.98px) {
  .blog03-show__article__title, .slid01__item__header__title {
    font-size: 2rem;
  }
}
.blog03-show__article__title, .slid01__item__header__title {
  color: #fff;
}
.blog03__header__title, .cota02__form__header__title, .cont02v1__information__title, .comp01-page__banner__title, .blog03-page__banner__title, .topi01__header__title, .cont02__information__title, .topi08__header__title {
  font: 300 3.4375rem "Open Sans", sans-serif, arial;
  line-height: auto;
  letter-spacing: 9%;
}
@media (max-width: 991.98px) {
  .blog03__header__title, .cota02__form__header__title, .cont02v1__information__title, .comp01-page__banner__title, .blog03-page__banner__title, .topi01__header__title, .cont02__information__title, .topi08__header__title {
    font-size: 2.625rem;
  }
}
.cota02__form__header__title, .cont02v1__information__title, .comp01-page__banner__title, .blog03-page__banner__title, .topi01__header__title, .cont02__information__title, .topi08__header__title {
  color: #fff;
}
.blog03__header__title {
  color: #1a1a1a;
}
.topi01__header__title, .cont02__information__title, .topi08__header__title {
  position: relative;
  font-stretch: condensed;
}
.topi01__header__title::before, .cont02__information__title::before, .topi08__header__title::before {
  content: "";
  width: 509px;
  height: 44px;
  border: 1px solid var(--C4, #cad8db);
  opacity: 0.5;
  position: absolute;
  left: -19px;
  top: 50%;
  translate: -100% -50%;
}
.confirmation-page__title, .comp01-page__content__header__title, .form01__main__information__title, .topi01__topics__item__header__title, .topi08__topics__item__placeholder01__title, .topi08__topics__item__lightbox__title, .topi08__topics__item__content__title, .topi08__topics__item__placeholder02__title {
  font: 400 1.875rem "Open Sans", sans-serif, arial;
  line-height: auto;
  letter-spacing: 9%;
}
@media (max-width: 991.98px) {
  .confirmation-page__title, .comp01-page__content__header__title, .form01__main__information__title, .topi01__topics__item__header__title, .topi08__topics__item__placeholder01__title, .topi08__topics__item__lightbox__title, .topi08__topics__item__content__title, .topi08__topics__item__placeholder02__title {
    font-size: 1.75rem;
  }
}
.topi01__topics__item__header__title, .topi08__topics__item__placeholder01__title, .topi08__topics__item__lightbox__title, .topi08__topics__item__content__title, .topi08__topics__item__placeholder02__title {
  color: #fff;
}
.form01__main__information__title {
  color: #000;
}
.comp01-page__content__header__title {
  color: #1a1a1a;
}
.confirmation-page__title {
  color: #cad8db;
}
.blog03__header__subtitle, .blog03__main__item__information__title, .blog03-show__article__modal__header__title, .slid01__item__header__description {
  font: 300 1.5625rem "Open Sans", sans-serif, arial;
  line-height: auto;
  letter-spacing: 1%;
}
@media (max-width: 991.98px) {
  .blog03__header__subtitle, .blog03__main__item__information__title, .blog03-show__article__modal__header__title, .slid01__item__header__description {
    font-size: 1.25rem;
  }
}
.blog03-show__article__modal__header__title, .slid01__item__header__description {
  color: #fff;
}
.blog03__main__item__information__title {
  color: #000;
}
.blog03__header__subtitle {
  color: #91b3bc;
}
.blog03-page__main__item__information__title {
  font: 400 1.125rem "Open Sans", sans-serif, arial;
  line-height: auto;
}
@media (max-width: 991.98px) {
  .blog03-page__main__item__information__title {
    font-size: 1.125rem;
  }
}
.blog03-page__main__item__information__title {
  color: #fff;
}
.blog03__main__item__information__paragraph, .blog03__header__paragraph, .form01__main__information__paragraph, .comp01-page__content__paragraph, .confirmation-page__paragraph, .blog03-show__article__modal__main__socials__item__figure__title, .blog03-show__article__body, .blog03-show__article__description, .cont02v1__information__paragraph, .foot04__copyright__compliance__item, .foot04__client__links__item__title, .side02__languages__item, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__cta, .head02__navigation__item__link, .head02__navigation__item--languages__item, .head02__navigation__item__btn {
  font: 400 1rem "Open Sans", sans-serif, arial;
  line-height: 147.36%;
}
.blog03__main__item__information__paragraph p, .blog03__header__paragraph p, .form01__main__information__paragraph p, .comp01-page__content__paragraph p, .confirmation-page__paragraph p, .blog03-show__article__modal__main__socials__item__figure__title p, .blog03-show__article__body p, .blog03-show__article__description p, .cont02v1__information__paragraph p, .foot04__copyright__compliance__item p, .foot04__client__links__item__title p, .side02__languages__item p, .side02__navigation__item__link p, .side02__navigation__item__btn p, .head02__navigation__item__cta p, .head02__navigation__item__link p, .head02__navigation__item--languages__item p, .head02__navigation__item__btn p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog03__main__item__information__paragraph, .blog03__header__paragraph, .form01__main__information__paragraph, .comp01-page__content__paragraph, .confirmation-page__paragraph, .blog03-show__article__modal__main__socials__item__figure__title, .blog03-show__article__body, .blog03-show__article__description, .cont02v1__information__paragraph, .foot04__copyright__compliance__item, .foot04__client__links__item__title, .side02__languages__item, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__cta, .head02__navigation__item__link, .head02__navigation__item--languages__item, .head02__navigation__item__btn {
    font-size: 1rem;
  }
}
.blog03-show__article__modal__main__socials__item__figure__title, .blog03-show__article__body, .blog03-show__article__description, .cont02v1__information__paragraph, .foot04__copyright__compliance__item, .foot04__client__links__item__title, .side02__languages__item, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__cta, .head02__navigation__item__link, .head02__navigation__item--languages__item, .head02__navigation__item__btn {
  color: #fff;
}
.comp01-page__content__paragraph, .confirmation-page__paragraph {
  color: #000;
}
.form01__main__information__paragraph {
  color: #1a1a1a;
}
.blog03__main__item__information__paragraph, .blog03__header__paragraph {
  color: #2b2b2b;
}
.blog03-show__article__footer__share, .cota02__form__footer__cta, .blog03-show__article__footer__link, .blog03__cta, .topi08__cta, .topi08__topics__item__content__cta, .form01__main__form__footer__cta, .comp01-page__content__archives__item, .blog03-show__article__modal__main__copy__button, .side02__footer__item, .head02__navigation__item__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .cota02__form .placeholder--custom, .cota02__form select, .cota02__form .input__item, .cota02__form__header__paragraph, .blog03-show__article__modal__main__copy__link, .blog03-show__article__time, .blog03-page__main__item__information__paragraph, .blog03-page__main__item__information__time, .topi01__topics__item__header__subtitle, .topi01__topics__item__top__paragraph, .cont02__information__paragraph, .topi08__topics__item__placeholder01__paragraph, .topi08__topics__item__content__paragraph, .topi08__topics__item__content__text, .topi08__topics__item__placeholder01__subtitle, .topi08__topics__item__lightbox__subtitle, .topi08__topics__item__content__subtitle, .topi08__topics__item__placeholder02__subtitle, .foot04__client__scroll-top__text, .foot04__client__links__item__paragraph, .head02__navigation__item--menu-mobile__item {
  font: 400 0.875rem "Open Sans", sans-serif, arial;
  line-height: 150%;
}
.blog03-show__article__footer__share p, .cota02__form__footer__cta p, .blog03-show__article__footer__link p, .blog03__cta p, .topi08__cta p, .topi08__topics__item__content__cta p, .form01__main__form__footer__cta p, .comp01-page__content__archives__item p, .blog03-show__article__modal__main__copy__button p, .side02__footer__item p, .head02__navigation__item__cta__content__item p, .form01__main__form__footer__compliance__link p, .form01__main__form__footer__compliance p, .cota02__form__footer__compliance__link p, .cota02__form__footer__compliance p, .cota02__form .placeholder--custom p, .cota02__form select p, .cota02__form .input__item p, .cota02__form__header__paragraph p, .blog03-show__article__modal__main__copy__link p, .blog03-show__article__time p, .blog03-page__main__item__information__paragraph p, .blog03-page__main__item__information__time p, .topi01__topics__item__header__subtitle p, .topi01__topics__item__top__paragraph p, .cont02__information__paragraph p, .topi08__topics__item__placeholder01__paragraph p, .topi08__topics__item__content__paragraph p, .topi08__topics__item__content__text p, .topi08__topics__item__placeholder01__subtitle p, .topi08__topics__item__lightbox__subtitle p, .topi08__topics__item__content__subtitle p, .topi08__topics__item__placeholder02__subtitle p, .foot04__client__scroll-top__text p, .foot04__client__links__item__paragraph p, .head02__navigation__item--menu-mobile__item p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog03-show__article__footer__share, .cota02__form__footer__cta, .blog03-show__article__footer__link, .blog03__cta, .topi08__cta, .topi08__topics__item__content__cta, .form01__main__form__footer__cta, .comp01-page__content__archives__item, .blog03-show__article__modal__main__copy__button, .side02__footer__item, .head02__navigation__item__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .cota02__form .placeholder--custom, .cota02__form select, .cota02__form .input__item, .cota02__form__header__paragraph, .blog03-show__article__modal__main__copy__link, .blog03-show__article__time, .blog03-page__main__item__information__paragraph, .blog03-page__main__item__information__time, .topi01__topics__item__header__subtitle, .topi01__topics__item__top__paragraph, .cont02__information__paragraph, .topi08__topics__item__placeholder01__paragraph, .topi08__topics__item__content__paragraph, .topi08__topics__item__content__text, .topi08__topics__item__placeholder01__subtitle, .topi08__topics__item__lightbox__subtitle, .topi08__topics__item__content__subtitle, .topi08__topics__item__placeholder02__subtitle, .foot04__client__scroll-top__text, .foot04__client__links__item__paragraph, .head02__navigation__item--menu-mobile__item {
    font-size: 0.875rem;
    line-height: 170%;
  }
}
.cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .cota02__form .placeholder--custom, .cota02__form select, .cota02__form .input__item, .cota02__form__header__paragraph, .blog03-show__article__modal__main__copy__link, .blog03-show__article__time, .blog03-page__main__item__information__paragraph, .blog03-page__main__item__information__time, .topi01__topics__item__header__subtitle, .topi01__topics__item__top__paragraph, .cont02__information__paragraph, .topi08__topics__item__placeholder01__paragraph, .topi08__topics__item__content__paragraph, .topi08__topics__item__content__text, .topi08__topics__item__placeholder01__subtitle, .topi08__topics__item__lightbox__subtitle, .topi08__topics__item__content__subtitle, .topi08__topics__item__placeholder02__subtitle, .foot04__client__scroll-top__text, .foot04__client__links__item__paragraph, .head02__navigation__item--menu-mobile__item {
  color: #fff;
}
.blog03-show__article__modal__main__copy__button, .side02__footer__item, .head02__navigation__item__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance {
  color: #000;
}
.comp01-page__content__archives__item {
  color: #1a1a1a;
}
.blog03-show__article__footer__share, .cota02__form__footer__cta, .blog03-show__article__footer__link, .blog03__cta, .topi08__cta, .topi08__topics__item__content__cta, .form01__main__form__footer__cta {
  color: #91b3bc;
}
.head02__navigation__item--menu-mobile__item {
  /* edita apenas o btn de menu mobile */
}
.head02__navigation__item--menu-mobile__item__icon {
  width: 1.625rem;
  height: 0.75rem;
}
.head02__navigation__item--menu-mobile__item__icon span {
  height: 1px;
  background-color: #fff;
  border-radius: 100vw;
  width: 100%;
}
.head02__navigation__item--menu-mobile__item__icon span:nth-of-type(2) {
  width: 1.25rem;
}
.head02__navigation__item--menu-mobile__item__icon span:nth-of-type(3) {
  width: 0.9375rem;
}
.comp01-page__banner, .blog03-page__banner {
  width: 100%;
  padding-top: 7.0625rem;
  padding-bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comp01-page__banner__title, .blog03-page__banner__title {
  text-align: center;
  position: relative;
  padding: 0 3.75rem 0.3125rem;
}
.comp01-page__banner__title::before, .blog03-page__banner__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #91b3bc;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cota02__form__footer__cta, .blog03-show__article__footer__link, .blog03__cta, .topi08__cta, .topi08__topics__item__content__cta, .form01__main__form__footer__cta {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 3rem;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #91b3bc;
  padding: 3px 30px 5px 0;
  font-weight: 600;
  font-stretch: condensed;
  letter-spacing: 1.26px;
  transition: all ease 0.4s;
}
.cota02__form__footer__cta:is(:hover, :active), .blog03-show__article__footer__link:is(:hover, :active), .blog03__cta:is(:hover, :active), .topi08__cta:is(:hover, :active), .topi08__topics__item__content__cta:is(:hover, :active), .form01__main__form__footer__cta:is(:hover, :active) {
  background-color: #fff;
  color: #2b2b2b;
  border-color: #fff;
  padding: 3px 15px 5px;
}
.cota02__form__footer__cta:focus, .blog03-show__article__footer__link:focus, .blog03__cta:focus, .topi08__cta:focus, .topi08__topics__item__content__cta:focus, .form01__main__form__footer__cta:focus {
  /* uso do !important para resetar o valor do fancybox */
  outline: none !important;
}
.topi01__topics__carousel .swiper-pagination-bullets, .topi08__topics__carousel .swiper-pagination-bullets, .slid01 .swiper-pagination-bullets {
  text-align: left;
}
@media (max-width: 991.98px) {
  .topi01__topics__carousel .swiper-pagination-bullets, .topi08__topics__carousel .swiper-pagination-bullets, .slid01 .swiper-pagination-bullets {
    text-align: center;
  }
}
.topi01__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .topi08__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .slid01 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 2.4375rem;
  height: 1px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}
.topi01__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .topi08__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .slid01 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
/*******************************************************************************************************************************************/
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
}

#root {
  overflow: hidden;
  width: 100%;
  display: block;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgba(26, 26, 26, 0.5);
}

body::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 26, 0.8);
}

body::-webkit-scrollbar-thumb:hover {
  background: #1a1a1a;
}

.content {
  position: relative;
}

.link-full {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  top: 0;
  left: 0;
}

.text-primary {
  color: #1a1a1a !important;
}

.text-secondary {
  color: #2b2b2b !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.fw-medium {
  font-weight: 600;
}

.fw-semibold {
  font-weight: 900;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

/* VAI FICAR OBSOLETO */
@media (min-width: 0) and (max-width: 575.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95% !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90% !important;
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px !important;
  }
}
/*_______________________________ */
.btn-icon {
  transform: scale(1);
  transition: ease all 0.4s;
}
.btn-icon:hover {
  transform: scale(1.15);
  transition: ease all 0.4s;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 26, 26, 0.5);
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:active,
.btn-primary:disabled.active,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active {
  color: #fff;
  background-color: rgba(26, 26, 26, 0.9);
  border-color: rgba(26, 26, 26, 0.9);
}
.btn-primary:focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 26, 26, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(26, 26, 26, 0.9);
  border-color: rgba(26, 26, 26, 0.9);
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 26, 26, 0.5);
}

.form-control:focus {
  color: #212529;
  background-color: initial;
  border-color: initial;
  outline: 0;
  box-shadow: none;
}

.body-section {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

.parsley-error {
  border-color: #c90000;
}

.parsley-errors-list {
  padding-left: 0;
  font-size: 13px;
  color: #c90000;
}
.parsley-errors-list li {
  list-style: none;
}

.transition {
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
}

.dropdown-menu {
  padding: 0.3rem;
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  top: 100%;
}
.dropdown-menu.show {
  top: 100% !important;
}
.dropdown-menu i {
  display: inline-block;
}

.dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu[data-popper-placement^=right],
.dropdown-menu[data-popper-placement^=top],
.dropdown-menu[data-popper-placement^=left] {
  top: auto !important;
  animation: none !important;
}

@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(15px);
  }
}
body .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-nav button.owl-next,
body .owl-nav button.owl-prev {
  background-color: #1a1a1a !important;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 34px !important;
  justify-content: center;
  line-height: 22px !important;
  margin: 0 3px;
}
body .owl-nav button.owl-next:hover,
body .owl-nav button.owl-prev:hover {
  background-color: #2b2b2b;
  color: #000;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #2b2b2b;
}
body .owl-dots .owl-dot.active {
  background-color: #91b3bc;
}

.fixed-floating {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}
.fixed-floating.top {
  top: 0;
}

.menu-arrow {
  display: inline-table;
  vertical-align: middle;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.form101 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form101 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form101__boxLeft__subtitle {
  max-width: 367px;
  background-color: #91b3bc;
  color: #2b2b2b;
  min-height: 40px;
  padding: 8px;
  font-size: 1.5625rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.25rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 3.4375rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 2.625rem;
    margin-bottom: 17px;
  }
}
.form101__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph {
    width: 100%;
  }
}
.form101__boxLeft__paragraph p {
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #2b2b2b;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 400 0.875rem "Open Sans", sans-serif, arial;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__boxRight input::placeholder {
  background-color: #fff !important;
}
.form101__boxRight__cta {
  background-color: #fff;
  color: #1a1a1a;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form101__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form101__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form101__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form102 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form102 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form102 .container--pd {
    width: 71% !important;
  }
}
@media (max-width: 991.98px) {
  .form102__content {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__subtitle {
  color: #1a1a1a;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__subtitle {
    font-size: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .form102__content__subtitle {
    max-width: inherit;
  }
}
.form102__content__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph {
    width: 100%;
  }
}
.form102__content__paragraph p {
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #2b2b2b;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 400 0.875rem "Open Sans", sans-serif, arial;
  }
}
.form102__content__inputs {
  flex-wrap: wrap;
}
.form102__content .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__content .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__content__form {
    flex-wrap: wrap;
  }
}
.form102__content__form div {
  padding: 0;
}
.form102__content__form__checkbox-label {
  display: flex;
  align-items: center;
}
.form102__content__form__checkbox-label input:checked {
  background-color: #000 !important;
  border-color: #000;
}
.form102__content__form__checkbox-label a {
  margin-left: 5px;
}
.form102__content .form-check-input {
  height: 14px;
  width: 14px;
  padding: 0;
  margin-bottom: 0;
}
.form102__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form102__content input::placeholder {
  background-color: #fff !important;
}
.form102__content__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #1a1a1a;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form102__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.form01__main {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  width: 50%;
}
@media (max-width: 991.98px) {
  .form01__main {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.form01__main__information {
  margin-bottom: 2rem;
}
.form01__main__information__title {
  margin-bottom: 2.5rem;
}
.form01__main__form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
}
.form01__main__form .input__item {
  width: calc(50% - 4px);
}
@media (max-width: 991.98px) {
  .form01__main__form .input__item {
    width: 100%;
  }
}
.form01__main__form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.form01__main__form__footer__compliance {
  opacity: 0.4;
}
.form01__main__form__footer__compliance__link {
  text-decoration: underline;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #000;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: #1a1a1a;
}
.form01__image {
  width: 30%;
  height: auto;
}
@media (max-width: 991.98px) {
  .form01__image {
    width: 100%;
  }
}
.form01__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.form02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form02 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 767.98px) {
  .form02 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form02__content__title {
  font-size: 1.875rem;
  color: #000;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__title {
    font-size: 1.75rem;
  }
}
.form02__content__paragraph {
  max-width: 592px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph {
    width: 100%;
  }
}
.form02__content__paragraph p {
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #1a1a1a;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 400 0.875rem "Open Sans", sans-serif, arial;
  }
}
.form02__content__form {
  display: flex;
  margin-top: 48px;
}
.form02__content__form div {
  padding: 0;
}
@media (max-width: 767.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 32.333333%;
}
@media (max-width: 767.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
}
.form02__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form02__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form02__content input::placeholder {
  background-color: #fff !important;
}
.form02__content__cta {
  background-color: #fff;
  color: #1a1a1a;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form02__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form02__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.lifo {
  max-width: 1225px;
  width: 100%;
  background-color: #b3b3b3;
  background-position: center;
  background-size: cover;
  padding: 93px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .lifo {
    padding: 38px !important;
    padding-bottom: 38px;
  }
}
.lifo .row--container {
  gap: 0 73.48px;
}
.lifo__boxLeft {
  max-width: 443px;
  width: 100%;
}
.lifo__boxLeft__title {
  font-size: 1.875rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__title {
    font-size: 1.75rem;
    margin-bottom: 17px;
  }
}
.lifo__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph {
    width: 100%;
  }
}
.lifo__boxLeft__paragraph p {
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #2b2b2b;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 400 0.875rem "Open Sans", sans-serif, arial;
  }
}
.lifo__boxLeft__form {
  display: flex;
  margin-top: 48px;
  flex-direction: column;
}
.lifo__boxLeft__form .input__item {
  width: 100%;
  padding: 0;
}
.lifo__boxLeft__inputs {
  width: 100%;
}
.lifo__boxLeft label {
  width: auto !important;
}
.lifo__boxLeft input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft__cta {
  background-color: #fff;
  color: #1a1a1a;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.lifo__boxLeft__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.lifo__boxLeft__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.lifo__boxLeft__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
@media (max-width: 575.98px) {
  .lifo__boxRight {
    display: none;
  }
}
.lifo__boxRight__image {
  height: 592px;
  max-width: 451px;
  width: 100%;
  background: white;
  margin-left: auto;
}
.lifo__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifo .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
.lifo .fancybox__backdrop {
  background: #1a1a1a !important;
}

.form03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.form03 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form03 .container--pd {
    width: 71% !important;
  }
}
.form03__boxLeft {
  width: 100%;
  max-width: 583px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft {
    margin-bottom: 52px;
  }
}
.form03__boxLeft__title {
  font-size: 3.4375rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 2.625rem;
  }
}
.form03__boxLeft__subtitle {
  color: #91b3bc;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxLeft__subtitle {
    font-size: 1.25rem;
  }
}
.form03__boxLeft__paragraph {
  margin-top: 18px;
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 400 0.875rem "Open Sans", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  gap: 0 13.45px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons__cta {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta img {
  width: 25.13px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.form03__boxRight {
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
  max-width: 443px;
  width: 100%;
  padding: 0;
}
.form03__boxRight__title {
  font-size: 3.4375rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 2.625rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph {
    font-size: 1rem;
  }
}
.form03__boxRight__paragraph p {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph p {
    font-size: 1rem;
  }
}
.form03__boxRight__inputs {
  flex-wrap: wrap;
}
.form03__boxRight .input__item {
  width: 100%;
}
.form03__boxRight__form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form03__boxRight__form div {
  padding: 0;
}
.form03__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form03__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form03__boxRight input::placeholder {
  background-color: #fff !important;
}
.form03__boxRight__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #1a1a1a;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 400 0.875rem "Open Sans", sans-serif, arial;
  }
}
.form03__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form03__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form03__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form__file input {
  display: none;
}

.jq-toast-wrap {
  width: 330px;
}

.jq-toast-single {
  font-family: "Open Sans", sans-serif, arial;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.jq-toast-single h2 {
  font-family: "Open Sans", sans-serif, arial;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.close-jq-toast-single {
  top: 7px;
  right: 7px;
  font-size: 29px;
}

.form-placeholder {
  position: relative;
}
.form-placeholder .placeholder--custom {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
  transform: translate(0, -50%);
  transition: ease all 0.3s;
}
.form-placeholder.select .placeholder--custom {
  opacity: 0;
  visibility: hidden;
}
.form-placeholder.select.focusing .placeholder--custom {
  opacity: 1;
  visibility: visible;
}
.form-placeholder.select.focusing > select {
  padding-top: 10px;
  padding-bottom: 0;
}
.form-placeholder > select {
  transition: ease all 0.3s;
  height: 40px;
}
.form-placeholder > input {
  transition: ease all 0.3s;
  background-color: transparent !important;
  height: 40px;
  position: relative;
  z-index: 2;
}
.form-placeholder.focusing .placeholder--custom {
  font-size: 12px;
  color: #777777;
  top: 0 !important;
  transform: translate(0);
  transition: ease all 0.3s;
}
.form-placeholder.focusing > input {
  padding-top: 18px;
  height: 40px;
  transition: ease all 0.3s;
}

.confirmation-page {
  position: relative;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
}
.confirmation-page__title {
  padding-bottom: 0;
  text-align: center;
}
.confirmation-page__title::after {
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #2b2b2b;
  position: relative;
  margin-top: 1.25rem;
  display: block;
}
.confirmation-page__paragraph {
  text-align: center;
  margin-top: 1.5rem;
  padding-left: 5vw;
  padding-right: 5vw;
}
.confirmation-page svg {
  width: 100%;
}

.blur-5 {
  filter: blur(5px);
}

.animation {
  opacity: 0;
}

.animated {
  opacity: 1;
  animation-duration: 0.8s !important;
}
.animated.blur-5 {
  filter: blur(0px);
}
.animated.rotateIn {
  animation: rotateIn;
}
.animated.fadeIn {
  animation: fadeIn;
}
.animated.fadeInUp {
  animation: fadeInUp;
}
.animated.fadeInDown {
  animation: fadeInDown;
}
.animated.fadeInRight {
  animation: fadeInRight;
}
.animated.fadeInLeft {
  animation: fadeInLeft;
}

.hover-image-box {
  overflow: hidden;
}
.hover-image-box__target {
  transition: all 0.4s ease;
}
.hover-image-box:hover .hover-image-box__target {
  scale: 1.1;
  transition: all 0.4s ease;
}

.head02 {
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  isolation: isolate;
}
.head02::before {
  content: "";
  position: absolute;
  width: 100dvw;
  height: 5.5rem;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
  background-color: #000;
}
@media (max-width: 1199.98px) {
  .head02::before {
    height: 4.375rem;
  }
}
.head02.scrolled::before {
  opacity: 1;
  height: 4.375rem;
}
.head02__logo {
  position: relative;
  width: 7.0625rem; /* = 200px */
  height: auto;
  aspect-ratio: 113/98;
  transition: all ease 0.4s;
  margin-top: 1.3125rem;
}
@media (min-width: 1200px) {
  .scrolled .head02__logo {
    width: 4.75rem;
  }
}
@media (max-width: 1199.98px) {
  .head02__logo {
    width: 4.6875rem;
  }
}
.head02__logo__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__navigation {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: stretch;
  list-style: none;
  gap: 0;
  width: calc(100% - 8.4375rem);
  transition: all ease 0.4s;
  position: relative;
}
.head02__navigation::before {
  content: "";
  width: 100dvw;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #91b3bc;
  opacity: 0.6;
}
@media (max-width: 1199.98px) {
  .head02__navigation {
    width: calc(100% - 5.4375rem);
  }
}
.scrolled .head02__navigation {
  width: calc(100% - 5.4375rem);
}
.head02__navigation__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* Estilização do menu-dropdown */
  /* Modificador das redes socais */
  /* Modificador dos idiomas */
  /* Modificador do menu mobile */
}
.head02__navigation__item:not(:first-child) {
  margin-left: 4.5dvw;
}
@media (max-width: 1199.98px) {
  .head02__navigation__item {
    display: none;
  }
}
.head02__navigation__item__link, .head02__navigation__item--languages__item, .head02__navigation__item__btn {
  text-decoration: none;
  letter-spacing: 1.44px;
  transition: all ease 0.4s;
  padding-top: 2.375rem;
  padding-bottom: 1.625rem;
  white-space: nowrap;
  position: relative;
}
.scrolled .head02__navigation__item__link, .scrolled .head02__navigation__item--languages__item, .scrolled .head02__navigation__item__btn {
  font-weight: 600;
  font-size: 0.875rem;
  padding-top: 1.6875rem;
  padding-bottom: 1.375rem;
}
.head02__navigation__item__link::before, .head02__navigation__item--languages__item::before, .head02__navigation__item__btn::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 0.4s ease;
  background-color: #91b3bc;
}
.head02__navigation__item__link.active::before, .active.head02__navigation__item--languages__item::before, .active.head02__navigation__item__btn::before, .head02__navigation__item__link:hover::before, .head02__navigation__item--languages__item:hover::before, .head02__navigation__item__btn:hover::before {
  height: 4px;
}
.head02__navigation__item__content {
  padding: 0.5rem;
  top: 60%;
  left: 0;
}
.head02__navigation__item__content__item {
  width: 100%;
}
.head02__navigation__item__cta {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border: solid 1px #000;
  border-radius: 0.75rem;
  background-color: #000;
  white-space: nowrap;
}
.head02__navigation__item__cta::after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: block;
  width: 0.5rem;
  background-color: #cad8db;
}
.head02__navigation__item__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.head02__navigation__item--socials {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  gap: 1.1875rem;
  right: 1.1875rem;
  bottom: 3.5rem;
  z-index: 15;
}
@media (max-width: 1199.98px) {
  .head02__navigation__item--socials {
    display: none;
  }
}
.head02__navigation__item--socials__item {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
}
.head02__navigation__item--socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
:hover > .head02__navigation__item--socials__item__icon {
  filter: brightness(0) saturate(100%) invert(69%) sepia(26%) saturate(263%) hue-rotate(146deg) brightness(95%) contrast(89%);
}
.head02__navigation__item--languages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-left: 3rem;
}
@media (max-width: 1199.98px) {
  .head02__navigation__item--languages {
    display: none;
  }
}
.head02__navigation__item--languages__item.active {
  font-weight: 700;
}
.head02__navigation__item--languages__item.active::before {
  display: none;
}
.head02__navigation__item--menu-mobile {
  display: none;
  position: relative;
}
@media (max-width: 1199.98px) {
  .head02__navigation__item--menu-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.head02__navigation__item--menu-mobile__item {
  padding-top: 1.6875rem;
  padding-bottom: 1.375rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.head02__navigation__item--menu-mobile__item__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* BEGIN STYLE */
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 10;
  overflow: auto;
  padding-top: 1.625rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #1a1a1a;
  list-style: none;
  transform: translate(-100%, 0); /* O default de animaçào da abertura é da esquerda para a direita */
  transition: transform ease 0.6s;
  /* ANIMAÇÕES DE ABERTURA */
  /* top to bottom - de cima para baixo*/
  /*right to left - de esquerda para direita*/
  /* bottom to top - de baixo para cima */
}
.side02::-webkit-scrollbar, .side02--btt::-webkit-scrollbar, .side02--rtl::-webkit-scrollbar, .side02--ttb::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(26, 26, 26, 0.5);
}
.side02::-webkit-scrollbar-thumb, .side02--btt::-webkit-scrollbar-thumb, .side02--rtl::-webkit-scrollbar-thumb, .side02--ttb::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 26, 0.8);
}
.side02::-webkit-scrollbar-thumb:hover, .side02--btt::-webkit-scrollbar-thumb:hover, .side02--rtl::-webkit-scrollbar-thumb:hover, .side02--ttb::-webkit-scrollbar-thumb:hover {
  background: #1a1a1a;
}
.side02.open, .open.side02--btt, .open.side02--rtl, .open.side02--ttb {
  left: 0;
  transform: translate(0, 0);
  transition: transform ease 0.6s;
}
.side02--ttb {
  transform: translate(0, -100%);
}
.side02--rtl {
  transform: translate(100%, 0);
}
.side02--btt {
  transform: translate(0, 100%);
}
.side02__header {
  width: 100%;
  margin-bottom: 3.9375rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.side02__header::before {
  content: "";
  background-color: #91b3bc;
  height: 1px;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.side02__header__button-close {
  position: absolute;
  right: 0;
  top: 0;
}
.side02__header__button-close__icon path {
  fill: #2b2b2b;
}
.side02__header__button-close__icon:hover path {
  fill: #1a1a1a;
}
.side02__header__logo {
  width: 6.3125rem;
  height: auto;
  aspect-ratio: 101/87;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__navigation {
  width: 100%;
  max-width: 280px;
  margin-bottom: 4.1875rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.375rem;
}
.side02__navigation__item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.side02__navigation__item__link, .side02__navigation__item__btn {
  width: 100%;
  text-align: center;
  padding: 0 0.5rem 3px;
  position: relative;
}
.side02__navigation__item__link::before, .side02__navigation__item__btn::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #91b3bc;
  translate: -50% 0;
  transition: all ease 0.4s;
}
.side02__navigation__item__link:is(:hover, :active, :focus, .active)::before, .side02__navigation__item__btn:is(:hover, :active, :focus, .active)::before {
  width: 100%;
}
.side02__navigation__item__content {
  left: 50%;
  transform: translate(-50%, 0) !important; /*Uso do !important para resetar os valores padrões do .quedinha__content, pois este possui 4 níveis de especificidade*/
}
.side02__navigation__item__content--sub-menu {
  top: 100% !important;
  left: 0 !important;
  right: unset !important;
  /* Uso do important para resetar os valores de estilos que são inseridos via JS pelo plugin*/
}
.side02__languages {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 0.75rem;
}
.side02__languages__item.active {
  font-weight: 700;
}
.side02__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3.25rem 0 2.75rem;
}
.side02__socials__item {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
.side02__socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
/* BEGIN STYLE */
.foot04 {
  overflow: hidden;
  padding-top: 7.5rem;
  position: relative;
}
.foot04__detail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .foot04__detail {
    height: 148px;
    width: auto;
    top: 60px;
    left: -18px;
  }
}
.foot04__wrapper {
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top;
}
.foot04__client {
  padding: 0 5vw 8.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8.1875rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
  .foot04__client {
    padding-bottom: 11rem;
  }
}
.foot04__client__logo {
  width: 11.3125rem;
  height: auto;
  aspect-ratio: 181/156;
  margin-top: -3.5rem;
}
@media (max-width: 767.98px) {
  .foot04__client__logo {
    width: 9.9375rem;
    margin-top: -4.3125rem;
  }
}
.foot04__client__logo__image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot04__client__links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5.8125rem;
}
@media (max-width: 767.98px) {
  .foot04__client__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.9375rem;
  }
}
.foot04__client__links__item {
  display: grid;
  grid-template-areas: "icon title" "icon paragraph";
  align-items: center;
  gap: 0 1rem;
  position: relative;
}
.foot04__client__links__item__icon {
  grid-area: icon;
}
.foot04__client__links__item__title {
  grid-area: title;
  font-weight: 700;
}
.foot04__client__links__item__paragraph {
  grid-area: paragraph;
}
.foot04__client__scroll-top {
  position: absolute;
  right: 5vw;
  bottom: 0;
  background-color: transparent;
  border: none;
  height: 123px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
}
.foot04__client__scroll-top svg {
  transition: all ease 0.4s;
}
.foot04__client__scroll-top:hover > svg {
  height: 151px;
}
.foot04__client__scroll-top__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  line-height: 100%;
  rotate: 180deg;
  padding-top: 0.8125rem;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}
:hover > .foot04__client__scroll-top__text {
  font-weight: 600;
}
.foot04__copyright {
  padding-top: 1.3125rem;
  padding-bottom: 2.125rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 767.98px) {
  .foot04__copyright {
    flex-direction: column;
  }
}
.foot04__copyright__compliance {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .foot04__copyright__compliance {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .foot04__copyright__compliance__item {
    text-align: center;
  }
}

.foot04__copyright__logo__image {
  width: 10.653rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
.slid01 {
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
.slid01__detail {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .slid01__detail {
    width: 5.8125rem;
    height: auto;
    translate: -50% 43px;
  }
}
.slid01__swiper-wrapper {
  position: relative;
}
.slid01__swiper-pagination {
  position: absolute !important;
  left: 5vw !important;
  bottom: 3.4375rem !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 991.98px) {
  .slid01__swiper-pagination {
    left: 0 !important;
    bottom: 5.125rem !important;
  }
}
@media (max-width: 767.98px) {
  .slid01__swiper-pagination {
    left: 50% !important;
    transform: translate(-50%, 10px);
  }
}
.slid01__item {
  padding-bottom: 0;
  z-index: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  isolation: isolate;
  position: relative;
}
@media (max-width: 991.98px) {
  .slid01__item {
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem;
  }
}
.slid01__item::before {
  content: "";
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
  inset: 0;
}
.slid01__item__background {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.slid01__item__background__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slid01__item__header {
  width: 50%;
  max-width: 490px;
}
@media (max-width: 991.98px) {
  .slid01__item__header {
    width: 100%;
  }
}
.slid01__item__header__title {
  font-weight: 600;
  margin-bottom: 0.9375rem;
  text-align: left;
}
.slid01__item__header__description {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .slid01__item__header__description {
    max-width: 100%;
  }
}

.cont02v1 {
  padding-top: 7.25rem;
  padding-bottom: 8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  mix-blend-mode: luminosity;
}
.cont02v1__information {
  width: 100%;
  max-width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cont02v1__information {
    width: 100%;
    max-width: 100%;
  }
}
.cont02v1__information__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
/* BEGIN STYLE */
.topi08 {
  overflow: hidden; /* Prevenção do shift da animação*/
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  isolation: isolate;
  z-index: 0;
  position: relative;
  background-color: #2b2b2b;
}
.topi08__detail {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767.98px) {
  .topi08__detail {
    height: 227px;
  }
}
.topi08__header {
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.topi08__header__title {
  margin-bottom: 0;
}
.topi08__topics {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.topi08__topics__carousel {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .topi08__topics__carousel {
    overflow: hidden;
  }
}
.topi08__topics__carousel__swiper-pagination {
  margin-top: 2.75rem;
}
@media (max-width: 767.98px) {
  .topi08__topics__carousel__swiper-wrapper {
    flex-direction: column;
    gap: 1.438rem;
    transform: inherit !important;
    transition: inherit !important;
  }
}
@media (min-width: 768px) {
  .topi08__topics:has(.active) .topi08__topics__item:not(.active), .topi08__topics:has(.active) .topi08__topics__item:not(.active) .topi08__topics__item__bg {
    width: 160px;
  }
}
.topi08__topics:has(.active) .topi08__topics__item .topi08__topics__item__placeholder01 {
  opacity: 0;
}
@media (min-width: 768px) {
  .topi08__topics:has(.active) .topi08__topics__item:not(.active) .topi08__topics__item__placeholder02 {
    opacity: 1;
  }
}
.topi08__topics__item {
  position: relative;
  z-index: 0;
  width: calc(33.3333333333% - 6px);
  height: 607px;
  aspect-ratio: 404/543;
  transition: all ease 0.3s;
}
.topi08__topics__item:not(.active) {
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .topi08__topics__item:not(.active) {
    height: auto !important;
    overflow: inherit;
  }
}
@media (max-width: 991.98px) {
  .topi08__topics__item.active {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .topi08__topics__item.active {
    width: calc(100% - 338px);
    aspect-ratio: 858/543;
    min-width: 796px;
    max-width: 890px;
  }
}
@media (max-width: 991.98px) {
  .topi08__topics__item {
    width: calc(50% - 4.5px);
  }
}
@media (max-width: 767.98px) {
  .topi08__topics__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
  }
}
.topi08__topics__item__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 404/543;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(1);
  transition: all ease 0.3s;
}
:hover > .topi08__topics__item__bg, .active > .topi08__topics__item__bg {
  filter: grayscale(0);
}
@media (max-width: 767.98px) {
  .topi08__topics__item__bg {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.topi08__topics__item__placeholder01 {
  z-index: 1;
  padding: 1.25rem 1rem 1.625rem;
  background-color: #1a1a1a;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  position: absolute;
  right: 0.875rem;
  bottom: -2.375rem;
  height: 194px;
  width: 280px;
}
@media (max-width: 767.98px) {
  .topi08__topics__item__placeholder01 {
    opacity: 0 !important;
    display: none;
  }
}
.topi08__topics__item__placeholder01__title, .topi08__topics__item__lightbox__title, .topi08__topics__item__content__title, .topi08__topics__item__placeholder02__title {
  position: relative;
  letter-spacing: 2.7px;
  font-stretch: condensed;
  margin-bottom: 0;
}
.topi08__topics__item__placeholder01__subtitle, .topi08__topics__item__lightbox__subtitle, .topi08__topics__item__content__subtitle, .topi08__topics__item__placeholder02__subtitle {
  font-stretch: condensed;
  padding-bottom: 10px;
  position: relative;
  display: block;
  margin-bottom: 1.125rem;
}
.topi08__topics__item__placeholder01__subtitle::before, .topi08__topics__item__lightbox__subtitle::before, .topi08__topics__item__content__subtitle::before, .topi08__topics__item__placeholder02__subtitle::before {
  content: "";
  width: 5rem;
  height: 1px;
  background-color: #cad8db;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topi08__topics__item__placeholder01__paragraph, .topi08__topics__item__content__paragraph, .topi08__topics__item__content__text {
  text-align: left;
}
.topi08__topics__item__placeholder02 {
  z-index: 2;
  position: relative;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 29.63%, #000 107.73%);
  opacity: 0;
  transition: all ease 0.2s;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  rotate: 180deg;
  height: 100%;
  width: 100%;
  padding: 1.875rem 1.1875rem;
}
@media (max-width: 767.98px) {
  .topi08__topics__item__placeholder02 {
    opacity: 0 !important;
    display: none;
  }
}
.topi08__topics__item__placeholder02__title {
  margin: 0;
}
.topi08__topics__item__placeholder02__subtitle {
  margin: 0;
  padding-bottom: 0;
}
.topi08__topics__item__content {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: calc(100% - 440px);
  opacity: 0;
  transition: opacity ease 0.3s;
  padding: 0.4375rem 2.5rem 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.active > .topi08__topics__item__content {
  opacity: 1;
  transition-delay: 0.1s;
}
@media (max-width: 767.98px) {
  .topi08__topics__item__content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2.4375rem 0 1.625rem;
    gap: 3.0625rem;
    opacity: 1;
  }
}
.topi08__topics__item__content__paragraph, .topi08__topics__item__content__text {
  margin-bottom: 0.625rem;
}
.topi08__topics__item__lightbox {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  display: none;
}
.topi08__topics__item__lightbox iframe {
  flex: 1 0 auto;
  aspect-ratio: 919/516;
}
@media (max-width: 767.98px) {
  .topi08__topics__item__lightbox iframe {
    aspect-ratio: 360/202;
  }
}
.topi08__cta {
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .topi08__topics__carousel__swiper-pagination {
    display: none;
  }
}

.cont02 {
  padding-top: 8.1875rem;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  /* Quando não houver imagem cadastrada, o box information receberá width de 100%*/
}
.cont02:not(:has(.cont02__image)) .cont02__information {
  width: 100%;
  padding-top: unset;
}
@media (max-width: 991.98px) {
  .cont02 {
    flex-direction: column-reverse;
  }
}
.cont02__image {
  width: 45%;
  height: 100%;
  aspect-ratio: 618/402;
  position: relative;
  isolation: isolate;
}
.cont02__image::before {
  content: "";
  height: calc(100% + 88px);
  width: 100%;
  background-color: transparent;
  position: absolute;
  left: 6.5rem;
  top: -2.4375rem;
  z-index: -1;
  border: solid 1px #91b3bc;
}
@media (max-width: 991.98px) {
  .cont02__image {
    width: 100%;
  }
}
.cont02__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cont02__information {
  padding: 4rem 2rem;
  width: 33%;
}
@media (max-width: 991.98px) {
  .cont02__information {
    width: 100%;
    padding-right: 0 5vw 0;
  }
}
.cont02__information__title {
  text-align: left;
  margin-bottom: 1.9375rem;
}
.cont02__information__paragraph {
  margin-bottom: 2rem;
}
.cont02__information__paragraph p + p {
  margin-top: 0.5rem;
}

/* BEGIN STYLE */
.topi01 {
  overflow: hidden; /* prevenção do shift da animação*/
  background-color: #1a1a1a;
}
.topi01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 3rem;
}
.topi01__header__title {
  margin-bottom: 0.25rem;
}
.topi01__topics {
  height: auto;
}
.topi01__topics__carousel {
  height: auto;
  overflow: hidden;
}
.topi01__topics__carousel__swiper-pagination {
  margin-top: 2.75rem;
}
.topi01__topics__item {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.topi01__topics__item__top {
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 397/474;
  overflow: hidden;
}
.topi01__topics__item__top__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; /* envia para o fundo o bg do topico */
}
.topi01__topics__item__top__paragraph {
  width: calc(100% - 23px);
  height: calc(100% - 11px);
  position: absolute;
  bottom: 0;
  left: 13px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1.3125rem;
  opacity: 0;
  transition: all ease 0.3s;
  overflow: auto;
}
.topi01__topics__item__top__paragraph::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgba(26, 26, 26, 0.5);
}
.topi01__topics__item__top__paragraph::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 26, 0.8);
}
.topi01__topics__item__top__paragraph::-webkit-scrollbar-thumb:hover {
  background: #1a1a1a;
}
.topi01__topics__item__top__paragraph p + p {
  margin-top: 0.5rem;
}
:hover > .topi01__topics__item__top .topi01__topics__item__top__paragraph {
  opacity: 1;
  animation: fadeInUp;
}
.topi01__topics__item__header {
  padding: 0.9375rem 1.3125rem 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.topi01__topics__item__header__title {
  position: relative;
  letter-spacing: 2.7px;
  font-stretch: condensed;
  margin-bottom: 0;
}
.topi01__topics__item__header__subtitle {
  font-stretch: condensed;
  padding-bottom: 10px;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.topi01__topics__item__header__subtitle::before {
  content: "";
  width: 5rem;
  height: 1px;
  background-color: #cad8db;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.blog03 {
  overflow: hidden; /* prevenção do shift da animação*/
}
.blog03__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.blog03__header__title {
  margin-bottom: 0.25rem;
}
.blog03__header__subtitle {
  margin-bottom: 2rem;
}
.blog03__header__paragraph {
  width: 100%;
  max-width: 938px;
  text-align: center;
}
.blog03__main {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .blog03__main {
    overflow: visible;
  }
}
.blog03__main__item {
  position: relative;
  width: calc(50% - 1rem);
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .blog03__main__item {
    flex-direction: column;
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .blog03__main__item {
    width: 70%;
  }
}
@media (max-width: 575.98px) {
  .blog03__main__item {
    width: 90%;
  }
}
.blog03__main__item__image {
  margin: 0;
  width: 50%;
  height: auto;
  aspect-ratio: 422/276;
}
@media (max-width: 991.98px) {
  .blog03__main__item__image {
    width: 100%;
  }
}
.blog03__main__item__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog03__main__item__information {
  width: 50%;
}
@media (max-width: 991.98px) {
  .blog03__main__item__information {
    width: 100%;
  }
}
.blog03__main__item__information__title {
  margin-bottom: 2rem;
}
.blog03__cta {
  margin: 1.75rem 0 0 auto;
}

.blog03-page__banner {
  height: 416.4px;
}
.blog03-page__main {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.625rem 0.8125rem;
}
.blog03-page__main__item {
  position: relative;
  padding-bottom: 6.375rem;
  width: calc(33.3333333333% - 0.8125rem * 2 / 3);
}
@media (max-width: 991.98px) {
  .blog03-page__main__item {
    width: calc(50% - 0.8125rem * 1 / 2);
  }
}
@media (max-width: 767.98px) {
  .blog03-page__main__item {
    width: 100%;
  }
}
.blog03-page__main__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 401/308;
  overflow: hidden;
  transition: all ease 0.3s;
  filter: grayscale(1);
}
:hover > .blog03-page__main__item__image {
  filter: grayscale(0);
}
.blog03-page__main__item__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog03-page__main__item__information {
  width: calc(100% - 20px);
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 0;
  background-color: #000;
  padding: 1rem 1.25rem 0.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.blog03-page__main__item__information__time {
  font-stretch: condensed;
  margin-bottom: 4px;
}
.blog03-page__main__item__information__title {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.blog03-page__main__item__information__title::before {
  content: "";
  width: 5rem;
  height: 1px;
  background-color: #cad8db;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog03-page__main__item__information__paragraph {
  font-stretch: condensed;
}

.blog03-show__article {
  overflow: hidden; /* Prevenção do shift da animação */
  padding-top: 11rem;
  padding-bottom: 3.25rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.blog03-show__article__time {
  margin-bottom: 0.75rem;
  font-stretch: condensed;
  margin-bottom: 4px;
}
.blog03-show__article__title {
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 0.75rem;
  margin-bottom: 1.125rem;
  position: relative;
  width: 90%;
  max-width: 46.125rem;
}
.blog03-show__article__title::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #cad8db;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.blog03-show__article__description {
  margin-bottom: 2.6875rem;
  text-align: center;
}
.blog03-show__article__image {
  width: 100%;
  max-width: 50.75rem;
  height: auto;
  max-height: 100dvh;
  margin-bottom: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog03-show__article__body {
  text-align: left;
  width: 90%;
  max-width: 46.125rem;
}
.blog03-show__article__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  gap: 1.8125rem;
  max-width: 46.125rem;
  margin-top: 9.4375rem;
}
@media (max-width: 991.98px) {
  .blog03-show__article__footer {
    margin-top: 5rem;
    flex-direction: column;
    align-items: start;
  }
}
.blog03-show__article__footer__share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-stretch: condensed;
  background-color: transparent;
  border: none;
}
.blog03-show__article__modal {
  opacity: 0;
  width: 90%;
  max-width: 462px;
  border: none;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #1a1a1a;
  transition: all ease 0.5s;
  transform: translateY(-40%);
}
.blog03-show__article__modal.open {
  opacity: 1;
  transition: all ease 0.5s;
  transform: translateY(0%);
}
.blog03-show__article__modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.blog03-show__article__modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.blog03-show__article__modal__header__title {
  margin-bottom: 0;
}
.blog03-show__article__modal__header__close {
  background-color: transparent;
  border: none;
}
.blog03-show__article__modal__main {
  overflow: hidden;
}
.blog03-show__article__modal__main__socials {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}
.blog03-show__article__modal__main__socials__item {
  width: 5.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.blog03-show__article__modal__main__socials__item__figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.blog03-show__article__modal__main__socials__item__figure svg {
  width: 3rem !important;
  height: 3rem !important;
}
.blog03-show__article__modal__main__copy {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .blog03-show__article__modal__main__copy {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.blog03-show__article__modal__main__copy__button {
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
@media (max-width: 767.98px) {
  .blog03-show__article__modal__main__copy__button {
    width: 100%;
  }
}

/* BEGIN STYLE */
.cota02__form {
  padding-top: 11.25rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 1.5rem;
}
.cota02__form__header {
  width: 100%;
  margin-bottom: 3.4375rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.cota02__form__header__title {
  text-align: center;
  font-stretch: condensed;
  letter-spacing: 4.95px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 2.1875rem;
}
.cota02__form__header__title::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #cad8db;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.cota02__form__header__paragraph {
  opacity: 0.9;
  text-align: center;
  max-width: 33.375rem;
}
.cota02__form__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 1.5rem;
}
.cota02__form .input__item {
  width: calc(50% - 2.0625rem * 1 / 2);
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .cota02__form .input__item {
    width: 100%;
  }
}
.cota02__form .input__item--textarea {
  width: 100%;
}
.cota02__form .input__item--textarea .placeholder--custom {
  top: 12px;
}
.cota02__form select {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #fff;
  background-color: transparent;
  height: 47px;
}
.cota02__form select option {
  background-color: #2b2b2b;
}
.cota02__form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #fff;
  height: 47px;
  color: #fff;
}
.cota02__form textarea {
  height: 153px !important;
  padding-top: 16px;
  background-color: transparent;
  resize: none;
}
.cota02__form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cota02__form__footer__compliance {
  display: inline;
}
.cota02__form__footer__compliance__link {
  text-decoration: underline;
  font-weight: 600;
}
.cota02__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #000;
  accent-color: #91b3bc;
}
/* BEGIN STYLE */
.comp01-page__banner {
  background-color: rgba(239, 239, 239, 0.35);
}
.comp01-page__content {
  padding-left: 10vw;
  background-color: #FFFFFF;
}
.comp01-page__content__header {
  margin-bottom: 3.5rem;
}
.comp01-page__content__header__title {
  text-align: left;
  margin-bottom: 0;
}
.comp01-page__content__archives {
  margin-top: 3rem;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.comp01-page__content__archives__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border: solid 1px #2b2b2b;
  border-radius: 1rem 0 1rem 0;
  transition: all 0.3s ease;
  color: #2b2b2b;
}
.comp01-page__content__archives__item:hover {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  color: #fff;
}
.comp01-page__content__archives__item:hover svg path {
  fill: #fff;
  border-color: #fff;
}
.comp01-page__content__archives__item svg {
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
