:where(.wp-site-blocks :focus) {
  outline-width: 0 !important;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0!important;
}

.cx-container-oportunities,
.cx-container-list-cases { 
  width: min(1128px, 100%); 
  margin: 0 auto; 
  padding: 32px 0px;
  gap: 48px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199.98px) {
  .cx-container-list-cases { 
    box-sizing: border-box;
    padding: 24px 16px;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .cx-container-oportunities {
    box-sizing: border-box;
    padding: 0px;
    align-items: center;
  }
}


.cx-section-card-tecnology {
  padding: 64px 0;
}

.cx-container-card-tecnology {
  width: min(1128px, 100%);
  margin: 0 auto;
  gap: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cx-container-card-tecnology-cards {
  display: flex;
  gap: 56px;
 
}

.cx-container-card-tecnology-title-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cx-card-tecnology-title {
  color: var(--cx-color-blue-600);
}

.cx-container-card-tecnology-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cx-card-tecnology-box {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: var(--cx-color-gray-200);
  justify-content: center;
}

@media (max-width: 767.98px){
  .cx-card-tecnology-box img,
  .cx-container-card-tecnology-title-icon img {
    height: 32px;
    width: 66px;
  }

  .cx-card-tecnology-box {
    padding: 8px;
  }
  
  .cx-section-card-tecnology {
    padding: 40px 16px;
  }

  .cx-container-card-tecnology {
    gap: 24px;
  }
  
  .cx-container-card-tecnology-cards {
    gap: 24px;
  }

  .cx-container-card-tecnology-cards{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .cx-container-card-tecnology-cards > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

.cx-card-dropdown {
  padding: 0; 
  align-self: start;
}

.cx-card-dropdown > summary {
  list-style: none;
}
.cx-card-dropdown > summary::-webkit-details-marker {
  display: none;
}

.cx-card-dropdown.cx-card {
  gap: 0;
  box-sizing: border-box;
  width: 100%;
}

.cx-card-dropdown.cx-card[open] {
  gap: 16px;
}

.cx-card-dd__icon {
  color: var(--cx-color-blue-600);
}

.cx-card-dropdown.cx-card[open] .cx-card-dd__icon {
  transform: rotate(180deg);
   transition: transform 0.25s ease;
}

.cx-card-dd__summary {
  display: flex;
  place-items: center;
  padding: 16px;
  cursor: pointer;
  user-select: none;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  transition: transform 0.25s ease;
}

.cx-card-dd__noicon {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: var(--cx-color-gray-200);
}

.cx-card-dd__summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.cx-card-dd__content {
  padding: 0 16px 16px 16px;
}

.cx-card-dropdown[open] .cx-card-dd__summary {
  padding-bottom: 8px;
}

.cx-card-dropdown{
  position: relative;
  overflow: hidden;
}

.cx-card-dropdown[open] > summary.cx-card-dd__summary{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cx-card-dropdown > summary::-webkit-details-marker{ display:none; }
.cx-card-dropdown > summary{ list-style:none; }


@media (max-width: 767.98px) {
  .cx-card-dd__content,
  .cx-card-dd__summary { 
    padding: 0;
  }
}

/* FILE: /mnt/data/src/src/components/BlockBannerCircle.astro */
.cx-section {
  padding: 64px 0;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center top;
}

.cx-section-banner-circle {
  padding: 64px 0;
  background-image: var(--bg-image-banner-circle-lg);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1128px) {
  .cx-section-banner-circle {
    background-image: var(--bg-image-banner-circle-md);
  }
}

@media (max-width: 575.98px) {
  .cx-section-banner-circle {
    background-image: var(--bg-image-banner-circle-xs);
  }
}


.cx-card-banner-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.cx-banner-circle-box {
  display: flex;
  background-color: var(--cx-color-blue-600);
  color: var(--cx-color-gray-100);
  border-radius: 48px;
  min-height: 220px;
  overflow: visible;
}

.cx-banner-circle-box-content {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 16px;
  justify-content: center;
}

.cx-banner-circle-container-left {
  justify-content: flex-end;
  display: flex;
}

.cx-banner-circle-container-right {
  justify-content: flex-start;
  display: flex;
}

.cx-banner-circle-box-content--title {
  line-height: 35px;
  color: var(--cx-color-green-600);
  font-size: 28px;
}

.cx-card-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.cx-banner-circle-box-left img,
.cx-banner-circle-box-right img {
  width: 352px;
  height: 352px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
}

.cx-banner-circle-box-right,
.cx-banner-circle-box-left {
  position: relative;
  height: 352px;
  min-width: 520px;
}

.cx-banner-circle-box-right .cx-card-banner-content,
.cx-banner-circle-box-left .cx-card-banner-content {
  height: 85%;
  width: 75%;
  align-items: start;
  text-align: start;
}

.cx-banner-circle-box-right {
  padding-right: 220px;
}

.cx-banner-circle-box-left {
  justify-content: flex-end;
  padding-left: 220px;
}

.cx-banner-circle-box-left img {
  left: -130px;
}

.cx-banner-circle-box-right img {
  right: -130px;
}

.cx-container-banner-circle {
  align-items: center;
}

@media (max-width: 768px) {
  .cx-section-banner-circle {
    padding: 0;
  }

  .cx-card-banner-circle {
    height: 100%;
    width: 328px;
  }

  .cx-banner-circle-container-right .cx-banner-circle-box img {
    width: 328px;
    height: 328px;
    bottom: -140px;
    right: 0;
  }

  .cx-banner-circle-container-left .cx-banner-circle-box img {
    width: 328px;
    height: 328px;
    bottom: 0;
    left: 0;
    top: -140px;
  }

  .cx-banner-circle-box-right {
    padding-right: 0px;
    padding-bottom: 200px;
  }

  .cx-banner-circle-box-left {
    padding-left: 0px;
    padding-top: 200px;
  }

  .cx-banner-circle-container-right {
    margin-bottom: 100px;
  }

  .cx-banner-circle-container-left {
    margin-top: 200px;
  }

  .cx-banner-circle-box {
    height: 100%;
    min-width: 100%;
  }

  .cx-banner-circle-box-content {
    justify-content: flex-start;
  }

  .cx-banner-circle-box-content--title {
    font-size: 20px;
  }
}

/* FILE: /mnt/data/src/src/components/BlockBannerTexts.astro */
.cx-grid-banner-text {
  display: grid;
  gap: 24px;
}

.cx-grid-banner-text > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
}

.cx-card-banner {
  display: flex;
}

.cx-card-banner-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
}

@media (max-width: 767.98px) {
  .cx-card-banner-content {
    padding: 16px;
    gap: 8px;
  }
}


.cx-card-banner.cx-hover-card-blue:hover {
  background-color: var(--cx-color-blue-600);
  color: var(--cx-color-gray-100);
}

.cx-card-banner.cx-hover-card-green:hover .cx-card-banner-content--title {
  background-color: var(--cx-color-green-600);
  color: var(--cx-color-gray-100);
}

.cx-card-banner-content--title {
  color: var(--cx-color-blue-600);
  line-height: 35px;
}

.cx-card-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* FILE: /mnt/data/src/src/components/BlockBoxConnect.astro */
.cx-box-connect {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cx-box-connect-lines {
  position: relative;
  top: -5px;
  width: 587px;
  height: 71px;
}

.cx-box-connect-top {
  display: flex;
  align-items: center;
}

.cx-box-connect-bottom {
  display: flex;
}

.cx-box-connect-box {
  border: 2px solid gray;
  width: 544px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 48px;
  border-top-left-radius: 48px;
  border-top-right-radius: 24px;
  padding: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cx-box-connect-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.cx-box-connect-label {
  font-size: 20px;
  font-weight: 500;
  color: var(--cx-color-blue-600);
}

.cx-box-connect-box:hover {
  background-color: var(--cx-color-blue-600);
  color: var(--cx-color-gray-100);
}

.cx-box-connect-box:hover .cx-box-connect-label {
  color: var(--cx-color-gray-100);
}

.cx-box-connect-desktop {
  display: flex;
}
.cx-box-connect-mobile {
  display: none;
}

.cx-box-connect-box--up {
  position: relative;
  top: -5px;
}

@media (min-width: 768px) and (max-width: 1350px) {
  .cx-box-connect-box {
    width: 100%;
    height: 100px;
  }

  .cx-box-connect-label {
    font-size: 15px;
  }

  .cx-box-connect-lines {
    top: 0px;
  }
}

@media (max-width: 768px) {
  .cx-box-connect-desktop {
    display: none;
  }
  .cx-box-connect-mobile {
    display: flex;
  }

  .cx-box-connect {
     width: 100%;
  }

  .cx-box-connect-top {
    flex-direction: column;
    width: 85%;
  }

  .cx-box-connect-box {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 29px;
  }

  .cx-box-connect-lines {
    width: 50%;
    height: 100%;
  }

  .cx-box-connect-label {
    font-size: 16px;
    width: 250px;
  }

  .cx-box-connect-lines {
    top: 0px;
  }

  .cx-box-connect-box--up {
    top: 0;
    width: 100%;
  }

}

/* FILE: /mnt/data/src/src/components/BlockBoxTimeline.astro */
.cx-content {
  display: none;
}

.cx-content.is-active {
  display: block;
}

.cx-timeline-box {
  position: relative;
  display: flex;
  width: 100%;
}

.cx-steps {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.cx-timeline-line {
  height: 2px;
  background: var(--cx-color-blue-600);
  width: 80%;
  position: absolute;
  top: 25%;
  left: 10%;
}

.cx-step {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.cx-step .cx-label {
  color: var(--cx-color-blue-600);
}

.cx-step.is-active .cx-pill {
  background-color: var(--cx-color-blue-600);
  border: 2px solid var(--cx-color-green-600);
  color: var(--cx-color-gray-100);
}
.cx-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 32px;
  border-radius: 999px;
  border: 2px solid var(--cx-color-blue-600);
  background: var(--cx-color-gray-200);
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  width: fit-content;
  color: var(--cx-color-blue-600);
}

.cx-label {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .cx-timeline-box {
    position: initial;
    justify-content: center;
  }

  .cx-banner-circle-tag {
    display: none;
  }

  .cx-label {
    font-size: 16px;
  }

  .cx-timeline-line {
    display: none;
  }
  

  .cx-steps {
    gap: 50px;
    cursor:pointer;
  }
}

/* FILE: /mnt/data/src/src/components/BlockCardParagraph.astro */
.cx-hero-paragraph-texts {
  position: relative;
  width: 100%;
}

.cx-hero-paragraph-texts__media {
  position: relative;
  width: 100%;
}

.cx-hero-paragraph-texts__picture,
.cx-hero__img {
  width: 100%;
  height: 100%;
}

.cx-hero-paragraph-texts__picture {
  display: block;
}

img.cx-hero-paragraph-texts__img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.cx-hero-paragraph-texts__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}

.cx-hero-paragraph-texts__inner {
  max-width: 1128px;
  margin: 0 auto;
  padding: 48px 24px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.cx-hero-paragraph-texts__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.cx-hero-paragraph-texts__tag {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: var(--cx-color-gray-100);
}

img.cx-hero-paragraph-texts__icon {
  width: fit-content;
  height: 32px;
}

.cx-hero-paragraph-texts__subtitle {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: var(--cx-color-green-500);
  text-align: center;
}

.cx-hero-paragraph-texts__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  color: var(--cx-color-green-500);
}

.cx-hero-paragraph-texts__description {
  font-size: 20px;
  font-weight: 500;
  color: var(--cx-color-gray-100);
  width: 70%;
  text-align: center;
}



@media (max-width: 967.98px) {
  .cx-hero-paragraph-texts__subtitle,
  .cx-hero-paragraph-texts__title {
    font-size: 22px;
    line-height: 30px;
  }

  .cx-hero-paragraph-texts__description {
    font-size: 14px;
    width: 90%;
  }

  img.cx-hero-paragraph-texts__icon {
    height: 20px;
  }

  img.cx-hero-paragraph-texts__img {
    height: 532px;
  }

  .cx-hero-paragraph-texts__tag {
    font-size: 18px;
  }

  .cx-hero-paragraph-texts__inner {
    gap: 20px;
    padding: 16px;
  }

  .cx-hero-paragraph-texts__box {
    gap: 10px;
  }
}

@media (min-width: 968px) and (min-width: 1500px) {
  .cx-hero-paragraph-texts__box {
    gap: 10px;
  }
}


/* FILE: /mnt/data/src/src/components/BlockBannerActions.astro */
.cx-hero-actions {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cx-bnr__wrap {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  max-height: 600px;
}
.cx-bnr__media{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cx-bnr__media picture{
  display: block;
  width: 100%;
  height: 100%;
}

.cx-hero-actions img.cx-bnr__img {
  height: 100%;
}

.cx-bnr__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cx-bnr__inner {
  position: relative;
  z-index: 2;
  width: min(1128px, 100%);
  margin: 0 auto;
  min-height: 450px;
  padding: 64px 0px;
  display: grid;
  place-items: center;
  text-align: center;
}
.cx-bnr__content {
  max-width: 860px;
  display: grid;
  gap: 24px;
  color: #fff;
}

.cx-bnr__subtitle {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.cx-bnr__wrap{
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .cx-bnr__content {
    gap: 12px;
  }

  span.cx-bnr__desc {
    font-size: 14px;
  }

  .cx-bnr__subtitle {
    font-size: 18px;
  }

  .cx-hide-mobile {
    display: none;
  }
}

.cx-bnr__title {
  color: var(--cx-color-green-600);
}

.cx-bnr__desc {
  margin: 0 auto;
  max-width: 78ch;
  font-size: 20px;
  color: var(--cx-color-gray-100);
  letter-spacing: 0px;
}

.cx-bnr__buttons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 768px) {
  .cx-bnr__buttons {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}


@media (max-width: 575.98px) {
  .cx-bnr__wrap {
    min-height: clamp(320px, 55vh, 520px);
  }
  .cx-bnr__inner {
    padding: 16px;
    width: auto;
    min-height: 530px;
  }

  .cx-bnr__desc {
    font-size: 14px;
  }
}

/* FILE: /mnt/data/src/src/components/BlockCardTexts.astro */
.cx-section-card-texts {
  padding: 64px 0;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 768px) {
  .cx-section-card-texts {
    padding: 48px 16px;
    display: flex;
    flex-direction: column;
  }
}

.cx-container-card-texts {
  width: min(1176px, 100%);
  border-radius: 48px;
  margin: 0 auto;
  padding: 32px 48px;
  gap: 48px;
  display: flex;
  flex-direction: column;
}


@media (max-width: 968px) {
  .cx-grid--normal > :last-child:nth-child(odd) {
    width: auto;
  }
}

.cx-grid--normal.cols-d-3 > :last-child:nth-child(odd) {
  grid-column: initial;
  max-width: 100%;
}

@media (max-width: 1899.98px) {
  .cx-grid--normal.cols-d-3 > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

.cx-card-inline-content.cols-d-3 > :nth-last-child(1):nth-child(3n + 1),
.cx-card-inline-content.cols-d-3 > :nth-last-child(2):nth-child(3n + 1),
.cx-card-inline-content.cols-d-3 > :nth-last-child(2):nth-child(3n + 2) {
  grid-column: 1 / -1;
  justify-self: center;
}

.cx-card.cx-card-inline-content {
  flex-direction: row;
  justify-content: center;
  border-radius: 50px;
}

/* FILE: /mnt/data/src/src/components/BlockCardTextsGrid.astro */
.cx-card-text-grid {
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--cx-color-blue-600);
}



.cx-mosaic {
  display: grid;
  gap: 24px;
}

.cx-mosaic__row {
  display: grid;
  gap: 24px;
  justify-content: center;
}

.cx-mosaic__row--single {
  grid-template-columns: 1fr 552px 1fr;
}

.cx-mosaic__row--pair {
  grid-template-columns: 552px 552px;
}

.cx-mosaic-full .cx-mosaic__row--single {
  grid-template-columns: 1fr;
}

.cx-mosaic-full .cx-mosaic__ph {
  display: none;
}

.cx-mosaic__ph {
  background: #f2eded;
  border-radius: 18px;
  min-height: 160px;
}

.cx-container.cx-hover-box-cream:hover .cx-mosaic__ph {
  background: #f6ffdc;
}

.cx-card-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .cx-mosaic__row--single,
  .cx-mosaic__row--pair {
    grid-template-columns: 1fr;
  }
  .cx-mosaic__ph {
    display: none;
  }

  .cx-card-text-grid {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cx-card-text-grid {
    width: 90%;
  }
}

.cx-card-text-grid.cx-card-inline-content {
  flex-direction: row;
  justify-content: center;
  border-radius: 50px;
  width: 100%;
}

/* FILE: /mnt/data/src/src/components/BlockCarouselTag.astro */
.cx-tags {
  padding: 64px 0;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center top;
}

.cx-box-hover .cx-tag:hover {
  background-color: var(--cx-color-blue-500);
  color: var(--cx-color-gray-100);
}

.cx-tags__container {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}
.cx-tags.is-contained .cx-tags__viewport {
  margin-left: 108px;
  overflow-x: auto;
}


.cx-tags.is-contained .cx-tags__track {
  padding-right: 0;
}

.cx-tags.is-full .cx-tags__container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cx-tags__viewport {
  cursor: grab;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: none;
}

.cx-tags__viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.cx-tags__viewport:active {
  cursor: grabbing;
}

.cx-tags__track {
  display: flex;
  gap: 24px;
  align-items: center;
  white-space: nowrap;
  padding-left: 108px;
  width: max-content;
  min-width: 100%;
  user-select: none;
  cursor: grab;
}

.cx-tags.is-contained .cx-tags__track {
  padding-left: 0px;
}

.cx-tags__track.is-dragging {
  cursor: grabbing;
}



.cx-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 24px 32px;
  border-radius: 999px;
  white-space: nowrap;
}

.cx-tag__icon {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.cx-tag__text {
  display: inline-block;
  font-size: 20px;
  user-select: none;
  font-weight: 500;
  letter-spacing: 0px;
  color: var(--cx-color-blue-600);
}


@media (max-width: 768px) {
  .cx-tags {
    display: flex;
    padding: 44px 0;
  }

  .cx-tag {
    padding: 10px 14px;
    font-size: 13px;
  }

  .cx-tags__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
  }
  
  .cx-tags.is-contained .cx-tags__viewport {
    margin-left: 0px;
    position: initial;
    overflow-x: initial;
    overflow-y: initial;
  }

  .cx-tags.is-contained .cx-tags__track {
    flex-direction: column;
  }

  span.cx-tag__text {
    font-size: 14px;
    text-align: center;
  }

  .cx-tags__track {
    width: 100%;
    gap: 12px;
    padding: 10px 16px 12px;
  }

  .cx-tag {
    white-space: normal;
  }

  .cx-tag__icon {
    width: 40px;
    height: 40px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .cx-tags__viewport {
    scroll-behavior: auto;
  }
}

.cx-hover-card-blue .cx-tag:hover,
.cx-hover-card-blue .cx-tag:hover .cx-tag__text {
  background-color: var(--cx-color-blue-500);
  color: var(--cx-color-gray-100);
}


/* FILE: /mnt/data/src/src/components/BlockCasesTextsBanner.astro */
.cx-section-cases-texts {
  padding: 64px 0;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center top;
}

.cx-cases-texts {
  position: relative;
}

.cx-cases-texts-box {
  max-width: 1128px;
  margin: 0 auto;
  position: relative;
  height: 1050px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  z-index: 1;
  padding-top: 72px;
}

.cx-cases-texts-bottom {
  height: 408px;
  background-color: var(--bg-color-header);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
}

.cx-cases-texts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
}

.cx-cases-texts-img {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 0;
}

.cx-cases-texts-label {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 4px solid #a4dc00;
  padding-bottom: 4px;
  width: fit-content;
  color: var(--cx-color-blue-600);
}

.cx-cases-texts-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cx-cases-texts-icon-fallback {
  height: 88px;
  width: 88px;
  border-radius: 50px;
  background: #e3ff95;
}

.cx-cases-texts-bottom-logo {
  width: auto;
  max-width: 350px;
}

.cx-cases-texts-bottom-box {
  margin: 0 auto;
  width: 1128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .cx-section-cases-texts { 
    padding: 26px 0px;
  }

  .cx-cases-texts-box {
    height: 770px;
    padding-top: 0;
    gap: 32px;
  }

  .cx-cases-texts-content {
    gap: 8px;
  }
  .cx-cases-texts-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cx-cases-texts-bottom {
    height: 190px;
  }

  .cx-cases-texts-bottom-box .cx-cases-texts-bottom-logo {
    max-width: 200px;
    margin-bottom: 30px;
  }

  .cx-cases-texts-bottom-box {
    align-items: center;
    justify-content: end;
  }

  .cx-cases-texts-img {
    bottom: 65px;
    right: auto;
  }

  .cx-cases-texts-label {
    font-size: 18px;
    color: var(--cx-color-blue-600);
  }

  img.cx-cases-texts-icon {
    width: 56px;
  }
}

/* FILE: /mnt/data/src/src/components/BlockContactForm.astro */
.cx-contact {
  padding: 56px 18px;
}

.cx-contact__card {
  max-width: 1128px;
  margin: 0 auto;
  background: var(--cx-color-gray-100);
  border-radius: 48px;
  padding: 96px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.cx-contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.cx-contact__title {
  font-size: 36px;
}

.cx-contact__subtitle {
  max-width: 62ch;
}


.cx-field {
  display: grid;
  gap: 6px;
}

.cx-error {
  min-height: 14px;
  font-size: 11px;
  color: #b00020;
}

.cx-actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cx-recaptcha__box {
  width: 280px;
  height: 64px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  place-items: center;
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  background: #fafafa;
}

.cx-status {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  color: rgba(13, 36, 88, 0.75);
}

.cx-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}



/* FILE: /mnt/data/src/src/components/BlockHeader.astro */
:global(.cx-bnr__inner),
:global(.cx-case__inner),
:global(.cx-bcar__inner) {
  padding-top: 120px;
}

@media (max-width: 575.98px) {
  :global(.cx-bnr__inner),
  :global(.cx-case__inner),
  :global(.cx-bcar__inner) {
    padding-top: 95px;
  }
}

/* FILE: /mnt/data/src/src/components/BlockHeroInterest.astro */
.cx-hero-interest {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.cx-hero-interest__media{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cx-hero-interest__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cx-hero-interest-container{
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .cx-hero-interest {
    width: 100%;
    align-items: flex-start;
  }

  .cx-hero-interest {
    height: 100%;
  }

  .cx-hero-interest:has(.cx-hero-interest__media) {
    height: 580px;
  }

  .cx-hero-interest-container {
    width: 100vw;
    padding: 0 10px;
    gap: 32px;
  }
}

@media (min-width:768px) and (max-width:1128px)  {

  .cx-hero-interest-container {
    padding: 0 36px;
  }

  .cx-hero-interest-container--right  .cx-hero-interest-box,
  .cx-hero-interest-container--left  .cx-hero-interest-box {
     max-width: 330px;
  }
}


.cx-hero-interest-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1128px;
}

.cx-hero-interest-container--center {
  align-items: center;
  text-align: center;
}

.cx-hero-interest-container--right {
  align-items: flex-end;
  text-align: right;
}

.cx-hero-interest-container--left {
  align-items: flex-start;
  text-align: left;
}

@media (max-width: 767.98px) {
  .cx-hero-interest-container--right,
  .cx-hero-interest-container--left {
    align-items: center;
    text-align: center;
  }
}


.cx-hero-interest-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: fit-content;
}

/* FILE: /mnt/data/src/src/components/BlockImageSideText.astro */
.cx-container-image-text {
  width: min(1554px, 100%);
  margin: 0 auto;
  gap: 48px;
  display: flex;
  flex-direction: column;
}


.cx-card-banner {
  display: flex;
}

.cx-container-image-text-box {
  display: flex;
  gap: 64px;
  align-items: center;
}

.cx-container-image-text-box--right {
  display: flex;
  flex-direction: row-reverse;
}

.cx-card-banner:hover {
  background-color: var(--cx-color-blue-600);
}

.cx-card-banner:hover .cx-card-banner-content--title {
  color: var(--cx-color-green-600);
}

.cx-card-banner:hover .cx-card-text span {
  color: var(--cx-color-gray-100);
}

.cx-card-banner-content--title {
  line-height: 35px;
}

.cx-card-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* FILE: /mnt/data/src/src/components/BlockListCases.astro */
.cx-section-list-cases {
  background-image: var(--bg-image-list-cases);
  background-repeat: no-repeat;
  background-position: center top;
}

.cx-list-cases-container-title {
  padding: 48px 32px;
  color: var(--cx-color-blue-600);
}

@media (max-width: 968px) {
  .cx-list-cases-container-title {
    padding: 22px 0 0;
  }
}

.cx-card-bg-gray .cx-case-card {
  background-color: var(--cx-color-gray-200);
  border-color: var(--cx-color-gray-300);
}

.cx-border-radius {
  border-radius: 50px;
}

.cx-case-card_tag {
  font-weight: 600;
  color: var(--cx-color-blue-600);
}
.cx-case-card__action {
  display: flex;
}

.cx-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 767.98px) {
  .cx-case-grid {
    grid-template-columns: 1fr;
  }
}

.cx-case-card {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid var(--cx-color-gray-200);
  scroll-snap-align: start;
  overflow: hidden;
}

.cx-case-card:hover {
  border-color: var(--cx-color-green-600) !important;
}

.cx-case-card__media-wrap {
  position: relative;
  height: 300px;
  overflow: hidden;
}

@media (max-width: 968px) {
  .cx-case-card__media-wrap {
    height: 200px;
  }
}

.cx-case-card__media {
  background: var(--cx-color-gray-300);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.cx-case-card:hover .cx-case-card__media {
  transform: scale(1.05);
}

.cx-case-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  align-items: flex-start;
  text-align: start;
  background-color: var(--cx-color-gray-200);
}

.cx-case-card__title {
  margin: 0;
  font-weight: 500;
  line-height: 36px;
  color: var(--cx-color-blue-600);
}

.cx-case-card__desc {
  font-size: 18px;
  color: var(--cx-color-blue-600);
}

.cx-cases-panel {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.cx-cases-panel-title {
  color: var(--cx-color-blue-600);
  font-weight: 500;
  font-size: 36px;
}

/* FILE: /mnt/data/src/src/components/BlockListTag.astro */
.cx-container-list-tag,
.cx-container-list-tag-grid {
  border-radius: 48px;
  margin: 0 auto;
  padding: 32px 48px;
  gap: 48px;
  display: flex;
  flex-direction: column;
  color: var(--cx-color-blue-600);
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .cx-container-list-tag,
  .cx-container-list-tag-grid {
    padding: 0;
    gap: 24px;
  }

  .cx-container-list-tag--padding {
    padding: 24px 16px;
  }

  .cx-cases-panel-title {
    font-size: 22px;
  }

  .cx-case-card__body {
    text-align: center;
    align-items: center;
  }

  .cx-case-card__title {
    font-size: 18px;
  }
}

.cx-box-hover .cx-card:hover {
  background-color: var(--cx-color-blue-500);
  color: var(--cx-color-gray-100);
}

.cx-list-tags {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.cx-card-list-tag {
  border-radius: 50px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 496px;
}

.cx-card-list-tag.cx-card-inline-content {
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .cx-list-tags {
    gap: 16px;
  }
  .cx-list-tags .cx-card,
  .cx-card-list-tag {
    width: fit-content;
    padding: 16px 24px;
  }

  .cx-list-tags .cx-card .cx-card-icon,
  .cx-list-tags .cx-card .cx-card-icon img,
  .cx-card-list-tag .cx-card-icon,
  .cx-card-list-tag .cx-card-icon img {
    width: 24px;
    height: 24px;
  }
}

.cx-card-list-tag-title {
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .cx-card-list-tag-title {
    font-size: 14px;
  }
}

.cx-card-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* FILE: /mnt/data/src/src/components/BlockListTagGrid.astro */
.cx-container {
  border-radius: 48px;
}


.cx-grid--normal.cols-d-3 > :last-child:nth-child(odd) {
  grid-column: initial;
  max-width: 100%;
}

@media (max-width: 1899.98px) {
  .cx-grid--normal.cols-d-3 > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

.cx-container-full {
  width: 90%;
}

@media (max-width: 768px) {
  .cx-container-full {
    width: auto;
  }
}

.cx-card {
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 496px;
  color: var(--cx-color-blue-600);
}

.cx-card.cx-card-full-width {
  width: 100%;
}

@media (max-width: 768px) {
  .cx-card {
    width: 90%;
    min-width: 90%;
  }

  .cx-card-text-grid {
    width: 90%;
  }
}
.cx-card-title {
  font-size: 28px;
  line-height: 35px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0px;
}

.cx-card.cx-card-inline-content {
  flex-direction: row;
  justify-content: center;
  border-radius: 50px;
}

.cx-card-inline-content .cx-card-title {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .cx-card-inline-content .cx-card-title,
  .cx-card-title {
    font-size: 18px;
    line-height: 24px;
  }
}


/* FILE: /mnt/data/src/src/components/BlockParagraphLogos.astro */
.cx-section-bg--gray {
  background-color: var(--cx-color-gray-200);
}

.cx-section-bg--gray .cx-container {
  background-color: #fff;
  border-radius: 48px;
}

.cx-heading {
  text-align: center;
  margin-bottom: 22px;
}
.cx-heading.align-left {
  text-align: left;
}
.cx-heading.align-right {
  text-align: right;
}

.cx-section-bg-white {
  background-color: #fff;
}

.cx-section-bg-gray {
  background-color: var(--cx-color-gray-200);
}

.cx-section-bg-blue {
  background: #1c2d63;
}

.cx-logos {
  display: flex;
  gap: 18px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .cx-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
    justify-items: center;
  }

  .cx-logos > *:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .cx-section-bg-gray {
    padding: 24px 16px;
  }
}

.cx-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FILE: /mnt/data/src/src/components/BlockProjects.astro */
.cx-projects__container {
  width: min(1128px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 56px;
}

.cx-projects__title {
  display: grid;
  justify-items: center;
  text-align: center;
}

.cx-projects__container {
  width: min(1128px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 56px;
}

.cx-projects__title {
  display: grid;
  justify-items: center;
  text-align: center;
}

.cx-projects__list {
  display: grid;
  gap: 22px;
}

.cx-projectCard {
  background: var(--cx-color-gray-100);
  color: var(--cx-color-blue-600);
  border-radius: 48px;
  overflow: hidden;
  border: 2px solid var(--cx-color-gray-300);
}

.cx-projectCard__inner {
  padding: 40px;
  display: grid;
  gap: 40px;
  justify-items: center;
  text-align: center;
}

.cx-projectCard-box-logo {
  display: grid;
  gap: 24px;
}

.cx-projectCard__logo {
  display: grid;
  place-items: center;
  min-height: 56px;
}

.cx-projectCard__logoImg {
  width: auto;
  display: block;
  object-fit: contain;
}

.cx-projectCard__desc {
  line-height: 28px;
  max-width: 744px;
  font-weight: 400;
  letter-spacing: 0;
}

.cx-projectCard__commentBody {
  width: 90%;
}

.cx-projectCard__cta {
  display: flex;
  justify-content: center;
}

.cx-projectCard__why {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cx-projectCard__reasons {
  margin: 0;
  display: grid;
}

.cx-projectCard__positionCompany {
  font-size: 16px;
}

.cx-projectCard__reasonsPlaceholder {
  display: grid;
  gap: 8px;
}

.cx-projectCard__line {
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  width: 100%;
}
.cx-projectCard__line--short {
  width: 70%;
}

.cx-projectCard__comment {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid var(--cx-color-gray-300);
  display: flex;
  gap: 24px;
  align-items: center;
  text-align: left;
}

.cx-projectCard__commentAvatar {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(30, 60, 180, 0.1);
}

.cx-projectCard__commentBox {
  display: flex;
  flex-direction: column;
}

.cx-projectCard__commentImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cx-projectCard__commentFallback {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  background: #809DE5;
  align-items: center;
}

.cx-projectCard__commentMeta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  letter-spacing: 0;
}

.cx-projectCard__commentName {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .cx-projectCard__inner {
    gap: 20px;
  }
  .cx-projectCard__logo img {
    max-height: 40px;
  }
  .cx-projectCard__positionCompany {
    font-size: 14px;
  }
 
  .cx-projectCard {
    width: 95%;
  }
  .cx-projectCard__comment {
    flex-direction: column;
    gap: 8px;
    padding-top: 20px;
  }

  .cx-projectCard__commentMeta {
    flex-direction: column-reverse;
    text-align: center;
    grid-area: 16px;
  }

  .cx-projectCard__inner {
    padding: 24px 16px;
  }
  .cx-projectCard__desc {
    font-size: 14px;
  }
  .cx-projectCard__commentAvatar {
    width: 56px;
    height: 56px;
  }

  .cx-projectCard__cta .cx-btn {
    height: 40px;
    font-size: 14px;
    min-width: fit-content;
  }

  .cx-projects__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .cx-projects__container {
    gap: 32px;
  }

  .cx-projectCard__reasons .cx-bullets li{
    font-size: 14px;
  }
}

/* FILE: /mnt/data/src/src/components/BlockSection.astro */
.cx-section-bg--gray {
  background-color: var(--cx-color-gray-200);
}

.cx-section-bg--gray .cx-container {
  background-color: #fff;
  border-radius: 48px;
}

.cx-heading {
  text-align: center;
  margin-bottom: 22px;
}
.cx-heading.align-left {
  text-align: left;
}
.cx-heading.align-right {
  text-align: right;
}
.cx-label {
  font-weight: 700;
  opacity: 0.9;
  margin-bottom: 6px;
}
.cx-title {
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.15;
  margin: 0;
}
.cx-subtitle {
  margin: 10px 0 0;
  opacity: 0.85;
}
.cx-highlight {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(160, 222, 0, 0.15);
  border: 1px solid rgba(160, 222, 0, 0.35);
}

.cx-ctaBar {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.cx-twoCols {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.cx-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.cx-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  contain: var(--cx-color-blue-500);
  width: 100%;
  box-sizing: border-box;
}

.cx-grid > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 520px;
}

@media (max-width: 1199.98px) {
  .cx-contact__card {
    padding: 32px 18px 24px;
  }
  .cx-grid {
    grid-template-columns: 1fr;
    padding: 10px;
    width: 100%;
    justify-items: center;
  }
  .cx-recaptcha__box {
    width: 100%;
  }
  .cx-actions {
    justify-content: center;
  }
}

@media (max-width: 767.98px) { 
  .cx-grid {
    gap: 16px;
  }
}

.cx-section-bg-white {
  background-color: #fff;
}

.cx-section-bg-gray {
  background-color: var(--cx-color-gray-200);
}

.cx-section-bg-blue {
  background: #1c2d63;
}

.cx-card-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.cx-card-tag {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(160, 222, 0, 0.18);
  margin-bottom: 10px;
}
.cx-card-text {
  font-size: 18px;
  line-height: 28px;
  color: var(--cx-color-blue-600);
  letter-spacing: 0px;
  font-weight: 400;
}

.cx-card-border-gray {
  border: 2px solid var(--cx-color-gray-300);
}

.cx-card-border-green {
  border: 2px solid #86b100;
}

.cx-logo img {
  max-width: 120px;
}

.cx-rich :global(p) {
  margin: 10px 0;
}
.cx-rich :global(a) {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .cx-twoCols {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cx-card-text {
    font-size: 14px;
  }

  .cols-m-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cols-m-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* FILE: /mnt/data/src/src/components/BlockSolutionIndustry.astro */
.cx-solind {
  position: relative;
  overflow: hidden;
}

.cx-solind__container {
  width: min(1128px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 56px;
}

.cx-solind__title {
  display: grid;
  justify-items: center;
  text-align: center;
}

.cx-solind__list {
  display: grid;
  gap: 56px;
  justify-items: center;
}

.cx-solindCard {
  width: min(1128px, 100%);
  background: var(--cx-color-gray-100);
  border: 1px solid var(--cx-color-gray-300);
  border-radius: 48px;
  overflow: hidden;
}

.cx-solindCard:hover {
  background: var(--cx-color-blue-600);
}

.cx-solindCard:hover .cx-solindSec__title,
.cx-solindCard:hover .cx-solindSec__content,
.cx-solindCard:hover .cx-solindCard__desc,
.cx-solindCard:hover .cx-solindSec__content .cx-bullets li{
  background: var(--cx-color-blue-600);
  color: var(--cx-color-gray-100);
}

.cx-solindCard__inner {
  padding: 56px 40px;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 40px;
}

.cx-solindCard__title {
  font-size: 36px;
  font-weight: 500;
  color: var(--cx-color-blue-600);
  letter-spacing: 0px;
}

.cx-solindCard__desc {
  margin: 0;
  font-size: 24px;
  color: var(--cx-color-blue-600);
}

.cx-solindCard__sections {
  width: 100%;
  display: grid;
  gap: 18px;
  padding-top: 8px;
}

.cx-solindSec {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
}

.cx-solindSec__iconWrap {
  display: flex;
  width: 88px;
  height: 88px;
  border-radius: 50px;
  background-color: var(--cx-color-gray-200);
  justify-content: center;
  align-items: center;
}

.cx-solindSec__icon {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.cx-solindSec__title {
  font-size: 32px;
  font-weight: 500;
  color: var(--cx-color-blue-600);
}

.cx-solindSec__content {
  width: 100%;
  font-size: 24px;
  color: var(--cx-color-blue-600);
  font-weight: 400;
}

.cx-solindSec__content .cx-bullets {
  text-align: center;
}

.cx-solindSec__content .cx-bullets li {
  margin: 8px 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 968.98px) {
  .cx-solind__container {
    width: 90vw;
  }
}


@media (max-width: 575.98px) {
  .cx-solindCard__inner {
    padding: 20px 16px 16px;
    gap: 20px;
  }
  .cx-solindCard__pill {
    font-size: 14px;
    padding: 9px 14px;
  }

  .cx-solindSec__content,
  .cx-solindCard__desc {
    font-size: 14px;
  }

  .cx-solindSec__title,
  .cx-solindCard__title {
    font-size: 18px;
  }

  
  .cx-solindSec__content .cx-bullets li {
    font-size: 14px;
    font-weight: 400;
  }

  .cx-solindSec__iconWrap {
    width: 48px;
    height: 48px;
  }
  
  .cx-solindSec__icon {
    width: 24px;
    height: 24px;
  }

}

/* FILE: /mnt/data/src/src/components/BlockTabs.astro */
.cx-section-tabs {
  max-width: var(--cx-page-width-max);
  margin: auto;
  display: flex;
}

.cx-container-section-tabs {
  width: min(1128px, 100%);
  margin: 0 auto;
  padding: 32px 48px;
  gap: 48px;
  display: flex;
  flex-direction: column;
}

.cx-container-tabs-list-cases {
  width: min(1128px, 100%);
  margin: 0 auto;
  padding: 32px 48px;
  gap: 48px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199.98px) {
  .cx-container-tabs-list-cases {
    box-sizing: border-box;
    padding: 24px 16px;
    align-items: center;
    gap: 10px;
  }

  .cx-container-section-tabs {
    padding: 24px 0 16px 16px;
    box-sizing: border-box;
  }
}

.cx-tabs {
  display: flex;
  align-items: center;
}

.cx-tab {
  padding: 16px 24px;
  border: 2px solid var(--cx-color-blue-600);
  text-decoration: none;
  color: var(--cx-color-blue-600);
  white-space: nowrap;
}

.cx-tabs .cx-tab {
  border-right: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}

.cx-tabs .cx-tab:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.cx-tabs .cx-tab:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right: 2px solid var(--cx-color-blue-600);
}

.cx-tab:hover,
.cx-tab.is-active {
  background: var(--cx-color-blue-600);
  color: var(--cx-color-gray-100);
  border: 2px solid var(--cx-color-blue-600);

}

.cx-tab:hover {
  color: var(--cx-color-green-600);
}

@media (min-width: 991.98px) {
  .cx-container {
    align-items: center;
  }
}

@media (max-width: 1199.98px) {
  .cx-container-card-texts {
    width: auto;
    padding: 0;
    gap: 24px;
    padding: 24px 16px;
    box-sizing: border-box;
  }
}

@media (max-width: 767.98px) {
  .cx-container-card-texts {
    padding: 0px;
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .cx-tabsScroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .cx-tabsScroll::-webkit-scrollbar {
    display: none;
  }

  .cx-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    width: max-content;
    gap: 0;
  }

  .cx-tabs::before,
  .cx-tabs::after {
    content: "";
    flex: 0 0 12px;
  }
}

@media (min-width: 992px) {
  .cx-tabs {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .cx-tabsScroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6px;
  }
  .cx-tabsScroll::-webkit-scrollbar {
    display: none;
  }

  .cx-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: max-content;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }

  .cx-tabs.cx-container-align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .cx-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .cx-tabs::before,
  .cx-tabs::after {
    content: "";
    flex: 0 0 12px;
  }
}

@media (max-width: 767.98px) { 
  .cx-tabs .cx-tab {
    font-size: 16px;
  }

  .cx-tab {
    padding: 10px 16px;
  }
}


@media (min-width:768px) and (max-width:1128px) { 
  .cx-tabs .cx-tab {
    font-size: 18px;
  }
}

/* FILE: /mnt/data/src/src/components/BlockTitleIcon.astro */
.cx-title-icon-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .cx-title-icon-box {
    flex-direction: column;
  }

  .cx-title-icon-box img{
    width: 250px;
  }
}

/* FILE: /mnt/data/src/src/components/CarouselSection.astro */
.carousel-section {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 56px 0;
}

@media (max-width: 768px) {
  .carousel-section {
    padding: 20px 0px;
  }
}

.carousel-section__container {
  margin: 0 auto;
  gap: 64px;
  display: flex;
  flex-direction: column;
  max-width: var(--cx-page-width-max);
}

@media (max-width: 1920px) {
  .carousel-section__container {
    gap: 20px;
    max-width: 97vw;
  }
}

.carousel-section-posts__container {
  margin: 0 auto;
  gap: 64px;
  display: flex;
  flex-direction: column;
  max-width: var(--cx-page-width-max);
}

@media (max-width: 1920px) {
  .carousel-section-posts__container {
    gap: 20px;
    max-width: 100vw;
  }
}

.carousel-section__header {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--cx-color-blue-600);
  gap: 24px;
}

.carousel-section__header--title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.carousel-section__brand {
  display: inline-block;
  margin-bottom: 10px;
}

.carousel-section__viewport {
  overflow: hidden;
  margin: 0 60px;
}

@media (max-width: 968px) {
  .carousel-section__header {
    gap: 16px;
  }

  .carousel-section__viewport {
    margin: 0 0 0 16px;
  }
}

.carousel-section__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.carousel-section__track::-webkit-scrollbar {
  display: none;
}

.carousel-section__track .carousel-card:last-child {
  margin-right: 15px;
}

.carousel-card {
  flex: 0 0 552px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  scroll-snap-align: start;
}

img.carousel-card__media {
  display: block;
  height: 300px;
  background: #eef2ff;
  background-size: cover;
  text-decoration: none;
}

.carousel-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  align-items: flex-start;
}

@media (max-width: 968px) {
  .carousel-card__body {
    padding: 16px;
  }
}

.carousel-card__icon {
  width: auto;
  display: block;
}

.carousel-posts {
  color: var(--cx-color-blue-600);
}

.carousel-card__title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  color: var(--cx-color-blue-600);
  line-height: 36px;
}

.carousel-card__title-post {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: var(--cx-color-blue-600);
  line-height: 36px;
  letter-spacing: 0;
}

.carousel-card__desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--cx-color-blue-600);
  letter-spacing: 0;
}

.cx-section-posts .carousel-card__title {
  font-size: 24px;
}

.carousel-card__button {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #1c2d63;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
}

.carousel-section__footer {
  display: none;
}

.carousel-section__footer.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-section__footer-buttons {
  width: 1128px;
  position: relative;
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .carousel-section__footer-buttons {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
  }

  .carousel-card__title {
    font-size: 18px;
  }

  .carousel-card__desc {
    font-size: 12px;
  }

  .carousel-section__brand {
    width: 50px;
    margin-bottom: 0px;
  }

  .carousel-card__title-post {
    font-size: 16px;
  }
}

@media (min-width:768px) and (max-width:1128px) {
  .carousel-section__footer-buttons {
    gap: 30px;
  }

  .carousel-card__title-post {
    font-size: 18px;
  }

  .carousel-card__desc {
    font-size: 14px;
  }
}

.carousel-section__cta {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(11, 22, 48, 0.25);
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  color: #1c2d63;
  background: #fff;
}

.carousel-section__arrows {
  display: flex;
  gap: 32px;
}

.carousel-section__arrow {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid #1c2d63;
  background: #fff;
  color: #1c2d63;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px){
  .carousel-section__arrow {
    width: 40px;
    height: 40px;
  }

}

@media (min-width: 768px) and (max-width: 1298.98px){
  .carousel-section__arrow {
    width: 48px;
    height: 48px;
  }

}

.carousel-section__arrow:hover {
  background: #1c2d63;
  color: #fff;
}

.carousel-section__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.carousel-section__arrow:disabled:hover {
  background: #fff;
  color: #1c2d63;
}

.carousel-section__footer.is-with-cta .carousel-section__arrows {
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .carousel-section__footer.is-no-cta .carousel-section__arrows,
  .carousel-section__footer.is-with-cta .carousel-section__arrows {
    position: initial;
    justify-content: center;
  }
}

.carousel-section__footer.is-no-cta {
  justify-content: center;
}

.carousel-section__footer.is-no-cta .carousel-section__arrows {
  position: static;
}

@media (max-width: 1024px) {
  .carousel-section__arrows {
    display: none;
  }
}

@media (max-width: 768px) {
  .carousel-card {
    flex-basis: 300px;
  }

  img.carousel-card__media {
    height: 200px;
  }
}

/* FILE: /mnt/data/src/src/components/Experience.astro */
.experience {
  background-color: var(--cx-color-gray-200);
  padding-block: 40px;
  background-image: var(--bg-lg);
  background-repeat: no-repeat;
}

@media (max-width: 1128px) {
  .experience {
    background-image: var(--bg-md, var(--bg-lg));
  }
}

@media (max-width: 575.98px) {
  .experience {
    background-image: var(--bg-xs, var(--bg-md, var(--bg-lg)));
  }
}

.experience__container {
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  justify-content: center;
}

.experience__card {
  background-color: var(--cx-color-gray-100);
  border-radius: 32px;
  text-align: center;
  border: 2px solid var(--cx-color-gray-300);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 64px;
}

.experience__card:hover {
  background-color: #1c2d63;
  transform: scaleX(1.01);
  animation-timing-function: ease-in;
  animation-duration: 300ms;
}

.experience__card:hover .experience__title {
  background-color: white;
}

.experience__card:hover .experience__subtitle {
  background-color: var(--cx-color-green-500);
}

.experience__card:hover .experience__content {
  color: white;
}

.experience__card:hover .experience__stat {
  background-color: white;
}

.experience__box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.experience__icon {
  display: block;
  margin-inline: auto;
  margin-bottom: 12px;
}

.experience__title {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #1c2d63;
  padding: 4px 24px;
  letter-spacing: 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.experience__subtitle {
  padding: 4px 16px;
  font-size: 28px;
  color: #1c2d63;
  font-weight: 500;
  letter-spacing: 0px;
  transition:
    background-color 1.5s ease,
    box-shadow 0.5s ease;
}

.experience__content {
  font-size: 24px;
  color: var(--cx-color-blue-600);
  letter-spacing: 0px;
  font-weight: 400;
}

.experience__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}

.experience__stat {
  padding: 24px 32px;
  background-color: var(--cx-color-gray-200);
  border-radius: 24px;
  min-width: 230px;
}

.experience__stat-value-icon {
  display: flex;
  justify-content: space-between;
}

.experience__stat-value {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #1c2d63;
}

.experience__stat-label {
  font-weight: 500;
  color: #1c2d63;
  font-size: 24px;
  letter-spacing: 0;
}

@media (min-width: 1498.98px) {
  .experience__stats {
    width: 966px;
  }

  .experience__container {
    width: 1094px;
  }
}

@media (min-width: 768px) and (max-width: 1298.98px) {
  .experience__stats {
    grid-template-columns: repeat(2, 1fr);
  }


  .experience__stats  > :last-child:nth-child(odd) {
     grid-column: 1 / -1;
     justify-self: center;
  }

  
  .experience__title {
    font-size: 32px;
  }

  .experience__stat-value,
  .experience__subtitle {
    font-size: 24px;
  }

  .experience__stat-label,
  .experience__content {
    font-size: 20px;
  }

  .experience__box {
    gap: 18px;
  }

}

@media (max-width: 767.98px) {
  .experience__stats {
    grid-template-columns: 1fr;
    width: 90%;
    gap: 16px;
  }

  .experience__card {
    align-items: center;
  }



  .experience__title-box {
    width: 100%;
  }

  .experience__card {
    padding: 32px 16px;
  }

  .experience__title {
    font-size: 24px;
    padding: 4px 8px;
  }

  .experience__subtitle {
    font-size: 20px;
  }

  .experience__stat-value {
    font-size: 28px;
  }

  .experience__content {
    font-size: 14px;
  }

  .experience__stat-label{
    font-size: 18px;
  }

  .experience__content br {
    display: none;
  }
}

/* FILE: /mnt/data/src/src/components/Header.astro */
.header {
  position: relative;
  overflow: visible;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
  z-index: 1000;
  max-width: var(--cx-page-width-max);
  margin: auto;
}

.header:hover {
  background: #1c2d63;
}

@media (max-width: 980px) {
  header.header {
    background-color: #1c2d63;
  }

  header.header:has(.header__mobile.is-open) {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}

.header.header:has(.header__item--dropdown:hover),
.header.header:has(.header__item--mega:hover) {
  background: #1b2f5f;
}

.header__container {
  max-width: 1128px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 575.98px) {
  .header__container {
    background: #1c2d63;
    height: 72px;
    padding: 0 16px;
  }
}

.header__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header__logo {
  height: 26px;
  width: auto;
  display: block;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.header__item {
  position: relative;
}
.header__item--mega {
  position: static;
}

.header__link,
.header__trigger {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  line-height: 24px;
  height: 40px;
}

.header__item.is-active .header__trigger,
.header__link:hover,
.header__trigger:hover {
  border: 2px solid var(--cx-color-green-500);
  color: var(--cx-color-green-500);
}

.header__dropdownItem {
  display: flex;
  height: 40px;
}

.header__chevron {
  font-size: 12px;
  transform: translateY(3px);
  transition: transform 0.18s ease;
}

.header__arrow {
  color: var(--cx-color-green-500);
  font-size: 18px;
  line-height: 1;
}

.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--cx-color-green-500);
  color: #1c2d63;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
}

@media (min-width: 980px) {
  .header__item--dropdown:hover .header__dropdown,
  .header__item--dropdown.is-open .header__dropdown {
    display: block;
  }
}
.header__item.is-active .header__chevron,
.header__item--mega:hover .header__chevron,
.header__item--dropdown:hover .header__chevron,
.header__item--dropdown.is-open .header__chevron {
  transform: rotate(180deg) translateY(5px);
}

.header__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1100;
}

.header__dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

.header__dropdownBox {
  border-radius: 14px;
  padding: 16px 32px;
}

.header__dropdownBox--blue {
  background: #1b2f5f;
  border: 1px solid var(--cx-color-green-500);
  border-radius: 8px;
  width: 100%;
}

.header__dropdownList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.header__dropdownLink {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fdfcfc;
}

.header__dropdownLink--label {
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.header__dropdownLink--label-icon {
  display: flex;
  gap: 8px;
  align-items: center;
}

.header__dropdownLink--label-icon img {
  transform: translateY(-2px);
}

.header__dropdownLink:hover .header__dropdownLink--label {
  border-bottom: 2px solid var(--cx-color-green-500);
}

.header__item--mega .header__trigger:hover + .header__mega,
.header__item--mega:has(.header__mega:hover) .header__mega,
.header__item--mega.is-open .header__mega {
  display: block;
}

.header:has(.header__item--mega .header__trigger:hover) .header__mega {
  display: block;
}

.header:has(.header__item--mega .header__mega:hover) .header__mega {
  display: block;
}

.header__item--mega.is-open .header__mega {
  display: block;
}

.header__mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
}

.header__item--mega.is-open .header__chevron {
  transform: rotate(180deg) translateY(5px);
}

.header__mega:hover {
  display: block;
}

.header__mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1100;
  background: #1b2f5f;
  border-top: 1px solid rgba(207, 255, 58, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  padding: 34px 0;
}

.header__mega::before {
  top: -24px;
  height: 24px;
}

.header__megaContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header__megaGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.header__megaTitle {
  margin: 0 0 6px;
  color: var(--cx-color-gray-100);
}

.header__megaSubtitle {
  margin: 0 0 18px;
  color: var(--cx-color-gray-600) !important;
  font-size: 16px;
}

.header__megaList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
}

li.header__megaItem {
  height: 40px;
}

.header__megaListGroup {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.header__megaLink {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header__megaBottomLink {
  display: inline-block;
  margin-top: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  font-size: 16px;
}
.header__megaBottomLink:hover {
  border-bottom: 2px solid var(--cx-color-green-500);
}

.header__megaLink--label {
  border-bottom: 2px solid transparent;
  font-weight: 600;
  font-size: 16px;
}
.header__megaLink:hover .header__megaLink--label {
  border-bottom: 2px solid var(--cx-color-green-500);
}

.header__megaLink--img {
  transform: translateY(-2px);
}
.header__megaBottomLink {
  display: inline-block;
  margin-top: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.header__megaBottomLink:hover {
  border-bottom: 2px solid var(--cx-color-green-500);
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
}

.header__burger {
  display: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: transparent;
  border: none;
}

.header__burgerLine {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.92);
}

.header__burger--back {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
}

.header__selected {
  font-size: 18px;
  font-weight: 600;
}
.header__burger-icon-close {
  display: none;
}

.drawer__subitem {
  margin: 0;
}

@media (max-width: 980px) {
  .header__menu [header-dropdown],
  .header__menu [header-link],
  .header__menu [header-mega] {
    display: none;
  }
  .header__cta--desktop {
    display: none !important;
  }
  .header__burger:not([hidden]) {
    display: flex;
    flex-direction: column;
  }

  .drawer {
    display: block !important;
  }

  .drawer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
  }

  .drawer[aria-hidden="true"] {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease;
  }

  .drawer.drawer--open {
    pointer-events: auto;
    opacity: 1;
  }

  .drawer__overlay {
    opacity: 0;
    transition: opacity 0.2s ease;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.18s ease;
  }

  .drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: min(360px, 86vw);
    background: #1b2f5f;
    transform: translateX(100%);
    transition: transform 0.22s ease;
    padding: 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100dvh;
  }

  .drawer.drawer--open .drawer__panel {
    transform: translateX(0);
  }

  .drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .drawer__title {
    color: var(--cx-color-gray-100);
    font-weight: 600;
    font-size: 18px;
  }

  .drawer__close {
    width: 40px;
    height: 40px;
    border: none;
    color: var(--cx-color-gray-100);
    cursor: pointer;
    font-size: 16px;
    background: transparent;
  }

  .drawer__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: auto;
    padding-bottom: 10px;
  }

  .drawer__content__cta {
    display: flex;
    align-items: center;
  }

  .drawer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
  }

  .drawer__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0px;
    text-decoration: none;
    color: var(--cx-color-gray-100);
  }

  .drawer__link:hover {
    color: var(--cx-color-green-500);
  }

  .drawer__arrow {
    color: var(--cx-color-green-500);
    font-size: 18px;
    line-height: 1;
  }
}

/* FILE: /mnt/data/src/src/components/HeroBanner.astro */
:global(html, body) {
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  overflow: visible;
  background: #08163a;
  color: #fff;
  aspect-ratio: 16 / 6;
  width: 100%;
  max-height: 760px;
  min-height: 420px;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #08163a;
}

.hero__media-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 0%;
}

.hero__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: transparent;
}

.hero__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 48px 80px;
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 0;
    height: clamp(220px, 25dvh, 520px);
    aspect-ratio: auto;
    max-height: none;
  }

  .hero__media-img {
    object-fit: none;
    object-position: 50% 0%;
  }
}

/* FILE: /mnt/data/src/src/components/banner/BannerMedia.astro */
.cx-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--cx-color-blue-600);
}

.cx-hero__picture {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: var(--cx-ratio);
}

.cx-hero__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* FILE: /mnt/data/src/src/components/banner/BannerStatic.astro */
.cx-hero {
  position: relative;
  width: 100%;
}

.cx-banner__wrap {
  position: relative;
}

@media (max-width: 575.98px) {
  .cx-hero {
    min-height: 390px;
  }
  .cx-banner__wrap {
    min-height: 345px;
  }
}

.cx-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}
.cx-header__menu {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cx-header__menu a {
  text-decoration: none;
}

.cx-header-astro {
  width: 100%;
}
.cx-header-astro.is-transparent {
  background: transparent;
}
.cx-header-astro.is-white {
  background: #fff;
}
.cx-header-astro.is-blue {
  background: #0b3a82;
}
.cx-hdr__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}
.cx-hdr__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.cx-hdr__logo-img {
  height: 28px;
  width: auto;
  display: block;
}
.cx-hdr__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.cx-hdr__menu {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.cx-hdr__link,
.cx-hdr__btn {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}
.cx-hdr__item {
  position: relative;
}
.cx-hdr__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 10px;
  min-width: 220px;
  z-index: 50;
}
.cx-hdr__dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cx-hdr__dropdown a {
  text-decoration: none;
}
.cx-hdr__item.is-dropdown:hover .cx-hdr__dropdown {
  display: block;
}
.cx-hdr__mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.14);
  padding: 16px;
  z-index: 50;
  min-width: 560px;
}
.cx-hdr__item.is-mega:hover .cx-hdr__mega {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cx-hdr__mega-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.cx-hdr__mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* =============================
   BlockCardTexts – grid columns
   (kept minimal to avoid conflicts)
============================= */
.cx-cardtexts__title {
  margin-bottom: 24px;
}

.cx-cardtexts__grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 769px) {
  .cx-cardtexts__grid--d1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cx-cardtexts__grid--d2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cx-cardtexts__grid--d3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cx-cardtexts__grid--d4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .cx-cardtexts__grid--m1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cx-cardtexts__grid--m2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cx-cardtexts__complement {
  margin-top: 24px;
}

/* =============================
   BlockCardParagraph 
============================= */

.cx-section-paragraph {
  padding: 64px 0;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center top;
}
.cx-container-description {
  padding: 40px 56px;
  border-radius: 48px;
}
.cx-box-hover .cx-container-description:hover {
  background-color: var(--cx-color-blue-500);
  color: var(--cx-color-gray-100);
}


.cx-hero-video {
  position: relative;
  width: 100%;
  min-height: 420px;
}
.cx-banner-video__wrap {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}
.cx-banner-video__wrap video {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767.98px) {
  .cx-hero-video {
    min-height: 390px;
  }
  .cx-banner-video__wrap {
    min-height: 345px;
  }
  .cx-banner-video__wrap video {
    min-height: 345px;
  }

  .cx-container-description {
    padding: 24px 16px;
    width: 90%;
  }

  .cx-section-paragraph {
    padding: 32px 16px;
  }

}

/* BlockBannerCase*/
.cx-case {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cx-case__viewport {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  isolation: isolate;
  height: clamp(420px, 36vw, 600px);
}
.cx-case__track {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
}
.cx-case__label-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cx-case__slide {
  position: relative;
  min-width: 100%;
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
  height: 600px;
}
.cx-case__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cx-case__bg .cx-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cx-case__inner {
  position: relative;
  z-index: 2;
  width: min(1212px, 100%);
  margin: 0 auto;
  min-height: 450px;
  padding: 100px 0px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cx-case__grid {
  display: grid;
  grid-template-columns: 1.21fr 0.95fr;
  gap: 22px;
  align-items: center;
}
.cx-case__dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  pointer-events: auto;
  position: relative;
  bottom: 15%;
}

.cx-case__dot {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 7px solid var(--cx-color-green-600);
  background: var(--cx-color-green-600);
  cursor: pointer;
  padding: 0;
}

.cx-case__dot.is-active {
  background: transparent;
}

.cx-case__left {
  color: #fff;
  display: flex;
  max-width: 560px;
  flex-direction: column;
  height: 100%;
  gap: 40px;
}
.cx-case__label {
  font-weight: 500;
  color: var(--cx-color-green-600);
  font-size: 28px;
}
.cx-case__brand {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 40px;
  max-width: 200px;
}
.cx-case__right {
  display: flex;
  justify-content: center;
}
.cx-case__card {
  width: min(520px, 100%);
  border-radius: 18px;
  overflow: hidden;
}
.cx-case__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cx-case__placeholder {
  aspect-ratio: 16/9;
  background: rgba(255, 255, 255, 0.1);
}
.cx-case__empty {
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  padding: 16px;
  margin: 18px;
  position: relative;
  z-index: 2;
}
.cx-case__label-brand {
  display: grid;
  gap: 24px;
}
.cx-case__tag {
  font-size: 20px;
  font-weight: 500;
}
.cx-case__title {
  color: var(--cx-color-green-500);
}
.cx-case__label-desc-cta {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 1128px) and (max-width: 1350px) {
  .cx-case__inner {
    width: 95%;
  }
}

@media (max-width: 1127.98px) {
  .cx-case__grid {
    grid-template-columns: 1fr;
  }
  .cx-case__right {
    justify-content: center;
  }

  .cx-case__slide {
    height: 100%;
  }

  .cx-case__label,
  .cx-case__label-desc-cta {
    text-align: center;
  }

  .cx-case__label-desc-cta {
    gap: 16px;
  }

  .cx-case__label-brand {
    justify-content: center;
    gap: 18px;
  }

  .cx-case__inner {
    padding: 34px 0px;
    width: 100vw;
    height: 545px;
  }
  .cx-case__title {
    font-size: 20px;
  }
  .cx-case__brand {
    width: 140px;
  }
  .cx-case__left {
    align-items: center;
    gap: 16px;
  }

  .cx-case__label {
    text-align: center;
    font-size: 24px;
    line-height: 20px;
  }

  img.cx-case__img {
    height: 180px;
    width: 328px;
    border-radius: 18px;
  }

  .cx-case__dots  {
    bottom: 9%;
  }

  .cx-case__label-description {
    gap: 4px;
  }
}

@media (max-width: 768px) {
  .cx-case__label-desc-cta .cx-btn {
    min-width: fit-content;
  }

  .cx-case__card {
    display: flex;
    justify-content: center;
  }

  .cx-case__tag {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cx-case__track {
    transition: none;
  }
}

.cx-posts__controls {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.cx-posts__select {
  width: min(520px, 100%);
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
}

.cx-posts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .cx-posts__grid {
    grid-template-columns: 1fr;
  }
}

.cx-postfilter__title {
  font-size: 36px;
  font-weight: 500;
  color: var(--cx-color-blue-600);
}

.cx-postfilter__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-direction: column;
  margin: 5px auto;
}

.cx-postfilter__select {
  min-width: 552px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  height: 56px;
}

.cx-postfilter__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 360px));
  gap: 24px;
}

@media (max-width: 980px) {
  .cx-postfilter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cx-postcard {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--cx-color-gray-100);
  border-radius: 40px;
  overflow: hidden;
  height: 506px;
}

.cx-postcard__media {
  height: 180px;
  background: #eee;
  overflow: hidden;
}
.cx-postcard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cx-postcard__ph {
  width: 100%;
  height: 100%;
  background: #dcdcdc;
}

.cx-postcard__body {
  margin: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: var(--cx-color-blue-600);
  height: 278px;
}

.cx-postcard__tag {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.cx-postcard__title {
  font-weight: 500;
  margin: 0;
  font-size: 18px;
}

.cx-postcard__excerpt {
  text-align: left;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.cx-postcard__action {
  display: flex;
}

@media (max-width: 640px) {
  .cx-section-post-content {
    display: flex;
  } 
  .cx-postfilter__grid {
    grid-template-columns: 1fr;
    width: fit-content;
  }
  .cx-postfilter__bar {
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0;
    gap: 32px;
  }
  .cx-postfilter__select {
    min-width: 0;
    width: 100%;
  }
  .cx-postcard__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


select.cx-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/wp-content/uploads/2026/02/select-arrow.svg") !important;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 40px;
  border-radius: 8px;
  border-color: var(--cx-color-blue-700);
}

.cx-post-container {
  width: min(1128px, 100%);
  margin: 0 auto;
  padding: 56px 24px;
  gap: 48px;
  display: flex;
  flex-direction: column;
}



@media (max-width: 768px) {
  .carousel-section__title {
    font-size: 40px;
    font-weight: 500;
  }
}

.carousel-section__highlight {
  font-size: 40px;
  font-weight: 500;
}


.site-footer {
  background: #1c2d63;
  color: #fff;
  padding: 96px 0;
  max-width: var(--cx-page-width-max);
  margin: auto;
}

.site-footer__inner {
  width: min(1128px, 100% - 64px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: start;
}

.site-footer-logo-socials {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.site-footer__left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.site-footer__logo {
  height: 38px;
}

.site-footer__socials {
  display: flex;
  gap: 24px;
}

.site-footer-address-copy,
.site-footer-headline-action {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer__social {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #b8f000;
  display: grid;
  place-items: center;
  color: #152b66;
  text-decoration: none;
}
.site-footer__social img {
  display: block;
}

.site-footer__headline span{
  max-width: 28ch;
  line-height: 28px;
  color: var(--cx-color-gray-100);
  font-size: 18px;
  letter-spacing: 0;
}

.site-footer__copyright,
.site-footer__address {
  line-height: 20px;
  letter-spacing: 0;
}

.site-footer__copyright span,
.site-footer__address span {
  font-size: 14px;
  color: var(--cx-color-gray-100);
}

.site-footer__right {
  display: flex;
  gap: 48px;
  justify-content: space-around;
}
.footer-nav__stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__col-title {
  font-weight: 500;
  font-size: 24px;
}
.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__link {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  height: 40px;
}
.site-footer__link--label {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}
.site-footer__link:hover .site-footer__link--label {
  border-bottom: 2px solid var(--cx-color-green-500);
}
.site-footer__arrow {
  color: #b8f000;
  line-height: 1;
}
details.footer-acc {
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

summary.footer-acc__summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

summary.footer-acc__summary::-webkit-details-marker {
  display: none;
}

.footer-acc__title {
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 768px) {
  .footer-acc__title {
    font-size: 18px;
  }
}

.footer-acc__chev {
  width: 10px;
  height: 10px;
  border-right: 2px solid #a4dc00;
  border-bottom: 2px solid #a4dc00;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

details.footer-acc[open] .footer-acc__chev {
  transform: rotate(-135deg);
}

.footer-acc__body {
  padding: 0 16px 12px;
}

@media (min-width: 768px) {
  details.footer-acc {
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }
  summary.footer-acc__summary {
    padding: 0;
    cursor: default;
    pointer-events: none;
  }
  .footer-acc__chev {
    display: none;
  }
  details.footer-acc > .footer-acc__body {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1128px) {
  .site-footer {
    padding: 64px 32px;
  }
  .site-footer__right {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 48px;
  }

  .site-footer__right .footer-acc {
    flex: 1 1 calc(50% - 48px);
  }

  .site-footer__inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 32px;
    align-items: start;
  }

  .site-footer__left{
    display: contents;
  }

  .site-footer-logo-socials{
    grid-column: 1;
    grid-row: 1;
  }

  .site-footer-headline-action{
    grid-column: 2;
    grid-row: 1;
  }

  .site-footer__right{
    grid-column: 1 / -1;
    grid-row: 2;
    display: contents;
  }

  .site-footer__right .footer-nav__stack{
    display: contents;
  }

  .site-footer__right .footer-nav__stack > details.footer-acc:nth-child(1){
    grid-column: 1;
    grid-row: 2;
  }

  .site-footer__right .footer-nav__stack > details.footer-acc:nth-child(2){
    grid-column: 2;
    grid-row: 2;
  }

  .site-footer__right > details.footer-acc .site-footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
  }

  .site-footer__right > details.footer-acc{
    grid-column: 1;
    grid-row: 3;
    grid-column: 1 / -1;
  }

  .site-footer-address-copy{
    grid-column: 1 / -1;
    grid-row: 4;
    gap: 8px;
  }

  .site-footer__copyright span, 
  .site-footer__address span{
    display: flex;
    gap: 2px;
  }

}

@media (max-width: 767.98px) {
  .site-footer__right {
    flex-direction: column;
  }
  .site-footer__left {
    align-items: center;
    gap: 32px;
  }
  .site-footer {
    padding: 0 26px;
  }

  .site-footer-address-copy,
  .site-footer-headline-action {
    align-items: center;
  }

  .site-footer__inner{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-footer__left{
    display: contents;
  }

  .site-footer-logo-socials{
    grid-column: 1;
    grid-row: 1;
    align-items: center;
  }

  .site-footer-headline-action{
    grid-column: 1;
    grid-row: 2;
  }

  .site-footer__right{
    grid-column: 1;
    grid-row: 3;
  }

  .site-footer-address-copy{
    grid-column: 1;
    grid-row: 4;
  }

  .site-footer {
    padding: 36px 0;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 28px;
    box-sizing: border-box;
  }
  .site-footer__right {
    flex-direction: column;
    gap: 14px;
    justify-content: initial;
  }
  .footer-nav__stack {
    gap: 14px;
  }

  .site-footer {
    padding: 56px 16px;
    display: flex;
    justify-content: center;
  }

  .site-footer__socials {
    gap: 16px;
  }
  .site-footer__social {
    width: 44px;
    height: 44px;
  }

  .site-footer__headline {
    text-align: center;
  }

  .site-footer__headline span {
    font-size: 16px;
  }

}

@media (max-width: 768px) {
  .cx-section {
    padding: 26px 16px;
  }
}

@media (max-width: 768px) {
  .forminator-ui.forminator-custom-form-732.forminator-custom-form {
    grid-template-columns: 1fr !important;
  }
}

.header__mobile {
  overflow: hidden;
  max-height: 0;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  background: #1b2f5f;
}

.header__mobile.is-open {
  max-height: 100%;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.header__mobileInner {
  position: relative;
  padding: 24px 16px;
  border-top: 2px solid var(--cx-color-blue-700);
}

.header__mobileList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 5px;
}

.header__mobileCta {
  margin-top: 10px;
  background: var(--cx-color-green-500);
  color: #1c2d63;
  font-weight: 900;
  padding: 12px 20px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
}

.header__mobileContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px;
}

.header__mobileTopbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.header__mobileBrand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__mobileLogo {
  height: 24px;
  width: auto;
  display: block;
}

.header__mobileLogoFallback {
  display: inline-block;
  width: 90px;
  height: 26px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
}

.header__mobileActions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__mobileLang {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.header__mobileLangChev {
  color: var(--cx-color-green-500);
  font-weight: 900;
}

.header__mobileIconBtn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: var(--cx-color-green-500);
  display: grid;
  place-items: center;
  cursor: pointer;
  line-height: 1;
  font-size: 18px;
}

[data-mobile-back] {
  display: none;
}

.header__mobileLink {
  color: var(--cx-color-gray-100);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  line-height: 20px;
  align-items: center;
  gap: 12px;
  padding: 10px 8px 10px 0;
  border-radius: 12px;
  text-decoration: none;
}

.header__mobileInner {
  overflow: hidden;
}

.header__mobileContainer {
  position: relative;
}

.mobileView {
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}

.header__mobile[data-view="root"] [data-mobile-view="root"] {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.header__mobile[data-view="root"] [data-mobile-view="lang"],
.header__mobile[data-view="root"] [data-mobile-view="detail"] {
  transform: translateX(12%);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.header__mobile[data-view="lang"] [data-mobile-view="lang"] {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.header__mobile[data-view="lang"] [data-mobile-view="root"] {
  transform: translateX(-12%);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.drawer__rootArrow {
  color: var(--cx-color-green-500);
  line-height: 1;
  transform: translateY(2px);
}

.drawer__content--detailExact {
  display: flex;
  flex-direction: column;
}

.drawer__detailTitle {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

.drawer__detailDesc {
  color: var(--cx-color-gray-600);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.drawer__detailDesc:not(:empty) {
  margin: 8px 0;
}

.drawer__detailList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
}

.drawerDrop__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0px;
  border-radius: 14px;
  color: var(--cx-color-gray-100);
  text-decoration: none;
  background: transparent;
}

.drawerDrop__label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.drawer__mega {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drawerMega {
  border-radius: 16px;
  overflow: hidden;
  background: var(--cx-color-blue-700);
}

.drawerMega__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 0;
  cursor: pointer;
  background: var(--cx-color-blue-700);
  color: var(--cx-color-gray-100);
  font-weight: 600;
  text-align: left;
}

.drawerMega__title {
  font-size: 18px;
  font-weight: 500;
}

.drawerMega__chev {
  color: var(--cx-color-green-500);
  transition: transform 0.18s ease;
}

.drawerMega.is-open .drawerMega__chev {
  transform: rotate(180deg);
}

.drawerMega__body {
  overflow: hidden;
  background: var(--cx-color-blue-700);
  transition: grid-template-rows 0.35s ease;
}

.drawerMega.is-open .drawerMega__head svg {
  transform: rotate(180deg) translateY(-2px);
}

.drawerMega__head svg {
  transition: transform 0.25s ease;
  transform: rotate(0deg) translateY(-2px);
}

.drawerMega.is-open .drawerMega__body {
  padding: 0 16px 16px;
}

.drawerMega__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
}

.drawerMega__groups {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.drawerMega__groupTitle {
  font-weight: 400;
  font-size: 16px;
  color: var(--cx-color-gray-600);
}

.drawerMega__link {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--cx-color-gray-100);
  background: var(--cx-color-blue-700);
  height: 40px;
}

.drawer__content {
  gap: 10px;
}

.drawerMega__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.drawerMega__arrow {
  color: var(--cx-color-green-500);
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}

.header__mobileCta {
  margin-top: 8px;
}

[data-mobile-burguer][hidden],
[data-mobile-droplang][hidden],
[data-mobile-root-view][hidden],
[data-mobile-detail-view][hidden] {
  display: none !important;
}

[data-mobile-burguer] > li:first-child > .header__megaLink {
  padding: 0px 8px 10px 0;
}

.header__burger[aria-expanded="true"] .header__burger-icon {
  display: none;
}

.header__burger[aria-expanded="true"] .header__burger-icon-close {
  display: block;
}

.cx-hero-paragraph-logos {
  display: flex;
  gap: 56px;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1198.98px) {
  .cx-hero-paragraph-logos .img {
    width: 80px;
  }
}

@media (max-width: 768px) {
  .cx-hero-paragraph-logos {
    justify-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .drawerMega__link {
    gap: 5px;
  }

  .cx-hero-paragraph-logo img {
    width: 60px;
  }
}


.cx-hero-carousel-news {
  width: 100%;
  background: var(--bg-md);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--cx-color-blue-500);
  padding: 18px 0 22px;
}
@media (max-width: 575.98px) {
  .cx-hero-carousel-news {
    background-image: var(--bg-xs);
  }
}
@media (min-width: 992px) {
  .cx-hero-carousel-news {
    background-image: var(--bg-lg);
  }
}

.cx-hero__inner {
  max-width: 1128px;
  margin: 0 auto;
  width: 95vw;
}

.cx-carousel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cx-carousel__viewport {
  overflow: hidden;
  border-radius: 18px;
}

.cx-carousel__track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s ease;
  will-change: transform;
}

.cx-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  padding: 14px;
  min-height: 260px;
  backdrop-filter: blur(2px);
}

.cx-slide__media {
  border-radius: 14px;
  overflow: hidden;
}
.cx-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}
.cx-slide__img--fallback {
  aspect-ratio: 16/9;
}

.cx-slide__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 6px 2px 2px;
  width: 456px;
}

.cx-slide__title-desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cx-slide__title {
  margin: 0;
  font-size: 28px;
  color: var(--cx-color-gray-100);
}

.cx-slide__desc {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--cx-color-gray-100);
  max-width: 70ch;
}

.cx-carousel__dots {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 10px;
}

.cx-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: var(--cx-color-green-600);
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}

.cx-dot[aria-selected="true"] {
  transform: scale(1.1);
  border: 7px solid var(--cx-color-green-600);
  background: var(--cx-color-blue-600);
}

.cx-dot:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cx-slide {
    gap: 16px;
    box-sizing: border-box;
    padding-top: 70px;
  }
  .cx-slide__content {
    gap: 20px;
    width: 100%;
  }
  .cx-slide__title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .cx-slide__desc {
    font-size: 14px;
    max-width: 100vw;
    text-align: center;
  }
  .cx-slide__action {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .cx-slide__title-desc {
    align-items: center;
    gap: 8px;
  }
  .cx-slide__media img {
    height: 183px;
    border-radius: 16px;
  }
  .cx-slide__action .cx-btn {
    height: 32px;
    max-width: 100%;
    min-width: fit-content;
  }
}

@media (min-width: 768px) {
  .cx-slide {
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    min-height: 320px;
    padding: 32px 0;

  }
  .cx-slide__media {
    min-height: 220px;
  }
  .cx-slide__title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .cx-slide {
    min-height: 340px;
    padding: 64px 0 20px;
  }
  .cx-slide__title {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cx-carousel__track {
    transition: none;
  }
}

.cx-tabsDesktop {
  display: flex;
  width: 100%;
  justify-content: center;
}
.cx-tabsMobile {
  display: none;
}


@media (max-width: 768px) {
  .cx-tabsDesktop {
    display: none;
  }
  .cx-tabsMobile {
    display: flex;
  }
}

.cx-tabsMobile {
  justify-content: center;
}

.cx-tabsDropdown {
  position: relative;
  display: inline-block;
}

.cx-tabsDropdown__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 50px;
  border: 2px solid var(--cx-color-blue-600);
  background: var(--cx-color-gray-100);
  color: var(--cx-color-blue-600);
  cursor: pointer;
  width: 176px;
  height: 40px;
  justify-content: center;
}

.cx-tabsDropdown__label {
  font-weight: 600;
  font-size: 16px;
}

.cx-tabsDropdown__chev {
  transition: transform 0.2s ease;
  transform: rotate(90deg);
}
.cx-tabsDropdown[data-open="1"] .cx-tabsDropdown__chev {
  transform: rotate(270deg);
  color: var(--cx-color-green-600);
}
.cx-tabsDropdown[data-open="1"] .cx-tabsDropdown__btn {
  background-color: var(--cx-color-blue-600);
  border-color: var(--cx-color-green-600);
}

.cx-tabsDropdown[data-open="1"] .cx-tabsDropdown__label {
  color: var(--cx-color-gray-100);
}

.cx-tabsDropdown__panel {
  position: absolute;
  top: calc(100% + 8px);
  min-width: 176px;
  background: var(--cx-color-blue-600);
  border: 2px solid var(--cx-color-green-600);
  border-radius: 12px;
  z-index: 50;
}
.cx-tabsDropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  margin: 12px;
}

.cx-tabsDropdown__link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--cx-color-gray-100);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  background-color: var(--cx-color-blue-600);
}

.cx-post-banner{
  position: relative;
  overflow: hidden;
}

.cx-post-banner__bg{
  position:absolute;
  inset:0;
  z-index:0;
}

.cx-post-banner__bgImg{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.cx-post-banner__inner{
  position: relative;
  z-index: 1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  max-width: 1128px;
  gap: 24px;
  padding: 140px 0px 50px;
  margin: 0 auto;
}

.cx-post-banner__left{
  color: var(--cx-color-gray-100);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cx-post-banner__eyebrow{
  font-weight: 600;
  opacity: .9;
  margin-bottom: 8px;
}

.cx-post-banner__title{
  font-size: 28px;
  color: var(--cx-color-gray-100);
  letter-spacing: 0;
  font-weight: 500;
}

.cx-post-banner__excerpt{
  font-size: 18px;
}

.cx-post-banner__right{
  flex: 0 0 auto;
}

.cx-post-banner__thumb{
  width: 608px;
  height: 340px;
  object-fit: cover;
  border-radius: 16px;
}

.cx-post-banner__thumb-preview{
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
}

@media (max-width: 1128px){
  .cx-post-banner__inner{
    flex-direction: column;
    padding: 148px 16px 60px;
  }

  .cx-post-banner__thumb{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .cx-post-banner__title {
    font-size: 18px;
    text-align: center;
  }

  .cx-post-banner__excerpt {
    text-align: center;
    font-size: 14px;
  }

  .cx-post-banner__left  {
    gap: 8px;
  }
}

@media (max-width: 767.98px) {
  .cx-contact-container {
    padding: 24px 16px!important;
  }
}

