@charset "UTF-8";
/**
 * Arquivo base do SCSS
 * @version 1.1.0
 */
/* ============= BASE ============= */
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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

* ::before ::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

:root {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

input,
textarea {
  outline: none;
  border: 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;
}

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

html,
body {
  width: 100%;
  font-family: "Onest";
  color: #000000;
}

body {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest";
  color: #000000;
  font-size: 4rem;
}

.text--ligther {
  font-weight: lighter;
}
.text--regular {
  font-weight: normal;
}
.text--bold {
  font-weight: bold;
}
.text--primary {
  color: #000000;
}
.text--secondary {
  color: #ffffff;
}

/* ============= FONTS ============ */
@font-face {
  font-family: "Panchang";
  src: url(/fonts/Panchang-Light.woff2?090d44ecf1e6f447369209eae7759179) format("woff2"), url(/fonts/Panchang-Light.woff?fef7be296d358160fba13eb98f0d146e) format("woff"), url(/fonts/Panchang-Light.ttf?ce5a93d9c6454be38003622244814e56) format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang";
  src: url(/fonts/Panchang-Regular.woff2?72bab8d65b8ef17d628da67bc332d787) format("woff2"), url(/fonts/Panchang-Regular.woff?f248d721acb0f1b591f0d93eba9df539) format("woff"), url(/fonts/Panchang-Regular.ttf?55a84140a18ed9764f9e75244f9fa21b) format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang";
  src: url(/fonts/Panchang-Medium.woff2?91fe77fc1795eb85010a9356c5f8a473) format("woff2"), url(/fonts/Panchang-Medium.woff?f9377e262b6da25820c34b1ad4b876e1) format("woff"), url(/fonts/Panchang-Medium.ttf?25588d9d97002fcb437d9616c65531b3) format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang";
  src: url(/fonts/Panchang-Semibold.woff2?9ed8e63505ca17d31e5a8663c51b7fc5) format("woff2"), url(/fonts/Panchang-Semibold.woff?f83d73e264f4ff419c9d6700d63126dc) format("woff"), url(/fonts/Panchang-Semibold.ttf?96777774db22aecf3f276a0228466504) format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang";
  src: url(/fonts/Panchang-Bold.woff2?44ea24c8da991061bf2f5433a629c6ee) format("woff2"), url(/fonts/Panchang-Bold.woff?436dce73fa2ba93ec9d953c183f3cc26) format("woff"), url(/fonts/Panchang-Bold.ttf?abc37ff00c614ecb5753d09f19b34c2e) format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang";
  src: url(/fonts/Panchang-Extrabold.woff2?1d51beda7861a0d499431da4ab6d7b10) format("woff2"), url(/fonts/Panchang-Extrabold.woff?94e285f38b0ea679e81070b023a6472c) format("woff"), url(/fonts/Panchang-Extrabold.ttf?774be764ecfb21b195ebcae739749301) format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
/* =========== SECTIONS =========== */
.header {
  width: 100%;
  padding: 4.5rem 4rem;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 50;
  height: 12.9rem;
  /*** MOBILE ***/
}
.header.header--white {
  display: block;
  background: #ffffff;
  position: relative;
}
.header.header--white .nav__desktop__left {
  display: flex;
}
.header.header--white .nav__desktop__left a {
  display: flex;
}
.header.header--white .nav__desktop__middle .nav__item a {
  color: #303030;
}
.header.header--white .nav__desktop__middle .nav__item a svg .path {
  fill: #72aaeb;
}
.header.header--white .nav__desktop__right .nav__item a {
  color: #303030;
}
.header.header--white .nav__desktop__right .nav__item a svg .path {
  fill: #72aaeb;
}
.header__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav .nav__dektop__left {
  display: flex;
}
.header__nav .nav__dektop__left a {
  display: flex;
}
.header .nav__desktop__middle .nav__list {
  display: flex;
  align-items: center;
  gap: 5.2rem;
}
.header .nav__desktop__middle .nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  /* EQUIPMENTS DROPDOWN */
  /* SEGMENTOS DROPDOWN */
  /* SERVIÇOS DROPDOWN */
  /* MENU DROPDOWN */
}
.header .nav__desktop__middle .nav__item.dropdown-item a {
  font-weight: 700;
}
.header .nav__desktop__middle .nav__item a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.header .nav__desktop__middle .nav__item a.show svg {
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown {
  font-weight: 500;
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown.show + .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: flex;
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div {
  width: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 999999;
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 2.4rem;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #72aaeb;
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div span:nth-child(1) {
  top: 0px;
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div span:nth-child(2), .header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div span:nth-child(3) {
  top: 8px;
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div span:nth-child(4) {
  top: 16px;
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .nav__desktop__middle .nav__item.menu-item .menu-dropdown .spans-div.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.header .nav__desktop__middle .nav__item .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  padding: 0rem 4rem 4rem 4rem;
  z-index: 51;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease;
  z-index: 60;
  transform: translateY(-10px);
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}
.header .nav__desktop__middle .nav__item a.show + .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: flex;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  min-height: 50rem;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .sidebar {
  width: 100%;
  max-width: 36.1rem;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .sidebar .dropdown__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .sidebar .dropdown__list .dropdown__item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  color: #303030;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.2rem;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .sidebar .dropdown__list .dropdown__item .category-item:hover {
  color: #20107f;
  transition: color 0.1s ease-in;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .sidebar .dropdown__list .dropdown__item .category-item.active {
  color: #20107f;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .sidebar .dropdown__list .dropdown__item .button-download-catalog {
  max-width: 25.8rem;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  padding: 1.6rem 2.4rem;
  align-items: center;
  gap: 2.4rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .right-content .wrapper {
  width: 100%;
  max-height: 44rem;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (min-width: 1600px) {
  .header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .right-content .wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .right-content .wrapper .card {
  width: 100%;
  height: 25.2rem;
  display: flex;
  padding: 2.4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.1rem;
  border-radius: 16px;
  background: #eff3f7;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .right-content .wrapper .card .card__image {
  max-width: 25.5rem;
  max-height: 13.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .right-content .wrapper .card .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .right-content .wrapper .card .card__content {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
}
.header .nav__desktop__middle .nav__item a.show + .equipments-dropdown .right-content .wrapper .card .card__content h3 {
  max-width: 21rem;
  color: #303030;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .segments-dropdown {
  width: 100%;
}
.header .nav__desktop__middle .nav__item a.show + .segments-dropdown .content {
  width: 100%;
}
.header .nav__desktop__middle .nav__item a.show + .segments-dropdown .content .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow-y: auto;
  max-height: 50rem;
  gap: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown {
  width: 100%;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content {
  width: 100%;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (min-width: 1800px) {
  .header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper .card {
  display: flex;
  flex-direction: row;
  max-width: 67rem;
  width: 100%;
  gap: 0;
  align-items: flex-start;
  height: 32.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper .card__image {
  width: 100%;
  height: 100%;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper .card__image img {
  border-radius: 16px 0 0 16px;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper .card__content {
  height: 100%;
  width: 50%;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper .card__content .card__text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper .card__content h3 {
  color: #303030;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper .card__content p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.header .nav__desktop__middle .nav__item a.show + .services-dropdown .content .wrapper .card__content .card__bottom {
  gap: 1.6rem;
  color: #20107f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown {
  width: 100%;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content {
  width: 100%;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content .wrapper .card {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start;
  height: 32.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content .wrapper .card__image {
  width: 70%;
  height: 100%;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content .wrapper .card__image img {
  border-radius: 16px 0 0 16px;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content .wrapper .card__content {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 3.2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content .wrapper .card__content .card__text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content .wrapper .card__content h3 {
  color: #303030;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content .wrapper .card__content p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.header .nav__desktop__middle .nav__item a.show + .menu-dropdown .content .wrapper .card__content .card__bottom {
  gap: 1.6rem;
  color: #20107f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.header .nav__desktop__right .nav__icons {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.header .nav__desktop__right .nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav__desktop__right .nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header .nav__desktop__right .nav__item .dropdown {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  padding: 0rem 4rem 4rem 4rem;
  z-index: 51;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease;
  z-index: 60;
  transform: translateY(-10px);
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}
.header .nav__desktop__right .nav__item a.show + .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .nav__desktop__right .nav__item .dropdown__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.header .nav__desktop__right .nav__item .dropdown__list .dropdown__item {
  display: flex;
  height: 32.4rem;
}
.header .nav__desktop__right .nav__item .dropdown__list .dropdown__item div {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  border-radius: 16px;
  background: #eff3f7;
  padding: 1.6rem 2.4rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #000000;
  cursor: pointer;
}
.header .nav__desktop__right .nav__item .dropdown__list .dropdown__item div::before {
  content: "";
  display: none;
}
.header .nav__desktop__right .nav__item .dropdown__list .dropdown__item div.active {
  background: #20107f;
  color: #ffffff;
}
.header .nav__desktop__right .nav__item .dropdown__list .dropdown__item div.active::before {
  content: "ATIVO";
  position: absolute;
  top: 4.1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: flex;
  padding: 0.5rem 1.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #72aaeb;
}
.header .nav__desktop__right .nav__item .search-dropdown {
  width: 100%;
}
.header .nav__desktop__right .nav__item .search-dropdown .search-form {
  width: 100%;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-search {
  width: 100%;
  display: flex;
  align-items: center;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-search input {
  flex: 1;
  display: flex;
  padding: 2.4rem;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #eff3f7;
  color: #848484;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-search input::-moz-placeholder {
  color: #848484;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-search input::placeholder {
  color: #848484;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox {
  padding: 3.2rem 0 2.4rem 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2.4rem;
  border-top: 1px solid #eff3f7;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox p {
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper {
  overflow-y: auto;
  height: 45vh;
  display: flex;
  padding: 2.4rem 0;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item {
  max-width: 23.3rem;
  width: 100%;
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item::before {
  display: none;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item input {
  display: none;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item input:checked + label::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #20107f;
  border-color: #20107f;
  position: relative;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item input:checked + label .white-square-checkbox {
  display: block;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item label::before {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  max-width: 1.6rem;
  max-height: 1.6rem;
  border-radius: 4px;
  border: 1px solid #848484;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item .white-square-checkbox {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.header .nav__desktop__right .nav__item .search-dropdown .wrapper .content-checkbox .button-search {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  padding: 1.6rem 2.4rem;
  align-items: center;
  gap: 2.4rem;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.header .nav__mobile {
  display: none;
}

.freeze {
  overflow: hidden;
}

@media (max-width: 1230px) {
  .header {
    padding: 0;
    height: 15.4rem;
  }
  .header.header--white .nav__mobile__left {
    display: none;
  }
  .header.header--white .nav__mobile__right .nav__icons {
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
  .header.header--white .nav__mobile__right .nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header.header--white .nav__mobile__right .nav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .header.header--white .nav__mobile__right .nav__item a svg path {
    fill: #72aaeb;
  }
  .header.header--white .nav__mobile__right .nav__item .dropdown {
    overflow-y: auto;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 2rem;
    z-index: 51;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease;
    z-index: 60;
    transform: translateY(-10px);
    overflow: hidden;
    border-radius: 0 0 40px 40px;
  }
  .header.header--white .nav__mobile__right .nav__item a.show + .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header.header--white .nav__mobile__right .nav__item .dropdown__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .header.header--white .nav__mobile__right .nav__item .dropdown__list .dropdown__item {
    display: flex;
  }
  .header.header--white .nav__mobile__right .nav__item .dropdown__list .dropdown__item div {
    min-height: 14rem;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    border-radius: 16px;
    background: #eff3f7;
    padding: 1.6rem 2.4rem;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #000000;
  }
  .header.header--white .nav__mobile__right .nav__item .dropdown__list .dropdown__item div::before {
    content: "";
    display: none;
  }
  .header.header--white .nav__mobile__right .nav__item .dropdown__list .dropdown__item div.active {
    background: #20107f;
    color: #ffffff;
  }
  .header.header--white .nav__mobile__right .nav__item .dropdown__list .dropdown__item div.active::before {
    content: "ATIVO";
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    display: flex;
    padding: 0.5rem 1.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #72aaeb;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown {
    width: 100%;
    max-height: 40rem;
    overflow-y: auto;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .search-form {
    width: 100%;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-search {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-search input {
    flex: 1;
    display: flex;
    padding: 1.6rem;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #eff3f7;
    color: #848484;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-search input::-moz-placeholder {
    color: #848484;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-search input::placeholder {
    color: #848484;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox {
    padding: 3.2rem 0 2.4rem 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1.6rem;
    border-top: 1px solid #eff3f7;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox p {
    color: #303030;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper {
    display: flex;
    padding: 2.4rem 0;
    align-items: flex-start;
    align-content: flex-start;
    gap: 2.4rem;
    flex-wrap: wrap;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item {
    max-width: 23.3rem;
    width: 100%;
    color: #848484;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item::before {
    display: none;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item input {
    display: none;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item input:checked + label::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #20107f;
    border-color: #20107f;
    position: relative;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item label::before {
    content: "";
    display: block;
    min-width: 1.6rem;
    min-height: 1.6rem;
    max-width: 1.6rem;
    max-height: 1.6rem;
    border-radius: 4px;
    border: 1px solid #848484;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item .white-square-checkbox {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    position: absolute;
    left: 5px;
  }
  .header.header--white .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .button-search {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    padding: 1.6rem 2.4rem;
    align-items: center;
    gap: 2.4rem;
    border-radius: 200px;
    background: #72aaeb;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
  }
  .header.header--white .nav__mobile__bottom .nav__item a {
    color: #303030;
  }
  .header.header--white .nav__mobile__bottom .nav__item a svg .path {
    fill: #72aaeb;
  }
  .header.header--white__nav {
    border-bottom: 1px solid #20107f;
  }
  .header__nav {
    padding: 5.4rem 1.6rem 2.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .nav__desktop__right,
  .header .nav__desktop__middle,
  .header .nav__desktop__left {
    display: none;
  }
  .header .nav__mobile {
    display: block;
  }
  .header .nav__mobile__left img {
    width: 15.6rem;
    height: 3rem;
  }
  .header .nav__mobile__right .nav__icons {
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
  .header .nav__mobile__right .nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .nav__mobile__right .nav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .header .nav__mobile__right .nav__item a.show svg {
    transition: transform 0.2s ease;
    transform: rotate(180deg);
  }
  .header .nav__mobile__right .nav__item .dropdown {
    overflow-y: auto;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 2rem;
    z-index: 51;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease;
    z-index: 60;
    transform: translateY(-10px);
    overflow: hidden;
    border-radius: 0 0 40px 40px;
  }
  .header .nav__mobile__right .nav__item a.show + .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header .nav__mobile__right .nav__item .dropdown__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .header .nav__mobile__right .nav__item .dropdown__list .dropdown__item {
    display: flex;
  }
  .header .nav__mobile__right .nav__item .dropdown__list .dropdown__item div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    border-radius: 16px;
    background: #eff3f7;
    padding: 1.6rem 2.4rem;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #000000;
  }
  .header .nav__mobile__right .nav__item .dropdown__list .dropdown__item div::before {
    content: "";
    display: none;
  }
  .header .nav__mobile__right .nav__item .dropdown__list .dropdown__item div.active {
    background: #20107f;
    color: #ffffff;
  }
  .header .nav__mobile__right .nav__item .dropdown__list .dropdown__item div.active::before {
    content: "ATIVO";
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    display: flex;
    padding: 0.5rem 1.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #72aaeb;
  }
  .header .nav__mobile__right .nav__item .search-dropdown {
    width: 100%;
    max-height: 40rem;
    overflow-y: auto;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .search-form {
    width: 100%;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-search {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-search input {
    flex: 1;
    display: flex;
    padding: 1.6rem;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #eff3f7;
    color: #848484;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-search input::-moz-placeholder {
    color: #848484;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-search input::placeholder {
    color: #848484;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox {
    padding: 3.2rem 0 2.4rem 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1.6rem;
    border-top: 1px solid #eff3f7;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox p {
    color: #303030;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper {
    display: flex;
    padding: 2.4rem 0;
    align-items: flex-start;
    align-content: flex-start;
    gap: 2.4rem;
    flex-wrap: wrap;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item {
    max-width: 23.3rem;
    width: 100%;
    color: #848484;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem;
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item::before {
    display: none;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item input {
    display: none;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item input:checked + label::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #20107f;
    border-color: #20107f;
    position: relative;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item input:checked + label .white-square-checkbox {
    display: block;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item label::before {
    content: "";
    display: block;
    min-width: 1.6rem;
    min-height: 1.6rem;
    max-width: 1.6rem;
    max-height: 1.6rem;
    border-radius: 4px;
    border: 1px solid #848484;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .checkbox-wrapper .checkbox-item .white-square-checkbox {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .header .nav__mobile__right .nav__item .search-dropdown .wrapper .content-checkbox .button-search {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    padding: 1.6rem 2.4rem;
    align-items: center;
    gap: 2.4rem;
    border-radius: 200px;
    background: #72aaeb;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
  }
  .header .nav__mobile__bottom {
    padding: 1.9rem 1.6rem 0;
    display: flex;
    gap: 1.2rem;
  }
  .header .nav__mobile__bottom__list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 2.4rem;
  }
  .header .nav__mobile__bottom .nav__icons {
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
  .header .nav__mobile__bottom .nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .nav__mobile__bottom .nav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
  }
  .header .nav__mobile__bottom .nav__item a svg path {
    fill: #ffffff;
  }
  .header .nav__mobile__bottom .nav__item a.show svg {
    transition: transform 0.2s ease;
    transform: rotate(180deg);
  }
  .header .nav__mobile__bottom .nav__item .dropdown {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 2rem;
    z-index: 51;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease;
    z-index: 60;
    transform: translateY(-10px);
    overflow: hidden;
    border-radius: 0 0 40px 40px;
  }
  .header .nav__mobile__bottom .nav__item a.show + .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header .nav__mobile__bottom .nav__item .dropdown__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
  .header .nav__mobile__bottom .nav__item .dropdown__list .dropdown__item {
    display: flex;
    height: 32.4rem;
  }
  .header .nav__mobile__bottom .nav__item .dropdown__list .dropdown__item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    border-radius: 16px;
    background: #eff3f7;
    padding: 1.6rem 2.4rem;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #000000;
  }
  .header .nav__mobile__bottom .nav__item .dropdown__list .dropdown__item a::before {
    content: "";
    display: none;
  }
  .header .nav__mobile__bottom .nav__item .dropdown__list .dropdown__item a.active {
    background: #20107f;
    color: #ffffff;
  }
  .header .nav__mobile__bottom .nav__item .dropdown__list .dropdown__item a.active::before {
    content: "ATIVO";
    position: absolute;
    top: 4.1rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    display: flex;
    padding: 0.5rem 1.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #72aaeb;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .sidebar {
    width: 100%;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .sidebar .dropdown__list {
    display: flex;
    gap: 1.6rem;
    flex-direction: row;
    overflow-x: auto;
    padding: 0 0 2rem 0;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .sidebar .dropdown__list .dropdown__item {
    height: auto;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .sidebar .dropdown__list .dropdown__item a {
    white-space: nowrap;
    line-height: 1.6rem;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1.4rem;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .sidebar .dropdown__list .dropdown__item a svg {
    display: none;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .sidebar .dropdown__list .dropdown__item a.active::before {
    top: 3rem;
    padding: 4px 1rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .right-content {
    width: 100%;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .right-content .wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    height: 40rem;
    overflow-y: auto;
  }
}
@media (max-width: 1230px) and (max-width: 380px) {
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .right-content .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1230px) {
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .right-content .wrapper .card {
    padding: 1.4rem;
    justify-content: flex-start;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .right-content .wrapper .card .card__image {
    max-width: 10rem;
    max-height: 8rem;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .right-content .wrapper .card .card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .right-content .wrapper .card .card__content {
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .right-content .wrapper .card .card__content h3 {
    font-size: 1.4rem;
    max-width: 12rem;
  }
  .header .nav__mobile__bottom .nav__item .equipments-dropdown .right-content .wrapper .card .card__bottom {
    display: none;
  }
  .header .nav__mobile__bottom .nav__item .segments-dropdown {
    width: 100%;
  }
  .header .nav__mobile__bottom .nav__item .segments-dropdown .content {
    width: 100%;
  }
  .header .nav__mobile__bottom .nav__item .segments-dropdown .content .wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    height: 40rem;
    overflow-y: auto;
  }
}
@media (max-width: 1230px) and (max-width: 380px) {
  .header .nav__mobile__bottom .nav__item .segments-dropdown .content .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1230px) {
  .header .nav__mobile__bottom .nav__item .segments-dropdown .content .wrapper .card {
    padding: 1.4rem;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
  }
  .header .nav__mobile__bottom .nav__item .segments-dropdown .content .wrapper .card .card__image {
    max-width: 10rem;
    max-height: 8rem;
  }
  .header .nav__mobile__bottom .nav__item .segments-dropdown .content .wrapper .card .card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .nav__mobile__bottom .nav__item .segments-dropdown .content .wrapper .card .card__content {
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .header .nav__mobile__bottom .nav__item .segments-dropdown .content .wrapper .card .card__content h3 {
    font-size: 1.4rem;
  }
  .header .nav__mobile__bottom .nav__item .segments-dropdown .content .wrapper .card .card__bottom {
    display: none;
  }
  .header .nav__mobile__bottom .nav__item .menu-dropdown {
    font-weight: 500;
  }
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content {
    width: 100%;
  }
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content .wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    height: 40rem;
    overflow-y: auto;
    padding-right: 1rem;
  }
}
@media (max-width: 1230px) and (max-width: 480px) {
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1230px) {
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content .wrapper .card {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    padding: 1.6rem 1rem;
  }
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content .wrapper .card .card__image {
    max-width: 14rem;
    max-height: 10rem;
  }
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content .wrapper .card .card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content .wrapper .card .card__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.6rem;
  }
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content .wrapper .card .card__content .card__text {
    max-width: 20rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content .wrapper .card .card__content h3 {
    max-width: 100%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4rem;
  }
  .header .nav__mobile__bottom .nav__item .menu-dropdown .content .wrapper .card .card__content .card__bottom svg {
    display: none;
  }
  .header .nav__mobile__bottom .nav__item .spans-div {
    width: 2.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    height: 18px;
    position: relative;
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 999999;
  }
  .header .nav__mobile__bottom .nav__item .spans-div span {
    display: block;
    position: absolute;
    height: 2px;
    width: 2.05rem;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background: #72aaeb;
  }
  .header .nav__mobile__bottom .nav__item .spans-div span:nth-child(1) {
    top: 0px;
  }
  .header .nav__mobile__bottom .nav__item .spans-div span:nth-child(2), .header .nav__mobile__bottom .nav__item .spans-div span:nth-child(3) {
    top: 7px;
  }
  .header .nav__mobile__bottom .nav__item .spans-div span:nth-child(4) {
    top: 14px;
  }
  .header .nav__mobile__bottom .nav__item .spans-div.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  .header .nav__mobile__bottom .nav__item .spans-div.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .header .nav__mobile__bottom .nav__item .spans-div.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header .nav__mobile__bottom .nav__item .spans-div.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.footer {
  overflow: hidden;
  width: 100%;
  padding: 10.4rem 7.2rem 0rem;
  background: #20107f;
  position: relative;
  z-index: 5;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.8rem;
  padding-bottom: 7.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__top__item {
  max-width: 24rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 30%;
}
.footer__top__item-header {
  display: flex;
  align-items: center;
}
.footer__top__item-header .left-item-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
.footer__top__item-header .left-item-header img {
  width: 3.2rem;
  height: 3.2rem;
}
.footer__top__item-header .left-item-header h3 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.footer__top__item-header .right-item-header {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__top__item-divider-mobile {
  display: none;
}
.footer__top__item-info {
  display: flex;
  gap: 2.4rem;
}
.footer__top__item-info__content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.footer__top__item-info__content .phone {
  font-weight: 700;
}
.footer__bottom {
  padding: 5.6rem 0;
}
.footer__bottom__menu {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  z-index: 5;
}
.footer__bottom__menu-col {
  position: relative;
  max-width: 14.3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__bottom__menu-col-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom__menu-col-header .right-item-header-bottom {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__bottom__menu-col-divider-mobile {
  display: none;
}
.footer__bottom__menu-col-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__bottom__menu-col svg {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.footer__bottom__menu-col .divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.footer__bottom__menu-col .title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
}
.footer__bottom__menu-col .title:hover {
  color: #72aaeb;
}
.footer__bottom__menu-col ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__bottom__menu-col ul li {
  display: flex;
}
.footer__bottom__menu-col ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
.footer__bottom__menu-col ul li a:hover {
  color: #ffffff;
}
.footer__bottom__menu .menu-right-col-wrapper {
  display: flex;
  gap: 2rem;
}
.footer__bottom__menu-right-col {
  max-width: 14.3rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.footer__bottom__menu-right-col ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__bottom__menu-right-col ul li {
  display: flex;
}
.footer__bottom__menu-right-col ul li a, .footer__bottom__menu-right-col ul li div {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.footer__bottom__menu-right-col ul li a:hover, .footer__bottom__menu-right-col ul li div:hover {
  color: #72aaeb;
}
.footer__bottom__menu-right-col .language-list {
  max-width: 7rem;
  padding: 8px 0 0 0;
}
.footer__bottom__menu-right-col .language-list li > div {
  line-height: 1rem;
  cursor: pointer;
}
.footer__bottom .deen {
  width: 40px;
  position: relative;
  opacity: 0.26;
  display: flex;
  justify-content: flex-end;
}
.footer__bottom .deen svg {
  width: 40px;
  height: 15px;
}
.footer__bottom .deen svg path {
  stroke-dasharray: 800;
  transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  stroke: #fff;
}
.footer__bottom .deen svg:hover path {
  animation-name: deen;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.footer__bottom .social-media {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.footer__bottom .social-media a {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  padding: 5px 3px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__bottom .social-media a:hover {
  transform: translateY(-2px);
}
.footer__bottom .social-media a img {
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 992px) {
  .footer__location {
    flex-direction: column;
    gap: 30px;
  }
  .footer__location-item {
    width: 100%;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 40px;
  }
  .footer__menu {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.bottom-footer {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bottom-footer .image-div {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translateY(4.5rem);
}
.bottom-footer .image-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bottom-footer .bottom-image {
  width: 100%;
  height: 32rem;
  display: flex;
  position: relative;
  z-index: 4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 4rem;
}
.bottom-footer .bottom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem 4rem 0px 0px;
}

@media (max-width: 900px) {
  .footer {
    padding: 0;
  }
  .footer__top {
    padding: 4rem 3.2rem 0 3.2rem;
    flex-direction: column;
    gap: 2.4rem;
    border-bottom: none;
  }
  .footer__top__item {
    width: 100%;
    max-width: 100%;
  }
  .footer__top__item-header {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__top__item-header .left-item-header {
    flex-direction: row;
    gap: 2.4rem;
  }
  .footer__top__item-header .right-item-header {
    display: flex;
  }
  .footer__top__item-divider-mobile {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  .footer__top__item-info {
    display: none;
  }
  .footer__bottom {
    padding: 3.2rem 3.2rem 0 3.2rem;
  }
  .footer__bottom__menu {
    flex-direction: column;
    gap: 3.2rem;
  }
  .footer__bottom__menu-col {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .footer__bottom__menu-col .logo-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__bottom__menu-col-header {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__bottom__menu-col-header .right-item-header-bottom {
    display: flex;
  }
  .footer__bottom__menu-col-divider-mobile {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  .footer__bottom__menu-col-content {
    display: none;
  }
  .footer__bottom__menu-col svg {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .footer__bottom__menu-col .divider {
    display: none;
  }
  .footer__bottom__menu-col .title {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
  }
  .footer__bottom__menu-col .title:hover {
    color: #72aaeb;
  }
  .footer__bottom__menu-col ul {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .footer__bottom__menu-col ul li {
    display: flex;
  }
  .footer__bottom__menu-col ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
  }
  .footer__bottom__menu-col ul li a:hover {
    color: #ffffff;
  }
  .footer__bottom__menu .menu-right-col-wrapper {
    width: 100%;
    gap: 3.2rem;
    justify-content: space-between;
  }
  .footer__bottom__menu-right-col {
    max-width: 14.3rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
  }
  .footer__bottom__menu-right-col ul {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .footer__bottom__menu-right-col ul li {
    display: flex;
  }
  .footer__bottom__menu-right-col ul li a, .footer__bottom__menu-right-col ul li div {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
  }
  .footer__bottom__menu-right-col ul li a:hover, .footer__bottom__menu-right-col ul li div:hover {
    color: #72aaeb;
  }
  .footer__bottom__menu-right-col .language-list {
    max-width: 7rem;
    padding: 8px 0 0 0;
  }
  .footer__bottom__menu-right-col .language-list li > div {
    line-height: 1rem;
    cursor: pointer;
  }
  .footer__bottom .deen {
    width: 40px;
    position: relative;
    opacity: 0.26;
    display: flex;
    align-self: center;
  }
  .footer__bottom .deen svg {
    width: 40px;
    height: 15px;
  }
  .footer__bottom .deen svg path {
    stroke-dasharray: 800;
    transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
    stroke: #fff;
  }
  .footer__bottom .deen svg:hover path {
    animation-name: deen;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-fill-mode: forwards;
  }
  @keyframes deen {
    0% {
      stroke-dashoffset: 800;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  .footer__bottom .social-media {
    position: static;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
  }
  .footer__bottom .social-media a {
    display: flex;
    width: 4.8rem;
    height: 4.8rem;
    padding: 5px 3px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 200px;
    background: #72aaeb;
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .footer__bottom .social-media a:hover {
    transform: translateY(-2px);
  }
  .footer__bottom .social-media a img {
    width: 2.8rem;
    height: 2.8rem;
  }
  .bottom-footer .image-div {
    margin-bottom: 4rem;
  }
  .bottom-footer .bottom-image {
    width: 100%;
    height: 16.4rem;
    display: flex;
    position: relative;
    z-index: 4;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 0;
  }
  .bottom-footer .bottom-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4rem 4rem 0px 0px;
  }
}
.contact-call {
  padding: 4rem;
}
.contact-call__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.contact-call__wrapper .left-div {
  position: relative;
  height: 72.6rem;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  padding: 4rem;
}
.contact-call__wrapper .left-div::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.3) 100%);
}
.contact-call__wrapper .left-div img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.contact-call__wrapper .left-div .text {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 5;
}
.contact-call__wrapper .left-div .text h3 {
  color: #ffffff;
  font-family: "Panchang", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-transform: uppercase;
}
.contact-call__wrapper .left-div .text p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
}
.contact-call__wrapper .right-div {
  width: 100%;
  padding: 4rem;
  border-radius: 24px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.contact-call__wrapper .right-div.background-light {
  background: #ffffff;
}
.contact-call__wrapper .right-div.background-light form .form-group label {
  color: #20107f;
}
.contact-call__wrapper .right-div.background-light form .form-group input {
  background: #e2f0ff;
  color: #303030;
}
.contact-call__wrapper .right-div.background-light form .form-group input::-moz-placeholder {
  color: #b3b3b3;
}
.contact-call__wrapper .right-div.background-light form .form-group input::placeholder {
  color: #b3b3b3;
}
.contact-call__wrapper .right-div.background-dark {
  background: rgba(255, 255, 255, 0.05);
}
.contact-call__wrapper .right-div.background-dark form .form-group label {
  color: rgba(255, 255, 255, 0.6);
}
.contact-call__wrapper .right-div.background-dark form .form-group input,
.contact-call__wrapper .right-div.background-dark form .form-group textarea {
  background: rgba(255, 255, 255, 0.2);
  color: #b3b3b3;
}
.contact-call__wrapper .right-div.background-dark form .form-group input::-moz-placeholder, .contact-call__wrapper .right-div.background-dark form .form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contact-call__wrapper .right-div.background-dark form .form-group input::placeholder,
.contact-call__wrapper .right-div.background-dark form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contact-call__wrapper .right-div form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contact-call__wrapper .right-div form .form-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.contact-call__wrapper .right-div form .form-group label {
  color: #20107f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1rem;
}
.contact-call__wrapper .right-div form .form-group input {
  display: flex;
  padding: 2.4rem;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  height: 5.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact-call__wrapper .right-div form .form-group input::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact-call__wrapper .right-div form .form-group input::placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact-call__wrapper .right-div form .button {
  width: -moz-max-content;
  width: max-content;
}
.contact-call .button {
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.contact-call .button.light-button {
  background: #72aaeb;
}
.contact-call .button.light-button svg path {
  fill: #110462;
}
.contact-call .button.light-button:hover {
  background: #110462;
}
.contact-call .button.light-button:hover svg path {
  fill: #72aaeb;
}
.contact-call .error {
  color: red;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}
.contact-call .js-submit-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-call .loader {
  position: absolute;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: none;
}
.contact-call .js-submit-button.loading .loader {
  display: block;
}
.contact-call .js-submit-button.loading .button-content {
  visibility: hidden;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .contact-call {
    padding: 4rem 2.4rem;
    overflow: hidden;
  }
  .contact-call__wrapper {
    flex-direction: column;
    gap: 2.4rem;
  }
  .contact-call__wrapper .left-div {
    display: none;
  }
  .contact-call__wrapper .right-div {
    padding: 1.6rem;
  }
  .contact-call__wrapper .right-div form {
    gap: 1.6rem;
  }
  .contact-call__wrapper .right-div form .form-group input {
    padding: 1.6rem;
  }
}
.last-news {
  position: relative;
  background: #20107f;
  z-index: 5;
}
.last-news .border-radius {
  padding: 8rem 4rem 8rem 4rem;
  background: #dedede;
  border-radius: 0 0 4rem 4rem;
}
.last-news__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
}
.last-news__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
.last-news__header .title {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  white-space: nowrap;
}
.last-news__header .title h5 {
  color: #20107f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.last-news__header .title p {
  color: #393939;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.last-news__header .pagination {
  width: 100%;
  border-top: 1px solid #72aaeb;
}
.last-news__header .pagination .slick-dots {
  display: flex;
  width: 100%;
}
.last-news__header .pagination .slick-dots li {
  width: 100%;
}
.last-news__header .pagination .slick-dots li.slick-active {
  border-top: 2px solid #20107f;
}
.last-news__header .pagination .slick-dots li a {
  color: #ffffff;
  font-size: 1.4rem;
}
.last-news__header .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.last-news__header .buttons .button-left,
.last-news__header .buttons .button-right {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 200px;
  background: #20107f;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.last-news__header .buttons .button-left.slick-disabled,
.last-news__header .buttons .button-right.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.last-news__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.last-news__content .slick-list {
  width: 100%;
}
.last-news__content .slick-slide {
  width: 100%;
}
.last-news__content .slick-track {
  width: 100%;
  display: flex;
  gap: 4rem;
}
.last-news__content__item {
  height: 38rem;
  min-width: 38rem;
  position: relative;
  background: #ffffff;
  display: flex !important;
  padding: 0 5.6rem 5.6rem 5.6rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.6rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
.last-news__content__item:hover .top-circle {
  transform: scale(1.05);
}
.last-news__content__item:hover .last-news__content__item__image {
  opacity: 1;
}
.last-news__content__item:hover .last-news__content__item__text .title,
.last-news__content__item:hover .last-news__content__item__text .description {
  color: #ffffff;
}
.last-news__content__item .top-circle {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 3;
  display: flex;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.last-news__content__item .top-circle svg {
  width: 1.6rem;
  height: 1.6rem;
}
.last-news__content__item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.last-news__content__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.last-news__content__item__image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(32, 16, 127, 0.3) 0%, rgba(32, 16, 127, 0.3) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.last-news__content__item__text {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 38rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.6rem;
}
.last-news__content__item__text .title {
  color: #393939;
  font-size: clamp(1.6rem, 5vw, 2rem);
  font-weight: 700;
  line-height: normal;
  transition: color 0.3s ease;
}
.last-news__content__item__text .description {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  transition: color 0.3s ease;
}
.last-news__read-all {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2.4rem;
  gap: 8px;
  border-radius: 200px;
  border: 1px solid #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #72aaeb;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.last-news__read-all:hover {
  background: #72aaeb;
  color: #ffffff;
}
.last-news__read-all:hover svg path {
  transition: all 0.3s ease;
  fill: #110462;
}
@media (max-width: 900px) {
  .last-news .border-radius {
    padding: 2.4rem 0rem 2.4rem 2.4rem;
  }
  .last-news__wrapper {
    gap: 4rem;
  }
  .last-news__header .title h5 {
    line-height: 1.6rem;
  }
  .last-news__header .pagination {
    display: none;
  }
  .last-news__header .buttons {
    display: none;
  }
  .last-news__content__item {
    max-width: 100%;
    padding: 0 2rem 2rem;
  }
}
.find-assistance {
  padding: 8rem;
  background: #20107f;
}
.find-assistance__wrapper {
  display: flex;
  gap: 8rem;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}
.find-assistance__left {
  width: 100%;
  max-width: 52.3rem;
}
.find-assistance__left .find-assistance-content {
  border-radius: 8px;
  border-top: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.05);
  padding: 4rem 4rem 4rem 2.4rem;
  height: 60.7rem;
  overflow-y: auto;
  /* Custom scrollbar styling */
}
.find-assistance__left .find-assistance-content::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}
.find-assistance__left .find-assistance-content::-webkit-scrollbar-thumb {
  background: #72aaeb;
  border-radius: 1.5px;
}
.find-assistance__left .find-assistance-content::-webkit-scrollbar-track {
  background: transparent;
}
.find-assistance__left .find-assistance-content h2 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin-bottom: 2.4rem;
}
.find-assistance__left .find-assistance-content .state-selector {
  margin-bottom: 2.4rem;
}
.find-assistance__left .find-assistance-content .state-selector .state-select {
  width: 100%;
  padding: 1.2rem 2.4rem;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3538 6.35371L8.35376 11.3537C8.30728 11.4002 8.25216 11.4371 8.19142 11.4622C8.13069 11.4874 8.06564 11.5003 7.99992 11.5003C7.93421 11.5003 7.86916 11.4874 7.80842 11.4622C7.74769 11.4371 7.69257 11.4002 7.64609 11.3537L2.64609 6.35371C2.55239 6.25989 2.49976 6.13264 2.49976 5.99996C2.49976 5.86728 2.55239 5.74003 2.64609 5.64621C2.73979 5.55239 2.86729 5.49976 2.99992 5.49976C3.13255 5.49976 3.26005 5.55239 3.35376 5.64621L7.99992 10.2931L12.6461 5.64621C12.6926 5.59975 12.7477 5.56291 12.8084 5.53776C12.8692 5.51261 12.9342 5.49976 12.9999 5.49976C13.0656 5.49976 13.1307 5.51261 13.1914 5.53776C13.2522 5.56291 13.3073 5.59975 13.3538 5.64621C13.4002 5.69267 13.4371 5.74779 13.4622 5.80852C13.4874 5.86925 13.5002 5.9343 13.5002 6.00001C13.5002 6.06573 13.4874 6.13078 13.4622 6.19151C13.4371 6.25224 13.4002 6.30736 13.3538 6.35371Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2.4rem center;
}
.find-assistance__left .find-assistance-content .state-selector .state-select option {
  background: #20107f;
}
.find-assistance__left .find-assistance-content .assistance-list .no-stores-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2.4rem;
  text-align: center;
}
.find-assistance__left .find-assistance-content .assistance-list .no-stores-message p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  margin: 0;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card:hover {
  background: #dedede;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card:hover h4 {
  color: #20107f;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card:hover .address-phone-wrapper .address {
  color: #848484;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card:hover .address-phone-wrapper .phone {
  color: #20107f;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card h4 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card .address-phone-wrapper {
  display: flex;
  flex-direction: column;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card .address-phone-wrapper .address {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card .address-phone-wrapper .phone {
  color: #72aaeb;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.find-assistance__right {
  width: 100%;
  max-width: 72.4rem;
}
.find-assistance .map-container {
  position: relative;
  width: 100%;
  height: 60.7rem;
  border-radius: 8px;
  overflow-x: clip;
  z-index: 20;
}
.find-assistance .map-container #map {
  width: 100%;
  height: 100%;
}
.find-assistance .map-container #map__image {
  width: 100%;
  height: 100%;
}
.find-assistance .map-container #map__image img {
  width: 100%;
  height: 100%;
  vertical-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .find-assistance {
    padding: 4rem 2.4rem;
  }
  .find-assistance__wrapper {
    flex-direction: column;
    gap: 3.2rem;
  }
  .find-assistance__wrapper__left .find-assistance-content {
    height: 45rem;
  }
  .find-assistance__wrapper__right .contact-map .map-container {
    height: 45rem;
  }
}
.slider-lighter {
  padding: 4rem 0;
  position: relative;
}
.slider-lighter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #eff3f7;
}
.slider-lighter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #20107f;
}
.slider-lighter .slider {
  width: 100%;
}
.slider-lighter .slider .slick-list {
  padding: 0 4.2% !important;
}
.slider-lighter .slider .slick-track {
  display: flex !important;
}
.slider-lighter .slider .slick-active .testimonial-card__content .testimonial-text {
  max-width: 93rem;
  margin: 0 auto;
  transition: 0.1s all ease-in;
}
.slider-lighter .slider .slick-active .testimonial-card__content .testimonial-text p {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.8rem;
  opacity: 1 !important;
  transition: 0.1s all ease-in;
}
.slider-lighter__wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.slider-lighter__card {
  position: relative;
  display: flex !important;
  flex: 1;
  height: 100%;
  align-items: flex-start;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 4rem;
}
.slider-lighter__card:last-child {
  margin-right: 0;
}
.slider-lighter__left-div {
  height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  padding: 8rem;
  width: 100%;
  background: #72aaeb;
}
.slider-lighter__left-div__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.slider-lighter__left-div__header h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.slider-lighter__left-div__header span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.slider-lighter__left-div__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.slider-lighter__left-div__content h3 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.7rem;
}
.slider-lighter__left-div__content .description {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.slider-lighter__left-div__content .buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider-lighter__left-div__content .buttons button {
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 20;
  border-radius: 200px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.slider-lighter__left-div__content .buttons button svg {
  width: 2.4rem;
  height: 2.4rem;
}
.slider-lighter__right-div {
  width: 60%;
  height: 60rem;
  position: relative;
}
.slider-lighter__right-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-lighter__pagination {
  position: absolute;
  bottom: 4.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.slider-lighter__pagination .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
}
.slider-lighter__pagination .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
}
.slider-lighter__pagination .slick-dots li.slick-active {
  opacity: 1;
}
.slider-lighter__pagination .slick-dots li button {
  display: none;
}
.slider-lighter__custom-pagination {
  position: absolute;
  bottom: 4.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
}
.slider-lighter__custom-pagination .custom-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.slider-lighter__custom-pagination .custom-dot.active {
  opacity: 1;
}

@media (max-width: 900px) {
  .slider-lighter {
    padding: 4rem 2rem;
  }
  .slider-lighter .slider .slick-list {
    padding: 0 !important;
  }
  .slider-lighter__card {
    flex-direction: column;
    margin-right: 0;
  }
  .slider-lighter__left-div {
    height: auto;
    padding: 2rem;
    gap: 1.6rem;
  }
  .slider-lighter__left-div__header {
    padding-bottom: 1.4rem;
  }
  .slider-lighter__left-div__header h2 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .slider-lighter__left-div__header span {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .slider-lighter__left-div__content {
    gap: 1.6rem;
  }
  .slider-lighter__left-div__content h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .slider-lighter__right-div {
    width: 100%;
    height: 100%;
  }
}
.global {
  position: relative;
  padding: 21.8rem 0 17.9rem 0;
  width: 100%;
  background: #20107f;
}
.global__highlight {
  width: 100%;
  color: #110462;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: 14.2rem;
  font-weight: 700;
  line-height: 120px;
  text-transform: uppercase;
  mix-blend-mode: overlay;
  z-index: 4;
  position: relative;
}
.global__bottom-image, .global__bottom-image-two {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1650px) {
  .global__bottom-image, .global__bottom-image-two {
    bottom: -8rem;
  }
}
.global__bottom-image img, .global__bottom-image-two img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
}
.global__bottom-image {
  z-index: 5;
}
.global__bottom-image::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 40.37%, #20107f 93.63%);
  z-index: 10;
}
.global__bottom-image-two {
  z-index: 3;
}

.global-map {
  padding: 0 2rem 6.4rem;
  background: #20107f;
}
.global-map__title {
  margin: 0 auto 5.4rem;
  max-width: 80rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  z-index: 20;
  position: relative;
}
.global-map__title h3 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 6.4rem;
}
.global-map__title p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.global-map__title a {
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.global-map__map {
  max-width: 112rem;
  margin: 0 auto;
}
.global-map__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .global h2 {
    color: #ffffff;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: -0.24px;
    margin-top: -4rem;
  }
}
.units {
  background: #eff3f7;
  padding: 0 0 11.2rem 8rem;
}
.units__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.units__cards {
  position: relative;
  display: flex;
  flex-direction: column;
}
.units__card {
  position: sticky;
  display: flex;
  width: 100%;
  top: 0;
  background: #eff3f7;
  border-top: 1px solid rgba(32, 16, 127, 0.2);
}
.units__card:nth-child(1) {
  z-index: 1;
}
.units__card:nth-child(2) {
  z-index: 2;
}
.units__card:nth-child(3) {
  z-index: 3;
}
.units__card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.2rem 0;
  max-width: 60rem;
  width: 100%;
}
.units__card__header {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.units__card__header img {
  width: 3.2rem;
  height: 3.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.units__card__header h3 {
  color: #393939;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
}
.units__card__info {
  display: flex;
  flex-direction: column;
}
.units__card__info p {
  color: #393939;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.units__card__image {
  display: flex;
  width: 100%;
  flex: 1;
  height: 50rem;
  overflow: hidden;
}
.units__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.equipments {
  background: #20107f;
  width: 40%;
  margin: 100vh auto 0;
  position: relative;
  border-radius: 30px;
  z-index: 2;
}
.equipments__wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 6rem 2rem 12rem;
}
.equipments__placeholder {
  height: 100vh;
  background: #20107f;
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  padding: 10rem 2rem 12rem 2rem;
  overflow: hidden;
}
.equipments__placeholder .title {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.equipments__placeholder .title h2 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 6.4rem;
  text-align: center;
  z-index: 2;
  position: relative;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.equipments__placeholder img {
  width: min(100%, 100rem);
  margin-top: 10rem;
}
.equipments__placeholder .item-placeholder {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipments__placeholder .item-placeholder .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 10;
  max-width: 100rem;
}
.equipments__placeholder .item-placeholder .inner .name {
  width: 120%;
  text-align: center;
  color: #110462;
  font-size: clamp(3.8rem, 7vw, 14.2rem);
  font-weight: 700;
  line-height: 80%;
  font-family: "Panchang", sans-serif;
  margin-bottom: -10rem;
  flex: 2;
  opacity: 0;
}
.equipments__placeholder .item-placeholder .inner .image-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47.6rem;
  margin: 0 auto;
}
.equipments__placeholder .item-placeholder .inner .image-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipments__placeholder .item-placeholder .inner .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 3.2rem;
  height: 100%;
  opacity: 0;
}
.equipments__placeholder .item-placeholder .inner .bottom-content .text-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
}
.equipments__placeholder .item-placeholder .inner .bottom-content .text-left h3 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.equipments__placeholder .item-placeholder .inner .bottom-content .text-left p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
}
.equipments__placeholder .item-placeholder .inner .bottom-content a {
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.equipments__placeholder .item-placeholder .inner .bottom-content a:hover {
  background: transparent;
}
.equipments__placeholder .item-placeholder .inner .bottom-content a:hover svg {
  transition: all 0.3s ease;
}
.equipments__placeholder .item-placeholder .inner .bottom-content a:hover svg path {
  fill: #72aaeb;
}
.equipments__placeholder .item-placeholder:first-child {
  width: 100vw;
  margin: 0;
}
.equipments__placeholder .item-placeholder:first-child {
  width: 100vw;
  margin: 0;
}
.equipments__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipments__title h2 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 6.4rem;
  text-align: center;
  z-index: 2;
  position: relative;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.equipments__slider {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 12rem;
}
.equipments__item {
  width: 75vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipments__item .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 10;
  max-width: 100rem;
}
.equipments__item .inner .name {
  width: 120%;
  text-align: center;
  color: #110462;
  font-size: clamp(3.8rem, 7vw, 14.2rem);
  font-weight: 700;
  line-height: 80%;
  font-family: "Panchang", sans-serif;
  margin-bottom: -10rem;
  flex: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-word;
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .equipments__item .inner .name {
    max-width: 95rem;
  }
}
.equipments__item .inner .image-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47.6rem;
  margin: 0 auto;
}
.equipments__item .inner .image-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipments__item .inner .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 3.2rem;
  height: 100%;
}
.equipments__item .inner .bottom-content .text-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
}
.equipments__item .inner .bottom-content .text-left h3 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.equipments__item .inner .bottom-content .text-left p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
}
.equipments__item .inner .bottom-content a {
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.equipments__item .inner .bottom-content a:hover {
  background: transparent;
}
.equipments__item .inner .bottom-content a:hover svg {
  transition: all 0.3s ease;
}
.equipments__item .inner .bottom-content a:hover svg path {
  fill: #72aaeb;
}
.equipments__item:first-child {
  width: 100vw;
  margin: 0;
}
.equipments__see-all {
  width: 100vw;
  margin-left: -25vw;
  display: flex;
  justify-content: center;
}
.equipments__see-all .inner {
  max-width: 100rem;
}
.equipments__see-all .inner span {
  text-align: center;
  color: #110462;
  font-size: clamp(3.8rem, 7vw, 14.2rem);
  font-weight: 700;
  line-height: 80%;
  font-family: "Panchang", sans-serif;
  z-index: -1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.equipments__see-all .inner .card {
  padding: 8rem 8rem;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.equipments__see-all .inner .card h6 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.equipments__see-all .inner .card p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.equipments__see-all .inner .card a {
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  margin-top: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.equipments__see-all .inner .card a:hover {
  background: transparent;
}
.equipments__see-all .inner .card a:hover svg {
  transition: all 0.3s ease;
}
.equipments__see-all .inner .card a:hover svg path {
  fill: #72aaeb;
}

@media (max-width: 900px) {
  .equipments {
    width: 100%;
    border-radius: 0;
  }
  .equipments__placeholder {
    padding: 4rem 0rem 6rem;
  }
  .equipments__placeholder .title {
    margin-bottom: 3.8rem;
  }
}
@media (max-width: 900px) and (max-width: 480px) {
  .equipments__placeholder .title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 900px) {
  .equipments__placeholder .title h2 {
    font-size: 2.4rem;
    line-height: 6.4rem;
    letter-spacing: -0.24px;
  }
  .equipments__placeholder .item-placeholder {
    margin-left: 0;
    padding: 0 1.6rem;
  }
  .equipments__placeholder .item-placeholder .inner {
    max-width: 50rem;
    gap: 1.6rem;
    justify-content: flex-start;
  }
  .equipments__placeholder .item-placeholder .inner .name {
    font-size: 2.9rem;
    line-height: 4.2rem;
    letter-spacing: -0.38px;
    max-width: 100%;
    flex: 0;
    margin-bottom: 2.2rem;
  }
  .equipments__placeholder .item-placeholder .inner .image-div {
    height: auto;
    max-height: 20rem;
  }
  .equipments__placeholder .item-placeholder .inner .bottom-content {
    flex-direction: column;
    gap: 1.6rem;
  }
  .equipments__placeholder .item-placeholder .inner .bottom-content .text-left {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .equipments__placeholder .item-placeholder .inner .bottom-content .text-left h3 {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.7rem;
    letter-spacing: -0.24px;
  }
  .equipments__placeholder .item-placeholder .inner .bottom-content .text-left p {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: -0.14px;
  }
  .equipments__placeholder .item-placeholder:first-child {
    width: 100vw;
    margin: 0;
  }
  .equipments__wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 5;
    padding: 4rem 0rem 6rem;
  }
  .equipments__title {
    margin-bottom: 3.8rem;
  }
}
@media (max-width: 900px) and (max-width: 480px) {
  .equipments__title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 900px) {
  .equipments__title h2 {
    font-size: 2.4rem;
    line-height: 6.4rem;
    letter-spacing: -0.24px;
  }
  .equipments__slider {
    gap: 4rem;
  }
  .equipments__item {
    margin-left: 0;
    padding: 0 1.6rem;
    width: 100vw;
  }
  .equipments__item .inner {
    max-width: 50rem;
    gap: 1.6rem;
    justify-content: flex-start;
  }
  .equipments__item .inner .name {
    font-size: 2.9rem;
    line-height: 4.2rem;
    letter-spacing: -0.38px;
    max-width: 100%;
    flex: 0;
    margin-bottom: 2.2rem;
  }
  .equipments__item .inner .image-div {
    height: auto;
    max-height: 20rem;
  }
  .equipments__item .inner .bottom-content {
    gap: 1.6rem;
    flex-direction: column;
  }
  .equipments__item .inner .bottom-content .text-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    text-align: center;
  }
  .equipments__item .inner .bottom-content .text-left h3 {
    font-size: 2.4rem;
    line-height: 1.7rem;
    letter-spacing: -0.24px;
  }
  .equipments__item .inner .bottom-content .text-left p {
    letter-spacing: -0.14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .equipments__item .inner .bottom-content .button {
    margin-top: 1.6rem;
  }
  .equipments__see-all {
    margin-left: -15vw;
  }
  .equipments__see-all .inner span {
    margin: 0 auto;
    max-width: 17rem;
    align-self: center;
  }
  .equipments__see-all .inner .card {
    max-width: 40rem;
    margin-top: 4.5rem;
    padding: 4rem 2rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .equipments__see-all .inner .card {
    padding: 4rem 8rem;
  }
}
@media (max-width: 900px) and (max-width: 480px) {
  .equipments__see-all .inner .card {
    max-width: 26.6rem;
  }
}
@media (max-width: 900px) {
  .equipments__see-all .inner .card h6 {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    text-align: center;
  }
  .equipments__see-all .inner .card p {
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
  }
  .equipments__see-all .inner .card a {
    display: flex;
    padding: 1.6rem 2.4rem;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 200px;
    background: #72aaeb;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    margin-top: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
  }
  .equipments__see-all .inner .card a:hover {
    background: transparent;
  }
  .equipments__see-all .inner .card a:hover svg {
    transition: all 0.3s ease;
  }
  .equipments__see-all .inner .card a:hover svg path {
    fill: #72aaeb;
  }
}
/* ============ SECTIONS HOME =========== */
.home__services {
  position: relative;
  background: #dedede;
  padding: 0 4rem 4rem 4rem;
  z-index: 5;
}
.home__services__wrapper {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.home__services__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.home__services__content__item {
  width: 50%;
  height: 55rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.2rem;
  flex: 1;
  overflow: hidden;
  transition: all 0.3s ease;
}
.home__services__content__item:hover {
  flex: 2;
}
.home__services__content__item:hover .top-circle {
  background: #72aaeb;
}
.home__services__content__item:hover .top-circle svg path {
  fill: #110462;
}
.home__services__content__item:hover .home__services__content__item__image {
  background: #20107f;
}
.home__services__content__item:hover .home__services__content__item__image img {
  opacity: 0;
}
.home__services__content__item .top-circle {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 3;
  display: flex;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
.home__services__content__item .top-circle svg {
  width: 1.6rem;
  height: 1.6rem;
}
.home__services__content__item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: all 0.3s ease;
}
.home__services__content__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.home__services__content__item__image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(32, 16, 127, 0.3) 0%, rgba(32, 16, 127, 0.3) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home__services__content__item__text {
  position: absolute;
  bottom: 5.6rem;
  left: 5.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.6rem;
  z-index: 3;
}
.home__services__content__item__text span {
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #72aaeb;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
}
.home__services__content__item__text .title {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
}
.home__services__content__item__text .description {
  max-width: 42rem;
  color: #dedede;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}

@media (max-width: 900px) {
  .home__services {
    padding: 0 2.4rem 2.4rem;
  }
  .home__services__content {
    flex-direction: column;
  }
  .home__services__content__item {
    width: 100%;
    height: 40.6rem;
    flex: none;
  }
  .home__services__content__item:hover {
    flex: none;
    transform: scale(1.05);
  }
  .home__services__content__item__text {
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1.6rem;
    padding: 0 4rem 4rem 4rem;
  }
  .home__services__content__item__text span {
    display: flex;
    padding: 1.6rem 2.4rem;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #72aaeb;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
  }
  .home__services__content__item__text .title {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
  }
  .home__services__content__item__text .description {
    max-width: 42rem;
    color: #dedede;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem;
  }
}
.home__global {
  position: relative;
  width: 100%;
  padding: 6.4rem 0 17.9rem 0;
  background: #20107f;
  z-index: 5;
}
.home__global__title {
  margin: 0 auto;
  max-width: 49.1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  z-index: 30;
  position: relative;
  margin-bottom: 12.2rem;
}
.home__global__title h3 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 6.4rem;
}
.home__global__title p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.home__global__title a {
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.home__global__highlight {
  width: 100%;
  color: #110462;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: clamp(3.8rem, 8vw, 14.2rem);
  font-weight: 700;
  line-height: 12rem;
  text-transform: uppercase;
  mix-blend-mode: overlay;
  z-index: 4;
  position: relative;
}
.home__global__bottom-image, .home__global__bottom-image-two {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1650px) {
  .home__global__bottom-image, .home__global__bottom-image-two {
    bottom: -8rem;
  }
}
.home__global__bottom-image img, .home__global__bottom-image-two img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
}
.home__global__bottom-image img::after, .home__global__bottom-image-two img::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 4, 98, 0) 0%, #110462 100%);
  z-index: 10;
}
.home__global__bottom-image {
  z-index: 5;
}
.home__global__bottom-image-two {
  z-index: 3;
}

@media (max-width: 900px) {
  .home__global {
    padding: 0;
  }
  .home__global__title {
    max-width: 100%;
    padding: 0 2.4rem;
    text-align: center;
    margin-bottom: 16.2rem;
  }
  .home__global__title h3 {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: -0.24px;
  }
  .home__global__title p {
    letter-spacing: -0.14px;
  }
  .home__global__title a {
    display: flex;
    padding: 1.6rem 2.4rem;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
  }
  .home__global__highlight {
    line-height: 4.2rem;
    letter-spacing: -0.38px;
    margin-top: -6rem;
  }
}
.home__segments {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #20107f;
  z-index: 5;
}
.home__segments__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
.home__segments__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.home__segments__title h3 {
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 2.4rem);
  font-weight: 700;
  line-height: 6.4rem;
}
.home__segments__title p {
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.2rem, 5vw, 1.4rem);
  font-weight: 500;
  line-height: normal;
}
.home__segments__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.home__segments__list:has(.home__segments__list__item.active) .home__segments__list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.home__segments__list:has(.home__segments__list__item.active) .home__segments__list__item:last-child {
  border-bottom: none;
}
.home__segments__list:has(.home__segments__list__item.active) .home__segments__list__item a {
  color: #ffffff;
  opacity: 0.3;
}
.home__segments__list:has(.home__segments__list__item.active) .home__segments__list__item.active a {
  color: #ffffff;
  opacity: 1;
}
.home__segments__list__item {
  width: 100%;
  padding: 3.2rem 0;
  border-bottom: 1px solid #110462;
  transition: all 0.3s ease;
}
.home__segments__list__item:first-child {
  padding-top: 0;
}
.home__segments__list__item:last-child {
  border-bottom: none;
}
.home__segments__list__item:hover {
  gap: 3.2rem;
}
.home__segments__list__item:hover .text-wrapper {
  padding-bottom: 6rem;
}
.home__segments__list__item:hover .text-wrapper .text {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}
.home__segments__list__item .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.home__segments__list__item .text-wrapper a {
  color: #110462;
  font-family: "Panchang", sans-serif;
  font-size: clamp(2.2rem, 4vw, 7.6rem);
  font-style: normal;
  font-weight: 700;
  line-height: 6.4rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.home__segments__list__item .text-wrapper .text {
  display: none;
  opacity: 0;
  font-size: 1.4rem;
  color: #ffffff;
  transition: all 0.3s ease;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home__segments__list__item .bg-segment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 30px;
  overflow: hidden;
  padding: 4rem;
  pointer-events: none;
}
.home__segments__list__item .bg-segment.active {
  opacity: 1;
}
.home__segments__list__item .bg-segment .media-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.home__segments__list__item .bg-segment .media-wrapper::before {
  content: "";
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.4) 100%), linear-gradient(0deg, rgba(9, 30, 54, 0.5) 0%, rgba(9, 30, 54, 0.5) 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 30px;
}
.home__segments__list__item .bg-segment .media-wrapper .bg-segment {
  width: 100%;
}
.home__segments__list__item .bg-segment .media-wrapper video,
.home__segments__list__item .bg-segment .media-wrapper img {
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .home__segments {
    height: 100%;
    padding: 6rem 1.6rem;
  }
  .home__segments__wrapper {
    gap: 4rem;
  }
  .home__segments__list__item {
    padding: 2.2rem 0;
  }
  .home__segments__list__item:hover .text-wrapper {
    padding-bottom: 0;
  }
  .home__segments__list__item .text-wrapper {
    padding: 0 1.6rem;
    align-items: flex-start;
  }
  .home__segments__list__item .text-wrapper a {
    color: #ffffff;
    line-height: 32px;
    letter-spacing: -0.26px;
  }
  .home__segments__list__item .text-wrapper .text {
    justify-content: space-between;
    width: 100%;
    position: static;
    margin-top: 2.2rem;
    transform: translateX(0);
  }
  .home__segments__list__item .text-wrapper .text svg {
    width: 100%;
    max-width: 1.6rem;
    height: 100%;
  }
  .home__segments__list__item .bg-segment {
    height: 100%;
    padding: 4rem 1.6rem 2rem;
  }
}
/* ============ PAGES ============= */
.home__banner {
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: -1;
}
.home__banner__slider {
  width: 100%;
  height: 100vh;
}
.home__banner__slider .slide-item {
  width: 100%;
  height: 100vh;
  position: relative;
}
.home__banner__slider .slide-item .bg {
  width: 100vw;
  height: 100%;
}
.home__banner__slider .slide-item .bg img,
.home__banner__slider .slide-item .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__banner__slider .slide-item .bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.4) 100%), linear-gradient(0deg, rgba(9, 30, 54, 0.5) 0%, rgba(9, 30, 54, 0.5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}
.home__banner__slider .slide-item .bottom-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 4rem 5.6rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4rem;
}
.home__banner__slider .slide-item .bottom-content .upper-div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.4rem;
}
.home__banner__slider .slide-item .bottom-content .upper-div h1 {
  color: #FFF;
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 6.4rem;
  max-width: 62.7rem;
  text-transform: uppercase;
  font-family: "Panchang", sans-serif;
  mix-blend-mode: overlay;
  position: relative;
}
.home__banner__slider .slide-item .bottom-content .bottom-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2.4rem;
}
.home__banner__slider .slide-item .bottom-content .bottom-div .description {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.home__banner__slider .slick-track {
  height: 100vh;
}
.home__banner .home__banner__pagination {
  position: absolute;
  bottom: 4.9rem;
  right: 4rem;
  z-index: 2;
}
.home__banner .home__banner__pagination .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.home__banner .home__banner__pagination .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  cursor: pointer;
}
.home__banner .home__banner__pagination .slick-dots li.slick-active {
  background-color: #72aaeb;
}
.home__banner .home__banner__pagination .slick-dots li > div {
  display: flex;
}
.home__banner .home__banner__pagination .slick-dots li span {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.home__background-services {
  background: #20107f;
  z-index: 5;
  position: relative;
}
.home__background-services .infinite-text {
  background: #dedede;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes backgroundBlue {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .home__banner {
    overflow: hidden;
    z-index: 1;
  }
  .home__banner__slider .slide-item .bottom-content {
    gap: 2.4rem;
    padding: 0 4rem 6.6rem;
  }
  .home__banner__slider .slide-item .bottom-content .upper-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.6rem;
    max-width: 40rem;
  }
  .home__banner__slider .slide-item .bottom-content .upper-div h1 {
    color: #fff;
    font-family: "Panchang", sans-serif;
    font-size: 2.6rem;
    line-height: 3.2rem;
    letter-spacing: -0.31px;
  }
}
@media (max-width: 900px) and (min-width: 400px) {
  .home__banner__slider .slide-item .bottom-content .upper-div h1 {
    font-size: 3.1rem;
  }
}
@media (max-width: 900px) {
  .home__banner__slider .slide-item .bottom-content .upper-div .button {
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    padding: 1.2rem 1.6rem;
  }
  .home__banner__slider .slide-item .bottom-content .bottom-div {
    flex-direction: column;
    gap: 3.2rem;
    padding: 2.4rem 0 0 0;
    align-items: flex-start;
  }
  .home__banner__slider .slide-item .bottom-content .bottom-div .description {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
  }
  .home__banner__slider .slide-item .bottom-content .bottom-div .home__banner__pagination {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: static;
  }
  .home__banner__slider .slide-item .bottom-content .bottom-div .home__banner__pagination .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .home__banner__slider .slide-item .bottom-content .bottom-div .home__banner__pagination .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    cursor: pointer;
  }
  .home__banner__slider .slide-item .bottom-content .bottom-div .home__banner__pagination .slick-dots li.slick-active {
    background-color: #72aaeb;
  }
  .home__banner__slider .slide-item .bottom-content .bottom-div .home__banner__pagination .slick-dots li > div {
    display: flex;
  }
  .home__banner__slider .slide-item .bottom-content .bottom-div .home__banner__pagination .slick-dots li span {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  .home__banner .home__banner__pagination {
    display: none;
  }
}
@media (max-width: 900px) {
  .home__background-services {
    background: #20107f;
  }
  .home__background-services .infinite-text {
    background: #dedede;
  }
}
.equipment {
  position: relative;
  background: #20107f;
  transition: background-color 0.3s ease-in-out;
}
.equipment.lighter-bg {
  background-color: #eff3f7;
}
.equipment.lighter-bg .equipment__segments .left-div h2 {
  color: #20107f;
}
.equipment.lighter-bg .equipment__segments .right-div h4 {
  color: #20107f;
}
.equipment.lighter-bg .equipment__segments .right-div p {
  color: #393939;
}
.equipment.lighter-bg .equipment__features .title {
  color: #20107f;
  opacity: 0.2;
}
.equipment.lighter-bg .equipment__features .features-right .features-list {
  border-top: 1px solid #20107f;
}
.equipment.lighter-bg .equipment__features .features-right .features-list .feature-item {
  color: #848484;
}
.equipment.lighter-bg .equipment__features .features-right .features-list .feature-item.active {
  color: #20107f;
}
.equipment.lighter-bg .equipment__and-more .title h2 {
  color: #ffffff;
}
.equipment.lighter-bg .equipment__numbers .list-itens .item .number {
  color: #20107f;
}
.equipment.lighter-bg .equipment__numbers .list-itens .item .text {
  color: #393939;
}
.equipment.lighter-bg .equipment__numbers .bottom-text h6 {
  color: #20107f;
}
.equipment.lighter-bg .equipment__numbers .bottom-text ul li {
  color: #393939;
}
.equipment.lighter-bg .equipment__downloads .equipment__downloads__header h2 {
  color: #20107f;
}
.equipment.lighter-bg .equipment__downloads .equipment__downloads__content .card-download {
  background: #ffffff;
}
.equipment.lighter-bg .equipment__downloads .equipment__downloads__content .card-download .card-download__text h5 {
  color: #393939;
}
.equipment__banner {
  position: relative;
  inset: 0;
  height: 100vh;
}
.equipment__banner__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipment__banner__wrapper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.equipment__banner__wrapper .bg.border {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.equipment__banner__wrapper .bg.border video,
.equipment__banner__wrapper .bg.border img {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.equipment__banner__wrapper .bg.border::before {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.equipment__banner__wrapper .bg img,
.equipment__banner__wrapper .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment__banner__wrapper .bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.2) 100%), linear-gradient(0deg, rgba(9, 30, 54, 0.3) 0%, rgba(9, 30, 54, 0.3) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}
.equipment__banner__wrapper .content {
  width: 100%;
  max-width: 74rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  z-index: 2;
}
.equipment__banner__wrapper .content .category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #dedede;
}
.equipment__banner__wrapper .content .category h6 {
  color: #dedede;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.equipment__banner__wrapper .content .title h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 6.4rem;
  text-transform: uppercase;
}
.equipment__banner__wrapper .content .description p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.equipment__banner .button-scroll-down {
  position: absolute;
  z-index: 5;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: opacity 0.3s ease-in-out;
}
.equipment__banner .button-scroll-down.fadeOut {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.equipment__banner .button-scroll-down svg {
  width: 2.4rem;
  height: 2.4rem;
}
.equipment__segments {
  padding: 7.2rem 0 11.2rem 0;
}
.equipment__segments__wrapper {
  display: flex;
  gap: 9.6rem;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto;
}
.equipment__segments__wrapper .left-div {
  width: 100%;
  max-width: 47.6rem;
  border-top: 1px solid #dedede;
  padding: 5.6rem 0 0 0;
  position: sticky;
  top: 0;
  height: -moz-max-content;
  height: max-content;
}
.equipment__segments__wrapper .left-div .title h2 {
  color: #dedede;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
  transition: color 0.3s ease-in-out;
}
.equipment__segments__wrapper .right-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
.equipment__segments__wrapper .right-div .card {
  width: 100%;
  max-width: 30.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background: none;
  padding-right: 3.2rem;
  position: relative;
}
.equipment__segments__wrapper .right-div .card:hover p {
  color: #ffffff;
}
.equipment__segments__wrapper .right-div .card img {
  width: 5.6rem;
  height: 5.6rem;
}
.equipment__segments__wrapper .right-div .card h4 {
  margin-top: 2.4rem;
  color: #dedede;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  transition: color 0.3s ease-in-out;
}
.equipment__segments__wrapper .right-div .card p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  transition: color 0.3s ease-in-out;
}
.equipment__differences {
  padding: 0 2.4rem 2.4rem 2.4rem;
}
.equipment__differences__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.equipment__differences__wrapper .row:nth-child(4n+1),
.equipment__differences__wrapper .row:nth-child(4n) {
  grid-column: span 2;
}
.equipment__differences__wrapper .row {
  display: flex;
  gap: 2.4rem;
  grid-column: span 1;
}
.equipment__differences__wrapper .row .item {
  position: relative;
  width: 100%;
  height: 50rem;
  border-radius: 1rem;
  overflow: hidden;
  cursor: default;
  flex: 1;
  z-index: 3;
}
.equipment__differences__wrapper .row .item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.3) 100%);
}
.equipment__differences__wrapper .row .item:hover img {
  transform: scale(1.05);
}
.equipment__differences__wrapper .row .item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.3) 100%);
}
.equipment__differences__wrapper .row .item .caption {
  max-width: 28.1rem;
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  z-index: 3;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.equipment__features {
  padding: 14.4rem 14.4rem 8rem 14.4rem;
}
.equipment__features__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.equipment__features__wrapper .title h2 {
  color: #110462;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  transition: color 0.3s ease-in-out;
}
.equipment__features__wrapper .content {
  width: 100%;
  height: 100vh;
  max-width: 140rem;
  margin: 0 auto;
  justify-content: space-between;
}
.equipment__features__wrapper .content .sticky {
  display: flex;
  position: sticky;
  justify-content: space-between;
  top: 0rem;
  gap: 14rem;
}
.equipment__features__wrapper .content .sticky .image-left {
  width: 100%;
  max-width: 65rem;
  margin-top: 14rem;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipment__features__wrapper .content .sticky .image-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.equipment__features__wrapper .content .sticky .image-left img.active {
  display: block;
}
.equipment__features__wrapper .content .sticky .features-right {
  width: -moz-max-content;
  width: max-content;
  margin-top: 14rem;
  height: 60rem;
  padding-right: 3rem;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE e Edge */
  scrollbar-width: none; /* Firefox */
}
.equipment__features__wrapper .content .sticky .features-right::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.equipment__features__wrapper .content .sticky .features-right ul {
  display: flex;
  flex-direction: column;
  gap: 6.1rem;
  padding-top: 5.6rem;
  border-top: 1px solid #ffffff;
}
.equipment__features__wrapper .content .sticky .features-right ul li {
  color: #72aaeb;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  transition: color 0.3s ease-in-out;
}
.equipment__and-more {
  padding: 0rem 1rem;
  width: 100%;
  min-height: 100vh;
}
.equipment__and-more__wrapper {
  width: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.equipment__and-more__wrapper .title {
  width: 100%;
  transform: translateY(4rem);
}
.equipment__and-more__wrapper .title h2 {
  text-align: center;
  color: #110462;
  font-family: "Panchang", sans-serif;
  font-size: 22.2rem;
  font-weight: 700;
  line-height: 15rem;
  transition: color 0.3s ease-in-out;
}
.equipment__and-more__wrapper .content {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 2.4rem;
  padding: 0 2rem 0 14.4rem;
}
.equipment__and-more__wrapper .content .card {
  position: relative;
  width: 30.3rem;
  height: 18.8rem;
  padding: 2.4rem;
  border-radius: 16px;
  background: rgba(114, 170, 235, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.equipment__and-more__wrapper .content .card p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.equipment__and-more__wrapper .content .card .number {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #110462;
  color: #72aaeb;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.equipment__numbers {
  position: relative;
  z-index: 5;
  padding: 0 14.4rem 8rem 14.4rem;
}
.equipment__numbers__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}
.equipment__numbers__wrapper .list-itens {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.4rem;
}
.equipment__numbers__wrapper .list-itens .item {
  max-width: 24rem;
  width: 100;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 5.6rem;
  border-top: 1px solid #72aaeb;
}
.equipment__numbers__wrapper .list-itens .item .numbers-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.equipment__numbers__wrapper .list-itens .item .number {
  color: #ffffff;
  font-family: "Panchang", sans-serif;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 3.7rem;
  transition: color 0.3s ease-in-out;
}
.equipment__numbers__wrapper .list-itens .item .number-unity {
  color: #ffffff;
  font-family: "Panchang", sans-serif;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 3.7rem;
}
.equipment__numbers__wrapper .list-itens .item .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  transition: color 0.3s ease-in-out;
}
.equipment__numbers__wrapper .bottom-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.equipment__numbers__wrapper .bottom-text h6 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.6rem;
  transition: color 0.3s ease-in-out;
}
.equipment__numbers__wrapper .bottom-text ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.equipment__numbers__wrapper .bottom-text ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  transition: color 0.3s ease-in-out;
}
.equipment__gallery {
  padding: 4rem 0;
}
.equipment__gallery__wrapper .slider {
  width: 100%;
}
.equipment__gallery__wrapper .slider .slick-track {
  display: flex;
  gap: 4rem;
}
.equipment__downloads {
  position: relative;
  padding: 4rem;
}
.equipment__downloads__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.equipment__downloads__header {
  padding-top: 5.6rem;
  border-top: 1px solid #dedede;
}
.equipment__downloads__header h2 {
  color: #dedede;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
}
.equipment__downloads__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
.equipment__downloads__content .card-download {
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.equipment__downloads__content .card-download:hover {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.equipment__downloads__content .card-download .card-download__text h5 {
  color: #ffffff;
}

@media (max-width: 900px) {
  .equipment__banner__wrapper .content {
    max-width: 85%;
    gap: 2rem;
  }
  .equipment__banner__wrapper .content .title h1 {
    font-size: 3.2rem;
    line-height: 3.4rem;
  }
  .equipment__banner__wrapper .content .description {
    text-align: center;
  }
  .equipment__segments {
    padding: 4rem 2rem;
  }
  .equipment__segments__wrapper {
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
  .equipment__segments__wrapper .left-div {
    position: static;
    border-top: none;
    padding: 3.6rem 0 0 0;
  }
  .equipment__segments__wrapper .left-div .title h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .equipment__segments__wrapper .right-div {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .equipment__segments__wrapper .right-div .card {
    max-width: 100%;
    padding-right: 0;
    gap: 1.4rem;
  }
  .equipment__segments__wrapper .right-div .card h4 {
    margin-top: 0;
  }
  .equipment__differences {
    padding: 0 2.4rem;
  }
  .equipment__differences__wrapper {
    grid-template-columns: 1fr;
  }
  .equipment__differences__wrapper .row:nth-child(4n+1),
  .equipment__differences__wrapper .row:nth-child(4n) {
    grid-column: span 1;
  }
  .equipment__differences__wrapper .row .item {
    height: 30rem;
  }
  .equipment__features {
    padding: 4rem 2.4rem 0;
  }
  .equipment__features__wrapper .title > h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .equipment__features__wrapper .content {
    height: auto;
  }
  .equipment__features__wrapper .content .sticky {
    flex-direction: column;
    gap: 2rem;
  }
  .equipment__features__wrapper .content .sticky .image-left {
    margin-top: 4rem;
    height: 20rem;
  }
  .equipment__features__wrapper .content .sticky .features-right {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
  .equipment__features__wrapper .content .sticky .features-right .features-list {
    gap: 1.2rem;
    padding-top: 2rem;
  }
  .equipment__features__wrapper .content .sticky .features-right .features-list .feature-item {
    font-size: 1.6rem;
  }
  .equipment__and-more {
    padding: 4rem 2.4rem;
    height: -moz-max-content;
    height: max-content;
  }
  .equipment__and-more__wrapper {
    height: auto;
    gap: 8rem;
  }
  .equipment__and-more__wrapper .title h2 {
    font-size: 7rem;
    line-height: 10rem;
  }
  .equipment__and-more__wrapper .content {
    padding: 0;
  }
  .equipment__and-more__wrapper .content .card {
    width: 20rem;
  }
  .equipment__and-more__wrapper .content .card:last-child {
    margin-right: 5.2rem;
  }
  .equipment__and-more__wrapper .content .card p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .equipment__numbers {
    padding: 4rem 2.4rem;
  }
  .equipment__numbers__wrapper .list-itens {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .equipment__numbers__wrapper .list-itens .item {
    padding-top: 1.6rem;
    gap: 1.6rem;
  }
  .equipment__numbers__wrapper .list-itens .item .number {
    font-size: 3.2rem;
  }
  .equipment__gallery {
    overflow-x: hidden;
  }
  .equipment__gallery__wrapper {
    overflow: visible;
  }
  .equipment__gallery__wrapper .slick-list {
    overflow: visible;
  }
  .equipment__gallery__wrapper .card-gallery {
    height: 36rem;
    overflow: visible;
  }
  .equipment__gallery__wrapper .card-gallery .bottom-content {
    gap: 0;
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
  .equipment__gallery__wrapper .card-gallery .bottom-content h4 {
    font-size: 1.8rem;
  }
  .equipment__gallery__wrapper .card-gallery .bottom-content .line-div .line {
    margin: 1rem 0 2rem;
  }
  .equipment__gallery__wrapper .card-gallery .buttons {
    left: 1.6rem;
    bottom: -4rem;
    justify-content: flex-start;
  }
  .equipment__gallery__wrapper .card-gallery .buttons button {
    background: #20107f;
  }
  .equipment__gallery__wrapper .card-gallery .buttons button svg path {
    fill: #ffffff;
  }
  .equipment__downloads {
    padding: 4rem 2.4rem;
  }
  .equipment__downloads__wrapper {
    gap: 2rem;
  }
  .equipment__downloads__content {
    gap: 1.6rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .equipment__downloads__content {
    grid-template-columns: 1fr;
  }
}
#downloads {
  padding: 8rem 8rem;
  background-color: #ffffff;
}
#downloads .downloads__container .title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  #downloads .downloads__container .title {
    margin-bottom: 2rem;
  }
}
#downloads .downloads__container .title h1 {
  color: #393939;
  font-size: clamp(4.2rem, 6vw, 7.2rem);
  font-weight: 200;
}
#downloads .downloads__wrapper {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
#downloads .downloads__sidebar {
  flex: 0 0 300px;
  background: white;
  border-radius: 12px;
  padding: 30px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 100px;
}
#downloads .downloads__search {
  position: relative;
  margin-bottom: 30px;
}
#downloads .downloads__search .search-input {
  width: 100%;
  padding: 1.2rem 1.6rem;
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  border-radius: 8px;
  background: #eff3f7;
  transition: all 0.3s ease;
}
#downloads .downloads__search .search-input:focus {
  outline: none;
  border-color: #007bff;
  background-color: white;
}
#downloads .downloads__search .search-input::-moz-placeholder {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
#downloads .downloads__search .search-input::placeholder {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
#downloads .downloads__search .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
#downloads .downloads__search .search-btn:hover {
  background-color: #e9ecef;
  color: #007bff;
}
#downloads .downloads__filters .filter-group {
  margin-bottom: 30px;
}
#downloads .downloads__filters .filter-group:last-child {
  margin-bottom: 0;
}
#downloads .downloads__filters .filter-title {
  color: #282828;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
  padding-top: 2.4rem;
  border-top: 2px solid #e9ecef;
}
#downloads .downloads__filters .filter-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#downloads .downloads__filters .filter-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #495057;
  transition: color 0.3s ease;
  gap: 1.6rem;
}
#downloads .downloads__filters .filter-option:hover {
  color: #007bff;
}
#downloads .downloads__filters .filter-option input[type=checkbox] {
  display: none;
}
#downloads .downloads__filters .filter-option .checkmark {
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #dee2e6;
  border-radius: 4px;
  position: relative;
  background-color: white;
  transition: all 0.3s ease;
}
#downloads .downloads__filters .filter-option .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#downloads .downloads__filters .filter-option input[type=checkbox]:checked + .checkmark {
  background-color: #007bff;
  border-color: #007bff;
}
#downloads .downloads__filters .filter-option input[type=checkbox]:checked + .checkmark::after {
  opacity: 1;
}
#downloads .downloads__content {
  flex: 1;
  min-width: 0;
}
#downloads .downloads__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#downloads .no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#downloads .no-results p {
  color: #6c757d;
  font-size: 1.6rem;
  margin: 0;
}
@media (max-width: 1024px) {
  #downloads .downloads__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  #downloads .downloads__sidebar {
    flex: none;
    position: static;
  }
}
@media (max-width: 768px) {
  #downloads {
    padding: 4rem 0;
  }
  #downloads .downloads__container {
    padding: 0 16px;
  }
  #downloads .downloads__sidebar {
    padding: 0;
  }
  #downloads .downloads__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #downloads .download-item {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #downloads .downloads__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.segment {
  position: relative;
  background: #20107f;
  transition: background-color 0.3s ease-in-out;
}
.segment.lighter-bg {
  background-color: #eff3f7;
}
.segment.lighter-bg .segment__segments .left-div h2 {
  color: #20107f;
}
.segment.lighter-bg .segment__segments .right-div h4 {
  color: #20107f;
}
.segment.lighter-bg .segment__segments .right-div p {
  color: #393939;
}
.segment.lighter-bg .segment__features .title {
  color: #20107f;
  opacity: 0.2;
}
.segment.lighter-bg .segment__features .features-right .features-list {
  border-top: 1px solid #20107f;
}
.segment.lighter-bg .segment__features .features-right .features-list .feature-item {
  color: #848484;
}
.segment.lighter-bg .segment__features .features-right .features-list .feature-item.active {
  color: #20107f;
}
.segment.lighter-bg .segment__and-more .title h2 {
  color: #ffffff;
}
.segment.lighter-bg .segment__numbers .list-itens .item .number {
  color: #20107f;
}
.segment.lighter-bg .segment__numbers .list-itens .item .text {
  color: #393939;
}
.segment.lighter-bg .segment__numbers .bottom-text h6 {
  color: #20107f;
}
.segment.lighter-bg .segment__numbers .bottom-text ul li {
  color: #393939;
}
.segment.lighter-bg .segment__downloads .segment__downloads__header h2 {
  color: #20107f;
}
.segment.lighter-bg .segment__downloads .segment__downloads__content .card-download {
  background: #ffffff;
}
.segment.lighter-bg .segment__downloads .segment__downloads__content .card-download .card-download__text h5 {
  color: #393939;
}
.segment__banner {
  position: relative;
  inset: 0;
  height: 100vh;
}
.segment__banner__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.segment__banner__wrapper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.segment__banner__wrapper .bg.border {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.segment__banner__wrapper .bg.border video,
.segment__banner__wrapper .bg.border img {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.segment__banner__wrapper .bg.border::before {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.segment__banner__wrapper .bg img,
.segment__banner__wrapper .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.segment__banner__wrapper .bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.2) 100%), linear-gradient(0deg, rgba(9, 30, 54, 0.3) 0%, rgba(9, 30, 54, 0.3) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}
.segment__banner__wrapper .content {
  width: 100%;
  max-width: 74rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  z-index: 2;
}
.segment__banner__wrapper .content .category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #dedede;
}
.segment__banner__wrapper .content .category h6 {
  color: #dedede;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.segment__banner__wrapper .content .title h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: clamp(2.2rem, 6.8vw, 6.8rem);
  font-weight: 700;
  line-height: 6.4rem;
  text-transform: uppercase;
}
.segment__banner__wrapper .content .description p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.segment__banner .button-scroll-down {
  position: absolute;
  z-index: 5;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: opacity 0.3s ease-in-out;
}
.segment__banner .button-scroll-down.fadeOut {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.segment__banner .button-scroll-down svg {
  width: 2.4rem;
  height: 2.4rem;
}
.segment__segments {
  padding: 7.2rem 0 11.2rem 0;
}
.segment__segments__wrapper {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto;
}
.segment__segments__wrapper .upper-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9.6rem;
}
.segment__segments__wrapper .upper-div .title {
  width: 100%;
  max-width: 56rem;
  padding: 5.6rem 0;
  border-top: 1px solid #dedede;
}
.segment__segments__wrapper .upper-div .title h2 {
  color: #dedede;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
  transition: color 0.3s ease-in-out;
}
.segment__segments__wrapper .upper-div p {
  width: 100%;
  max-width: 56rem;
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  padding-top: 6.2rem;
}
.segment__segments__wrapper .bottom-div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
.segment__segments__wrapper .bottom-div .card-segment {
  width: 100%;
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background: none;
  padding-right: 3.2rem;
  position: relative;
}
.segment__segments__wrapper .bottom-div .card-segment:hover p {
  color: #ffffff;
}
.segment__segments__wrapper .bottom-div .card-segment img {
  width: 5.6rem;
  height: 5.6rem;
}
.segment__segments__wrapper .bottom-div .card-segment h4 {
  margin-top: 2.4rem;
  color: #dedede;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  transition: color 0.3s ease-in-out;
}
.segment__segments__wrapper .bottom-div .card-segment p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  transition: color 0.3s ease-in-out;
}
.segment .equipments-section {
  margin: 0 auto;
}
.segment__gallery {
  padding: 4rem 0;
}
.segment__gallery__wrapper .slider {
  width: 100%;
}
.segment__gallery__wrapper .slider .slick-track {
  display: flex;
  gap: 4rem;
}
.segment__gallery__title h2 {
  color: #110462;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: 14.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 11.4rem;
  margin-bottom: -2.5rem;
  text-transform: uppercase;
}
.segment__contact {
  padding: 4rem;
}
.segment__contact__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.segment__contact__wrapper .left-div {
  position: relative;
  height: 56rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  overflow: hidden;
  padding: 4rem;
}
.segment__contact__wrapper .left-div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.3) 100%);
}
.segment__contact__wrapper .left-div img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.segment__contact__wrapper .right-div {
  width: 100%;
  padding: 4rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}
.segment__contact__wrapper .right-div form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.segment__contact__wrapper .right-div form .form-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.segment__contact__wrapper .right-div form .form-group label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1rem;
}
.segment__contact__wrapper .right-div form .form-group input {
  display: flex;
  padding: 2.4rem;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  height: 5.8rem;
  background: rgba(255, 255, 255, 0.2);
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.segment__contact__wrapper .right-div form .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.segment__contact__wrapper .right-div form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.segment__contact__wrapper .right-div form .button {
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 900px) {
  .segment__banner__wrapper .content {
    max-width: 85%;
  }
  .segment__banner__wrapper .content .title h1 {
    line-height: 3.4rem;
  }
  .segment__banner__wrapper .content .description p {
    text-align: center;
  }
  .segment__segments {
    padding: 4rem 1.6rem;
  }
  .segment__segments__wrapper {
    gap: 4rem;
  }
  .segment__segments__wrapper .upper-div {
    flex-direction: column;
    gap: 2rem;
  }
  .segment__segments__wrapper .upper-div .title {
    padding: 2rem 0 0 0;
  }
  .segment__segments__wrapper .upper-div .title h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .segment__segments__wrapper .upper-div p {
    padding-top: 0;
  }
  .segment__segments__wrapper .bottom-div {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .segment__segments__wrapper .bottom-div .card-segment {
    max-width: 100%;
    padding-right: 0;
  }
  .segment__segments__wrapper .bottom-div .card-segment h4 {
    margin-top: 0;
  }
  .segment__gallery {
    padding: 0rem 2.4rem 0 2.4rem;
  }
  .segment__gallery__wrapper .slider .slick-track {
    gap: 2rem;
    align-items: flex-start;
  }
  .segment__gallery__wrapper .slider .slick-track .card-gallery {
    height: 35rem;
    margin-bottom: 4rem;
    overflow: visible;
  }
  .segment__gallery__wrapper .slider .slick-track .card-gallery a .bottom-content {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
  .segment__gallery__wrapper .slider .slick-track .card-gallery a .bottom-content h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .segment__gallery__wrapper .slider .slick-track .card-gallery a .bottom-content .line-div .line {
    margin: 0 0 1.6rem 0;
  }
  .segment__gallery__wrapper .slider .slick-track .card-gallery .buttons {
    left: 1.6rem;
    bottom: -4rem;
    justify-content: flex-start;
  }
  .segment__gallery__wrapper .slider .slick-track .card-gallery .buttons button {
    background: #ffffff;
  }
  .segment__gallery__wrapper .slider .slick-track .card-gallery .buttons button svg path {
    fill: #20107f;
  }
  .segment__gallery__title h2 {
    font-size: 4rem;
    line-height: 6rem;
    margin-bottom: 1.6rem;
  }
  .segment__contact {
    padding: 4rem 2.4rem;
  }
  .segment__contact__wrapper {
    flex-direction: column;
  }
}
.services {
  position: relative;
  background: #20107f;
  transition: background-color 0.3s ease-in-out;
}
.services.lighter-bg {
  background-color: #eff3f7;
  transition: background-color 0.3s ease-in-out;
}
.services.lighter-bg .services__segments {
  background: #eff3f7;
}
.services.lighter-bg .services__segments .title h2 {
  color: #20107f;
}
.services.lighter-bg .services__segments .card h4 {
  color: #393939;
}
.services.lighter-bg .services__segments .card p {
  color: #848484;
}
.services.lighter-bg .services__compromisse {
  background: #eff3f7;
}
.services.lighter-bg .services__compromisse .right-div {
  border-top: 1px solid #72aaeb;
}
.services.lighter-bg .services__compromisse .right-div h3 {
  color: #20107f;
}
.services.lighter-bg .services__compromisse .right-div p {
  color: #848484;
}
.services.lighter-bg .services__testimonials {
  background: #eff3f7;
}
.services.lighter-bg .services__testimonials .testimonial-card .testimonial-text p {
  color: #393939;
}
.services.lighter-bg .services__testimonials .testimonial-card .testimonial-author .author-info h4 {
  color: #393939;
}
.services.lighter-bg .services__testimonials .buttons .prev,
.services.lighter-bg .services__testimonials .buttons .next {
  background: #20107f;
}
.services.lighter-bg .services__testimonials .buttons .prev svg path,
.services.lighter-bg .services__testimonials .buttons .next svg path {
  fill: #ffffff;
}
.services.lighter-bg .services__find-assistance {
  background: transparent;
}
.services.lighter-bg .services__find-assistance__left .find-assistance-content {
  border-radius: 8px;
  border: 1px solid #cfcfcf;
  background: #eff3f7;
}
.services.lighter-bg .services__find-assistance__left .find-assistance-content h2 {
  color: #20107f;
}
.services.lighter-bg .services__find-assistance__left .find-assistance-content .state-selector .state-select {
  background: #ffffff;
  color: #848484;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3538 6.35371L8.35376 11.3537C8.30728 11.4002 8.25216 11.4371 8.19142 11.4622C8.13069 11.4874 8.06564 11.5003 7.99992 11.5003C7.93421 11.5003 7.86916 11.4874 7.80842 11.4622C7.74769 11.4371 7.69257 11.4002 7.64609 11.3537L2.64609 6.35371C2.55239 6.25989 2.49976 6.13264 2.49976 5.99996C2.49976 5.86728 2.55239 5.74003 2.64609 5.64621C2.73979 5.55239 2.86729 5.49976 2.99992 5.49976C3.13255 5.49976 3.26005 5.55239 3.35376 5.64621L7.99992 10.2931L12.6461 5.64621C12.6926 5.59975 12.7477 5.56291 12.8084 5.53776C12.8692 5.51261 12.9342 5.49976 12.9999 5.49976C13.0656 5.49976 13.1307 5.51261 13.1914 5.53776C13.2522 5.56291 13.3073 5.59975 13.3538 5.64621C13.4002 5.69267 13.4371 5.74779 13.4622 5.80852C13.4874 5.86925 13.5002 5.9343 13.5002 6.00001C13.5002 6.06573 13.4874 6.13078 13.4622 6.19151C13.4371 6.25224 13.4002 6.30736 13.3538 6.35371Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2.4rem center;
}
.services.lighter-bg .services__find-assistance__left .find-assistance-content .state-selector .state-select option {
  background: #ffffff;
  color: #848484;
}
.services.lighter-bg .services__find-assistance__left .find-assistance-content .assistance-list .state-group h3 {
  color: #20107f;
}
.services.lighter-bg .services__find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card {
  border: 1px solid #cfcfcf;
}
.services.lighter-bg .services__find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card h4 {
  color: #20107f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.services.lighter-bg .services__find-assistance__left .find-assistance-content .assistance-list .state-group .assistance-cards .assistance-card .address-phone-wrapper .address {
  color: #848484;
}
.services__banner {
  position: relative;
  inset: 0;
  height: 100vh;
  border-radius: 100px;
}
@media (max-width: 900px) {
  .services__banner {
    border-radius: 0;
  }
}
.services__banner__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services__banner__wrapper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.services__banner__wrapper .bg.border {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.services__banner__wrapper .bg.border video,
.services__banner__wrapper .bg.border img {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.services__banner__wrapper .bg.border::before {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.services__banner__wrapper .bg img,
.services__banner__wrapper .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__banner__wrapper .bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.2) 100%), linear-gradient(0deg, rgba(9, 30, 54, 0.3) 0%, rgba(9, 30, 54, 0.3) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}
.services__banner__wrapper .content {
  width: 100%;
  max-width: 74rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  z-index: 2;
}
@media (max-width: 900px) {
  .services__banner__wrapper .content {
    max-width: 90%;
    gap: 2rem;
  }
}
.services__banner__wrapper .content .category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #dedede;
}
.services__banner__wrapper .content .category h6 {
  color: #dedede;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.services__banner__wrapper .content .title h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 6.4rem;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .services__banner__wrapper .content .title h1 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
.services__banner__wrapper .content .description p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.services__banner .button-scroll-down {
  position: absolute;
  z-index: 5;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: opacity 0.3s ease-in-out;
}
.services__banner .button-scroll-down.fadeOut {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.services__banner .button-scroll-down svg {
  width: 2.4rem;
  height: 2.4rem;
}
.services__segments {
  padding: 7.2rem 0 11.2rem 0;
  background: #20107f;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .services__segments {
    padding: 4rem 0;
  }
}
.services__segments__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .services__segments__wrapper {
    width: 90%;
    gap: 4rem;
  }
}
.services__segments__wrapper .upper-div {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .services__segments__wrapper .upper-div {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
}
.services__segments__wrapper .upper-div .title {
  width: 100%;
  max-width: 47rem;
  padding: 5.6rem 0;
  border-top: 1px solid #72aaeb;
}
@media (max-width: 900px) {
  .services__segments__wrapper .upper-div .title {
    padding: 2rem 0;
  }
}
.services__segments__wrapper .upper-div .title h2 {
  color: #dedede;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .services__segments__wrapper .upper-div .title h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.services__segments__wrapper .upper-div p {
  width: 100%;
  max-width: 56rem;
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  padding-top: 6.2rem;
}
@media (max-width: 900px) {
  .services__segments__wrapper .upper-div p {
    padding-top: 0;
  }
}
.services__segments__wrapper .bottom-div {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 3.2rem;
}
@media (max-width: 900px) {
  .services__segments__wrapper .bottom-div {
    flex-direction: column;
  }
}
.services__segments__wrapper .bottom-div .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background: none;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.services__segments__wrapper .bottom-div .card:hover p {
  color: #ffffff;
}
.services__segments__wrapper .bottom-div .card .image-div {
  position: relative;
  width: 100%;
  height: 24.8rem;
}
.services__segments__wrapper .bottom-div .card .image-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.services__segments__wrapper .bottom-div .card .image-div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.3) 100%);
  z-index: 2;
  border-radius: 8px;
}
.services__segments__wrapper .bottom-div .card h4 {
  width: 100%;
  border-top: 1px solid #72aaeb;
  padding-top: 3.2rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  transition: color 0.3s ease-in-out;
}
.services__segments__wrapper .bottom-div .card p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  transition: color 0.3s ease-in-out;
}
.services__compromisse {
  padding: 8rem;
  background: #20107f;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .services__compromisse {
    padding: 4rem 5%;
  }
}
.services__compromisse__wrapper {
  width: 100%;
  display: flex;
  gap: 8rem;
  justify-content: center;
  padding-top: 3rem;
  max-width: 140rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .services__compromisse__wrapper {
    flex-direction: column;
    gap: 4rem;
    padding-top: 0;
  }
}
.services__compromisse__wrapper .left-div {
  width: 100%;
  height: 60rem;
}
@media (max-width: 900px) {
  .services__compromisse__wrapper .left-div {
    height: 30rem;
  }
}
.services__compromisse__wrapper .left-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__compromisse__wrapper .right-div {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 5.6rem;
  border-top: 1px solid #ffffff;
  position: sticky;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  max-width: 50rem;
  width: 100%;
}
@media (max-width: 900px) {
  .services__compromisse__wrapper .right-div {
    position: relative;
    padding-top: 2rem;
    max-width: 100%;
  }
}
.services__compromisse__wrapper .right-div h3 {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
}
@media (max-width: 900px) {
  .services__compromisse__wrapper .right-div h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.services__compromisse__wrapper .right-div p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.services__testimonials {
  padding: 8rem 0;
  background: #20107f;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .services__testimonials {
    padding: 4rem 0;
  }
}
.services__testimonials__wrapper {
  width: 100%;
}
.services__testimonials__slider {
  width: 100%;
}
.services__testimonials__slider .slick-list {
  padding: 0 12% !important;
}
@media (min-width: 1600px) {
  .services__testimonials__slider .slick-list {
    padding: 0 18% !important;
  }
}
@media (max-width: 900px) {
  .services__testimonials__slider .slick-list {
    padding: 0 !important;
  }
}
.services__testimonials__slider .slick-track {
  display: flex !important;
}
.services__testimonials__slider .slick-active .testimonial-card__content .testimonial-text {
  max-width: 93rem;
  margin: 0 auto;
  transition: 0.1s all ease-in;
}
.services__testimonials__slider .slick-active .testimonial-card__content .testimonial-text p {
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.8rem;
  opacity: 1 !important;
  transition: 0.1s all ease-in;
}
@media (max-width: 900px) {
  .services__testimonials__slider .slick-active .testimonial-card__content .testimonial-text p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.services__testimonials .testimonial-card {
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 900px) {
  .services__testimonials .testimonial-card {
    padding: 0 5%;
  }
}
.services__testimonials .testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #20107f 0%, #72aaeb 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.services__testimonials .testimonial-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 3.2rem;
}
.services__testimonials .testimonial-card .testimonial-card__content .testimonial-text {
  max-width: 93rem;
  margin: 0 auto;
}
.services__testimonials .testimonial-card .testimonial-card__content .testimonial-text p {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.8rem;
  opacity: 0.3;
  transition: 0.1s all ease-in;
}
@media (max-width: 900px) {
  .services__testimonials .testimonial-card .testimonial-card__content .testimonial-text p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.services__testimonials .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3.2rem;
}
.services__testimonials .testimonial-card .testimonial-author .author-info {
  display: flex;
}
.services__testimonials .testimonial-card .testimonial-author .author-info h4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-align: center;
}
.services__testimonials .testimonial-card .testimonial-author .author-avatar {
  width: 6.4rem;
  height: 4.1rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.services__testimonials .testimonial-card .testimonial-author .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__testimonials .buttons {
  margin-top: 9.6rem;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .services__testimonials .buttons {
    margin-top: 4rem;
  }
}
.services__testimonials .buttons button {
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.services__testimonials .slider-js-testimonials-slider-pagination {
  width: 90%;
  margin: 4.8rem auto 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 900px) {
  .services__testimonials .slider-js-testimonials-slider-pagination {
    margin-top: 2rem;
  }
}
.services__testimonials .slider-js-testimonials-slider-pagination .slick-dots {
  display: flex;
  width: 100%;
}
.services__testimonials .slider-js-testimonials-slider-pagination .slick-dots li {
  width: 100%;
  padding-top: 3rem;
}
.services__testimonials .slider-js-testimonials-slider-pagination .slick-dots li.slick-active {
  border-top: 2px solid #72aaeb;
}
.services__testimonials .slider-js-testimonials-slider-pagination .slick-dots li a {
  color: #ffffff;
  font-size: 1.4rem;
}
.services__second-banner {
  display: flex;
}
.services__second-banner__image-div {
  display: flex;
  width: 100%;
  height: 78.6rem;
  position: relative;
}
@media (max-width: 900px) {
  .services__second-banner__image-div {
    height: 40rem;
  }
}
.services__second-banner__image-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  position: relative;
  background: #20107f;
  transition: background-color 0.3s ease-in-out;
}
.about__banner {
  position: relative;
  inset: 0;
  height: 100vh;
}
.about__banner__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__banner__wrapper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.about__banner__wrapper .bg.border {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.about__banner__wrapper .bg.border video,
.about__banner__wrapper .bg.border img {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.about__banner__wrapper .bg.border::before {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.about__banner__wrapper .bg img,
.about__banner__wrapper .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__banner__wrapper .bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.2) 100%), linear-gradient(0deg, rgba(9, 30, 54, 0.3) 0%, rgba(9, 30, 54, 0.3) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}
.about__banner__wrapper .content {
  width: 100%;
  max-width: 74rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  z-index: 2;
}
.about__banner__wrapper .content .category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #dedede;
}
.about__banner__wrapper .content .category h6 {
  color: #dedede;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.about__banner__wrapper .content .title h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 6.4rem;
  text-transform: uppercase;
}
.about__banner__wrapper .content .description p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.about__banner .button-scroll-down {
  position: absolute;
  z-index: 5;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: opacity 0.3s ease-in-out;
}
.about__banner .button-scroll-down.fadeOut {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.about__banner .button-scroll-down svg {
  width: 2.4rem;
  height: 2.4rem;
}
.about__history {
  padding: 8rem 0 11.2rem 0;
}
.about__history__wrapper {
  display: flex;
  gap: 9.6rem;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto;
}
.about__history__wrapper .left-div {
  width: 100%;
  max-width: 47.6rem;
  border-top: 1px solid #dedede;
  padding: 5.6rem 0 0 0;
  position: sticky;
  top: 0;
  height: -moz-max-content;
  height: max-content;
}
.about__history__wrapper .left-div .title h2 {
  color: #dedede;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
  transition: color 0.3s ease-in-out;
}
.about__history__wrapper .right-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem;
}
.about__history__wrapper .right-div .card-history {
  border-top: 1px solid #dedede;
  padding-top: 5.6rem;
  width: 100%;
  max-width: 34.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background: none;
  position: relative;
  padding-bottom: 2.6rem;
}
.about__history__wrapper .right-div .card-history:hover p {
  color: #ffffff;
}
.about__history__wrapper .right-div .card-history .about-number-wrapper {
  display: flex;
  align-items: center;
}
.about__history__wrapper .right-div .card-history .number-prefix,
.about__history__wrapper .right-div .card-history .number-suffix {
  color: #ffffff;
  font-family: "Panchang", sans-serif;
  font-size: 4.9rem;
  font-weight: 700;
  line-height: 4.3rem;
}
.about__history__wrapper .right-div .card-history h4 {
  transition: color 0.3s ease-in-out;
  color: #ffffff;
  font-family: "Panchang", sans-serif;
  font-size: 4.9rem;
  font-weight: 700;
  line-height: 4.3rem;
}
.about__history__wrapper .right-div .card-history p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  transition: color 0.3s ease-in-out;
}
.about__our-mission {
  padding: 4rem 8rem 4rem 0;
  position: relative;
}
.about__our-mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #20107f;
}
.about__our-mission::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #eff3f7;
}
.about__our-mission__wrapper {
  position: relative;
  display: flex;
  flex: 1;
  height: 100%;
  align-items: flex-start;
  z-index: 2;
}
.about__our-mission__left-div {
  height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  padding: 8rem;
  width: 100%;
  background: #72aaeb;
}
.about__our-mission__left-div__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.about__our-mission__left-div__header .about__our-mission__titles {
  position: relative;
  min-height: 2.7rem;
}
.about__our-mission__left-div__header .about__our-mission__titles .title-slide {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  white-space: nowrap;
}
.about__our-mission__left-div__header .about__our-mission__titles .title-slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
  pointer-events: auto;
}
.about__our-mission__left-div__header h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.about__our-mission__left-div__header span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.about__our-mission__left-div__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.about__our-mission__left-div__content .about__our-mission__slides {
  position: relative;
  height: auto;
  overflow: hidden;
}
.about__our-mission__left-div__content .about__our-mission__slides .slide {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.about__our-mission__left-div__content .about__our-mission__slides .slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
  pointer-events: auto;
}
.about__our-mission__left-div__content .about__our-mission__slides .slide .description {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.7rem;
  max-width: 74.2rem;
}
.about__our-mission__left-div__content .description {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.7rem;
  max-width: 74.2rem;
}
.about__our-mission__left-div__content .buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.about__our-mission__left-div__content .buttons button {
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 20;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 200px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.about__our-mission__left-div__content .buttons button:hover {
  transform: scale(1.05);
}
.about__our-mission__left-div__content .buttons button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.about__our-mission__left-div__content .buttons button svg {
  width: 2.4rem;
  height: 2.4rem;
}
.about__our-mission__right-div {
  width: 60%;
  height: 60rem;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  position: relative;
}
.about__our-mission__right-div .about__our-mission__images {
  position: relative;
  width: 100%;
  height: 100%;
}
.about__our-mission__right-div .about__our-mission__images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.about__our-mission__right-div .about__our-mission__images img.active {
  opacity: 1;
  transform: scale(1);
}
.about__our-mission__right-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__history-timeline {
  background: #eff3f7;
  padding: 11.2rem 8rem;
  position: relative;
}
.about__history-timeline__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: 100%;
}
.about__history-timeline__header {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 2.4rem;
}
.about__history-timeline__header h2 {
  color: #20107f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
}
.about__history-timeline__timeline .sticky {
  position: sticky;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  gap: 16.8rem;
  width: 100%;
  align-items: center;
}
.about__history-timeline__timeline__years {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 64rem;
  justify-content: center;
  align-items: flex-start;
  gap: 3.2rem;
  min-width: 72rem;
}
.about__history-timeline__timeline__years .year {
  position: relative;
  z-index: 10;
  font-family: "Panchang", sans-serif;
  font-size: 17.8rem;
  line-height: 1.32;
  color: #ffffff;
  font-weight: 500;
  opacity: 0.4;
  transition: all 0.1s ease-in-out;
  transform: translateY(0) scale(1);
}
.about__history-timeline__timeline__years .year.active {
  color: #20107f;
  font-weight: 700;
  opacity: 1;
  transform: translateY(0) scale(1.05);
}
.about__history-timeline__timeline__years .year--current {
  transform: translateY(0) scale(1);
}
.about__history-timeline__timeline__years .year--current.active {
  transform: translateY(0) scale(1.05);
}
.about__history-timeline__timeline__years .year.year-entering {
  opacity: 0;
  transform: translateY(20px) scale(0.8);
}
.about__history-timeline__timeline__years .timeline-circles {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58.3rem;
  height: 58.3rem;
  pointer-events: none;
}
.about__history-timeline__timeline__years .timeline-circles .circle {
  position: absolute;
  width: 58.3rem;
  height: 58.3rem;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  z-index: 1;
}
.about__history-timeline__timeline__years .timeline-circles .circle--inner {
  z-index: 1;
}
.about__history-timeline__timeline__years .timeline-circles .circle--outer {
  z-index: 2;
}
.about__history-timeline__timeline__content {
  flex: 1;
  overflow-y: auto;
  padding-right: 2.4rem;
  max-height: 80rem;
  -ms-overflow-style: none; /* IE e Edge */
  scrollbar-width: none; /* Firefox */
}
.about__history-timeline__timeline__content::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.about__history-timeline__timeline__content .timeline-item {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 5.6rem 0;
}
.about__history-timeline__timeline__content .timeline-item:last-child {
  border-bottom: none;
}
.about__history-timeline__timeline__content .timeline-item:has(.description--active) .year {
  color: #72aaeb;
}
.about__history-timeline__timeline__content .timeline-item .year {
  color: #b3b3b3;
  font-family: "Onest", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 0.8rem;
}
.about__history-timeline__timeline__content .timeline-item .description {
  color: #848484;
  font-family: "Onest", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  transition: color 0.3s ease-in-out;
}
.about__history-timeline__timeline__content .timeline-item .description--active {
  color: #393939;
}
.about__highlight-phrase {
  background: #110462;
  min-height: 78.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__highlight-phrase__wrapper {
  width: 100%;
  height: 100%;
  padding: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__highlight-phrase__wrapper .image-container:first-child {
  position: absolute;
  bottom: -20rem;
  left: 4.1rem;
}
.about__highlight-phrase__wrapper .image-container:nth-child(2) {
  position: absolute;
  bottom: -30rem;
  right: 0;
}
.about__highlight-phrase__wrapper .image-container:nth-child(3) {
  position: absolute;
  bottom: -40rem;
  left: 9.3rem;
}
.about__highlight-phrase__wrapper .image-container:nth-child(4) {
  position: absolute;
  bottom: -50rem;
  right: 5.7rem;
}
.about__highlight-phrase .image-container {
  position: absolute;
  width: 48.9rem;
  height: 38.9rem;
  overflow: hidden;
}
.about__highlight-phrase .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
.about__highlight-phrase .highlight-text {
  position: relative;
  z-index: 2;
  max-width: 69.5rem;
  text-align: center;
}
.about__highlight-phrase .highlight-text h2 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
}
.about__gallery {
  background: #eff3f7;
}
.about__gallery__wrapper {
  padding: 4rem 0;
  border-radius: 0px 0px 40px 40px;
  background: #20107f;
}
.about__gallery__wrapper .slider {
  width: 100%;
}
.about__gallery__wrapper .slider .slick-track {
  display: flex;
  gap: 4rem;
}
.about .infinite-text {
  border-radius: 0;
}
.about__units {
  position: relative;
  background: #eff3f7;
  padding: 0 0 11.2rem 8rem;
  z-index: 90;
}
.about__units__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.about__units__cards {
  position: relative;
  display: flex;
  flex-direction: column;
}
.about__units__card {
  position: sticky;
  display: flex;
  width: 100%;
  top: 0;
  background: #eff3f7;
  border-top: 1px solid rgba(32, 16, 127, 0.2);
}
.about__units__card:nth-child(1) {
  z-index: 1;
}
.about__units__card:nth-child(2) {
  z-index: 2;
}
.about__units__card:nth-child(3) {
  z-index: 3;
}
.about__units__card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.2rem 0;
  max-width: 60rem;
  width: 100%;
}
.about__units__card__header {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.about__units__card__header img {
  width: 3.2rem;
  height: 3.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__units__card__header h3 {
  color: #393939;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
}
.about__units__card__info {
  display: flex;
  flex-direction: column;
  max-width: 23.5rem;
}
.about__units__card__info p {
  color: #393939;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.about__units__card__image {
  display: flex;
  width: 100%;
  flex: 1;
  height: 50rem;
  overflow: hidden;
}
.about__units__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__global {
  position: relative;
  height: 64rem;
  width: 100%;
  background: #20107f;
  overflow: hidden;
}
.about__global::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 40.37%, #20107f 93.63%);
  z-index: 10;
}
.about__global__span {
  position: absolute;
  bottom: 18rem;
  left: 50%;
  transform: translateX(-50%);
  color: #110462;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: 14.2rem;
  font-weight: 700;
  line-height: 120px;
  text-transform: uppercase;
  mix-blend-mode: overlay;
  z-index: 2;
  width: 100%;
}
@media (min-width: 1600px) {
  .about__global__span {
    bottom: 26rem;
  }
}
.about__global__bottom-image, .about__global__bottom-image-two {
  display: flex;
  position: absolute;
  bottom: -22rem;
  left: 0;
  right: 0;
  pointer-events: none;
}
.about__global__bottom-image img, .about__global__bottom-image-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
}
.about__global__bottom-image {
  z-index: 1;
}
.about__global__bottom-image-two {
  z-index: 3;
}
.about__global-map {
  padding: 0 2rem 6.4rem;
  background: #20107f;
}
.about__global-map__title {
  margin: 0 auto 5.4rem;
  max-width: 80rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  z-index: 3;
  position: relative;
}
.about__global-map__title h3 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 6.4rem;
}
.about__global-map__title p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.about__global-map__title a {
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.about__global-map__map {
  max-width: 112rem;
  margin: 0 auto;
}
.about__global-map__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  .about__banner__wrapper .content {
    max-width: 90%;
    gap: 2.4rem;
    padding: 0 2.4rem;
  }
  .about__banner__wrapper .content .title h1 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
  .about__history {
    padding: 4rem 2.4rem 5.6rem 2.4rem;
  }
  .about__history__wrapper {
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
  .about__history__wrapper .left-div {
    padding: 2.4rem 0 0 0;
    position: static;
  }
  .about__history__wrapper .left-div .title h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .about__history__wrapper .right-div {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .about__history__wrapper .right-div .card-history {
    padding-top: 2.4rem;
    max-width: 100%;
  }
  .about__our-mission {
    padding: 4rem 2.4rem;
  }
  .about__our-mission__wrapper {
    flex-direction: column;
  }
  .about__our-mission__left-div {
    height: auto;
    padding: 2.4rem;
    gap: 2.4rem;
  }
  .about__our-mission__left-div__header {
    padding-bottom: 1.6rem;
  }
  .about__our-mission__left-div__header .about__our-mission__titles {
    min-height: 2.4rem;
  }
  .about__our-mission__left-div__header h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .about__our-mission__left-div__header span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .about__our-mission__left-div__content {
    gap: 2.4rem;
  }
  .about__our-mission__left-div__content .about__our-mission__slides .slide .description {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .about__our-mission__right-div {
    width: 100%;
    height: 30rem;
    border-radius: 8px;
  }
  .about__history-timeline {
    padding: 5.6rem 2.4rem;
  }
  .about__history-timeline__wrapper {
    gap: 4rem;
  }
  .about__history-timeline__header {
    padding-bottom: 1.6rem;
  }
  .about__history-timeline__header h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .about__history-timeline__timeline .sticky {
    flex-direction: column;
    gap: 4rem;
  }
  .about__history-timeline__timeline__years {
    height: auto;
    min-width: 100%;
    align-items: center;
  }
  .about__history-timeline__timeline__years .year {
    font-size: 10rem;
  }
  .about__history-timeline__timeline__years .timeline-circles {
    width: 100%;
    height: 100%;
    max-width: 30rem;
    max-height: 30rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5rem;
  }
  .about__history-timeline__timeline__years .timeline-circles .circle {
    width: 100%;
    height: 100%;
  }
  .about__history-timeline__timeline__content {
    max-height: 100%;
    padding-right: 0;
  }
  .about__history-timeline__timeline__content .timeline-item {
    padding: 2.4rem 0;
  }
  .about__highlight-phrase {
    min-height: auto;
  }
  .about__highlight-phrase__wrapper {
    padding: 5.6rem 2.4rem;
    flex-direction: column;
    gap: 4rem;
  }
  .about__highlight-phrase__wrapper .image-container {
    position: static;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .about__highlight-phrase .highlight-text h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .about__gallery__wrapper {
    padding: 4rem 0;
    border-radius: 0;
  }
  .about__gallery__wrapper .slider .slick-track {
    gap: 2.4rem;
  }
  .about__units {
    padding: 0 0 5.6rem 2.4rem;
  }
  .about__units__wrapper {
    gap: 4rem;
  }
  .about__units__card {
    flex-direction: column;
    height: auto !important;
    padding-bottom: 2.4rem;
  }
  .about__units__card__content {
    padding: 2.4rem 2.4rem 2.4rem 0;
    gap: 2.4rem;
  }
  .about__units__card__header h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .about__units__card__image {
    height: 30rem;
    padding-right: 2.4rem;
  }
  .about__global {
    height: auto;
  }
  .about__global__span {
    font-size: 8rem;
    line-height: 8rem;
    bottom: 12rem;
  }
  .about__global__bottom-image, .about__global__bottom-image-two {
    bottom: -10rem;
  }
  .about__global-map {
    padding: 0 2.4rem 5.6rem;
  }
  .about__global-map__title {
    margin: 0 auto 4rem;
    gap: 2.4rem;
  }
  .about__global-map__title h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.news {
  position: relative;
  padding: 9rem 0 0 0;
  background-color: #ffffff;
}
.news__container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 8rem;
}
.news__container .title h1 {
  color: #393939;
  font-size: clamp(4.2rem, 6vw, 7.2rem);
  font-weight: 200;
  line-height: normal;
}
.news .slider-lighter::before, .news .slider-lighter::after {
  background: #ffffff;
}
.news .slider-lighter .buttons:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.news__categories__list {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.news__categories__item {
  position: relative;
  display: flex;
  padding: 1.5rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #c9d8e7;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.news__categories__item.active {
  border: 1px solid #eff3f7;
  background: #eff3f7;
}
.news__categories__item:hover {
  color: #72aaeb;
}
.news__more-content {
  width: 100%;
  height: 100%;
  padding: 0 14.4rem;
}
.news__more-content__spinner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .news__container {
    padding: 0 2rem;
  }
  .news__categories__list {
    gap: 1.2rem;
    flex-wrap: wrap;
  }
  .news__more-content {
    padding: 0 2.4rem;
  }
}
.news-details {
  padding: 9rem 0 0 0;
  background-color: #ffffff;
}
.news-details__container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 8rem;
  max-width: 122rem;
  margin-bottom: 4rem;
}
.news-details__container .button-back {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  padding: 1.6rem 2.4rem;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #eff3f7;
  background: #eff3f7;
}
.news-details__container .button-back a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.news-details__container .title h1 {
  color: #393939;
  font-size: 6.4rem;
  font-weight: 200;
  line-height: 7.4rem;
}
.news-details__container .date {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin-top: 8px;
}
.news-details__container .date span {
  color: #20107f;
  font-size: 10.4rem;
  font-weight: 600;
  line-height: normal;
}
.news-details__container .date p {
  color: #393939;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.news-details__details {
  padding: 0 8rem 8rem 8rem;
}
.news-details__details__wrapper {
  display: flex;
  gap: 8rem;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.news-details__details__wrapper .left-div {
  width: 70%;
  padding: 3.2rem 0 0 0;
  border-top: 1px solid #20107f;
}
.news-details__details__wrapper .left-div .title h2 {
  color: #20107f;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin-bottom: 2.4rem;
}
.news-details__details__wrapper .left-div .title p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.news-details__details__wrapper .left-div .title .share {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 4rem 0 0;
  border-top: 1px solid #cfcfcf;
  margin-top: 6.4rem;
}
.news-details__details__wrapper .left-div .title .share h3 {
  color: #303030;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.news-details__details__wrapper .left-div .title .share__buttons {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
.news-details__details__wrapper .left-div .title .share__buttons .share-button {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  transition: all 0.3s ease;
}
.news-details__details__wrapper .left-div .title .share__buttons .share-button:hover {
  transform: translateY(-2px);
}
.news-details__details__wrapper .left-div .title .share__buttons .share-button img {
  width: 2.4rem;
  height: 2.4rem;
}
.news-details__details__wrapper .right-div {
  max-width: 150rem;
  width: 100%;
  height: 60rem;
  position: sticky;
  top: 0;
  border-radius: 16px;
  overflow: hidden;
}
.news-details__details__wrapper .right-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.2) 100%);
  border-radius: 16px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 2100px) {
  .news-details__details__wrapper .right-div {
    height: 80rem;
  }
}
.news-details__details__wrapper .right-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-details__details__wrapper .right-div .news-gallery {
  position: relative;
  width: 100%;
  height: 100%;
}
.news-details__details__wrapper .right-div .news-gallery__slider {
  width: 100%;
  height: 100%;
}
.news-details__details__wrapper .right-div .news-gallery__slider .slick-list,
.news-details__details__wrapper .right-div .news-gallery__slider .slick-track {
  height: 100%;
}
.news-details__details__wrapper .right-div .news-gallery__slide {
  width: 100%;
  height: 100%;
}
.news-details__details__wrapper .right-div .news-gallery__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-details__details__wrapper .right-div .news-gallery__pagination {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.8rem;
  z-index: 10;
}
.news-details__details__wrapper .right-div .news-gallery__dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.news-details__details__wrapper .right-div .news-gallery__dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.news-details__details__wrapper .right-div .news-gallery__dot.active {
  background-color: #ffffff;
  transform: scale(1.2);
}

@media (max-width: 900px) {
  .news-details {
    padding: 4rem 0 0 0;
  }
  .news-details__container {
    padding: 0 2.4rem;
    margin-bottom: 2rem;
    gap: 2.4rem;
  }
  .news-details__container .title h1 {
    font-size: 3.2rem;
    line-height: 3.4rem;
  }
  .news-details__container .date {
    gap: 1.6rem;
  }
  .news-details__container .date span {
    font-size: 5.2rem;
  }
  .news-details__container .date p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .news-details__details {
    padding: 0 2.4rem 4rem 2.4rem;
  }
  .news-details__details__wrapper {
    flex-direction: column;
    gap: 4rem;
  }
  .news-details__details__wrapper .left-div {
    width: 100%;
  }
  .news-details__details__wrapper .right-div {
    position: static;
    height: 30rem;
  }
  .news-details__details__wrapper .right-div::before {
    display: none;
  }
  .news-details__details__wrapper .right-div .news-gallery__pagination {
    bottom: 1.6rem;
  }
  .news-details__details__wrapper .right-div .news-gallery__dot {
    width: 0.8rem;
    height: 0.8rem;
  }
  .news-details__details__wrapper .right-div .news-gallery .news-gallery__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact {
  padding: 9rem 0 0 0;
  background-color: #ffffff;
  position: relative;
  min-height: 100vh;
}
.contact__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 8rem;
  margin-bottom: 5.6rem;
}
.contact__container .button-back {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  padding: 1.6rem 2.4rem;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #eff3f7;
  background: #eff3f7;
}
.contact__container .button-back a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.contact__container .title {
  max-width: 48.5rem;
}
.contact__container .title h1 {
  color: #393939;
  font-size: 6.4rem;
  font-weight: 200;
  line-height: 7.4rem;
  margin-bottom: 2.4rem;
}
.contact__container .title p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__categories {
  position: sticky;
  top: 0;
}
.contact__categories__list {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.contact__categories__item {
  position: relative;
  display: flex;
  padding: 1.5rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #c9d8e7;
}
.contact__categories__item.active {
  border: 1px solid #eff3f7;
  background: #eff3f7;
}
.contact__categories__item button {
  color: #303030;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.contact__phone {
  padding: 0 8rem 3.2rem 8rem;
}
.contact__phone__container {
  width: 100%;
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
.contact__phone__container__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  display: flex;
  padding: 4rem;
  border-radius: 16px;
  background: #eff3f7;
}
.contact__phone__container__item img {
  width: 4rem;
  height: 4rem;
}
.contact__phone__container__item p {
  color: #393939;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.4rem;
}
.contact__cards {
  padding: 0 8rem 8rem 8rem;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.contact__cards__container {
  display: flex;
  gap: 3.2rem;
  align-items: center;
  justify-content: space-between;
}
.contact__cards__container .contact-card {
  max-width: 40.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  background: #eff3f7;
  border-radius: 16px;
  overflow: hidden;
}
.contact__cards__container .contact-card.active .bottom-button {
  background: #20107f;
}
.contact__cards__container .contact-card.active .bottom-button svg path {
  fill: #72aaeb;
}
.contact__cards__container .contact-card .content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem;
}
.contact__cards__container .contact-card .content img {
  width: 4rem;
  height: 4rem;
}
.contact__cards__container .contact-card .content span {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1rem;
  text-transform: uppercase;
}
.contact__cards__container .contact-card .content .title {
  color: #393939;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.4rem;
}
.contact__cards__container .contact-card .content p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__cards__container .contact-card .bottom-button {
  width: 100%;
  display: flex;
  padding: 2.4rem 4rem;
  justify-content: space-between;
  align-items: center;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.contact__cards__container .contact-card .bottom-button svg {
  width: 1.6rem;
  height: 1.6rem;
}
.contact__cards__container .contact-card .bottom-button svg path {
  fill: #20107f;
}
.contact__cards__forms {
  width: 100%;
}
.contact__cards__forms__wrapper {
  padding: 8.8rem 4rem 4rem 4rem;
  display: flex;
  gap: 18rem;
  justify-content: space-between;
  background: #eff3f7;
  border-radius: 16px;
  position: relative;
}
.contact__cards__forms__wrapper .left-div {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-left: 4rem;
  max-width: 42rem;
  position: sticky;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  display: none;
}
.contact__cards__forms__wrapper .left-div.active {
  display: flex;
}
.contact__cards__forms__wrapper .left-div img {
  width: 4rem;
  height: 4rem;
}
.contact__cards__forms__wrapper .left-div span {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1rem;
  text-transform: uppercase;
}
.contact__cards__forms__wrapper .left-div .title {
  color: #393939;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.4rem;
}
.contact__cards__forms__wrapper .left-div p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__cards__forms__wrapper form {
  max-width: 80rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  display: none;
}
.contact__cards__forms__wrapper form.active {
  display: flex;
}
.contact__cards__forms__wrapper form .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.contact__cards__forms__wrapper form .form-group label {
  color: #20107f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__cards__forms__wrapper form .form-group input {
  display: flex;
  height: 5.8rem;
  padding: 2.4rem;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #ffffff;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__cards__forms__wrapper form .form-group input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__cards__forms__wrapper form .form-group input::placeholder {
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__cards__forms__wrapper form .form-group textarea {
  display: flex;
  padding: 2.4rem;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #ffffff;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__cards__forms__wrapper form .form-group textarea::-moz-placeholder {
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__cards__forms__wrapper form .form-group textarea::placeholder {
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.contact__cards__forms__wrapper form .button {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.contact__cards__forms__wrapper form .button.dark-button {
  background: rgba(255, 255, 255, 0.2);
}
.contact__cards__forms__wrapper form .button.dark-button svg path {
  fill: #72aaeb;
}
.contact__cards__forms__wrapper form .button.dark-button:hover {
  background: #72aaeb;
}
.contact__cards__forms__wrapper form .button.dark-button:hover svg path {
  fill: #110462;
}
.contact__cards__forms__wrapper form .button.light-button {
  background: #72aaeb;
}
.contact__cards__forms__wrapper form .button.light-button svg path {
  fill: #110462;
}
.contact__cards__forms__wrapper form .button.light-button:hover {
  background: #110462;
}
.contact__cards__forms__wrapper form .button.light-button:hover svg path {
  fill: #72aaeb;
}
.contact__cards__forms__wrapper form .js-submit-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact__cards__forms__wrapper form .loader {
  position: absolute;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: none; /* Hidden by default */
}
.contact__cards__forms__wrapper form .js-submit-button.loading .loader {
  display: block; /* Show loader when loading */
}
.contact__cards__forms__wrapper form .js-submit-button.loading .button-content {
  visibility: hidden; /* Hide text and svg when loading */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact .error {
  color: red;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}

@media (max-width: 900px) {
  .contact {
    padding: 9rem 0 0 0;
  }
  .contact__container {
    padding: 0 2.4rem;
    margin-bottom: 3.2rem;
  }
  .contact__container .title h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .contact__categories {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .contact__categories::-webkit-scrollbar {
    display: none;
  }
  .contact__categories__list {
    gap: 1.6rem;
    overflow-x: auto;
    padding-bottom: 1.6rem;
  }
  .contact__categories__item {
    padding: 1.5rem;
    white-space: nowrap;
  }
  .contact__phone {
    padding: 0 2.4rem 3.2rem 2.4rem;
  }
  .contact__phone__container {
    flex-direction: column;
    gap: 1.6rem;
  }
  .contact__phone__container__item {
    padding: 2.4rem;
    gap: 1.6rem;
  }
  .contact__phone__container__item p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .contact__cards {
    padding: 0 2.4rem 4rem 2.4rem;
    gap: 3.2rem;
  }
  .contact__cards__container {
    flex-direction: column;
    gap: 1.6rem;
  }
  .contact__cards__container .contact-card {
    max-width: 100%;
    gap: 0;
  }
  .contact__cards__container .contact-card .content {
    padding: 2.4rem;
    gap: 1.6rem;
  }
  .contact__cards__container .contact-card .content .title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .contact__cards__container .contact-card .bottom-button {
    padding: 2.4rem;
  }
  .contact__cards__forms__wrapper {
    padding: 2.4rem;
    flex-direction: column;
    gap: 3.2rem;
  }
  .contact__cards__forms__wrapper .left-div {
    padding-left: 0;
    max-width: 100%;
    position: static;
    display: none !important;
  }
  .contact__cards__forms__wrapper form {
    max-width: 100%;
  }
  .contact__units .units {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
  .contact__units .units__cards {
    gap: 2rem;
  }
  .contact__units .units__card {
    flex-direction: column;
  }
  .contact__global {
    margin-top: 8rem;
  }
  .contact__global .global {
    padding: 10rem 2rem 0rem;
  }
  .contact__global .global-map {
    position: relative;
    z-index: 10;
  }
}
.search-results {
  padding: 9rem 8rem 8rem 8rem;
}
@media (max-width: 900px) {
  .search-results {
    padding: 9rem 5% 4rem 5%;
  }
}
.search-results__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.search-results__header h2 {
  color: #393939;
  font-size: 7.2rem;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 900px) {
  .search-results__header h2 {
    font-size: 4rem;
  }
}
.search-results__header .content-search {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
}
.search-results__header .content-search input {
  flex: 1;
  display: flex;
  padding: 2.4rem;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #eff3f7;
  color: #20107f;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.search-results__header .content-search input::-moz-placeholder {
  color: #848484;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.search-results__header .content-search input::placeholder {
  color: #848484;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.search-results__header .content-checkbox {
  padding: 3.2rem 0 2.4rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2.4rem;
  border-top: 1px solid #eff3f7;
}
.search-results__header .content-checkbox p {
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
}
.search-results__header .content-checkbox .checkbox-wrapper {
  display: flex;
  padding: 2.4rem 0;
  align-content: flex-start;
  gap: 2.4rem;
  flex-wrap: wrap;
  overflow-y: auto;
  height: 45vh;
}
.search-results__header .content-checkbox .checkbox-wrapper .checkbox-item {
  max-width: 23.3rem;
  width: 100%;
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.search-results__header .content-checkbox .checkbox-wrapper .checkbox-item::before {
  display: none;
}
.search-results__header .content-checkbox .checkbox-wrapper .checkbox-item input {
  display: none;
}
.search-results__header .content-checkbox .checkbox-wrapper .checkbox-item input:checked + label::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #20107f;
  border-color: #20107f;
  position: relative;
}
.search-results__header .content-checkbox .checkbox-wrapper .checkbox-item input:checked + label .white-square-checkbox {
  display: block;
}
.search-results__header .content-checkbox .checkbox-wrapper .checkbox-item label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.search-results__header .content-checkbox .checkbox-wrapper .checkbox-item label::before {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  max-width: 1.6rem;
  max-height: 1.6rem;
  border-radius: 4px;
  border: 1px solid #848484;
}
.search-results__header .content-checkbox .checkbox-wrapper .checkbox-item .white-square-checkbox {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.search-results__header .content-checkbox .button-search {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  padding: 1.6rem 2.4rem;
  align-items: center;
  gap: 2.4rem;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
.search-results__content {
  margin-top: 2.4rem;
}
.search-results__content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.search-results__content__header h3 {
  color: #303030;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 6.4rem;
}
@media (max-width: 900px) {
  .search-results__content__header h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.search-results__content__header h3 span {
  color: #20107f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 6.4rem;
}
@media (max-width: 900px) {
  .search-results__content__header h3 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.search-results__content__results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
@media (max-width: 900px) {
  .search-results__content__results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .search-results__content__results {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-results__content__results .card {
  display: flex;
  height: auto;
  padding: 2.4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .search-results__content__results .card {
    width: 100%;
    height: 100%;
    padding: 1.6rem;
  }
}
@media (max-width: 900px) {
  .search-results__content__results .card .card__image {
    width: 100%;
  }
}
.search-results__content__results .card .card__content {
  align-items: center;
}
@media (max-width: 900px) {
  .search-results__content__results .card .card__content {
    justify-content: center;
    text-align: center;
    padding: 1.2rem;
  }
}
@media (max-width: 900px) {
  .search-results__content__results .card .card__content .card__bottom {
    display: none;
  }
}

.institute {
  position: relative;
  background: #eff3f7;
  overflow: hidden;
}
.institute__banner {
  position: relative;
  inset: 0;
  height: 100vh;
}
.institute__banner__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.institute__banner__wrapper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.institute__banner__wrapper .bg.border {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.institute__banner__wrapper .bg.border video,
.institute__banner__wrapper .bg.border img {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.institute__banner__wrapper .bg.border::before {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.institute__banner__wrapper .bg img,
.institute__banner__wrapper .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.institute__banner__wrapper .bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.2) 100%), linear-gradient(0deg, rgba(9, 30, 54, 0.3) 0%, rgba(9, 30, 54, 0.3) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}
.institute__banner__wrapper .content-institute {
  width: 100%;
  max-width: 110rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  z-index: 2;
}
.institute__banner__wrapper .content-institute .category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #dedede;
}
.institute__banner__wrapper .content-institute .category h6 {
  color: #dedede;
  font-size: 1.4rem;
  font-weight: 500;
}
.institute__banner__wrapper .content-institute .title-institute h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Panchang", sans-serif;
  font-size: clamp(2.2rem, 6.8vw, 6.8rem);
  font-weight: 700;
  line-height: 6.4rem;
  text-transform: uppercase;
}
.institute__banner__wrapper .content-institute .description-institute p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.institute__banner .button-scroll-down {
  position: absolute;
  z-index: 5;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: opacity 0.3s ease-in-out;
}
.institute__banner .button-scroll-down.fadeOut {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.institute__banner .button-scroll-down svg {
  width: 2.4rem;
  height: 2.4rem;
}
.institute__history {
  padding: 8rem 0;
  background: #eff3f7;
  width: 86%;
  margin: 0 auto;
}
.institute__history__wrapper {
  display: flex;
  gap: 8rem;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.institute__history__wrapper .left-div {
  width: 70%;
  border-top: 1px solid #20107f;
  padding: 5.6rem 0 0 0;
  position: sticky;
  top: 0;
  height: -moz-max-content;
  height: max-content;
}
.institute__history__wrapper .left-div .title h2 {
  color: #20107f;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin-bottom: 2.4rem;
}
.institute__history__wrapper .left-div .title p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.institute__history__wrapper .right-div {
  max-width: 150rem;
  width: 100%;
  height: auto;
}
.institute__history__wrapper .right-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.institute__numbers {
  padding: 8rem 14.4rem 13.6rem;
  background: #eff3f7;
}
.institute__numbers__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  width: 100%;
}
.institute__numbers__wrapper .title {
  margin-bottom: 5.6rem;
}
.institute__numbers__wrapper .title h2 {
  color: #20107f;
  font-family: "Onest", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 140%;
}
.institute__numbers__wrapper .numbers {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  gap: 6.4rem;
  width: 100%;
}
.institute__numbers__wrapper .numbers .number-item {
  flex: 1;
  padding-top: 5.6rem;
  border-top: 1px solid #72aaeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 24rem;
  margin: 0 auto;
}
.institute__numbers__wrapper .numbers .number-item .institute-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.institute__numbers__wrapper .numbers .number-item .institute-number-wrapper span {
  color: #20107f;
  font-family: "Panchang", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 43px;
}
.institute__numbers__wrapper .numbers .number-item h3 {
  color: #20107f;
  font-family: "Panchang", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 77%;
  text-align: center;
}
.institute__numbers__wrapper .numbers .number-item h5 {
  color: #393939;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.6rem;
}
.institute__numbers__wrapper .numbers .number-item p {
  color: #848484;
  font-family: "Onest", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-align: center;
}
.institute__how-it-works {
  padding: 8rem;
  background: #eff3f7;
}
.institute__how-it-works__wrapper {
  display: flex;
  gap: 8rem;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.institute__how-it-works__left-div {
  max-width: 150rem;
  width: 100%;
  height: 60rem;
}
@media screen and (min-width: 2100px) {
  .institute__how-it-works__left-div {
    height: 80rem;
  }
}
.institute__how-it-works__left-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.institute__how-it-works__right-div {
  width: 70%;
  border-top: 1px solid #20107f;
  padding: 5.6rem 0 0 0;
  position: sticky;
  top: 0;
  height: -moz-max-content;
  height: max-content;
}
.institute__how-it-works__right-div .title h2 {
  color: #20107f;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin-bottom: 2.4rem;
}
.institute__how-it-works__right-div .title p {
  color: #848484;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.institute__gallery {
  background: #eff3f7;
}
.institute__gallery__wrapper {
  padding: 4rem 0 4rem 8rem;
  border-radius: 0px 0px 40px 40px;
}
.institute__gallery__wrapper .card-gallery {
  margin-right: 4rem;
}
.institute__gallery__wrapper .card-gallery:last-child {
  margin-right: 0;
}
.institute__gallery__wrapper .slider {
  width: 100%;
}
.institute__gallery__wrapper .slider .slick-track {
  display: flex;
}

@media (max-width: 900px) {
  .institute__banner__wrapper .content-institute {
    gap: 2.4rem;
    padding: 0 2.4rem;
  }
  .institute__banner__wrapper .content-institute .category {
    padding: 1rem 2rem;
  }
  .institute__banner__wrapper .content-institute .category h6 {
    font-size: 1.2rem;
  }
  .institute__banner__wrapper .content-institute .title-institute h1 {
    line-height: 3.4rem;
  }
  .institute__banner__wrapper .content-institute .description-institute p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .institute__history {
    padding: 5.6rem 0;
    width: 100%;
  }
  .institute__history__wrapper {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2.4rem;
  }
  .institute__history__wrapper .left-div {
    width: 100%;
    position: static;
    padding: 2.4rem 0 0 0;
  }
  .institute__history__wrapper .left-div .title h2 {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 1.6rem;
  }
  .institute__history__wrapper .left-div .title p {
    line-height: 2.4rem;
  }
  .institute__numbers {
    padding: 0rem 2.4rem;
  }
  .institute__numbers__wrapper {
    gap: 2.4rem;
  }
  .institute__numbers__wrapper .title {
    margin-bottom: 0rem;
  }
  .institute__numbers__wrapper .title h2 {
    font-size: 2.2rem;
    line-height: 3.4rem;
    text-align: center;
  }
  .institute__numbers__wrapper .numbers {
    flex-direction: column;
    gap: 4rem;
  }
  .institute__numbers__wrapper .numbers .number-item {
    padding-top: 2.4rem;
    max-width: 100%;
  }
  .institute__numbers__wrapper .numbers .number-item .institute-number-wrapper {
    margin-bottom: 1.6rem;
  }
  .institute__numbers__wrapper .numbers .number-item .institute-number-wrapper span {
    font-size: 4rem;
    line-height: 3.6rem;
  }
  .institute__numbers__wrapper .numbers .number-item h3 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .institute__numbers__wrapper .numbers .number-item h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
  }
  .institute__numbers__wrapper .numbers .number-item p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .institute__how-it-works {
    padding: 5.6rem 2.4rem;
  }
  .institute__how-it-works__wrapper {
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .institute__how-it-works__left-div {
    height: 40rem;
  }
  .institute__how-it-works__right-div {
    width: 100%;
    position: static;
    padding: 2.4rem 0 0 0;
  }
  .institute__how-it-works__right-div .title h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 1.6rem;
  }
  .institute__how-it-works__right-div .title p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .institute__gallery__wrapper {
    padding: 0rem 0 0rem 2.4rem;
    border-radius: 0;
  }
  .institute__gallery__wrapper .card-gallery {
    overflow: visible;
    padding: 0 2rem 2rem 2rem;
    margin-right: 2.4rem;
    height: 35rem;
    margin-bottom: 4rem;
  }
  .institute__gallery__wrapper .card-gallery:last-child {
    margin-right: 0;
  }
  .institute__gallery__wrapper .card-gallery .bottom-content {
    padding: 0;
  }
  .institute__gallery__wrapper .card-gallery .bottom-content h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .institute__gallery__wrapper .card-gallery .bottom-content .line-div .line {
    margin: 0 0 1.6rem 0;
  }
  .institute__gallery__wrapper .card-gallery .buttons {
    left: 1.6rem;
    bottom: -4rem;
    justify-content: flex-start;
  }
  .institute__gallery__wrapper .card-gallery .buttons button {
    background: #20107f;
  }
  .institute__gallery__wrapper .card-gallery .buttons button svg path {
    fill: #ffffff;
  }
}
.privacy-policy__container,
.cookies-policy__container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 8rem 2rem;
}
.privacy-policy__container h1,
.cookies-policy__container h1 {
  color: #393939;
  text-align: center;
  font-size: clamp(3.2rem, 6.8vw, 6.4rem);
  font-weight: 200;
  line-height: 7.4rem;
}
.privacy-policy__content,
.cookies-policy__content {
  margin-top: 4rem;
}
.privacy-policy__content p,
.cookies-policy__content p {
  color: #393939;
  font-family: "Onest", sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 500;
  line-height: 3.3rem;
}

/* ========= COMPONENTES ========== */
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.1rem;
  border-radius: 16px;
  background: #eff3f7;
}
.card:hover {
  border-bottom: 1px solid #72aaeb;
}
.card .card__image {
  display: flex;
}
.card .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.4rem;
  gap: 8px;
}
.card .card__content h3 {
  max-width: 21rem;
  color: #303030;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.card .card__content .card__bottom {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card .card__content .card__bottom .card__link-text {
  color: #20107f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.button {
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.button.dark-button {
  background: rgba(255, 255, 255, 0.2);
}
.button.dark-button svg path {
  fill: #72aaeb;
}
.button.dark-button:hover {
  background: #72aaeb;
}
.button.dark-button:hover svg path {
  fill: #110462;
}
.button.light-button {
  background: #72aaeb;
}
.button.light-button svg path {
  fill: #110462;
}
.button.light-button:hover {
  background: #110462;
}
.button.light-button:hover svg path {
  fill: #72aaeb;
}

.card-download {
  position: relative;
  background: #eff3f7;
  padding: 0 3.2rem 3.2rem 3.2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 30rem;
  border-radius: 24px;
}
.card-download:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 123, 255, 0.5);
}
.card-download .card-download__icon {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  display: flex;
  height: 6.4rem;
  width: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background: #72aaeb;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
.card-download .card-download__icon img {
  width: 1.6rem;
  height: 1.6rem;
}
.card-download:hover .card-download__icon {
  transform: scale(1.1);
}
.card-download .card-download__text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.6rem;
}
.card-download .card-download__text h5 {
  color: #393939;
  font-size: 2rem;
  font-weight: 500;
}
.card-download .card-download__text p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  color: #848484;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.6rem;
}

@media (max-width: 900px) {
  .card-download {
    height: 20rem;
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
  .card-download .card-download__icon {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .card-download .card-download__icon {
    padding: 1.6rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.card-gallery {
  position: relative;
  height: 72rem;
  border-radius: 16px;
  overflow: hidden;
}
.card-gallery:last-child {
  margin-right: 0;
}
.card-gallery video {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.card-gallery video:hover .bg img {
  scale: 1.1;
}
.card-gallery .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.card-gallery .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 16, 127, 0) 0%, rgba(32, 16, 127, 0.3) 100%);
  z-index: 2;
}
.card-gallery .bg .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  transition: transform 0.2s ease;
}
.card-gallery .bg .video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.card-gallery .bg video,
.card-gallery .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.3s ease;
}
.card-gallery .bottom-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  z-index: 3;
  padding: 0 4rem 4rem 4rem;
  gap: 2.4rem;
}
.card-gallery .bottom-content h4 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.card-gallery .bottom-content .line-div {
  position: relative;
  width: 100%;
  display: flex;
  gap: 4rem;
}
.card-gallery .bottom-content .line-div .line {
  background: rgba(255, 255, 255, 0.6);
  width: 80%;
  height: 1px;
  margin: 3.2rem 0;
}
.card-gallery .buttons {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.card-gallery .buttons button {
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 20;
  border-radius: 200px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.card-gallery .buttons button svg {
  width: 2.4rem;
  height: 2.4rem;
}

.infinite-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #eff3f7;
  border-radius: 40px 40px 0px 0px;
  padding: 11.2rem 0 8rem 0;
}
.infinite-text__slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  animation: infiniteScroll 20s linear infinite;
}
.infinite-text__slide h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfcfcf;
  font-family: "Panchang", sans-serif;
  font-size: 7.6rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.infinite-text__slide h3:last-child::after {
  margin: 0 0 0 4.2rem;
}
.infinite-text__slide h3::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2rem;
  background: #cfcfcf;
  border-radius: 60%;
  margin: 0 4.2rem;
}

@keyframes infiniteScroll {
  to {
    transform: translateX(calc(-100% - 4rem));
  }
}
@media (max-width: 900px) {
  .infinite-text {
    padding: 2.4rem 0;
  }
  .infinite-text__slide h3 {
    font-size: 3.8rem;
    line-height: 6.4rem;
    letter-spacing: -0.38px;
    font-weight: 700;
    font-family: "Panchang", sans-serif;
    color: #cfcfcf;
  }
  .infinite-text__slide h3::after {
    width: 1.6rem;
    height: 1.2rem;
    margin: 0 2.4rem;
  }
}
.contact__form__group__agreement {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.contact__form__group__agreement .form-group {
  width: 100%;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.contact__form__group__agreement .form-group #cookies {
  height: auto;
}
.contact__form__group__agreement .form-group .contact__form__group__agreement__link {
  color: #ffffff !important;
}
.contact__form__group__agreement .form-group label {
  color: #393939;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem !important;
}
.contact__form__group__agreement .form-group label a {
  text-decoration: underline;
  color: #20107f;
}
.contact__form__group__agreement .form-group input[type=checkbox] {
  margin: 0;
  padding: 0;
  width: 1.8rem;
  height: 1.8rem;
  accent-color: #20107f;
  border-radius: 50%;
  transition: border-color 0.3s;
}

.news__more-content__item:hover .news-left-content__image .hover-content {
  opacity: 1;
}
.news__more-content__item__content {
  padding: 6.4rem 0;
  display: flex;
  gap: 13.6rem;
  width: 100%;
}
.news__more-content__item__content .news-left-content {
  display: flex;
  gap: 5.6rem;
}
.news__more-content__item__content .news-left-content__image {
  position: relative;
  width: 36rem;
  height: 36rem;
  border-radius: 1.6rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.news__more-content__item__content .news-left-content__image .hover-content {
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 10;
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #20107f;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
.news__more-content__item__content .news-left-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
.news__more-content__item__content .news-left-content__date {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.news__more-content__item__content .news-left-content__date__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.news__more-content__item__content .news-left-content__date__wrapper .day {
  color: #20107f;
  font-size: 10.4rem;
  font-weight: 600;
  line-height: normal;
}
.news__more-content__item__content .news-left-content__date__wrapper .month {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.35;
  color: #393939;
  width: 13.7rem;
}
.news__more-content__item__content .news-right-content .title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.7rem;
  color: #393939;
  flex: 1;
}

@media (max-width: 900px) {
  .news__more-content__item__content {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
  }
  .news__more-content__item__content .news-left-content {
    flex-direction: column;
    gap: 1rem;
  }
  .news__more-content__item__content .news-left-content__image {
    width: 100%;
    height: 20rem;
  }
  .news__more-content__item__content .news-left-content__image .hover-content {
    display: none;
  }
  .news__more-content__item__content .news-left-content__date__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .news__more-content__item__content .news-left-content__date__wrapper .day {
    font-size: 5.2rem;
  }
  .news__more-content__item__content .news-left-content__date__wrapper .month {
    font-size: 1.6rem;
  }
  .news__more-content__item__content .news-right-content .title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.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: Arial, Helvetica, sans-serif;
}
.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;
}

.body-bg-default {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.body-bg-blue {
  background-color: #20107f;
  transition: background-color 0.3s ease;
}

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