@charset "UTF-8";
/**
 * Arquivo base do SCSS
 * @version 1.1.0
 */
/* ============= BASE ============= */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: bold;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}
@media (max-width: 900px) {
  html {
    font-size: 50%;
  }
}

html, body {
  width: 100%;
  font-family: "Manrope", sans-serif;
  color: #525252;
}

body {
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
  color: #525252;
  font-size: 4rem;
  font-weight: 700;
  line-height: 75%;
}

p {
  line-height: 150%;
}

.text--section {
  color: #948AFC;
  letter-spacing: 5px;
  font-size: 1.2rem;
}
.text--regular {
  font-weight: normal;
}
.text--bold {
  font-weight: bold;
}
.text--primary {
  color: #0B0E2A;
}
.text--secondary {
  color: #948AFC;
}

/**
 * @license
 *
 * Font Family: Clash Display
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/clash-display
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Clash Display Variable(Variable font)
 * Clash Display Extralight
 * Clash Display Light
 * Clash Display Regular
 * Clash Display Medium
 * Clash Display Semibold
 * Clash Display Bold
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/
@font-face {
  font-family: "ClashDisplay";
  src: url("/assets/site/fonts/ClashDisplay-Extralight.woff2") format("woff2"), url("/assets/site/fonts/ClashDisplay-Extralight.woff") format("woff"), url("/assets/site/fonts/ClashDisplay-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("/assets/site/fonts/ClashDisplay-Light.woff2") format("woff2"), url("/assets/site/fonts/ClashDisplay-Light.woff") format("woff"), url("/assets/site/fonts/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("/assets/site/fonts/ClashDisplay-Regular.woff2") format("woff2"), url("/assets/site/fonts/ClashDisplay-Regular.woff") format("woff"), url("/assets/site/fonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("/assets/site/fonts/ClashDisplay-Medium.woff2") format("woff2"), url("/assets/site/fonts/ClashDisplay-Medium.woff") format("woff"), url("/assets/site/fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("/assets/site/fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("/assets/site/fonts/ClashDisplay-Semibold.woff") format("woff"), url("/assets/site/fonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("/assets/site/fonts/ClashDisplay-Bold.woff2") format("woff2"), url("/assets/site/fonts/ClashDisplay-Bold.woff") format("woff"), url("/assets/site/fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/* ============= FONTS ============ */
/* =========== SECTIONS =========== */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 3.5rem 3.5rem 6.5rem;
  z-index: 9999;
  transition: all 0.3s ease;
  pointer-events: none;
  background: linear-gradient(180deg, #0B0E2A 0%, rgba(11, 14, 42, 0.92) 41.83%, rgba(11, 14, 42, 0.39) 71.15%, rgba(11, 14, 42, 0.16) 78.37%, rgba(11, 14, 42, 0.06) 86.06%, rgba(11, 14, 42, 0.02) 94%, rgba(11, 14, 42, 0) 100%);
}
.header__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: auto;
}
.header__logo {
  flex-shrink: 0;
  min-width: 0;
}
.header__logo img {
  width: 100%;
  max-width: 270px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 1;
  min-width: 0;
  justify-content: flex-end;
}
.header__menu li a {
  display: flex;
  color: #fff;
  align-items: center;
  font-weight: 500;
  gap: 5px;
  position: relative;
  font-size: 16px;
}
.header__menu li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease-in-out;
}
.header__menu li a.has-hover:hover::before {
  width: 100%;
}
.header__menu .header__user-greeting {
  display: inline-flex;
  align-items: center;
  max-width: min(280px, 28vw);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__menu .header__user-greeting::before {
  display: none;
}
.header__menu .header__user-greeting--guest {
  position: relative;
}
.header__menu .header__user-greeting--guest::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease-in-out;
}
.header__menu .header__user-greeting--guest:hover::before {
  width: 100%;
}
.header__menu .header__user-logout-form {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.header__menu .header__user-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  line-height: 0;
  transition: opacity 0.2s ease;
}
.header__menu .header__user-logout:hover {
  opacity: 0.85;
}
.header__layer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  padding: 2rem 5rem 5rem 5rem;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  box-shadow: inset 0 0 0 1px rgba(220, 220, 220, 0.12);
}
.header.is-open .header__layer {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header__layer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding: 10px 0;
}
.header__layer-logo {
  display: block;
}
.header__layer-logo img {
  width: 100%;
  max-width: 320px;
  display: block;
}
.header__layer-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__layer-actions svg {
  width: 24px;
}
.header__layer-close {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.header__layer-close:hover {
  opacity: 0.85;
}
.header__layer-close svg {
  flex-shrink: 0;
}
.header__layer-close span {
  font-size: 16px;
}
.header__layer-user {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-width: min(320px, 55vw);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.2s ease;
}
.header__layer-user:hover {
  opacity: 0.85;
}
.header__layer-user.header__user-greeting--guest {
  text-underline-offset: 3px;
}
.header__layer-links {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding: 60px 0 40px;
}
.header__layer-col {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 3rem;
}
.header__layer-col li {
  margin-bottom: 14px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__layer-col li.only-mobile {
  display: none;
}
.header__layer-col span {
  font-size: 2.4rem;
}
.header__layer-col a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s ease;
}
.header__layer-col a:hover {
  color: #FF5A3C;
}
.header__layer-col-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-size: 1.8rem !important;
  font-weight: 600;
  margin-bottom: 20px !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header__layer-col-title svg {
  flex-shrink: 0;
  color: #EDEDED;
}
.header__layer-search {
  flex-shrink: 0;
  display: flex;
  gap: 0;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  border-radius: 5px;
}
.header__layer-search-inner {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.header__layer-search input {
  width: 100%;
  height: 52px;
  padding: 0 50px 0 20px;
  border: none;
  border-radius: 12px 0 0 12px;
  background: rgba(30, 33, 70, 0.9);
  color: #fff;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  transition: background 0.2s ease;
}
.header__layer-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__layer-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__layer-search input:focus {
  outline: none;
  background: rgba(35, 39, 85, 0.95);
}
.header__layer-search-mic {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}
.header__layer-search-btn {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0 12px 12px 0;
  background: rgba(30, 33, 70, 0.9);
  color: #EDEDED;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.header__layer-search-btn:hover {
  background: rgba(40, 45, 95, 0.95);
  color: #fff;
}

@media (max-width: 900px) {
  .header {
    padding: 16px 18px;
    background-color: #0B0E2A;
  }
  .header__navbar {
    gap: 12px;
  }
  .header__logo img {
    max-width: 140px;
  }
  .header__menu {
    gap: 10px;
    flex-shrink: 0;
  }
  .header__menu li {
    display: none;
  }
  .header__menu li a {
    font-size: 14px;
  }
  .header__menu li:has(.js-open-menu) {
    display: flex;
  }
  .header__menu li:has(.header__user-greeting--guest) {
    display: flex;
  }
  .header__menu li:has(.header__user-logout) {
    display: flex;
  }
  .header__menu .header__user-greeting {
    max-width: min(160px, 38vw);
    font-size: 13px;
  }
  .header__menu .js-open-menu {
    gap: 6px;
    white-space: nowrap;
  }
  .header__menu .js-open-menu svg {
    width: 22px;
    height: auto;
  }
  .header__menu .header__user-logout svg {
    width: 22px;
    height: 22px;
  }
  .header--logged-in .header__logo img {
    max-width: 120px;
  }
  .header--logged-in .header__menu li:has(.header__user-greeting:not(.header__user-greeting--guest)) {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .header--logged-in .header__menu li:has(.header__user-greeting:not(.header__user-greeting--guest)) {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .header__layer {
    height: 100vh;
    max-height: 100dvh;
    padding: 1.6rem 2rem 2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .header__layer-top {
    flex-shrink: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "logo close" "user user";
    gap: 12px 16px;
    align-items: center;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .header__layer-logo {
    grid-area: logo;
  }
  .header__layer-logo img {
    max-width: 130px;
  }
  .header__layer-actions {
    display: contents;
  }
  .header__layer-close {
    grid-area: close;
    justify-self: end;
    font-size: 14px;
  }
  .header__layer-close span {
    font-size: 14px;
  }
  .header__layer-close svg {
    width: 20px;
    height: 20px;
  }
  .header__layer-user {
    grid-area: user;
    max-width: none;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 4px;
  }
  .header__layer-links {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    gap: 32px;
    padding: 32px 0 24px;
    justify-content: flex-start;
    align-items: stretch;
  }
  .header__layer-col {
    min-width: 0;
    padding-left: 0;
    gap: 10px;
  }
  .header__layer-col li a {
    font-size: 14px;
  }
  .header__layer-col li.only-mobile {
    display: flex;
  }
  .header__layer-col-title span {
    font-size: 2rem;
  }
  .header__layer-search {
    flex-shrink: 0;
    max-width: none;
    padding-bottom: 24px;
  }
  .header__layer-search input {
    height: 48px;
    font-size: 1.5rem;
  }
  .header__layer-search-btn {
    width: 48px;
    height: 48px;
  }
}
.footer {
  position: relative;
  padding: 5rem;
  background-color: #0B0E2A;
  display: flex;
  gap: 10rem;
}
.footer__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: auto;
}
.footer__logo {
  align-self: flex-start;
}
.footer__logo img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 450px;
}
.footer__description {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 450px;
  margin-left: 10rem;
  flex: 1;
}
.footer__description strong {
  color: #FF5A3C;
  font-weight: 600;
}
.footer .social {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.footer .social a:hover {
  opacity: 0.85;
}
.footer .social a svg {
  display: block;
}
.footer .footer__newsletter-form {
  width: 100%;
}
.footer .newsletter {
  margin-bottom: 1rem;
}
.footer .newsletter-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 0.6rem;
  text-align: center;
}
.footer .newsletter-title strong {
  font-weight: 600;
  color: #948AFC;
}
.footer .newsletter-description {
  color: #fff;
  font-size: 16px;
  margin: 0 0 1.6rem;
  text-align: center;
}
.footer .newsletter-input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  border: 1px solid #fff;
  border-radius: 12px;
}
.footer .newsletter-input-group input {
  flex: 1;
  padding: 1.2rem 1.6rem;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}
.footer .newsletter-input-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .newsletter-input-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .newsletter-input-group .btn--white {
  background: #fff;
  color: #0B0E2A;
  padding: 1.2rem 2.4rem;
  font-size: 16px;
  border-radius: 12px;
  white-space: nowrap;
}
.footer .newsletter-input-group .btn--white:hover {
  background: #948AFC;
  color: #fff;
  border-color: #948AFC;
}
.footer__right {
  display: flex;
  gap: 10rem;
  flex: 1;
  margin-top: 3.5rem;
  height: auto;
}
.footer .links {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 160px;
}
.footer .links li {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
.footer .links li:first-child {
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: #fff;
}
.footer .links li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 16px;
}
.footer .links li a:hover {
  color: #FF5A3C;
}
.footer .links li.last {
  margin-top: 2.5rem;
}
.footer__whats {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}
.footer__whats-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer__whats-link img {
  display: block;
  width: 78px;
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__whats-link:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.footer.is-white {
  background-color: #fff;
}
.footer.is-white .footer__description {
  color: #0B0E2A;
}
.footer.is-white .newsletter-title {
  color: #0B0E2A;
}
.footer.is-white .newsletter-description {
  color: #0B0E2A;
}
.footer.is-white .newsletter-input-group {
  border: 1px solid #0B0E2A;
}
.footer.is-white .newsletter-input-group input {
  color: #0B0E2A;
}
.footer.is-white .newsletter-input-group input::-moz-placeholder {
  color: rgba(11, 14, 42, 0.5);
}
.footer.is-white .newsletter-input-group input::placeholder {
  color: rgba(11, 14, 42, 0.5);
}
.footer.is-white .newsletter-input-group button {
  background: #0B0E2A;
  color: #fff;
}
.footer.is-white .newsletter-input-group button:hover {
  background: #948AFC;
  color: #fff;
  border-color: #948AFC;
}
.footer.is-white .links li {
  color: #0B0E2A;
}
.footer.is-white .links a {
  color: #0B0E2A;
}
.footer.is-white .nomad .nomad {
  width: 65px;
}
.footer.is-white .nomad .nomad svg {
  width: 100%;
}
.footer.is-white .nomad .nomad svg .svg-elem-1,
.footer.is-white .nomad .nomad svg .svg-elem-2,
.footer.is-white .nomad .nomad svg .svg-elem-3,
.footer.is-white .nomad .nomad svg .svg-elem-4,
.footer.is-white .nomad .nomad svg .svg-elem-5 {
  fill: #0B0E2A;
  transition: none;
}
.footer.is-white .nomad .nomad:hover svg .svg-elem-1 {
  animation: wipeFillWhiteFooter 1.1s ease both 0s;
}
.footer.is-white .nomad .nomad:hover svg .svg-elem-2 {
  animation: wipeFillWhiteFooter 1.1s ease both 0.1s;
}
.footer.is-white .nomad .nomad:hover svg .svg-elem-3 {
  animation: wipeFillWhiteFooter 1.1s ease both 0.2s;
}
.footer.is-white .nomad .nomad:hover svg .svg-elem-4 {
  animation: wipeFillWhiteFooter 1.1s ease both 0.3s;
}
.footer.is-white .nomad .nomad:hover svg .svg-elem-5 {
  animation: wipeFillWhiteFooter 1.1s ease both 0.4s;
}
.footer .nomad {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  z-index: 100;
}
.footer .nomad .nomad {
  width: 65px;
}
.footer .nomad .nomad svg {
  width: 100%;
}
.footer .nomad .nomad svg .svg-elem-1,
.footer .nomad .nomad svg .svg-elem-2,
.footer .nomad .nomad svg .svg-elem-3,
.footer .nomad .nomad svg .svg-elem-4,
.footer .nomad .nomad svg .svg-elem-5 {
  fill: rgb(244, 242, 239);
  transition: none;
}
.footer .nomad .nomad:hover svg .svg-elem-1 {
  animation: wipeFill 1.1s ease both 0s;
}
.footer .nomad .nomad:hover svg .svg-elem-2 {
  animation: wipeFill 1.1s ease both 0.1s;
}
.footer .nomad .nomad:hover svg .svg-elem-3 {
  animation: wipeFill 1.1s ease both 0.2s;
}
.footer .nomad .nomad:hover svg .svg-elem-4 {
  animation: wipeFill 1.1s ease both 0.3s;
}
.footer .nomad .nomad:hover svg .svg-elem-5 {
  animation: wipeFill 1.1s ease both 0.4s;
}
@keyframes wipeFill {
  0% {
    fill: rgb(244, 242, 239);
  }
  15% {
    fill: transparent;
  }
  65% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 242, 239);
  }
}
@keyframes wipeFillWhiteFooter {
  0% {
    fill: #0B0E2A;
  }
  15% {
    fill: transparent;
  }
  65% {
    fill: transparent;
  }
  100% {
    fill: #0B0E2A;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer .nomad .nomad:hover svg .svg-elem-1,
  .footer .nomad .nomad:hover svg .svg-elem-2,
  .footer .nomad .nomad:hover svg .svg-elem-3,
  .footer .nomad .nomad:hover svg .svg-elem-4,
  .footer .nomad .nomad:hover svg .svg-elem-5 {
    animation: none;
  }
}

@media (max-width: 900px) {
  .footer {
    flex-direction: column;
    gap: 5rem;
    padding: 2.5rem 3.5rem 5rem;
  }
  .footer__left {
    align-items: center;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .footer__logo img {
    max-width: 200px;
  }
  .footer__description {
    margin-left: 0;
    text-align: center;
  }
  .footer__whats-link img {
    width: 50px;
    height: 50px;
  }
  .footer .newsletter {
    margin-top: 4rem;
    width: 100%;
  }
  .footer .newsletter-input-group {
    display: flex;
    gap: 0.8rem;
    border: none;
    width: 100%;
  }
  .footer .newsletter-input-group input {
    border: 1px solid #fff;
    border-radius: 12px;
    width: 100%;
  }
  .footer .newsletter-input-group button {
    text-indent: -9999px;
    background: #948AFC !important;
  }
  .footer .newsletter-input-group button::before {
    content: "📨";
    text-indent: 0;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0B0E2A;
  }
  .footer__right {
    flex-direction: column;
    padding-top: 0;
    margin: 0;
    gap: 2rem;
  }
  .footer__right .social {
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .footer__right .social svg {
    width: 30px;
    height: 30px;
  }
}
/* ============ PAGES ============= */
.home__banner {
  height: 100vh;
}
.home__banner-slider {
  height: 100vh;
  position: relative;
}
.home__banner-slider-item {
  position: relative;
  height: 100vh;
}
.home__banner-slider-item .bg {
  position: absolute;
  inset: 0;
}
.home__banner-slider-item .bg video,
.home__banner-slider-item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home__banner-slider-item .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20vh 100px 100px;
  height: 100%;
  z-index: 3;
}
.home__banner-slider-item .content-top .content-title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.home__banner-slider-item .content-top .content-title strong {
  color: #FF5A3C;
}
.home__banner-slider-item .content-top .content-title em {
  color: #948AFC;
}
.home__banner-slider-item .content-top .content-title--small {
  font-size: 2rem;
  line-height: 1.5;
}
.home__banner-slider-item .content-bottom {
  margin-left: auto;
}
.home__banner-slider-item .content-bottom .content-description {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}
.home__banner-slider-item .content-bottom .content-description strong {
  color: #FF5A3C;
}
.home__banner-pagination {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.home__banner-pagination .slick-dots {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home__banner-pagination .slick-dots li {
  transition: all 0.3s ease;
  cursor: pointer;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.home__banner-pagination .slick-dots li.slick-active {
  background-color: #948AFC;
  width: 20px;
  border-radius: 200px;
}
.home__banner-pagination .slick-dots li a:focus-visible {
  outline: none;
}
.home__agenda {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.home__agenda-title {
  color: #948AFC;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.home__agenda-description {
  color: #0B0E2A;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.home__agenda-description em {
  color: #948AFC;
}
.home__agenda-list {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 0 40px;
  gap: 20px;
  margin-top: 20px;
}
.home__agenda-list-item {
  height: auto;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  max-width: 450px;
  flex: 1;
}
.home__agenda-list-item img, .home__agenda-list-item video {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__agenda-list-item .content {
  position: absolute;
  inset: 0;
  background: rgba(11, 14, 42, 0.95);
  transition: all 0.3s ease;
  transform: translateY(100%);
  padding: 48px 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home__agenda-list-item .content .date {
  color: #FF5A3C;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: lowercase;
}
.home__agenda-list-item .content .title {
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.home__agenda-list-item .content .description {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home__agenda-list-item:hover {
  box-shadow: rgba(255, 255, 255, 0.07) 0px 1px 1px, rgba(255, 255, 255, 0.07) 0px 2px 2px, rgba(255, 255, 255, 0.07) 0px 4px 4px, rgba(255, 255, 255, 0.07) 0px 8px 8px, rgba(255, 255, 255, 0.07) 0px 16px 16px;
}
.home__agenda-list-item:hover .content {
  transform: translateY(0);
}
.home__agenda .cta {
  margin-top: 20px;
  border-color: #0B0E2A;
  color: #0B0E2A;
}
.home__partners {
  overflow: hidden;
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  position: relative;
  min-height: 80vh;
  transition: all 0.3s ease;
}
.home__partners .bg {
  position: absolute;
  inset: 0;
  background-color: #0B0E2A;
  overflow: hidden;
}
.home__partners .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #0B0E2A 0%, rgba(11, 14, 42, 0.98) 37.5%, rgba(11, 14, 42, 0.85) 61.54%, rgba(11, 14, 42, 0.6) 85.1%, rgba(11, 14, 42, 0.33) 92.79%, rgba(11, 14, 42, 0) 100%);
  transform: rotate(180deg);
  width: 100%;
  height: 250px;
  z-index: 1;
}
.home__partners .bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
  background: linear-gradient(0deg, #0B0E2A 0%, rgba(11, 14, 42, 0.98) 24.13%, rgba(11, 14, 42, 0.85) 39.6%, rgba(11, 14, 42, 0.6) 54.76%, rgba(11, 14, 42, 0.33) 59.71%, rgba(11, 14, 42, 0) 64.35%);
  width: 100%;
  z-index: 1;
}
.home__partners .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__partners-title {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.home__partners-description {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.home__partners-description em {
  color: #948AFC;
}
.home__partners .btn {
  margin-top: 40px;
  z-index: 2;
}
.home__partners-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0;
}
.home__partners-slider .slick-slide {
  width: 230px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__partners-slider .slick-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.home__partners-slider .slick-slide img {
  width: 100%;
  max-width: 150px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%) brightness(1) invert(1);
  transition: all 0.3s ease;
}
.home__partners-slider .slick-slide:hover {
  background: #fff;
}
.home__partners-slider .slick-slide:hover img {
  filter: grayscale(0) brightness(1);
}
.home__benefits {
  padding: 160px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.3s ease;
}
.home__benefits-title {
  color: #0B0E2A;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.home__benefits-title strong {
  color: #FF5A3C;
  font-weight: 800;
}
.home__benefits-description {
  color: #0B0E2A;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.home__benefits-list {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.home__benefits-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.home__benefits-list-item .icon {
  width: 90px;
  height: 90px;
  border-radius: 19px;
  background: rgba(217, 217, 217, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.home__benefits-list-item .description {
  color: #0B0E2A;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 150px;
}
.home__benefits-list-item:hover .icon {
  background: #FF5A3C;
}
.home__benefits-list-item:hover .icon img {
  filter: brightness(0) invert(1);
}
.home__benefits-list .arrow {
  margin-top: 45px;
  transform: translateY(-50%);
  height: -moz-fit-content;
  height: fit-content;
}
.home__benefits-list .arrow .arrow-svg {
  animation: arrow-bob 2s ease-in-out infinite;
}
.home__bepart {
  padding: 0 45px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  transition: all 0.3s ease;
}
.home__bepart-title {
  border-radius: 16px;
  background: #0B0E2A;
  box-shadow: -4px 4px 20px 0 #0B0E2A;
  margin-top: 80px;
  padding: 5.8rem 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 16px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: -4px 4px 20px 0 #0B0E2A;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.home__bepart-title strong {
  color: #FF5A3C;
  font-weight: 500;
}
.home__bepart-title em {
  color: #948AFC;
}
.home__bepart .btn {
  margin-top: 20px;
  border-color: #0B0E2A;
  color: #0B0E2A;
}
.home__bepart-description {
  color: #0B0E2A;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}
.home__bepart-description em {
  color: #948AFC;
}
.home__bepart-description {
  z-index: 2;
}
.home__bepart-description strong {
  font-weight: 500;
  color: #948AFC;
}
.home__trino {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 100px;
  transition: all 0.3s ease;
  margin-top: -5%;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 901px) {
  .home__trino-icon {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 500px;
    transform: rotate(45deg) translate(25%, 0%);
    padding-bottom: 20rem;
  }
  .home__trino-item {
    position: absolute;
    z-index: 2;
  }
  .home__trino-item[data-target=target-1] {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .home__trino-item[data-target=target-1] .home__trino-blob {
    transform: rotate(90deg);
  }
  .home__trino-item[data-target=target-1] .home__trino-content {
    right: -40%;
    top: -65%;
    transform: translateY(0%) rotate(-45deg);
  }
  .home__trino-item[data-target=target-2] {
    left: -25px;
    bottom: -20px;
  }
  .home__trino-item[data-target=target-2] .home__trino-blob {
    transform: rotate(-35deg);
  }
  .home__trino-item[data-target=target-2] .home__trino-content {
    left: -85%;
    bottom: -80%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .home__trino-item[data-target=target-3] {
    right: -25px;
    bottom: -20px;
  }
  .home__trino-item[data-target=target-3] .home__trino-blob {
    transform: rotate(205deg);
  }
  .home__trino-item[data-target=target-3] .home__trino-content {
    right: -100%;
    bottom: -50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .home__trino-item .home__trino-blob {
    position: relative;
    display: block;
    pointer-events: none;
    z-index: 3;
  }
  .home__trino-item .home__trino-blob .home__trino-blob-hit {
    fill: transparent;
    stroke: transparent;
    stroke-width: 24px;
    pointer-events: auto;
    cursor: pointer;
  }
  .home__trino-item .home__trino-blob .home__trino-blob-path {
    pointer-events: none;
    fill: none;
    stroke: #948AFC;
    transition: fill 0.3s ease, stroke 0.3s ease;
  }
  .home__trino-item .home__trino-blob.is-active .home__trino-blob-path#path-target-1 {
    fill: #948AFC;
    stroke: #948AFC;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.43);
  }
  .home__trino-item .home__trino-blob.is-active .home__trino-blob-path#path-target-3 {
    fill: #FF5A3C;
    stroke: #FF5A3C;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.43);
  }
  .home__trino-item .home__trino-blob.is-active .home__trino-blob-path#path-target-2 {
    fill: #0B0E2A;
    stroke: #0B0E2A;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.43);
  }
  .home__trino-content {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    min-width: 350px;
    width: 350px;
    border-radius: 16px;
    padding: 65px 35px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(11, 14, 42, 0.1);
    box-shadow: 0 8px 24px rgba(11, 14, 42, 0.08);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  }
  .home__trino-content > * {
    pointer-events: auto;
  }
  .home__trino-content-title {
    color: #0B0E2A;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 32px;
  }
  .home__trino-content-description {
    color: rgba(11, 14, 42, 0.78);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
  }
  .home__trino-content.active {
    border-color: transparent;
    box-shadow: 0 10px 28px rgba(11, 14, 42, 0.18);
  }
  .home__trino-content.active .home__trino-content-title,
  .home__trino-content.active .home__trino-content-description {
    color: #fff;
  }
  .home__trino-content.active#content-target-1 {
    background: linear-gradient(90deg, #948AFC 0%, #7E75D6 29.81%, #6962B2 60.1%, #6059A3 82.21%, #585296 100%);
  }
  .home__trino-content.active#content-target-3 {
    background: linear-gradient(90deg, #FF5A3C 0%, #DD4E34 33.65%, #C5462E 56.73%, #B23F2A 75.48%, #993624 100%);
  }
  .home__trino-content.active#content-target-2 {
    background: linear-gradient(270deg, #0B0E2A 0%, #373B65 100%);
  }
}
.home__trino-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 40rem;
}
.home__trino-texts-title {
  color: #0B0E2A;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home__trino-texts-title em {
  color: #FF5A3C;
}
.home__trino-texts-subtitle {
  color: #0B0E2A;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home__trino-texts-description {
  color: #0B0E2A;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home__trino-texts-description em {
  color: #948AFC;
}
.home__entities {
  background-color: #0B0E2A;
  position: relative;
  padding: 80px 0 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.home__entities::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  z-index: 1;
  transform: rotate(180deg);
  background: linear-gradient(0deg, #0B0E2A 0%, rgba(11, 14, 42, 0.98) 37.5%, rgba(11, 14, 42, 0.85) 61.54%, rgba(11, 14, 42, 0.6) 85.1%, rgba(11, 14, 42, 0.33) 92.79%, rgba(11, 14, 42, 0) 100%);
}
.home__entities::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  z-index: 1;
  background: linear-gradient(0deg, #0B0E2A 0%, rgba(11, 14, 42, 0.98) 37.5%, rgba(11, 14, 42, 0.85) 61.54%, rgba(11, 14, 42, 0.6) 85.1%, rgba(11, 14, 42, 0.33) 92.79%, rgba(11, 14, 42, 0) 100%);
}
.home__entities-bg {
  position: absolute;
  inset: 0;
  background-color: #0B0E2A;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home__entities-title {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.home__entities-description {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}
.home__entities-description em {
  color: #948AFC;
}
.home__entities-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10rem 0;
}
.home__entities-slider .slick-slide {
  width: 230px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__entities-slider .slick-slide img {
  width: 100%;
  max-width: 150px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%) brightness(1) invert(1);
  transition: all 0.3s ease;
}
.home__entities-slider .slick-slide:hover {
  background: #fff;
}
.home__entities-slider .slick-slide:hover img {
  filter: grayscale(0) brightness(1);
}
.home__entities .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.home__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 80px 0;
}
.home__contact-title {
  color: #0B0E2A;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
.home__contact-title strong {
  color: #FF5A3C;
  font-weight: 500;
}
.home__contact-form-wrapper {
  position: relative;
  z-index: 2;
  padding: 5rem;
  border-radius: 16px;
  width: calc(100% - 10rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home__contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 35px;
}
.home__contact-form-title {
  color: #FFF;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: normal;
}
.home__contact-form-description {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
.home__contact-form-description em {
  color: #FF5A3C;
}
.home__contact-form-actions {
  align-items: flex-end !important;
  gap: 1.6rem 2rem;
}

@media (max-width: 900px) {
  .home__banner-slider-item .content {
    padding: 15rem 3.5rem;
  }
  .home__banner-slider-item .content-top .content-title {
    font-size: 3rem;
  }
  .home__banner-slider-item .content-top .content-title--small {
    font-size: 2rem;
  }
  .home__banner-slider-item .content-bottom {
    margin-left: 0;
  }
  .home__agenda {
    padding: 50px 0;
  }
  .home__agenda-description {
    padding: 0 2rem;
  }
  .home__agenda-list {
    flex-direction: column;
    gap: 2.4rem;
    padding: 0 2rem;
  }
  .home__agenda-list-item {
    display: flex;
    flex-direction: column;
  }
  .home__agenda-list-item .content {
    position: relative;
    transform: none;
    padding: 2.4rem 2rem;
    gap: 1.2rem;
  }
  .home__agenda-list-item .content .date {
    font-size: 2.4rem;
  }
  .home__agenda-list-item .content .title {
    font-size: 1.9rem;
  }
  .home__agenda-list-item .content .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .home__benefits {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  .home__benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .home__benefits-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .home__benefits-list-item .description {
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
  }
  .home__benefits-list-item .description::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home__benefits-list-item .description {
    line-height: normal;
    max-width: 150px;
  }
  .home__benefits-list-item:hover .icon {
    background: #FF5A3C;
  }
  .home__benefits-list-item:hover .icon img {
    filter: brightness(0) invert(1);
  }
  .home__benefits-list .arrow {
    display: none;
  }
  .home__partners {
    min-height: 0;
    padding-bottom: 0;
  }
  .home__bepart {
    padding: 2.5rem 2rem;
  }
  .home__bepart-title {
    margin-top: 30px;
    padding: 5.8rem 1.6rem;
    font-size: 3.5rem;
    line-height: 1.15;
    text-wrap: balance;
  }
  .home__bepart-description {
    text-wrap: pretty;
    line-height: 1.45;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    text-align: left;
    font-size: 1.7rem;
    max-width: 100%;
  }
  .home__trino {
    min-height: 0;
    margin-top: 0;
    padding: 3rem 2rem 4rem;
    overflow: visible;
  }
  .home__trino-icon {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    aspect-ratio: unset;
    transform: none;
    padding-bottom: 0;
  }
  .home__trino-item {
    position: static;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
  .home__trino-item[data-target=target-1], .home__trino-item[data-target=target-2], .home__trino-item[data-target=target-3] {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
  .home__trino-item[data-target=target-1] .home__trino-blob, .home__trino-item[data-target=target-2] .home__trino-blob, .home__trino-item[data-target=target-3] .home__trino-blob {
    transform: none;
  }
  .home__trino-item .home__trino-blob {
    display: none;
  }
  .home__trino-item[data-target=target-1] .home__trino-content, .home__trino-item[data-target=target-2] .home__trino-content, .home__trino-item[data-target=target-3] .home__trino-content {
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  .home__trino-content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    min-width: 0;
    display: block !important;
    padding: 2.4rem 2rem;
    border-radius: 16px;
    background: linear-gradient(90deg, #948AFC 0%, #7E75D6 30%, #6962B2 60%, #6059A3 82%, #585296 100%) !important;
    opacity: 1;
    pointer-events: auto;
  }
  .home__trino-content-title {
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .home__trino-content-description {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .home__trino-texts {
    padding-top: 5rem;
    gap: 1rem;
  }
  .home__trino-texts-title {
    font-size: 1.7rem;
  }
  .home__trino-texts-subtitle {
    font-size: 2rem;
  }
  .home__trino-texts-description {
    font-size: 1.8rem;
  }
  .home__contact-form-wrapper {
    width: calc(100% - 3.5rem);
    padding: 2.5rem;
  }
  .home__contact-form-title {
    font-size: 2rem;
    font-weight: 600;
  }
  .home__contact-form-description {
    font-size: 1.8rem;
  }
  .home__contact-form .form-row {
    flex-direction: column;
    margin: 0;
    gap: 1rem;
  }
  .home__contact-form .form-row .input-wrapper {
    margin-bottom: 2rem;
  }
  .home__contact-form .form-row .input-wrapper label {
    font-size: 1.8rem;
  }
  .home__contact-form .form-row .input-wrapper label svg {
    width: 20px;
  }
  .home__contact-form .form-row .input-wrapper.input-checkbox {
    justify-content: flex-start;
  }
  .home__contact-form .form-row .input-wrapper.input-checkbox input[type=checkbox] {
    display: none;
  }
  .home__contact-form .form-row .input-wrapper.input-checkbox .custom-checkbox {
    min-width: 16px;
  }
  .home__contact-form .form-row .input-wrapper.input-checkbox .text-muted {
    font-size: 12px;
  }
  .home__contact-form .btn {
    width: 100%;
  }
}
@keyframes arrow-bob {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
.send-cv__config-hint {
  font-size: 1.45rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.75rem;
  line-height: 1.45;
}
.send-cv {
  min-height: 100vh;
  background: linear-gradient(52deg, #988AFC -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
  padding: 15rem 5rem 10rem;
}
.send-cv__header h1 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 800;
}
.send-cv__header h1 strong {
  color: #948AFC;
}
.send-cv__header h3 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 5rem;
}
.send-cv__container {
  background-color: #0B0E2A;
  border-radius: 16px;
  max-width: 1120px;
  margin: 2.5rem auto 0;
  padding: 4.5rem 8rem;
}
.send-cv__content {
  border: 1px solid rgba(222, 222, 222, 0.5);
  padding: 2.2rem 2.8rem;
}
.send-cv__content h2 {
  display: flex;
  align-items: center;
  letter-spacing: 1.1px;
  font-size: 2rem;
  font-size: 500;
  gap: 1rem;
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}
.send-cv__content p {
  font-size: 16px;
  color: #fff;
}
.send-cv__content p strong {
  color: #948AFC;
}
.send-cv__inputs {
  margin-top: 2rem;
}
.send-cv__inputs .form-row {
  gap: 3.5rem;
}
.send-cv__inputs .form-row.file .row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.send-cv__inputs .form-row.file .row a {
  padding: 0.8rem 1.5rem;
}
.send-cv__inputs .form-row.file .row span {
  color: #fff;
}
.send-cv__inputs button {
  padding: 1.5rem 7rem;
}
.send-cv__inputs .send-cv__form-actions {
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1.6rem 2.4rem;
  width: 100%;
  margin-top: 0.5rem;
}

@media (max-width: 900px) {
  .send-cv {
    padding: 12rem 2rem 5rem;
  }
  .send-cv__container {
    padding: 2rem;
  }
  .send-cv__content {
    padding: 1rem;
  }
  .send-cv__content p {
    font-size: 14px;
  }
  .send-cv__inputs .form-row {
    flex-direction: column;
  }
}
.blog-list {
  --blog-card-image-ratio: 16 / 9;
  --blog-featured-image-ratio: 16 / 10;
  --blog-featured-image-max-height: 52rem;
}
.blog-list__banner {
  background: linear-gradient(52deg, #988AFC -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
  padding: 15rem 12rem 10rem;
}
.blog-list__banner-header h1 p {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 800;
}
.blog-list__banner-header h1 p strong {
  color: #948AFC;
}
.blog-list__banner-header p {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 5rem;
}
.blog-list__banner-grid {
  display: flex;
  gap: 4rem;
  max-width: 1280px;
  margin: 0 auto;
}
.blog-list__banner-grid .left {
  flex: 2;
}
.blog-list__banner-grid .left a {
  height: 100%;
  display: flex;
  position: relative;
  filter: drop-shadow(6px 8px 5px rgba(0, 0, 0, 0.25));
}
.blog-list__banner-grid .left a .content {
  position: absolute;
  inset: 0;
  padding: 5rem;
}
.blog-list__banner-grid .left a .content .flag {
  background-color: #948AFC;
  max-width: 250px;
  font-size: 16px;
}
.blog-list__banner-grid .left a .content h2 {
  margin-top: 2rem;
  padding: 3rem 5rem;
  background-color: #0B0E2A;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 140.625%; /* 33.75px */
  padding-bottom: 10rem;
}
.blog-list__banner-grid .left a .content--video {
  pointer-events: none;
}
.blog-list__banner-grid .left a .content--video .flag {
  pointer-events: auto;
}
.blog-list__banner-grid .left a .bg {
  width: 100%;
  position: relative;
  aspect-ratio: var(--blog-featured-image-ratio);
  max-height: var(--blog-featured-image-max-height);
  overflow: hidden;
}
.blog-list__banner-grid .left a .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-list__banner-grid .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.blog-list__banner-grid .right .card {
  background-color: #fff;
  padding: 4rem;
  filter: drop-shadow(6px 8px 5px rgba(0, 0, 0, 0.25));
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-list__banner-grid .right .card h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 140.625%; /* 33.75px */
  color: #0B0E2A;
}
.blog-list__banner-grid .right .card .flag {
  font-size: 1.8rem;
  color: #948AFC;
  text-decoration: none;
}
.blog-list__banner-grid .right .card span {
  font-size: 14px;
  color: #0B0E2A;
  text-decoration: underline;
}
.blog-list__cats {
  display: flex;
  padding: 2rem 4rem;
  max-width: 1680px;
  margin: 0 auto;
}
.blog-list__cats a {
  font-size: 2rem;
  color: #0B0E2A;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  transition: all 0.3s ease;
}
.blog-list__cats a:hover {
  color: #948AFC;
}
.blog-list__cats a.active {
  color: #fff;
  background-color: #948AFC;
}
.blog-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 0 4rem 4rem;
  max-width: 1680px;
  margin: 0 auto;
}
.blog-list__list a {
  display: flex;
  flex-direction: column;
}
.blog-list__list a .top {
  position: relative;
  width: 100%;
  aspect-ratio: var(--blog-card-image-ratio);
  overflow: hidden;
  background-color: rgba(11, 14, 42, 0.08);
}
.blog-list__list a .top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-list__list a .top--video .blog-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.blog-list__list a .top--video .blog-play-icon svg {
  display: block;
  width: 6rem;
  height: 6rem;
  filter: drop-shadow(0 0.2rem 0.8rem rgba(0, 0, 0, 0.45));
}
.blog-list__list a .content {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-list__list a .content .date {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0B0E2A;
}
.blog-list__list a .content p {
  font-size: 2rem;
  font-weight: 500;
  color: #0B0E2A;
  max-width: 80%;
  line-height: 130%;
}
.blog-list__load-more {
  display: flex;
  justify-content: center;
  padding: 5rem 0 10rem;
}

@media (max-width: 900px) {
  .blog-list__banner {
    padding: 15rem 2rem 5rem;
  }
  .blog-list__banner-grid {
    flex-direction: column;
  }
  .blog-list__banner-grid .left a .bg {
    aspect-ratio: var(--blog-featured-image-ratio);
    max-height: 36rem;
  }
  .blog-list__banner-grid .left a .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-list__cats {
    padding: 2rem;
    max-width: 1680px;
    margin: 0 auto;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .blog-list__cats a {
    flex: 0 0 auto;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .blog-list__cats a:hover {
    color: #948AFC;
  }
  .blog-list__cats a.active {
    color: #fff;
    background-color: #948AFC;
  }
  .blog-list__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 2rem;
  }
  .blog-list__list a .content .date {
    font-size: 2rem;
  }
  .blog-list__load-more {
    padding: 5rem 2rem;
  }
}
.blog-detail__banner {
  position: relative;
}
.blog-detail__bannerContent {
  position: absolute;
  inset: 0;
  padding-top: 15rem;
  z-index: 2;
}
.blog-detail__bannerContent-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.blog-detail__bannerContent-title strong {
  color: #948AFC;
}
.blog-detail__bannerContent-description {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.blog-detail__bannerImage {
  position: relative;
}
.blog-detail__bannerImage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 14, 42, 0.91) 0%, rgba(33, 36, 57, 0.69) 50%, rgba(102, 102, 102, 0) 100%);
  z-index: 1;
}
.blog-detail__bannerImage img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
  -o-object-position: top;
     object-position: top;
}
.blog-detail__youtube {
  max-width: 96rem;
  margin: 0 auto 4rem;
  padding: 0 5rem;
}
.blog-detail__youtube-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.blog-detail__youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-detail__contentHeader {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.blog-detail__contentHeader .content-title {
  font-size: 2.6rem;
  line-height: 120%;
  text-align: center;
  max-width: 800px;
  position: relative;
  color: #0B0E2A;
}
.blog-detail__contentHeader .content-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 3px;
  background: #FF5A3C;
}
.blog-detail__contentHeader .content-description {
  font-size: 2rem;
  text-align: center;
  color: #0B0E2A;
  max-width: 800px;
}
.blog-detail__contentHeader .social-share {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}
.blog-detail__content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem;
  font-size: 2rem;
  line-height: 150%;
}
.blog-detail__content p {
  margin-bottom: 1rem;
}
.blog-detail__content ul {
  list-style: disc;
  padding-left: 2rem;
}
.blog-detail__content ul li {
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.blog-detail__content ol {
  list-style: decimal;
  padding-left: 2rem;
}
.blog-detail__content ol li {
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.blog-detail__content a {
  color: #0B0E2A;
  text-decoration: underline;
}
.blog-detail__content blockquote {
  padding-left: 2rem;
  border-left: 4px solid #948AFC;
  margin-bottom: 1rem;
  margin-left: 2rem;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 150%;
  color: #0B0E2A;
}
.blog-detail__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
  padding: 5rem;
  max-width: 1280px;
  margin: 0 auto;
}
.blog-detail__gallery .blog-detail__gallery-item img, .blog-detail__gallery .blog-detail__gallery-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.blog-detail__credits {
  font-size: 2rem;
  line-height: 150%;
  padding: 2rem 5rem 10rem;
  max-width: 1280px;
  margin: 0 auto;
  color: #0B0E2A;
}
.blog-detail__related {
  padding: 5rem 0 10rem;
  position: relative;
}
.blog-detail__related .related-title {
  font-size: 2.6rem;
  color: #0B0E2A;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}
.blog-detail__related .related-title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 3px;
  background: #948AFC;
}
.blog-detail__related .related-title strong {
  color: #948AFC;
}

@media (max-width: 900px) {
  .blog-detail__bannerImage img {
    height: 400px;
    min-height: 0;
  }
  .blog-detail__bannerContent-title {
    font-size: 2.4rem;
  }
  .blog-detail__bannerContent-description {
    font-size: 1.8rem;
  }
  .blog-detail__contentHeader {
    padding: 2rem;
  }
  .blog-detail__contentHeader .content-title {
    font-size: 2rem;
    line-height: 120%;
  }
  .blog-detail__contentHeader .content-title::after {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
  .blog-detail__contentHeader .content-description {
    font-size: 1.8rem;
  }
  .blog-detail__contentHeader .social-share {
    gap: 1rem;
  }
  .blog-detail__content {
    padding: 2rem;
  }
  .blog-detail__gallery {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .blog-detail__gallery .blog-detail__gallery-item img {
    aspect-ratio: 1/1;
  }
  .blog-detail__credits {
    padding: 2rem;
    font-size: 1.8rem;
  }
  .blog-detail__related {
    padding: 2rem 2rem 10rem;
  }
  .blog-detail__related .related-title {
    font-size: 2rem;
  }
  .blog-detail__related .card-carousel-arrow {
    top: 92%;
  }
}
.events-list__banner {
  position: relative;
}
.events-list__banner-bg {
  position: absolute;
  inset: 0;
}
.events-list__banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.events-list__banner-content {
  position: relative;
  z-index: 2;
  padding: 20rem 5rem 5rem;
}
.events-list__banner-content h1 p {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 800;
}
.events-list__banner-content h1 p strong {
  color: #948AFC;
}
.events-list__banner-content p {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.events-list__next {
  display: flex;
  gap: 4rem;
  padding: 6rem;
}
.events-list__next-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.events-list__next-left h2 {
  font-size: 5.6rem;
  color: #0B0E2A;
  margin-bottom: 2.5rem;
  font-weight: 800;
}
.events-list__next-left p {
  font-size: 2rem;
  max-width: 70%;
}
.events-list__next-left .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.events-list__next-right {
  flex: 1;
}
.events-list__next-right img, .events-list__next-right video {
  width: 100%;
  aspect-ratio: 67/48;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-list__cats {
  display: flex;
  padding: 2rem 4rem;
  box-shadow: 0 -8px 15px 0 rgba(0, 0, 0, 0.29);
}
.events-list__cats a {
  font-size: 2rem;
  color: #0B0E2A;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  transition: all 0.3s ease;
}
.events-list__cats a:hover {
  color: #948AFC;
}
.events-list__cats a.active {
  color: #fff;
  background-color: #948AFC;
}
.events-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 0 4rem 4rem;
  max-width: 1680px;
  margin: 0 auto;
}
.events-list__list a {
  display: flex;
  flex-direction: column;
}
.events-list__list a .top img, .events-list__list a .top video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  -o-object-position: top;
     object-position: top;
}
.events-list__list a .content {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.events-list__list a .content .date {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0B0E2A;
}
.events-list__list a .content p {
  font-size: 2rem;
  font-weight: 500;
  color: #0B0E2A;
  max-width: 80%;
  line-height: 130%;
}
.events-list__load-more {
  display: flex;
  justify-content: center;
  padding: 5rem 0 10rem;
}

@media (max-width: 900px) {
  .events-list__next {
    flex-direction: column-reverse;
    padding: 5rem 2rem;
    gap: 2rem;
  }
  .events-list__next-left {
    gap: 2rem;
  }
  .events-list__next-left h2 {
    font-size: 4rem;
    line-height: 120%;
  }
  .events-list__next-left p {
    max-width: 100%;
  }
  .events-list__cats {
    padding: 2rem;
    max-width: 1680px;
    margin: 0 auto;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .events-list__cats a {
    flex: 0 0 auto;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-size: 2rem;
  }
  .events-list__cats a:hover {
    color: #948AFC;
  }
  .events-list__cats a.active {
    color: #fff;
    background-color: #948AFC;
  }
  .events-list__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 2rem;
  }
  .events-list__list a .content .date {
    font-size: 2rem;
  }
  .events-list__list a .content p {
    font-size: 1.6rem;
  }
}
.events-detail__banner {
  position: relative;
}
.events-detail__banner-bg {
  position: absolute;
  inset: 0;
}
.events-detail__banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.events-detail__banner-content {
  position: relative;
  z-index: 2;
  padding: 20rem 5rem 5rem;
}
.events-detail__banner-content h1 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 800;
}
.events-detail__banner-content h1 strong {
  color: #948AFC;
}
.events-detail__content {
  display: flex;
  gap: 4rem;
  padding: 5rem;
}
.events-detail__content-left {
  flex: 1;
  height: auto;
}
.events-detail__content-left .inner {
  position: sticky;
  top: 12rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
.events-detail__content-left .inner h2, .events-detail__content-left .inner h3 {
  font-size: 2.6rem;
  text-align: right;
  line-height: 120%;
  color: #0B0E2A;
}
.events-detail__content-left .inner p {
  font-size: 1.8rem;
}
.events-detail__content-left .inner .btn {
  padding: 0 10rem;
  height: 45px;
}
.events-detail__content-left .inner .cta--disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 90, 60, 0.35);
  background: rgba(255, 90, 60, 0.08);
  color: #A93C2A;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
.events-detail__content-left .inner img, .events-detail__content-left .inner video {
  width: 80%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.events-detail__content-right {
  flex: 2;
  font-size: 1.8rem;
}
.events-detail__content-right .social-share {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin-top: 1rem;
}
.events-detail__content-right .btn {
  margin: 5rem 0 0 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  padding: 0 10rem;
}
.events-detail__content-right .cta--disabled {
  margin-top: 5rem;
}
.events-detail__related {
  padding: 5rem 0 10rem;
  position: relative;
}
.events-detail__related .related-title {
  font-size: 2.6rem;
  color: #0B0E2A;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}
.events-detail__related .related-title::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 3px;
  background: #948AFC;
}
.events-detail__related .related-title strong {
  color: #948AFC;
}

@media (max-width: 900px) {
  .events-detail__banner-content {
    padding: 15rem 2rem 5rem;
  }
  .events-detail__content {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }
  .events-detail__content-left .inner {
    position: relative;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .events-detail__content-left .inner h2 {
    font-size: 2rem;
    line-height: 120%;
  }
  .events-detail__content-left .inner p {
    font-size: 1.6rem;
  }
  .events-detail__content-left .inner h3 {
    font-size: 1.8rem;
  }
  .events-detail__content-left .inner .btn {
    padding: 0 5rem;
  }
  .events-detail__content-left .inner .cta--disabled {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
  }
  .events-detail__content-left .inner img {
    width: 100%;
  }
  .events-detail__content-right .social-share {
    gap: 1rem;
  }
  .events-detail__content-right .social-share svg {
    width: 20px;
    height: 20px;
  }
  .events-detail__content-right .btn {
    margin: 2rem 0 0 0;
  }
  .events-detail__content-right .cta--disabled {
    margin-top: 2rem;
  }
  .events-detail__related .related-title::after {
    width: 80%;
  }
  .events-detail__related .card-carousel-arrow {
    top: 92%;
  }
}
#entities {
  background-color: #EDEDED;
}

.entities__banner {
  padding: 20rem 5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.entities__banner h1 {
  font-size: 2.8rem;
  color: #FF5A3C;
  text-align: center;
  position: relative;
  z-index: 2;
}
.entities__banner h1 p {
  font-size: 2.8rem;
  color: #FF5A3C;
  text-align: center;
  position: relative;
  z-index: 2;
}
.entities__banner p {
  font-size: 1.8rem;
  text-align: center;
  color: #0B0E2A;
  max-width: 700px;
  line-height: 150%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.entities__empty {
  text-align: center;
  font-size: 1.8rem;
  color: #0B0E2A;
  padding: 4rem 2rem;
  max-width: 640px;
  margin: 0 auto;
}
.entities__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 5rem;
  max-width: 1280px;
  margin: 0 auto;
}
.entities__list .category h2 {
  font-size: 2.6rem;
  color: #0B0E2A;
  border-top: 3px solid #0B0E2A;
  padding-top: 2rem;
}
.entities__list .category .items {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.entities__list .category .items .item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.entities__list .category .items .item .left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  background-color: #fff;
  border-radius: 48px;
  max-width: 190px;
}
.entities__list .category .items .item .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.entities__list .category .items .item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.entities__list .category .items .item .right h3 {
  font-size: 2.6rem;
  color: #0B0E2A;
}
.entities__list .category .items .item .right p, .entities__list .category .items .item .right ul, .entities__list .category .items .item .right a {
  font-size: 16px;
}
.entities__list .category .items .item .right p.obs, .entities__list .category .items .item .right ul.obs, .entities__list .category .items .item .right a.obs {
  border-top: 1px solid #0B0E2A;
  font-size: 14px;
  max-width: 550px;
  color: #0B0E2A;
  font-weight: 700;
}
.entities__list .category .items .item .right ul li {
  list-style: disc;
  margin-left: 2rem;
}
.entities__list .category .items .item .right a {
  text-decoration: underline;
  color: #0B0E2A;
  font-size: 14px;
}

@media (max-width: 900px) {
  .entities__banner {
    padding: 15rem 5rem 5rem;
    gap: 1.5rem;
  }
  .entities__list {
    padding: 2rem;
  }
  .entities__list .category .items {
    gap: 5rem;
    padding: 5rem 2rem;
  }
  .entities__list .category .items .item {
    flex-direction: column;
    gap: 3rem;
  }
  .entities__list .category .items .item .left {
    padding: 3.5rem;
    max-width: 150px;
  }
}
#companies,
#company-show {
  background: linear-gradient(52deg, #988AFC -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
  min-height: 100vh;
  width: 100%;
}

body:has(#company-show) {
  background-color: #0b0e2a;
}

.companies__banner {
  padding: 20rem 5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.companies__banner h1 {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  font-weight: 800;
}
.companies__banner h1 strong {
  color: #948AFC;
}
.companies__banner p {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 500;
  max-width: 700px;
}
.companies__banner .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.companies__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 2.5rem 5rem;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 1120px;
}
.companies__filters select, .companies__filters input, .companies__filters button {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.companies__filters select::-moz-placeholder, .companies__filters input::-moz-placeholder, .companies__filters button::-moz-placeholder {
  color: #fff;
}
.companies__filters select::placeholder, .companies__filters input::placeholder, .companies__filters button::placeholder {
  color: #fff;
}
.companies__filters select, .companies__filters input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
}
.companies__filters select {
  border-radius: 12px;
  border: 1px solid #fff;
  flex: 1;
}
.companies__filters .input-wrapper {
  border-radius: 12px;
  border: 1px solid #fff;
  flex: 2;
  position: relative;
}
.companies__filters button {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.companies__filters button svg {
  width: 36px;
  height: 36px;
}
.companies__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
  padding: 0 15rem 5rem;
  max-width: 1680px;
  margin: 0 auto;
}
.companies__list.is-loading {
  opacity: 0.65;
  pointer-events: none;
}
.companies__list .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  border: 3px solid #514F6E;
  background-color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.companies__list .company:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.companies__list .company .company__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  flex: 1;
  min-height: 120px;
  max-height: 150px;
}
.companies__list .company .company__logo img {
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.companies__list .company .company__content {
  background-color: #514F6E;
  padding: 1.6rem 1.2rem;
  width: 100%;
  min-height: 5.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: auto;
}
.companies__list .company .company__content h3 {
  font-size: 1.8rem;
  line-height: 1.35;
  color: #fff;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 4.86rem;
}
.companies__list .company .company__content .company__area {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  width: 100%;
  line-height: 1.3;
}
.companies__load-more {
  display: flex;
  justify-content: center;
  padding: 10rem 0;
}
.companies__load-more .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.companies__modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.companies__modal.active {
  opacity: 1;
  pointer-events: auto;
}
.companies__modal.active .companies__modal-content {
  transform: translateY(0);
}
.companies__modal-content {
  position: relative;
  display: flex;
  gap: 2.5rem;
  padding: 2.5rem;
  border-radius: 16px;
  height: 95vh;
  max-height: 1200px;
  max-width: 900px;
  transform: translateY(100%);
  transition: all 0.3s ease;
  overflow: hidden;
  background: linear-gradient(52deg, #988AFC -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
}
.companies__modal-content .modal-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
  z-index: 5;
}
.companies__modal-content .modal-close svg {
  width: 12px;
  height: 12px;
}
.companies__modal-content .left {
  height: auto;
  flex: 1;
  min-height: 0;
  padding: 5rem 2.5rem;
  background: rgba(11, 14, 42, 0.2);
  box-shadow: -4px 4px 20px 0 #0B0E2A;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.companies__modal-content .left h3 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 1.5rem;
}
.companies__modal-content .left .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 32px;
}
.companies__modal-content .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.companies__modal-content .left h2 {
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.companies__modal-content .right {
  overflow-y: auto;
  flex: 2;
}
.companies__modal-content .right h3 {
  font-size: 1.8rem;
  color: #948AFC;
  margin: 3rem 0 1.5rem;
}
.companies__modal-content .right h3.first {
  margin-top: 0;
}
.companies__modal-content .right p, .companies__modal-content .right a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 150%;
}
.companies__modal-content .right a {
  text-decoration: underline;
}
.companies__modal-content .right .company-modal-multiline {
  white-space: pre-wrap;
}
.companies--detail {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12rem 5rem 8rem;
}
.companies--detail .companies__detail-back {
  max-width: 960px;
  margin: 0 auto 2.5rem;
}
.companies--detail .companies__detail-back a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.companies--detail .companies__detail-back a:hover {
  opacity: 0.85;
  text-decoration: underline;
}
.companies--detail .companies__detail-content {
  transform: none;
  width: 100%;
  max-width: 960px;
  height: auto;
  max-height: none;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .companies__banner {
    padding: 12rem 2rem 5rem;
  }
  .companies__filters {
    padding: 2rem;
    gap: 1rem;
  }
  .companies__filters button svg {
    width: 20px;
    height: 20px;
  }
  .companies__list {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: stretch;
  }
  .companies__list .company .company__logo {
    padding: 1.25rem;
    min-height: 100px;
    max-height: 120px;
  }
  .companies__list .company .company__content {
    min-height: 4.8rem;
    padding: 1.2rem 0.75rem;
  }
  .companies__list .company .company__content h3 {
    font-size: 1.45rem;
    min-height: 3.915rem;
  }
  .companies__load-more {
    padding: 5rem 2rem;
  }
  .companies--detail {
    padding: 12rem 2rem 5rem;
  }
  .companies--detail .companies__detail-content {
    flex-direction: column;
    gap: 0;
    padding: 2rem 1.5rem 1.5rem;
    max-height: none;
    overflow: visible;
  }
  .companies--detail .companies__detail-content .left {
    flex: 0 0 auto;
    min-height: 0;
    padding: 0 0 1.5rem;
    gap: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .companies--detail .companies__detail-content .left h3 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
  .companies--detail .companies__detail-content .left h2 {
    font-size: 1.7rem;
  }
  .companies--detail .companies__detail-content .left .logo {
    border-radius: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1.25rem;
  }
  .companies--detail .companies__detail-content .left .logo img {
    width: 100px;
    height: auto;
  }
  .companies--detail .companies__detail-content .left .modal-share {
    margin-top: 0;
    padding-top: 0;
    gap: 0.75rem;
  }
  .companies--detail .companies__detail-content .right {
    overflow: visible;
    padding-top: 1.5rem;
  }
  .companies__modal {
    padding: 1rem;
    align-items: flex-end;
  }
  .companies__modal-content {
    flex-direction: column;
    gap: 0;
    padding: 2rem 1.5rem 1.5rem;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .companies__modal-content .modal-close {
    top: 1.25rem;
    right: 1.25rem;
  }
  .companies__modal-content .left {
    flex: 0 0 auto;
    min-height: 0;
    padding: 0 0 1.5rem;
    gap: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .companies__modal-content .left h3 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
  .companies__modal-content .left h2 {
    font-size: 1.7rem;
  }
  .companies__modal-content .left .logo {
    border-radius: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1.25rem;
  }
  .companies__modal-content .left .logo img {
    width: 100px;
    height: auto;
  }
  .companies__modal-content .left .modal-share {
    margin-top: 0;
    padding-top: 0;
    gap: 0.75rem;
  }
  .companies__modal-content .left .modal-share__icons {
    gap: 1.25rem;
  }
  .companies__modal-content .left .modal-share__label {
    font-size: 1.4rem;
  }
  .companies__modal-content .right {
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
    padding-top: 1.5rem;
  }
  .companies__modal-content .right h3 {
    margin-top: 2rem;
  }
  .companies__modal-content .right h3.first {
    margin-top: 0;
  }
}
.directors__gallery-title {
  text-align: center;
  font-size: 2.8rem;
  color: #0B0E2A;
  font-weight: 500;
  margin: 0 auto 2rem;
  padding: 0 5rem;
  max-width: 1280px;
}
.directors__gallery-empty, .directors__tab-empty {
  font-size: 1.8rem;
  color: #0B0E2A;
  text-align: center;
  padding: 3rem 2rem;
  margin: 0;
}
.directors__banner {
  height: 400px;
}
.directors__banner video, .directors__banner image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.directors__cats {
  display: flex;
  padding: 2rem 4rem;
  max-width: 1680px;
  margin: 0 auto;
}
.directors__cats a {
  font-size: 2rem;
  color: #0B0E2A;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  transition: all 0.3s ease;
}
.directors__cats a:hover {
  color: #948AFC;
}
.directors__cats a.active {
  color: #fff;
  background-color: #948AFC;
}
.directors__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 5rem;
  max-width: 1280px;
  margin: 0 auto;
}
.directors__list .tab-title {
  font-size: 2.8rem;
  color: #0B0E2A;
  font-weight: 500;
  margin-bottom: 1rem;
}
.directors__list .tab-description {
  font-size: 1.8rem;
  color: #0B0E2A;
}
.directors__list .items {
  display: flex;
  flex-direction: column;
  padding: 5rem 10rem;
  gap: 2.5rem;
}
.directors__list .items .item {
  width: 100%;
  position: relative;
  padding: 5rem 0;
}
.directors__list .items .item .icon {
  position: absolute;
  right: 0;
  top: 50px;
}
.directors__list .items .item .icon path {
  stroke: #0B0E2A;
}
.directors__list .items .item .left .item-title {
  font-size: 2.6rem;
  color: #0B0E2A;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.64px;
  border-bottom: 3px solid #0B0E2A;
}
.directors__list .items .item .left .item-title span {
  font-size: 2rem;
  line-height: 41px;
  letter-spacing: normal;
}
.directors__list .items .item .left .role {
  font-size: 2rem;
  color: #0B0E2A;
  font-weight: 800;
}
.directors__list .items .item .left .obs {
  font-size: 1.8rem;
  color: #0B0E2A;
  font-weight: 500;
  line-height: 35px;
  max-width: 650px;
}
.directors__list .items .item .right {
  position: absolute;
  right: 5rem;
  top: 0rem;
  width: 220px;
  transition: all 0.3s ease;
}
.directors__list .items .item .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 5/4;
}
.directors .tab-content {
  display: none;
  position: relative;
}
.directors .tab-content.active {
  display: block;
}
.directors .tab-content.gallery {
  margin-bottom: 15rem;
}
.directors .tab-content.gallery::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 700px;
  height: 3px;
  background-color: #948AFC;
}

.directors-gallery {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5rem 2rem;
}
.directors-gallery__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2.5rem 2rem;
}
.directors-gallery__item {
  margin: 0;
}
.directors-gallery__figure {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(11, 14, 42, 0.04);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(11, 14, 42, 0.08);
  box-shadow: 0 8px 28px rgba(11, 14, 42, 0.08);
}
.directors-gallery__img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.directors-gallery__caption {
  padding: 1.5rem 1.75rem 1.75rem;
  font-size: 1.6rem;
  color: #0B0E2A;
  line-height: 1.5;
}
.directors-gallery__caption strong {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .directors__banner {
    height: 250px;
  }
  .directors__cats {
    padding: 2rem;
    max-width: 1680px;
    margin: 0 auto;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .directors__cats a {
    flex: 0 0 auto;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .directors__cats a:hover {
    color: #948AFC;
  }
  .directors__cats a.active {
    color: #fff;
    background-color: #948AFC;
  }
  .directors__gallery-title {
    padding: 0 2rem;
    font-size: 2rem;
  }
  .directors__gallery-empty, .directors__tab-empty {
    font-size: 1.5rem;
    padding: 2rem 1rem;
  }
  .directors__list {
    gap: 1.5rem;
    padding: 2rem;
  }
  .directors__list .items {
    padding: 0rem;
    gap: 3rem;
    padding-top: 3rem;
  }
  .directors__list .items .item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 0 2rem 0 0;
    /* espaço para o ícone (chevron) no canto */
  }
  .directors__list .items .item .icon {
    top: 0.25rem;
    right: 2rem;
    width: 14px;
  }
  .directors__list .items .item .left {
    flex: 1;
    min-width: 0;
    order: 2;
  }
  .directors__list .items .item .left .item-title {
    font-size: 1.8rem;
    letter-spacing: normal;
    border-bottom: 2px solid #0B0E2A;
  }
  .directors__list .items .item .left .item-title span {
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: normal;
  }
  .directors__list .items .item .left .role {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .directors__list .items .item .left .obs {
    font-size: 1.4rem;
    line-height: 150%;
    margin-top: 0.75rem;
  }
  .directors__list .items .item .right {
    position: relative;
    right: auto;
    top: auto;
    order: 1;
    flex-shrink: 0;
    width: min(32vw, 7.5rem);
    max-width: 120px;
    opacity: 1;
    transform: none;
    transition: none;
    align-self: flex-start;
  }
  .directors__list .items .item .right img {
    display: block;
    width: 100%;
    aspect-ratio: 4/5;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(11, 14, 42, 0.12);
  }
  .directors__list .items .item:hover .right {
    opacity: 1;
    transform: none;
  }
  .directors-gallery {
    padding: 0 2rem 1.5rem;
  }
  .directors-gallery__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .directors-gallery__caption {
    font-size: 1.45rem;
  }
  .directors-gallery__caption strong {
    font-size: 1.55rem;
  }
}
#benefits {
  background: linear-gradient(52deg, #988AFC -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
}

.benefits__banner {
  padding: 20rem 5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.benefits__banner h1 p {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  font-weight: 800;
  margin: 0;
}
.benefits__banner h1 p strong {
  color: #948AFC;
}
.benefits__banner p {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 500;
  max-width: 700px;
}
.benefits__banner .btn {
  width: -moz-fit-content;
  width: fit-content;
  font: inherit;
  cursor: pointer;
}
.benefits__banner .btn p {
  margin: 0;
}
.benefits__banner .btn:hover p {
  color: #948AFC;
}
.benefits__modal--declaration {
  z-index: 1000000000;
}
.benefits__modal-content--declaration {
  position: relative;
  max-width: 520px;
  width: 100%;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 16px;
  background: linear-gradient(52deg, #988AFC -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.benefits__modal-content--declaration .modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}
.benefits__modal-content--declaration .modal-close svg {
  width: 12px;
  height: 12px;
}
.benefits__modal-content--declaration .benefits-declaration-modal__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin: 0 3rem 1rem 0;
  line-height: 1.2;
}
.benefits__modal-content--declaration .benefits-declaration-modal__lead {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 2rem;
  line-height: 1.45;
}
.benefits__modal-content--declaration .form-row {
  margin-bottom: 1.5rem;
}
.benefits__modal-content--declaration .benefits-declaration-modal__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.benefits__modal-content--declaration .benefits-declaration-modal__actions .btn {
  width: 100%;
  max-width: 280px;
}
.benefits__modal.active .benefits__modal-content--declaration {
  transform: translateY(0);
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
  padding: 0 15rem 5rem;
}
.benefits__list.is-loading {
  opacity: 0.65;
  pointer-events: none;
}
.benefits__list .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  border: 3px solid #514F6E;
  background-color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
}
.benefits__list .company:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.benefits__list .company .company__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  flex: 1;
  min-height: 120px;
  max-height: 150px;
}
.benefits__list .company .company__logo img {
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits__list .company .company__content {
  background-color: #514F6E;
  padding: 1.6rem 1.2rem;
  width: 100%;
  min-height: 5.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: auto;
}
.benefits__list .company .company__content h3 {
  font-size: 1.8rem;
  line-height: 1.35;
  color: #fff;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 4.86rem;
}
.benefits__load-more {
  display: flex;
  justify-content: center;
  padding: 10rem 0;
}
.benefits__load-more .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.benefits__modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.benefits__modal.active {
  opacity: 1;
  pointer-events: auto;
}
.benefits__modal.active .benefits__modal-content {
  transform: translateY(0);
}
.benefits__modal-content {
  position: relative;
  display: flex;
  gap: 2.5rem;
  padding: 2.5rem;
  border-radius: 16px;
  height: auto;
  max-height: 95vh;
  max-width: 900px;
  transform: translateY(100%);
  transition: all 0.3s ease;
  overflow: hidden;
  background: linear-gradient(52deg, #988AFC -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
}
.benefits__modal-content .modal-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
  z-index: 5;
}
.benefits__modal-content .modal-close svg {
  width: 20px;
  height: 20px;
}
.benefits__modal-content .left {
  height: auto;
  flex: 1;
  min-height: 0;
  padding: 5rem 2.5rem;
  background: rgba(11, 14, 42, 0.2);
  box-shadow: -4px 4px 20px 0 #0B0E2A;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.benefits__modal-content .left .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 32px;
  position: relative;
}
.benefits__modal-content .left .logo::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  border-top: 2px solid #fff;
}
.benefits__modal-content .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits__modal-content .left h2 {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.benefits__modal-content .right {
  overflow-y: auto;
  flex: 2;
}
.benefits__modal-content .right .benefit-modal-row:first-of-type {
  margin-top: 0;
}
.benefits__modal-content .right h3 {
  font-size: 1.8rem;
  color: #948AFC;
  margin: 2rem 0 1rem;
}
.benefits__modal-content .right h3.benefit-modal-benefits-heading {
  margin-top: 2.5rem;
}
.benefits__modal-content .right p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 150%;
}
.benefits__modal-content .right p strong {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .benefits__banner {
    padding: 12rem 2rem 5rem;
  }
  .benefits__filters {
    padding: 2rem;
    gap: 1rem;
  }
  .benefits__filters button svg {
    width: 20px;
    height: 20px;
  }
  .benefits__list {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: stretch;
  }
  .benefits__list .company .company__logo {
    padding: 1.25rem;
    min-height: 100px;
    max-height: 120px;
  }
  .benefits__list .company .company__content {
    min-height: 4.8rem;
    padding: 1.2rem 0.75rem;
  }
  .benefits__list .company .company__content h3 {
    font-size: 1.45rem;
    min-height: 3.915rem;
  }
  .benefits__load-more {
    padding: 5rem 2rem;
  }
  .benefits__modal {
    padding: 2rem;
  }
  .benefits__modal-content {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
  .benefits__modal-content .left .logo {
    border-radius: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .benefits__modal-content .left .logo img {
    width: 100px;
  }
}
#benefits-associates {
  background: linear-gradient(52deg, #988AFC -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
}

.benefits-associates__banner {
  padding: 18rem 5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  max-width: 800px;
  margin: 0 auto;
}
.benefits-associates__banner h1 {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  font-weight: 800;
}
.benefits-associates__banner h1 strong {
  color: #FF5A3C;
}
.benefits-associates__banner p {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  line-height: 150%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.benefits-associates__banner p strong {
  color: #FF5A3C;
  font-weight: 700;
}
.benefits-associates__banner-intro {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  line-height: 150%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.benefits-associates__banner-intro p {
  margin: 0;
}
.benefits-associates__banner-intro strong {
  color: #FF5A3C;
  font-weight: 700;
}
.benefits-associates__list-title h2 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.benefits-associates__list-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  padding: 5rem 10rem;
}
.benefits-associates__list-list-item {
  padding: 2rem 5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.benefits-associates__list-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 8px solid #FF5A3C;
}
.benefits-associates__list-list-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: rgba(217, 217, 217, 0.2);
  padding: 0.5rem;
  width: 80px;
  height: 80px;
}
.benefits-associates__list-list-item h3 {
  font-size: 2.4rem;
  color: #0B0E2A;
  font-weight: 700;
  margin: 2rem 0;
}
.benefits-associates__list-list-item p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0B0E2A;
  text-align: center;
}
.benefits-associates__list .cta {
  padding: 5rem 0;
}
.benefits-associates__list .cta .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.benefits-associates__showcase {
  padding: 10rem 5rem;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-associates__showcase .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.benefits-associates__showcase .bg .simpleParallax {
  width: 100%;
  height: 100%;
}
.benefits-associates__showcase .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefits-associates__showcase .content {
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid #B2B3BA;
  background: rgba(0, 0, 0, 0);
  padding: 3rem;
}
.benefits-associates__showcase .content img {
  max-width: 330px;
  margin-bottom: 5rem;
}
.benefits-associates__showcase .content h2 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  margin: 4rem 0;
}
.benefits-associates__showcase .content .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0 0;
  padding: 1.5rem 10rem;
}
.benefits-associates__join {
  padding: 8rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.benefits-associates__join h2 {
  font-size: 2.4rem;
  color: #0B0E2A;
  font-weight: 700;
  border-top: 2px solid #948AFC;
  padding-top: 2rem;
}
.benefits-associates__join .steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 920px;
  margin: 5rem auto;
}
.benefits-associates__join .steps .step {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 3.2rem;
  gap: 2.4rem;
}
.benefits-associates__join .steps .step .left .index {
  font-size: 2.4rem;
  color: #fff;
  width: 80px;
  height: 80px;
  background-color: #948AFC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.07px;
}
.benefits-associates__join .steps .step .right h3 {
  font-size: 2rem;
  color: #0B0E2A;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.449px;
  margin-bottom: 1.5rem;
}
.benefits-associates__join .steps .step .right p {
  font-size: 16px;
  color: #0B0E2A;
  font-weight: 500;
}

@media (max-width: 900px) {
  .benefits-associates__banner {
    padding: 12rem 2rem 5rem;
  }
  .benefits-associates__list {
    padding: 2rem;
  }
  .benefits-associates__list-title h2 {
    line-height: 120%;
  }
  .benefits-associates__list-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem;
    gap: 2rem;
  }
  .benefits-associates__showcase {
    padding: 5rem 2rem;
  }
  .benefits-associates__showcase .content h2 {
    font-size: 1.8rem;
    line-height: 120%;
  }
  .benefits-associates__join {
    padding: 5rem 2rem;
  }
  .benefits-associates__join h2 {
    font-size: 2rem;
    line-height: 120%;
  }
  .benefits-associates__join .steps .step {
    flex-direction: column;
    gap: 1rem;
  }
  .benefits-associates__join .steps .step .left .index {
    width: 50px;
    height: 50px;
  }
}
.associates-form {
  min-height: 100vh;
  background: linear-gradient(52deg, #988AFC -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
  padding: 15rem 5rem 10rem;
}
.associates-form__header h1 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 800;
}
.associates-form__header h1 strong {
  color: #948AFC;
}
.associates-form__header h3 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 5rem;
}
.associates-form__container {
  background-color: #0B0E2A;
  border-radius: 16px;
  max-width: 1120px;
  margin: 2.5rem auto 0;
  padding: 4.5rem 8rem;
}
.associates-form__content {
  border: 1px solid rgba(222, 222, 222, 0.5);
  padding: 2.2rem 2.8rem;
}
.associates-form__content h2 {
  display: flex;
  align-items: center;
  letter-spacing: 1.1px;
  font-size: 2rem;
  font-size: 500;
  gap: 1rem;
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}
.associates-form__content p {
  font-size: 16px;
  color: #fff;
  line-height: 29px;
}
.associates-form__content p strong {
  color: #948AFC;
  font-size: 18px;
}
.associates-form__inputs {
  margin-top: 2rem;
}
.associates-form__inputs .form-section {
  margin-bottom: 3rem;
}
.associates-form__inputs .form-section__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.associates-form__inputs .form-section__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.5rem;
  line-height: 1.55;
  margin: -0.25rem 0 1.5rem;
  max-width: 62ch;
}
.associates-form__inputs .form-section__lead strong {
  color: #fff;
  font-weight: 600;
}
.associates-form__inputs .form-section--cnpj-first {
  padding-bottom: 0.5rem;
}
.associates-form__inputs .form-section--docs .form-doc-list {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 2rem;
  margin: 0 0 1.5rem;
}
.associates-form__inputs .form-section--docs .form-doc-note {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.5rem;
  line-height: 1.55;
  margin-bottom: 1.5rem;
}
.associates-form__inputs .form-section--docs .form-uploads {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 1.5rem 2rem 1.75rem;
  background: rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.associates-form__inputs .form-section--docs .form-uploads .form-row.file {
  margin-bottom: 0;
  gap: 0;
}
.associates-form__inputs .form-section--docs .form-uploads .form-row.file:not(:last-child) {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.associates-form__inputs .form-section--docs .form-uploads .form-row.file .input-wrapper label {
  font-size: 1.6rem;
}
.associates-form__inputs .label-hint {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
}
.associates-form__inputs .form-msg {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.85);
  margin: -1rem 0 1.5rem;
  min-height: 1.4em;
}
.associates-form__inputs .form-msg.is-error {
  color: #ffb4b4;
}
.associates-form__inputs .input-wrapper {
  position: relative;
}
.associates-form__inputs .input-wrapper > span.error {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #FF5A3C;
}
.associates-form__inputs .form-row {
  gap: 3.5rem;
}
.associates-form__inputs .form-row--full {
  display: block;
}
.associates-form__inputs .form-row--cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.associates-form__inputs .form-row--cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.associates-form__inputs .form-row--cnpj {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.associates-form__inputs .form-row--cnpj .input-wrapper {
  flex: 1;
  min-width: 220px;
}
.associates-form__inputs .form-row--cnpj .btn {
  height: 50px;
  padding: 0 2.4rem;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .associates-form__inputs .form-row--cols-2, .associates-form__inputs .form-row--cols-3 {
    grid-template-columns: 1fr;
  }
  .associates-form__inputs .form-row--cnpj .btn {
    margin-bottom: 0;
    width: 100%;
  }
}
.associates-form__inputs .form-row.file .row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.associates-form__inputs .form-row.file .row a {
  padding: 0.8rem 1.5rem;
}
.associates-form__inputs .form-row.file .row span {
  color: #fff;
}
.associates-form__inputs button[type=submit] {
  padding: 1.5rem 7rem;
}
.associates-form__inputs .associates-form__form-actions {
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1.6rem 2.4rem;
  width: 100%;
  margin-top: 0.5rem;
}
.associates-form__rights {
  margin-top: 2rem;
}
.associates-form__rights p {
  font-size: 16px;
  color: #fff;
  line-height: 29px;
  text-align: center;
}

@media (max-width: 900px) {
  .associates-form {
    padding: 12rem 2rem 5rem;
  }
  .associates-form__container {
    padding: 2rem;
  }
  .associates-form__content {
    padding: 1rem;
  }
  .associates-form__content p {
    font-size: 14px;
  }
  .associates-form__inputs .form-row {
    flex-direction: column;
  }
}
.newsletter-page {
  min-height: 100vh;
  background: linear-gradient(52deg, #988afc -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
  padding: 15rem 5rem 10rem;
}
.newsletter-page__header h1 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 800;
}
.newsletter-page__header h1 strong {
  color: #948AFC;
}
.newsletter-page__header h3 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 500;
}
.newsletter-page__container {
  background-color: #0B0E2A;
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto;
  padding: 4rem 5rem;
}
.newsletter-page__lead {
  font-size: 1.6rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 2.5rem;
}
.newsletter-page__form-wrap .form-row {
  margin-bottom: 2rem;
}
.newsletter-page__form-wrap .form-row--lgpd {
  margin-bottom: 1.5rem;
}
.newsletter-page__form-wrap .input-wrapper--checkbox .newsletter-page__lgpd-label {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}
.newsletter-page__form-wrap .input-wrapper--checkbox .newsletter-page__lgpd-label input[type=checkbox] {
  width: auto;
  min-width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: #948AFC;
}
.newsletter-page__form-wrap .input-wrapper--checkbox .newsletter-page__lgpd-label strong {
  font-weight: 600;
  color: #fff;
}
.newsletter-page__form-wrap .input-wrapper--checkbox > span.error {
  display: block;
  margin-top: 0.6rem;
  margin-left: 2.8rem;
}
.newsletter-page__form-wrap button[type=submit] {
  padding: 1.5rem 3rem;
}
.newsletter-page__form-wrap .newsletter-page__form-actions {
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1.6rem 2.4rem;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .newsletter-page {
    padding: 12rem 2rem 5rem;
  }
  .newsletter-page__container {
    padding: 2.5rem 2rem;
  }
  .newsletter-page__header h1 {
    font-size: 2rem;
  }
}
.portal {
  padding: 15rem 5rem 6rem;
  min-height: 50vh;
  background: linear-gradient(52deg, #988afc -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
}
.portal__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.portal__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  padding: 1.2rem 1.5rem;
  margin-bottom: 2.5rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.portal__nav-link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
}
.portal__nav-link:hover {
  color: #948AFC;
}
.portal__nav-link.is-active {
  color: #948AFC;
  border-bottom-color: #948AFC;
}
.portal__logout {
  margin-left: auto;
}
.portal__logout-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 1.5rem;
  padding: 0.6rem 1.4rem;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
}
.portal__logout-btn:hover {
  border-color: #948AFC;
  color: #948AFC;
}
.portal__content {
  background: rgba(11, 14, 42, 0.95);
  border-radius: 16px;
  padding: 3rem 4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.portal__page-title {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.portal__page-text {
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}
.portal--app .portal__app-inner {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  width: 100%;
}
.portal--app .portal__main {
  flex: 1;
  min-width: 0;
  width: 100%;
}
.portal--app .portal__content {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}

@media (min-width: 901px) {
  .portal--app {
    min-height: 100vh;
    padding: 15rem 5rem 2.5rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .portal--app + .footer {
    display: none;
  }
  .portal--app .portal__app-inner {
    flex: 1;
    align-items: stretch;
    min-height: 0;
  }
  .portal--app .portal__main {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .portal--app .portal__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .portal-sidebar {
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }
  .portal-page--dashboard {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .portal-page--dashboard .portal-dashboard {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .portal-page--dashboard .portal-dashboard__hero {
    margin-bottom: 1rem;
  }
  .portal-page--dashboard .portal-dashboard__filters,
  .portal-page--dashboard .portal-dashboard__meta,
  .portal-page--dashboard .portal-dashboard__tabs {
    margin-bottom: 1rem;
    flex-shrink: 0;
  }
  .portal-page--dashboard .portal-dashboard__panel.is-active {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }
  .portal-page--dashboard .portal-dashboard__grid {
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-content: start;
    overflow-y: auto;
    min-height: 0;
    padding-right: 0.25rem;
  }
}
.portal-sidebar {
  width: 260px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1rem 0.75rem 1.25rem;
  border-radius: 20px;
  background: rgba(11, 14, 42, 0.2);
  box-shadow: -4px 4px 20px 0 #0B0E2A;
}
.portal-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.portal-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 1.45rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}
.portal-sidebar__link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #948AFC;
}
.portal-sidebar__link.is-active {
  background: #fff;
  color: #0B0E2A;
}
.portal-sidebar__link.is-active .portal-sidebar__icon {
  color: #0B0E2A;
}
.portal-sidebar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  color: inherit;
}
.portal-sidebar__icon svg {
  display: block;
}
.portal-sidebar__logout {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.portal-sidebar__logout-btn {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s, color 0.2s;
}
.portal-sidebar__logout-btn:hover {
  border-color: #948AFC;
  color: #948AFC;
}

.portal-page--narrow {
  max-width: 720px;
}
.portal-page__head {
  margin-bottom: 2rem;
}
.portal-page__head--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.portal-page__title {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0.6rem;
}
.portal-page__lead {
  font-size: 1.65rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  margin: 0;
}
.portal-page__actions {
  margin-top: 1.5rem;
}

.portal-card {
  background-color: #0B0E2A;
  border-radius: 16px;
  padding: 2.5rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
}
.portal-card--message {
  font-size: 1.55rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}
.portal-card--message p {
  margin: 0 0 1rem;
}
.portal-card--message p:last-child {
  margin-bottom: 0;
}
.portal-card--alert {
  margin-bottom: 1.5rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.45rem;
}
.portal-card--success {
  border-color: rgba(100, 200, 140, 0.45);
  background: rgba(15, 45, 30, 0.45);
  color: #fff;
}
.portal-card--error {
  border-color: rgba(255, 140, 140, 0.45);
  background: rgba(45, 20, 20, 0.45);
  color: #fff;
}

.portal-profile__grid {
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: 2rem;
  align-items: start;
}
.portal-profile__summary {
  position: sticky;
  top: 8rem;
}
.portal-profile__avatar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.portal-profile__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.portal-profile__avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 3.6rem;
  font-weight: 700;
  color: #948AFC;
}
.portal-profile__name {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0.4rem;
  text-align: center;
}
.portal-profile__sub {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  margin: 0 0 1rem;
}
.portal-profile__user-line {
  text-align: center;
  font-size: 1.45rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.25rem;
}
.portal-profile__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}
.portal-profile__meta li {
  margin-bottom: 0.65rem;
}
.portal-profile__meta-label {
  display: block;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.15rem;
}
.portal-profile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
  justify-content: center;
}
.portal-profile__tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 1.2rem;
  background: rgba(148, 138, 252, 0.2);
  color: #948AFC;
  border: 1px solid rgba(148, 138, 252, 0.35);
}
.portal-profile__form-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 1.5rem;
  font-weight: 700;
}
.portal-profile__fieldset {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.portal-profile__fieldset:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.portal-profile__fieldset-label {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #948AFC;
  margin-bottom: 1.2rem;
}
.portal-profile__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 700px) {
  .portal-profile__row {
    grid-template-columns: 1fr;
  }
}
.portal-profile__field {
  margin-bottom: 1.25rem;
}
.portal-profile__field label {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.45rem;
}
.portal-profile__field input[type=text],
.portal-profile__field input[type=email],
.portal-profile__field input[type=password],
.portal-profile__field input[type=url],
.portal-profile__field input[type=number],
.portal-profile__field input[type=month],
.portal-profile__field input[type=file],
.portal-profile__field select,
.portal-profile__field textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b2b3ba;
  background: transparent;
  color: #fff;
  font-size: 1.45rem;
  font-family: "Manrope", sans-serif;
  padding: 0.85rem 1rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.portal-profile__field input[type=text]:focus,
.portal-profile__field input[type=email]:focus,
.portal-profile__field input[type=password]:focus,
.portal-profile__field input[type=url]:focus,
.portal-profile__field input[type=number]:focus,
.portal-profile__field input[type=month]:focus,
.portal-profile__field input[type=file]:focus,
.portal-profile__field select:focus,
.portal-profile__field textarea:focus {
  border-color: #948AFC;
}
.portal-profile__field select {
  cursor: pointer;
  background-color: rgba(11, 14, 42, 0.55);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.portal-profile__field select option {
  color: #0B0E2A;
  background-color: #fff;
}
.portal-profile__field input[type=number] {
  -moz-appearance: textfield;
}
.portal-profile__field input[type=number]::-webkit-outer-spin-button, .portal-profile__field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.portal-profile__field textarea {
  min-height: 100px;
  resize: vertical;
}
.portal-profile__hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.55);
}
.portal-profile__field-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}
.portal-profile__field-head > label:first-child {
  margin-bottom: 0;
}
.portal-profile__na {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.15rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.portal-profile__na input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #948AFC;
  cursor: pointer;
}
.portal-profile__field.is-not-measured input[data-na-field] {
  opacity: 0.45;
}
.portal-profile__actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.portal-profile__actions--split {
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}
.portal-profile__cancel-link {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.portal-profile__cancel-link:hover {
  color: #fff;
}

.portal-card--mb {
  margin-bottom: 2.5rem;
}

.portal-cv-section {
  margin-top: 1rem;
}
.portal-cv-section__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.portal-cv-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.portal-cv-filters__control {
  flex: 0 1 320px;
  max-width: 100%;
}
.portal-cv-filters {
  /* Mesmo padrão visual de `.portal-files-search` (Arquivos): pílula + sufixo */
}
.portal-cv-filters__select {
  flex: 1;
  min-width: 0;
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1.45rem;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0.35rem 0.25rem 0.35rem 0;
}
.portal-cv-filters__select:focus-visible {
  outline: 2px solid rgba(148, 138, 252, 0.65);
  outline-offset: 2px;
  border-radius: 4px;
}
.portal-cv-filters__select option {
  color: #0B0E2A;
  background: #fff;
}
.portal-cv-filters__suffix {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #948AFC;
  background: rgba(148, 138, 252, 0.25);
  pointer-events: none;
}
.portal-cv-filters__clear {
  font-size: 1.4rem;
  color: #948AFC;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 0.35rem;
}
.portal-cv-filters__clear:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .portal-cv-filters {
    justify-content: flex-start;
  }
  .portal-cv-filters__control {
    flex: 1 1 100%;
  }
}
.portal-cv-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .portal-cv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .portal-cv-grid {
    grid-template-columns: 1fr;
  }
}

.portal-cv-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.portal-cv-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.portal-cv-card__date {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.75);
}
.portal-cv-card__actions {
  display: flex;
  gap: 0.6rem;
}
.portal-cv-card__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transition: opacity 0.2s, border-color 0.2s, color 0.2s;
}
.portal-cv-card__icon-btn:hover {
  border-color: #948AFC;
  color: #948AFC;
}
.portal-cv-card__body {
  padding: 1.25rem 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.portal-cv-card__name {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}
.portal-cv-card__meta {
  font-size: 1.35rem;
  color: #948AFC;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.portal-cv-card__email {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  word-break: break-word;
}

.portal-cv-empty {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.portal-cv-more {
  margin-top: 2rem;
  text-align: center;
}

.portal-cv-pagination {
  margin-top: 2rem;
}
.portal-cv-pagination nav {
  display: flex;
  justify-content: center;
}
.portal-cv-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.portal-cv-pagination .pagination li a,
.portal-cv-pagination .pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  font-size: 1.4rem;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.2);
}
.portal-cv-pagination .pagination li.active span {
  background: #948AFC;
  border-color: #948AFC;
  color: #fff;
  font-weight: 700;
}
.portal-cv-pagination .pagination li.disabled span {
  opacity: 0.45;
}

.portal-page__back {
  margin: 0 0 1.25rem;
  font-size: 1.4rem;
}
.portal-page__back a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.portal-page__back a:hover {
  color: #fff;
}

.portal-page__lead a {
  color: #948AFC;
  font-weight: 600;
  text-decoration: underline;
}
.portal-page__lead a:hover {
  opacity: 0.9;
}

@media (max-width: 900px) {
  .portal--app {
    padding: 10.5rem 1.5rem 4rem;
  }
  .portal--app .portal__app-inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .portal-sidebar {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border-radius: 14px;
  }
  .portal-sidebar__nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.45rem;
    margin: 0 -0.15rem;
    padding: 0.15rem 0.15rem 0.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .portal-sidebar__nav::-webkit-scrollbar {
    display: none;
  }
  .portal-sidebar__link {
    flex: 0 0 auto;
    flex-direction: row;
    gap: 0.45rem;
    min-width: 0;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    font-size: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
  }
  .portal-sidebar__link span:last-child {
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
  }
  .portal-sidebar__link.is-active {
    border-color: transparent;
  }
  .portal-sidebar__icon {
    width: 28px;
    height: 28px;
  }
  .portal-sidebar__icon svg {
    width: 20px;
    height: 20px;
  }
  .portal-sidebar__logout {
    display: none;
  }
  .portal-profile__grid {
    grid-template-columns: 1fr;
  }
  .portal-profile__summary {
    position: static;
  }
  .portal-page__title {
    font-size: 2.1rem;
  }
}
.portal-login {
  min-height: 100vh;
  background: linear-gradient(52deg, #988afc -51.73%, rgb(117, 108, 201) -15.26%, rgba(89, 82, 158, 0.99) 14.95%, rgba(55, 53, 108, 0.99) 50.2%, rgba(11, 14, 42, 0.98) 97.08%);
  padding: 15rem 5rem 10rem;
}
.portal-login__header h1 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 800;
}
.portal-login__header h1 strong {
  color: #948AFC;
}
.portal-login__header h3 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}
.portal-login__header .portal-login__lead {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 150%;
  margin: 0 auto 5rem;
  max-width: 600px;
}
.portal-login__header .portal-login__lead strong {
  color: #948AFC;
  font-weight: 700;
}
.portal-login__container {
  background-color: #0B0E2A;
  border-radius: 16px;
  max-width: 550px;
  margin: 0 auto;
  padding: 4.5rem 8rem;
}
.portal-login__form-wrap {
  max-width: 440px;
  margin: 0 auto;
}
.portal-login__alert {
  background: rgba(255, 80, 80, 0.15);
  border: 1px solid rgba(255, 120, 120, 0.4);
  color: #ffc9c9;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.portal-login__success {
  background: rgba(80, 200, 120, 0.15);
  border: 1px solid rgba(120, 220, 160, 0.45);
  color: #c8f5d8;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.portal-login__aux {
  text-align: center;
  margin: 1.5rem 0 0;
}
.portal-login__aux a {
  color: #948AFC;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}
.portal-login__aux a:hover {
  text-decoration: underline;
}
.portal-login__field {
  margin-bottom: 1.5rem;
}
.portal-login__field label {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.portal-login__field input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid #b2b3ba;
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Manrope", sans-serif;
}
.portal-login__field input:focus {
  outline: none;
  border-color: #948AFC;
}
.portal-login__remember {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.portal-login__remember input {
  width: auto;
}
.portal-login__submit {
  width: 100%;
  justify-content: center;
}
@media (max-width: 900px) {
  .portal-login {
    padding: 12rem 2rem 5rem;
  }
  .portal-login__header h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .portal-login__header h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .portal-login__header .portal-login__lead {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .portal-login__container {
    padding: 2.5rem 2rem;
  }
}

/* Arquivos — materiais por categoria */
.portal-files-search {
  flex: 0 1 320px;
  max-width: 100%;
}
.portal-files-search__label {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.portal-files-search__field {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.35rem 0.35rem 0.35rem 1.2rem;
}
.portal-files-search__input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1.45rem;
  outline: none;
}
.portal-files-search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.portal-files-search__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.portal-files-search__submit {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: rgba(148, 138, 252, 0.25);
  color: #948AFC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.portal-files-search__submit:hover {
  background: rgba(148, 138, 252, 0.4);
  color: #fff;
}

.portal-files-banner {
  margin: 0 0 1.5rem;
}
.portal-files-banner__link {
  font-size: 1.45rem;
  color: #948AFC;
  text-decoration: none;
}
.portal-files-banner__link:hover {
  text-decoration: underline;
}

.portal-files-category {
  margin-bottom: 2rem;
}
.portal-files-category__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.portal-files-category__title {
  margin: 0;
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
}
.portal-files-category__see-all {
  font-size: 1.4rem;
  font-weight: 600;
  color: #948AFC;
  text-decoration: none;
  white-space: nowrap;
}
.portal-files-category__see-all:hover {
  text-decoration: underline;
}
.portal-files-category__body {
  background-color: #0B0E2A;
  border-radius: 16px;
  padding: 1.2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
  max-width: 550px;
}
.portal-files-category__empty {
  margin: 0;
  font-size: 1.45rem;
  color: rgba(255, 255, 255, 0.65);
}

.portal-files-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portal-files-list__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.portal-files-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.portal-files-list__item:first-child {
  padding-top: 0;
}
.portal-files-list__icon {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.55);
}
.portal-files-list__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.portal-files-list__name {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.35;
}
.portal-files-list__date {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.55);
}
.portal-files-list__download {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #948AFC;
  background: rgba(148, 138, 252, 0.12);
  border: 1px solid rgba(148, 138, 252, 0.35);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.portal-files-list__download:hover {
  background: rgba(148, 138, 252, 0.25);
  color: #fff;
  border-color: rgba(148, 138, 252, 0.55);
}

/* Dashboard — indicadores (mock) */
.portal-page--dashboard .portal-page__title {
  margin-bottom: 0.75rem;
}

.portal-dashboard__hero {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}
.portal-dashboard__hero-actions {
  flex-shrink: 0;
}
.portal-dashboard__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: rgba(148, 138, 252, 0.45);
  border: 1px solid rgba(148, 138, 252, 0.75);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.portal-dashboard__cta:hover {
  background: rgba(148, 138, 252, 0.65);
  color: #fff;
}
.portal-dashboard__preview-banner {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.88);
}
.portal-dashboard__company-link {
  margin-bottom: 1.5rem;
}
.portal-dashboard__company-link-title {
  margin: 0 0 0.5rem;
  font-size: 1.8rem;
  color: #fff;
}
.portal-dashboard__company-link-text, .portal-dashboard__company-link-hint {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}
.portal-dashboard__company-link-hint {
  margin-bottom: 0;
}
.portal-dashboard__company-link-hint a {
  color: #948AFC;
  font-weight: 600;
}
.portal-dashboard__company-link-form label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
}
.portal-dashboard__company-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.portal-dashboard__company-link-row select {
  flex: 1 1 260px;
  min-width: 220px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(11, 14, 42, 0.55);
  color: #fff;
  font-size: 1.4rem;
  padding: 0.75rem 1rem;
}
.portal-dashboard__company-link-row select option {
  color: #0B0E2A;
  background: #fff;
}
.portal-dashboard__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: rgba(11, 14, 42, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.portal-dashboard__filter-divider {
  align-self: center;
  padding: 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: lowercase;
}
.portal-dashboard__period-custom {
  flex: 1;
  min-width: min(100%, 320px);
}
.portal-dashboard__period-range {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.75rem;
  width: 100%;
}
.portal-dashboard__period-sep {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.55);
}
.portal-dashboard__period-input {
  position: relative;
}
.portal-dashboard__period-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-width: 190px;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: inherit;
  font-size: 1.35rem;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s, background 0.2s;
}
.portal-dashboard__period-trigger:hover, .portal-dashboard__period-trigger[aria-expanded=true] {
  border-color: rgba(148, 138, 252, 0.75);
  background: rgba(148, 138, 252, 0.1);
}
.portal-dashboard__period-label {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portal-dashboard__period-label.is-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.portal-dashboard__period-icon {
  flex-shrink: 0;
  color: rgba(148, 138, 252, 0.85);
  pointer-events: none;
}
.portal-dashboard__filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.portal-dashboard__filter-group--picker {
  flex: 1;
  min-width: 170px;
}
.portal-dashboard__filter-group label {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.55);
}
.portal-dashboard__filter-group select {
  min-width: 150px;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: inherit;
  font-size: 1.35rem;
}
.portal-dashboard__filter-group select option {
  color: #0B0E2A;
  background-color: #fff;
}
.portal-dashboard__filter-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(148, 138, 252, 0.55);
  background: rgba(148, 138, 252, 0.25);
  color: #fff;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 600;
  padding: 0.6rem 1.25rem;
  border-radius: 10px;
  cursor: pointer;
  flex-shrink: 0;
}
.portal-dashboard__filter-btn:hover {
  background: rgba(148, 138, 252, 0.4);
}
.portal-dashboard__filter-clear {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.portal-dashboard__filter-clear:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
.portal-dashboard__filter-clear[hidden] {
  display: none;
}
.portal-dashboard__title {
  font-size: 2.4rem;
}
.portal-dashboard__intro {
  font-size: 1.55rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  max-width: 72ch;
}
.portal-dashboard__intro strong {
  color: #fff;
}
.portal-dashboard__intro em {
  color: #948AFC;
  font-style: normal;
  font-weight: 600;
}
.portal-dashboard__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 1.75rem;
}
.portal-dashboard__meta-pill {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 140, 90, 0.2);
  color: rgba(255, 200, 170, 0.98);
  border: 1px solid rgba(255, 140, 90, 0.45);
}
.portal-dashboard__meta-pill--live {
  background: rgba(100, 200, 255, 0.15);
  color: rgba(180, 230, 255, 0.98);
  border-color: rgba(100, 200, 255, 0.45);
}
.portal-dashboard__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.portal-dashboard__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.45rem;
  font-weight: 600;
  font-family: inherit;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.portal-dashboard__tab:hover {
  border-color: rgba(148, 138, 252, 0.55);
  color: #fff;
}
.portal-dashboard__tab.is-active {
  background: rgba(148, 138, 252, 0.35);
  border-color: rgba(148, 138, 252, 0.75);
  color: #fff;
}
.portal-dashboard__panel[hidden] {
  display: none !important;
}
.portal-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.portal-indicator-card {
  background: rgba(11, 14, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.25rem 1.35rem 1.5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.portal-indicator-card__signal {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.portal-indicator-card__signal--higher {
  color: rgba(140, 230, 180, 0.98);
  background: rgba(60, 160, 100, 0.18);
  border: 1px solid rgba(100, 200, 140, 0.4);
}
.portal-indicator-card__signal--lower {
  color: rgba(180, 210, 255, 0.98);
  background: rgba(80, 130, 200, 0.18);
  border: 1px solid rgba(100, 180, 255, 0.4);
}
.portal-indicator-card__signal--neutral {
  color: rgba(255, 220, 170, 0.98);
  background: rgba(200, 140, 60, 0.15);
  border: 1px solid rgba(255, 180, 90, 0.35);
}
.portal-indicator-card__signal-icon {
  font-size: 1.35rem;
  line-height: 1;
}
.portal-indicator-card__desc {
  margin: 0 0 0.85rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}
.portal-indicator-card__chart {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.portal-indicator-card canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.portal-page--indicators .portal-page__head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.portal-indicators__empty {
  margin: 0;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
}
.portal-indicators__table-wrap {
  overflow-x: auto;
}
.portal-indicators__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.portal-indicators__table th,
.portal-indicators__table td {
  padding: 0.85rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.portal-indicators__table th {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
.portal-indicators__table td {
  color: rgba(255, 255, 255, 0.9);
}
.portal-indicators__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #948AFC;
  background: rgba(148, 138, 252, 0.12);
  border: 1px solid rgba(148, 138, 252, 0.35);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.portal-indicators__edit:hover {
  background: rgba(148, 138, 252, 0.25);
  color: #fff;
  border-color: rgba(148, 138, 252, 0.55);
}
.portal-indicators__back {
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
}
.portal-indicators__back a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.portal-indicators__back a:hover {
  color: #fff;
}

.portal-month-picker {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  z-index: 30;
  width: min(100%, 280px);
  padding: 0.85rem;
  border-radius: 12px;
  background: #151a38;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}
.portal-month-picker[hidden] {
  display: none !important;
}
.portal-month-picker__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.portal-month-picker__year {
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
}
.portal-month-picker__nav {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.portal-month-picker__nav:hover {
  background: rgba(148, 138, 252, 0.2);
  border-color: rgba(148, 138, 252, 0.45);
}
.portal-month-picker__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}
.portal-month-picker__month {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 2.5rem;
  padding: 0.45rem 0.35rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.portal-month-picker__month:hover {
  background: rgba(148, 138, 252, 0.22);
  border-color: rgba(148, 138, 252, 0.45);
  color: #fff;
}
.portal-month-picker__month.is-selected {
  background: rgba(148, 138, 252, 0.9);
  border-color: rgba(148, 138, 252, 0.9);
  color: #fff;
}

@media (max-width: 900px) {
  .portal-files-search {
    flex-basis: 100%;
  }
  .portal-page__head--row {
    flex-direction: column;
    align-items: stretch;
  }
  .portal-dashboard__grid {
    grid-template-columns: 1fr;
  }
  .portal-dashboard__filter-divider {
    width: 100%;
    text-align: center;
    padding: 0.25rem 0;
  }
  .portal-dashboard__period-custom {
    width: 100%;
  }
  .portal-dashboard__period-range {
    flex-direction: column;
    align-items: stretch;
  }
  .portal-dashboard__period-sep {
    align-self: flex-start;
  }
  .portal-dashboard__filter-clear,
  .portal-dashboard__filter-btn {
    width: 100%;
    margin-left: 0;
  }
}
.about__banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #0b0e2a;
}
.about__banner .pillars {
  z-index: 3;
  position: relative;
  height: 100%;
  pointer-events: none;
}
.about__banner .pillars .pillar {
  pointer-events: auto;
  width: 100%;
  max-width: 300px;
  border-radius: 16px;
  background: linear-gradient(90deg, #948AFC 0%, #7E75D6 29.81%, #6962B2 60.1%, #6059A3 82.21%, #585296 100%);
  padding: 3.5rem 2rem;
  position: absolute;
  transition: all 0.3s ease;
}
.about__banner .pillars .pillar h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 130%;
  font-weight: 500;
}
.about__banner .pillars .pillar.pillar-1 {
  left: 22rem;
}
.about__banner .pillars .pillar.pillar-1:hover {
  left: 24rem;
}
.about__banner .pillars .pillar.pillar-2 {
  right: 15%;
  top: 20%;
}
.about__banner .pillars .pillar.pillar-2:hover {
  right: 17%;
  top: 22%;
}
.about__banner .pillars .pillar.pillar-3 {
  right: 20%;
  bottom: 15%;
}
.about__banner .pillars .pillar.pillar-3:hover {
  right: 22%;
  bottom: 17%;
}
.about__banner-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about__banner-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__banner-video--youtube {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.about__banner-video--youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.77vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
}
.about__banner-fallback {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1740;
}
.about__banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(52deg, rgba(152, 138, 252, 0.52) -51.73%, rgba(117, 108, 201, 0.48) -15.26%, rgba(89, 82, 158, 0.52) 14.95%, rgba(55, 53, 108, 0.58) 50.2%, rgba(11, 14, 42, 0.75) 97.08%);
}
.about__banner-watermark {
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 66rem;
  opacity: 0.26;
  pointer-events: none;
}
.about__banner-watermark img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.about__cats {
  display: flex;
  padding: 2rem 4rem;
  max-width: 1680px;
  margin: 0 auto;
  box-shadow: 0 -8px 15px 0 rgba(0, 0, 0, 0.29);
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}
.about__cats.is-stuck {
  background: linear-gradient(180deg, #0B0E2A 0%, rgba(11, 14, 42, 0.92) 41.83%, rgba(11, 14, 42, 0.39) 71.15%, rgba(11, 14, 42, 0.16) 78.37%, rgba(11, 14, 42, 0.06) 86.06%, rgba(11, 14, 42, 0.02) 94%, rgba(11, 14, 42, 0) 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.about__cats a {
  font-size: 2rem;
  color: #0B0E2A;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  transition: all 0.3s ease;
}
.about__cats a:hover {
  color: #948AFC;
}
.about__cats a.active {
  color: #fff;
  background-color: #948AFC;
}
@media (max-width: 900px) {
  .about #sobre,
  .about #historia,
  .about #valores,
  .about #objetivos,
  .about #acoes {
    scroll-margin-top: calc(var(--about-sticky-top, 8.5rem) + var(--about-cats-height, 5.6rem) + 1.2rem);
  }
}
.about .section-title {
  text-align: center;
  padding-top: 5rem;
  border-top: 3px solid #948AFC;
  max-width: 1080px;
  margin: 0 auto 5rem;
}
.about .section-title h2 {
  font-size: 2.8rem;
  color: #0B0E2A;
}
.about .section-title h2 strong {
  color: #FF5A3C;
}
.about .section-title p {
  margin-top: 1rem;
  font-size: 2rem;
  color: #0B0E2A;
  line-height: 150%;
  text-align: center;
}
.about__content {
  padding: 10rem 5rem;
  max-width: 1080px;
  margin: 0 auto;
}
.about__content .section-content {
  font-size: 1.8rem;
  color: #0B0E2A;
  line-height: 150%;
  text-align: center;
}
.about__history {
  max-width: 1080px;
  margin: 0 auto;
}
.about__history .section-title {
  text-align: center;
}
.about__history .section-content {
  font-size: 1.8rem;
  color: #0B0E2A;
  line-height: 150%;
  text-align: justify;
}
.about__history-timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 5rem 0;
  margin-bottom: 10rem;
}
.about__history-timeline::before {
  content: "";
  position: absolute;
  left: var(--timeline-line-left, 50%);
  transform: translateX(-50%);
  top: var(--timeline-line-top, 32px);
  height: var(--timeline-line-height, calc(100% - 225px));
  border-left: 3px solid #948AFC;
}
.about__history-timeline .about__history-timeline-item {
  display: flex;
  align-items: center;
  gap: 15rem;
  width: 100%;
  position: relative;
}
.about__history-timeline .about__history-timeline-item .card {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  max-width: 450px;
}
.about__history-timeline .about__history-timeline-item .card .image {
  position: relative;
}
.about__history-timeline .about__history-timeline-item .card .image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 14, 42, 0) 0%, rgba(11, 14, 43, 0) 44%, rgba(11, 14, 43, 0.4) 72%, rgba(11, 14, 42, 0.9) 100%);
}
.about__history-timeline .about__history-timeline-item .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.about__history-timeline .about__history-timeline-item .card .image h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  padding: 1rem;
  color: #fff;
}
.about__history-timeline .about__history-timeline-item .card .content {
  padding: 2rem;
}
.about__history-timeline .about__history-timeline-item .card .content p {
  font-size: 1.8rem;
  color: #0B0E2A;
  line-height: 150%;
  text-align: right;
}
.about__history-timeline .about__history-timeline-item .icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0B0E2A 0%, #948AFC 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__history-timeline .about__history-timeline-item .icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  opacity: 0.6576;
  background: rgba(43, 127, 255, 0.2);
  border-radius: 50%;
}
.about__history-timeline .about__history-timeline-item .icon img {
  width: 100%;
  height: 100%;
  max-width: 24px;
  max-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__history-timeline .about__history-timeline-item .year {
  font-size: 16px;
  color: #fff;
  padding: 1rem 24px;
  border-radius: 16777200px;
  background: linear-gradient(90deg, #0B0E2A 0%, #948AFC 100%);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.about__history-timeline .about__history-timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about__history-timeline .about__history-timeline-item:nth-child(even) .card .content p {
  text-align: left;
}
.about__values {
  max-width: 1080px;
  margin: 0 auto 10rem;
}
.about__values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.about__values-list .about__values-item {
  width: 100%;
  max-width: 300px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.about__values-list .about__values-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 20px;
  background-color: #948AFC;
  margin-bottom: 2rem;
}
.about__values-list .about__values-item .icon img {
  width: 100%;
  max-width: 55px;
  max-height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__values-list .about__values-item .title {
  font-size: 2rem;
  color: #0B0E2A;
  line-height: 150%;
}
.about__values-list .about__values-item p {
  font-size: 1.8rem;
  color: #0B0E2A;
  line-height: 150%;
}
.about__objectives {
  max-width: 1200px;
  margin: 0 auto 10rem;
}
.about__objectives-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.about__objectives .about__objectives-item {
  width: 100%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 8rem 4rem 2rem;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.about__objectives .about__objectives-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #0B0E2A 61.54%);
  background-size: cover;
  z-index: -1;
}
.about__objectives .about__objectives-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__objectives .about__objectives-item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__objectives .about__objectives-item .title {
  font-size: 2.6rem;
  color: #fff;
  line-height: 150%;
  position: relative;
  font-weight: 700;
  z-index: 2;
  text-align: right;
}
.about__objectives .about__objectives-item p {
  font-size: 1.8rem;
  color: #fff;
  line-height: 150%;
  font-weight: 500;
  position: relative;
  z-index: 2;
  text-align: right;
  max-width: 650px;
  margin-left: auto;
}
.about__objectives .about__objectives-item:nth-child(even) .title {
  text-align: left;
}
.about__objectives .about__objectives-item:nth-child(even) p {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.about__actions {
  margin-bottom: 10rem;
}
.about__actions-carousel {
  position: relative;
}
.about__actions .swiper-pagination {
  bottom: -2rem !important;
}
.about__timeline-empty, .about__actions-empty {
  text-align: center;
  padding: 3rem 2rem;
  font-size: 1.8rem;
  color: #0B0E2A;
  margin: 0 auto;
  max-width: 640px;
}
.about__values-empty, .about__objectives-empty {
  font-size: 1.8rem;
  color: #0B0E2A;
  margin: 0;
}

@media (max-width: 900px) {
  .about__banner {
    height: 500px;
  }
  .about__banner .pillars {
    display: none;
  }
  .about__banner-watermark {
    width: clamp(52px, 16vw, 88px);
    opacity: 0.22;
    right: 1rem;
    bottom: 1.25rem;
  }
  .about__cats {
    padding: 2rem;
    max-width: 1680px;
    margin: 0 auto;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    position: sticky;
    top: var(--about-sticky-top, 8.5rem);
    background-color: #fff;
    z-index: 9998;
    box-shadow: 0 4px 12px rgba(11, 14, 42, 0.08);
  }
  .about__cats.is-stuck {
    box-shadow: 0 6px 18px rgba(11, 14, 42, 0.12);
  }
  .about__cats a {
    flex: 0 0 auto;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .about__cats a:hover {
    color: #948AFC;
  }
  .about__cats a.active {
    color: #fff;
    background-color: #948AFC;
  }
  .about__content {
    padding: 5rem 2rem;
  }
  .about__history {
    padding: 5rem 2rem;
  }
  .about__history-timeline {
    padding: 5rem 2rem 0rem 5rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .about__history-timeline:before {
    left: var(--timeline-line-left, 1rem);
    transform: translateX(-50%);
  }
  .about__history-timeline .about__history-timeline-item {
    gap: 2rem;
    flex-direction: row;
  }
  .about__history-timeline .about__history-timeline-item:nth-child(even) {
    flex-direction: row;
  }
  .about__history-timeline .about__history-timeline-item .card {
    width: 100%;
    margin: 0;
  }
  .about__history-timeline .about__history-timeline-item .year {
    position: absolute;
    right: 2rem;
    top: 2rem;
    left: auto;
    transform: translateX(0);
  }
  .about__history-timeline .about__history-timeline-item .icon {
    transform: translate(-50%, -50%);
    left: -3.5rem;
    top: 50%;
    width: 40px;
    height: 40px;
  }
  .about__history-timeline .about__history-timeline-item .icon img {
    max-width: 20px;
    max-height: 20px;
  }
  .about__values {
    padding: 5rem 2rem;
  }
  .about__values-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .about__values-list .about__values-item {
    max-width: 100%;
  }
  .about__values-list .about__values-item .icon {
    width: 50px;
    height: 50px;
  }
  .about__values-list .about__values-item .icon img {
    max-width: 40px;
    max-height: 40px;
  }
  .about__objectives {
    padding: 2rem;
  }
  .about__objectives-list .about__objectives-item {
    padding: 5rem 2rem 2rem;
  }
  .about__actions {
    padding: 2rem;
  }
  .about__actions-carousel .swiper-pagination {
    bottom: -2rem !important;
  }
}
/* ========= COMPONENTES ========== */
.modal-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: auto;
  padding-top: 2rem;
}
.modal-share__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-share__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.modal-share__btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.modal-share__btn:focus-visible {
  outline: 2px solid #948AFC;
  outline-offset: 4px;
  border-radius: 4px;
}
.modal-share__btn svg {
  display: block;
}
.modal-share__label {
  margin: 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1rem;
  padding: 1.2rem 3.5rem;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn--secondary {
  background: #948AFC;
}
.btn--secondary:hover {
  background: rgb(102.525, 88.275, 250.725);
}
.btn--primary {
  background: #0B0E2A;
}
.btn--primary:hover {
  background: rgb(0.4150943396, 0.5283018868, 1.5849056604);
}
.btn--outlined {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn--outlined:hover {
  background: #fff;
  color: #0B0E2A;
}
.btn--orange-outlined {
  background: transparent;
  border: 1px solid #FF5A3C;
  color: #FF5A3C;
}
.btn--orange-outlined:hover {
  background: #FF5A3C;
  color: #fff;
}
.btn--white {
  background: #fff;
  color: #0B0E2A;
}
.btn--white:hover {
  background: rgba(255, 255, 255, 0.9);
}
.btn--outlined-primary {
  background: transparent;
  border: 1px solid #0B0E2A;
  color: #0B0E2A;
}
.btn--outlined-primary:hover {
  background: #0B0E2A;
  color: #fff;
}
.btn--outlined-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn--outlined-white:hover {
  background: #fff;
  color: #0B0E2A;
}

.form-row {
  display: flex;
  align-items: center;
  gap: 75px;
  margin-bottom: 25px;
  width: 100%;
}
.form-row .input-wrapper {
  width: 100%;
  position: relative;
}
.form-row .input-wrapper label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.form-row .input-wrapper input,
.form-row .input-wrapper select,
.form-row .input-wrapper textarea {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: none;
  outline: none;
  background: transparent;
  border: 1px solid #b2b3ba;
  height: 50px;
  padding: 15px;
  width: 100%;
  font-family: "Manrope", sans-serif;
  resize: none;
}
.form-row .input-wrapper textarea {
  height: auto;
}
.form-row .input-wrapper input.error {
  border-color: #FF5A3C;
}
.form-row .input-wrapper.input-checkbox {
  justify-content: flex-start;
}
.form-row .input-wrapper.input-checkbox input[type=checkbox] {
  display: none;
}
.form-row .input-wrapper.input-checkbox .custom-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #b2b3ba;
  position: relative;
}
.form-row .input-wrapper.input-checkbox .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 40%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-60deg) translate(-2px, 2px);
  display: none;
}
.form-row .input-wrapper.input-checkbox input[type=checkbox]:checked + .custom-checkbox {
  background-color: #FF5A3C;
}
.form-row .input-wrapper.input-checkbox input[type=checkbox]:checked + .custom-checkbox::after {
  display: block;
}
.form-row .input-wrapper.input-checkbox .text-muted {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  max-width: 450px;
}
.form-row .input-wrapper span.error {
  position: absolute;
  left: 1.5rem;
  bottom: -1.5rem;
  color: #FF5A3C;
  font-size: 12px;
}
.form-row .input-wrapper.input-checkbox span.error {
  left: 2.5rem;
  bottom: -1rem;
}

.gradient-mesh {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.gradient-mesh.absolute {
  position: absolute;
}
.gradient-mesh {
  background: radial-gradient(circle at 0% 100%, rgba(148, 138, 252, 0.55) 0, rgba(148, 138, 252, 0) 55%), radial-gradient(circle at 100% 0%, rgba(94, 87, 162, 0.55) 0, rgba(94, 87, 162, 0) 55%), radial-gradient(circle at 50% 120%, rgba(94, 87, 162, 0.45) 0, rgba(94, 87, 162, 0) 60%), #0B0E2A;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 900px) {
  .gradient-mesh {
    background: radial-gradient(circle at 0% 100%, rgba(148, 138, 252, 0.28) 0, rgba(148, 138, 252, 0) 40%), radial-gradient(circle at 100% 0%, rgba(94, 87, 162, 0.28) 0, rgba(94, 87, 162, 0) 40%), radial-gradient(circle at 50% 100%, rgba(94, 87, 162, 0.2) 0, rgba(94, 87, 162, 0) 45%), #0B0E2A;
  }
}

.card-carousel {
  position: relative;
}
.card-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
}
.card-carousel .card-carousel-item {
  height: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
  transform-origin: center center;
  transition: transform 0.35s ease;
  padding: 1rem;
}
.card-carousel .card-carousel-item .img {
  position: relative;
  width: 100%;
}
.card-carousel .card-carousel-item .img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(148, 138, 252, 0.08) 0%, rgba(217, 217, 217, 0.02) 42%, rgba(217, 217, 217, 0) 72%), linear-gradient(180deg, rgba(12, 15, 44, 0) 0%, rgba(12, 15, 43, 0) 44%, rgba(11, 14, 43, 0.4) 72%, rgba(11, 14, 42, 0.9) 100%);
}
.card-carousel .card-carousel-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1.14;
  display: block;
  -o-object-position: top;
     object-position: top;
}
.card-carousel .card-carousel-item .item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
}
.card-carousel .card-carousel-item .item-content .date {
  font-size: 2.4rem;
  color: #948AFC;
}
.card-carousel .card-carousel-item .item-content .title {
  font-size: 2rem;
  color: #fff;
}
.card-carousel .card-carousel-item .item-content .description {
  font-size: 1.8rem;
  color: #fff;
}
.card-carousel .card-carousel-item.swiper-slide-active {
  transform: scale(1);
  padding: 0;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0);
}
.card-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  transition: all 0.25s ease;
}
.card-carousel-arrow path {
  transition: stroke 0.25s ease;
}
.card-carousel-arrow-left {
  left: calc(33.333% - 36px);
}
.card-carousel-arrow-right {
  right: calc(33.333% - 36px);
}

.swiper-pagination {
  position: absolute;
  bottom: 5rem !important;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  margin: 0 !important;
  background: rgba(11, 14, 42, 0.25);
  opacity: 1;
  transition: all 0.25s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  background: #0B0E2A;
}

@media (max-width: 900px) {
  .card-carousel .swiper-wrapper {
    padding: 1rem 0;
  }
  .card-carousel .card-carousel-item {
    padding: 0.5rem;
  }
  .card-carousel .swiper-pagination {
    bottom: 2rem !important;
  }
  .card-carousel-arrow {
    width: 40px;
    height: 40px;
    top: 110%;
    transform: translateY(-50%);
  }
  .card-carousel-arrow-left {
    left: 25%;
  }
  .card-carousel-arrow-right {
    right: 25%;
  }
}
img {
  max-width: 100%;
}

.cms-bar {
  height: 50px;
}
.cms-bar__row {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #9700f6;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  font-family: "Manrope", sans-serif;
  z-index: 9999;
}
.cms-bar__row .text {
  color: #FFF;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
.cms-bar__row .btn {
  background: #FFF;
  padding: 5px 20px;
  border-radius: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.cms-bar__row .btn:hover {
  background: #000;
  color: #FFF;
}

@media (max-width: 900px) {
  .cms-bar__row .text {
    display: none;
  }
}
