/* Home - Base */
.home .hero-wrapper {
  font-family: "Manrope", sans-serif;
}

/* Home - Hero */

.home .hero-wrapper:has(.home-hero) > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.home .hero-wrapper:has(.home-hero) .hero {
  margin: 0;
}

.home .hero-wrapper:has(.home-hero) .wpb-content-wrapper > .vc_row:first-child {
  margin-bottom: 0 !important;
}

.home .hero-wrapper .home-hero {
  overflow: hidden;
  background: #111;
}

.home .hero-wrapper .home-hero > .vc_column-inner {
  position: relative;
  padding: 0 !important;
}

.home .hero-wrapper .home-hero > .vc_column-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.48);
  pointer-events: none;
}

.home .hero-wrapper .home-hero .video-section-wrap {
  position: relative;
  z-index: 1;
  margin: 0;
}

.home .hero-wrapper .home-hero .video-wrap {
  min-height: 640px;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
}

.home .hero-wrapper .home-hero .video-wrap img,
.home .hero-wrapper .home-hero .video-wrap .s-img-switch {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  filter: grayscale(1);
}

.home .hero-wrapper .home-hero .video-section-wrap .content-wrap,
.home .hero-wrapper .home-hero .video-section-wrap .video-btn {
  display: none;
}

.home .hero-wrapper .home-hero .info-hero,
.home .hero-wrapper .home-hero .group-buttons-hero {
  position: absolute;
  left: clamp(24px, 9vw, 150px);
  z-index: 3;
  max-width: 680px;
  margin-left: 0;
  margin-right: 24px;
}

.home .hero-wrapper .home-hero .info-hero {
  top: 54%;
  transform: translateY(-50%);
  margin-bottom: 0;
}

.home .hero-wrapper .home-hero .group-buttons-hero {
  top: calc(58% + 175px);
  width: calc(100% - clamp(24px, 9vw, 150px) - 24px);
}

.home .hero-wrapper .home-hero .info-hero .wpb_wrapper > *:last-child {
  margin-bottom: 0;
}

.home .hero-wrapper .home-hero .wim-home-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 4px 8px;
  border-radius: 2px;
  background: rgba(194, 200, 204, 0.3);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.home .hero-wrapper .home-hero .wim-home-title {
  max-width: 620px;
  margin: 0 0 20px !important;
  color: #fff !important;
  font-size: clamp(34px, 3.65vw, 58px) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

.home .hero-wrapper .home-hero .wim-home-title em {
  color: #ff7d29;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.home .hero-wrapper .home-hero .wim-home-description {
  max-width: 545px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.55;
}

.home .hero-wrapper .home-hero .group-buttons-hero .vc_column-inner {
  padding: 0 !important;
}

.home .hero-wrapper .home-hero .group-buttons-hero .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
}

.home .hero-wrapper .home-hero .group-buttons-hero .vc_btn3-container {
  margin: 0;
}

.home .hero-wrapper .home-hero .group-buttons-hero .vc_btn3 {
  min-height: 50px;
  padding: 14px 26px !important;
  border-radius: 3px !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.home .hero-wrapper .home-hero .group-buttons-hero .vc_btn3-container:first-child .vc_btn3 {
  border-color: #fff !important;
  background: #fff !important;
  color: #111 !important;
}

.home .hero-wrapper .home-hero .group-buttons-hero .vc_btn3-container:last-child .vc_btn3 {
  background: transparent !important;
  color: #fff !important;
}

.home .hero-wrapper .home-hero .group-buttons-hero .vc_btn3:hover,
.home .hero-wrapper .home-hero .group-buttons-hero .vc_btn3:focus {
  border-color: #ff7d29 !important;
  background: #ff7d29 !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .home .hero-wrapper .home-hero .video-wrap {
    min-height: 640px;
  }

  .home .hero-wrapper .home-hero .info-hero {
    top: 50%;
  }

  .home .hero-wrapper .home-hero .group-buttons-hero {
    top: calc(50% + 160px);
  }
}

@media (max-width: 767px) {
  .home .header_top_bg,
  .home .header_top_bg.header_trans-fixed {
    background-color: #fff !important;
  }

  .home .header_top_bg.menu_light_text .mob-nav .line {
    background-color: var(--dark-color, #2c2c2c) !important;
  }

  .home .hero-wrapper {
    padding-top: 64px;
  }

  .home .hero-wrapper .home-hero .info-hero,
  .home .hero-wrapper .home-hero .group-buttons-hero {
    max-width: none;
    left: 18px;
    right: 18px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .home .hero-wrapper .home-hero .info-hero {
    top: 45%;
    margin-bottom: 16px;
  }

  .home .hero-wrapper .home-hero .group-buttons-hero {
    top: calc(45% + 158px);
  }

  .home .hero-wrapper .home-hero .wim-home-eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .home .hero-wrapper .home-hero .wim-home-title {
    max-width: 310px;
    margin-bottom: 14px !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
  }

  .home .hero-wrapper .home-hero .wim-home-description {
    max-width: 286px;
    font-size: 12px;
    line-height: 1.45;
  }

  .home .hero-wrapper .home-hero .group-buttons-hero .wpb_wrapper {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .home .hero-wrapper .home-hero .group-buttons-hero .vc_btn3 {
    min-height: 38px;
    padding: 10px 14px !important;
    font-size: 12px;
    white-space: nowrap;
  }
}

/* Home - Brand carousel */
.home .hero-wrapper .vc_row:has(.carrrusel-brands-hero) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: #fff;
}

.home .hero-wrapper .carrrusel-brands-hero > .vc_column-inner {
  padding: 0 !important;
}

.home .hero-wrapper .carrrusel-brands-hero .wpb_wrapper {
  margin: 0;
}

.home .hero-wrapper .carrrusel-brands-hero .wim-brand-marquee-source-ready {
  display: none;
}

.home .hero-wrapper .carrrusel-brands-hero .wim-brand-marquee {
  width: 100%;
  min-height: 54px;
  padding: 12px 0;
  overflow: hidden;
}

.home .hero-wrapper .carrrusel-brands-hero .wim-brand-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: wim-brand-marquee var(--wim-brand-marquee-duration, 28000ms) linear infinite;
  will-change: transform;
}

.home .hero-wrapper .carrrusel-brands-hero .wim-brand-marquee__item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 36px;
}

.home .hero-wrapper .carrrusel-brands-hero .wim-brand-marquee__item img {
  display: block;
  width: auto;
  max-width: 130px;
  max-height: 32px;
  padding: 0;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.55;
}

.home .hero-wrapper .carrrusel-brands-hero:hover .wim-brand-marquee__track {
  animation-play-state: paused;
}

@keyframes wim-brand-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 767px) {
  .home .hero-wrapper .carrrusel-brands-hero .wim-brand-marquee {
    padding: 10px 0;
  }

  .home .hero-wrapper .carrrusel-brands-hero .wim-brand-marquee__item {
    padding: 0 22px;
  }

  .home .hero-wrapper .carrrusel-brands-hero .wim-brand-marquee__item img {
    max-width: 104px;
    max-height: 28px;
  }
}

/* Home - Servicios */
.home-services-carousel {
  background: #fff;
  padding: 90px 0 100px;
  padding-left: max(40px, calc((100vw - 1240px) / 2));
  overflow: hidden;
}

.home-services-carousel > .vc_column-inner {
  padding: 0 !important;
}

.home-services-carousel > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr);
  column-gap: 50px;
  align-items: start;
  margin: 0 !important;
}

.home-services-carousel > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type > .wpb_column {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  min-width: 0;
}

.home-services-carousel .vc_column-inner {
  padding: 0 !important;
}

.home-services-carousel > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) {
  display: none;
}

.home-services-carousel .wim-home-title {
  max-width: 320px;
  margin: 0 0 18px !important;
  color: #111 !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.01em;
  text-transform: none !important;
}

.home-services-carousel .wim-home-title em {
  color: #ff7d29;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.home-services-carousel .wim-home-description {
  max-width: 280px;
  margin: 0 0 28px;
  color: #111;
  font-size: 15px;
  line-height: 1.55;
}

.home-services-carousel .vc_btn3-container,
.home-services-carousel .vc_btn3-container.vc_btn3-inline {
  display: block;
  width: auto;
  margin: 0 0 14px;
  text-align: left;
}

.home-services-carousel .vc_btn3 {
  width: auto !important;
  min-width: 0;
  padding: 12px 24px !important;
  border-radius: 3px !important;
  background: #111 !important;
  border: 1px solid #111 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: none;
  box-shadow: none !important;
}

.home-services-carousel .vc_btn3-container + .vc_btn3-container .vc_btn3 {
  background: #fff !important;
  color: #111 !important;
}

/* Ocultamos el slider original SOLO cuando JS ya creó el slider propio */
.home-services-carousel .banner-slider-wrap.wim-services-source-ready {
  display: none !important;
}

.home-services-carousel .wim-services-slider {
  position: relative;
  width: 100%;
}

.home-services-carousel .wim-services-slider__viewport {
  overflow: hidden;
}

.home-services-carousel .wim-services-slider__track {
  display: flex;
  align-items: stretch;
  transition: transform 450ms ease;
  will-change: transform;
}

.home-services-carousel .wim-services-slider__item {
  flex: 0 0 260px;
  width: 260px;
  padding: 0;
  box-sizing: border-box;
}

.home-services-carousel .wim-services-slider__card {
  position: relative;
  width: 100%;
  height: 420px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.home-services-carousel .wim-services-slider__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  background: #ff7d29;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  border-radius: 3px;
}

.home-services-carousel .wim-services-slider__tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 3px;
  text-decoration: none;
}

.home-services-carousel .wim-services-slider__nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 60px 10px 0px;
  padding: 0;
}

.home-services-carousel .wim-services-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: #fff;
  border-radius: 3px;
  color: #111;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.home-services-carousel .wim-services-slider__arrow:hover {
  border-color: #111;
  background: #f7f7f7;
}

@media (max-width: 991px) {
  .home-services-carousel {
    padding: 56px 12px 64px;
  }

  .home-services-carousel > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
    grid-template-columns: 1fr;
    row-gap: 28px;
    width: 100%;
  }

  .home-services-carousel .wim-home-title {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .home-services-carousel {
    padding: 72px 0 72px 12px;
    padding-left: 12px;
  }

  .home-services-carousel > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
    display: grid !important;
    grid-template-columns: 1fr;
    row-gap: 28px;
    width: 100%;
    margin: 0 !important;
  }

  .home-services-carousel > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type > .wpb_column:first-child {
    width: calc(100vw - 24px) !important;
  }

  .home-services-carousel .wim-home-title {
    max-width: 310px;
    margin-bottom: 18px !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  .home-services-carousel .wim-home-description {
    max-width: 310px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.65;
  }

  .home-services-carousel .vc_btn3-container,
  .home-services-carousel .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 14px;
  }

  .home-services-carousel .vc_btn3 {
    min-height: 48px;
    padding: 13px 26px !important;
    font-size: 15px !important;
  }

  .home-services-carousel .wim-services-slider__nav {
    justify-content: space-between;
    width: 100%;
    margin: 0px 0 10px;
    padding: 0 10px 0 0;
  }

  .home-services-carousel .wim-services-slider {
    width: 100%;
  }

  .home-services-carousel .wim-services-slider__viewport {
    width: 100%;
    overflow: hidden;
  }

  .home-services-carousel .wim-services-slider__item {
    flex-basis: min(72vw, 280px);
    width: min(72vw, 280px);
  }

  .home-services-carousel .wim-services-slider__card {
    height: 440px;
  }

  .home-services-carousel .wim-services-mobile-actions {
    width: calc(100vw - 24px);
    margin: 24px 0 0;
  }

  .home-services-carousel .wim-services-mobile-actions .vc_btn3-container,
  .home-services-carousel .wim-services-mobile-actions .vc_btn3-container.vc_btn3-inline {
    display: block;
    margin: 0 0 14px;
    text-align: left;
  }

  .home-services-carousel .wim-services-mobile-actions .vc_btn3-container:last-child {
    margin-bottom: 0;
  }
}

/* Home - IA proposal */
.home-ai-proposal {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 72px 24px 76px;
  background: #111;
  color: #fff;
  font-family: "Manrope", sans-serif;
  overflow: hidden;
}

.home-ai-proposal > .vc_column-inner,
.home-ai-proposal > .vc_column_container > .vc_column-inner {
  width: min(1240px, calc(100vw - 80px));
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
}

.home-ai-proposal .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home-ai-proposal .wpb_content_element {
  margin-bottom: 0;
}

.home-ai-proposal .wim-ai-eyebrow,
.home-ai-proposal .wim-home-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  background: rgba(194, 200, 204, 0.4);
  color: #fff !important;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.35;
}

.home-ai-proposal .wim-ai-title,
.home-ai-proposal .wim-home-title {
  max-width: 900px;
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

.home-ai-proposal .wim-ai-title em,
.home-ai-proposal .wim-home-title em {
  color: #ff7d29;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.home-ai-proposal .wim-ai-description,
.home-ai-proposal .wim-home-description {
  max-width: 900px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 2rem !important;
}

.home-ai-proposal .wim-ai-image,
.home-ai-proposal .wpb_single_image {
  position: relative;
  margin: 0 0 34px;
}

.home-ai-proposal .wim-ai-image figure,
.home-ai-proposal .wpb_single_image figure,
.home-ai-proposal .wim-ai-image .vc_single_image-wrapper,
.home-ai-proposal .wpb_single_image .vc_single_image-wrapper {
  display: block;
  width: 100%;
}

.home-ai-proposal .wim-ai-image img,
.home-ai-proposal .wpb_single_image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.home-ai-proposal .wim-ai-image-labels {
  position: relative;
  z-index: 2;
  height: 0;
  margin-top: -52px;
  margin-bottom: 52px;
}

.home-ai-proposal .wim-ai-image-label {
  position: absolute;
  z-index: 2;
  top: -20px;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 3px;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1;
}

.home-ai-proposal .wim-ai-image-label--before {
  left: 18px;
}

.home-ai-proposal .wim-ai-image-label--after {
  right: 18px;
}

.home-ai-proposal .wim-ai-features {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
  align-items: start;
  margin: 0 0 34px !important;
}

.home-ai-proposal .wim-ai-features > .wpb_column {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}

.home-ai-proposal .wim-ai-features > .wpb_column > .vc_column-inner,
.home-ai-proposal .wim-ai-features .wpb_wrapper {
  padding: 0 !important;
}

.home-ai-proposal .wim-ai-features .wpb_content_element {
  margin: 0 !important;
}

.home-ai-proposal .wim-ai-feature {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: start;
  grid-auto-flow: row;
  max-width: none;
  color: #fff;
}

.home-ai-proposal .wim-ai-feature p {
  display: contents;
  margin: 0;
}

.home-ai-proposal .wim-ai-feature-icon {
  display: inline-flex;
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 18px;
  min-width: 18px;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.15;
  transform: translateY(1px);
}

.home-ai-proposal .wim-ai-feature-icon img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.home-ai-proposal .wim-ai-feature-copy {
  display: block;
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0;
}

.home-ai-proposal .wim-ai-feature > strong {
  grid-column: 2;
  grid-row: 1;
}

.home-ai-proposal .wim-ai-feature > small {
  grid-column: 2;
  grid-row: 2;
}

.home-ai-proposal .wim-ai-feature strong,
.home-ai-proposal .wim-ai-feature small {
  font-family: "Manrope", sans-serif;
}

.home-ai-proposal .wim-ai-feature strong {
  display: block;
  margin: 0 0 3px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.home-ai-proposal .wim-ai-feature small {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

.home-ai-proposal .wim-ai-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 !important;
}

.home-ai-proposal .wim-ai-buttons .wpb_column {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
}

.home-ai-proposal .wim-ai-buttons .vc_btn3-container,
.home-ai-proposal .vc_btn3-container {
  display: inline-block;
  margin: 0 18px 0 0;
}

.home-ai-proposal .vc_btn3 {
  min-height: 48px;
  padding: 13px 24px !important;
  border-radius: 3px !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: none;
}

.home-ai-proposal .vc_btn3-container + .vc_btn3-container .vc_btn3,
.home-ai-proposal .wim-ai-buttons .vc_btn3-container + .vc_btn3-container .vc_btn3 {
  background: transparent !important;
  color: #fff !important;
}

.home-ai-proposal .ai-buttons-row{
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .home-ai-proposal {
    padding: 56px 12px 64px;
  }

  .home-ai-proposal > .vc_column-inner,
  .home-ai-proposal > .vc_column_container > .vc_column-inner {
    width: 100%;
  }

  .home-ai-proposal .wim-ai-title {
    font-size: 32px !important;
  }

  .home-ai-proposal .wim-ai-image img,
  .home-ai-proposal .wpb_single_image img {
    height: 300px;
  }

  .home-ai-proposal .wim-ai-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .home-ai-proposal .ai-buttons-row .button-real-ia{
    margin-bottom: 1.5rem;
  }
  
  .home-ai-proposal .wim-ai-title {
    font-size: 28px !important;
  }

  .home-ai-proposal .wim-ai-image img,
  .home-ai-proposal .wpb_single_image img {
    height: 240px;
  }

  .home-ai-proposal .wim-ai-features {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Home - Case studies */
.home-case-studies {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0px 24px 96px;
  background: #fff;
  color: #111;
  font-family: "Manrope", sans-serif;
  overflow: hidden;
}

.home-case-studies > .vc_column-inner {
  width: min(1240px, calc(100vw - 80px));
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
}

.home-case-studies .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}

.home-case-studies > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
  column-gap: 32px;
  align-items: start;
  margin: 0 0 38px !important;
}

.home-case-studies > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type > .wpb_column {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}

.home-case-studies > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type > .wpb_column:nth-child(2) {
  width: 100% !important;
  justify-self: end;
  text-align: right;
}

.home-case-studies .wim-home-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(255, 125, 41, 0.14);
  color: #ff7d29 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

.home-case-studies .wim-home-title {
  max-width: 480px;
  margin: 0 0 12px !important;
  color: #111 !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

.home-case-studies .wim-home-description {
  max-width: 520px;
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.home-case-studies .real-case-button {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-case-studies .real-case-button .vc_btn3 {
  min-height: 48px;
  padding: 13px 24px !important;
  border: 1px solid #111 !important;
  border-radius: 3px !important;
  background: #111 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.home-case-studies .real-case-button .vc_btn3:hover,
.home-case-studies .real-case-button .vc_btn3:focus {
  border-color: #ff7d29 !important;
  background: #ff7d29 !important;
  color: #fff !important;
}

.home-case-studies > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

.home-case-studies > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) > .wpb_column {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}

.home-case-studies .top-banner {
  position: relative;
  height: 400px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #111;
}

.home-case-studies .top-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.42) 48%,
    rgba(0, 0, 0, 0.68) 100%
  );
}

.home-case-studies .top-banner img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.08);
}

.home-case-studies .top-banner .content-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  pointer-events: none;
}

.home-case-studies .top-banner .content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px 54px;
  text-align: center;
}

.home-case-studies .top-banner .title {
  order: 1;
  margin: 0 0 12px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 58px;
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.home-case-studies .top-banner .subtitle {
  order: 2;
  max-width: 250px;
  margin: 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.home-case-studies .top-banner .btn-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  pointer-events: auto;
}

.home-case-studies .top-banner .a-btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

.home-case-studies .top-banner .a-btn-1::after {
  content: "→";
  margin-left: 6px;
  background-color: transparent;
  top: calc(5% - 1px);
}

.home-case-studies .wim-case-mobile-nav {
  display: none;
}

@media (max-width: 767px) {
  .home-case-studies {
    padding: 48px 24px 72px;
  }

  .home-case-studies > .vc_column-inner {
    width: 100%;
  }

  .home-case-studies > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
    display: block !important;
    width: 100%;
    margin-bottom: 24px !important;
  }

  .home-case-studies .wim-home-title {
    max-width: 300px;
    font-size: 34px !important;
  }

  .home-case-studies .wim-home-description {
    max-width: 320px;
    font-size: 15px !important;
  }

  .home-case-studies .real-case-button {
    position: static !important;
    display: block;
    margin-top: 22px !important;
    text-align: left;
  }

  .home-case-studies .wim-case-mobile-button {
    width: 100%;
    margin: 24px 0 0 !important;
  }

  .home-case-studies > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2),
  .home-case-studies .wim-case-cards-row {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    margin: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .home-case-studies .wim-case-cards-row::-webkit-scrollbar {
    display: none;
  }

  .home-case-studies > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) > .wpb_column,
  .home-case-studies .wim-case-cards-row > .wpb_column {
    width: 100% !important;
    min-width: 0;
    float: none !important;
    padding: 0 !important;
  }

  .home-case-studies .vc_column-inner .vc_col-sm-4 .vc_column-inner {
    padding-left: 0px;
  }

  .home-case-studies .top-banner {
    height: 358px;
    width: 100%;
    margin: 0 !important;
    border-radius: 6px;
  }

  .home-case-studies .top-banner .title {
    font-size: 40px;
  }

  .home-case-studies .top-banner .subtitle {
    max-width: 210px;
    font-size: 13px;
  }

  .home-case-studies .wim-case-mobile-nav {
    display: none !important;
    gap: 8px;
    margin: 0 0 10px;
    justify-content: space-between;
  }

  .home-case-studies .wim-case-mobile-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(17, 17, 17, 0.24);
    border-radius: 3px;
    background: #fff;
    color: #111;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    margin-right: 12px;
  }
}

/* Home - Why us */
.home-why-us {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 92px 24px 96px;
  background: #fff;
  color: #111;
  font-family: "Manrope", sans-serif;
  overflow: hidden;
}

.home-why-us > .vc_column-inner {
  width: min(1240px, calc(100vw - 80px));
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
}

.home-why-us .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home-why-us > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
  margin: 0 0 44px !important;
}

.home-why-us .wim-home-title {
  margin: 0 0 12px !important;
  color: #111 !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

.home-why-us .wim-home-title em {
  color: #ff7d29;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.home-why-us .wim-home-description {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.home-why-us > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 !important;
}

.home-why-us > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) > .wpb_column {
  position: relative;
  width: 100% !important;
  float: none !important;
  min-height: 88px;
  padding: 0 34px !important;
}

.home-why-us > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) > .wpb_column:first-child {
  padding-left: 0 !important;
}

.home-why-us .wim-home-differential h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.home-why-us .wim-home-differential p {
  max-width: 230px;
  margin: 0;
  color: rgba(17, 17, 17, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

@media (min-width: 992px) {
  .row-why-us .vc_col-sm-3:not(:first-child) .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
  }
  .home-why-us .row-why-us > .wpb_column:not(:last-child) {
    border-right: 2px solid rgba(179, 179, 179, 1) !important;
  }
  .row-why-us .vc_col-sm-3 .wpb_text_column .wpb_wrapper {
    display: block;
}
}

@media (max-width: 991px) {
  .home-why-us {
    padding: 64px 24px 40px;
  }

  .home-why-us > .vc_column-inner {
    width: 100%;
  }

  .home-why-us > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
    margin-bottom: 32px !important;
  }

  .home-why-us .wim-home-title {
    font-size: 32px !important;
  }

  .home-why-us > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .home-why-us > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) > .wpb_column,
  .home-why-us > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:nth-of-type(2) > .wpb_column:first-child {
    min-height: 0;
    padding: 0 !important;
  }

  .home-why-us .row-why-us .wpb_column .wpb_button,
  .home-why-us .row-why-us .wpb_column .wpb_content_element,
  .home-why-us .row-why-us .wpb_column ul.wpb_thumbnails-fluid > li {
    margin: 2rem 0 !important;
  }

  .home-why-us .row-why-us > .wpb_column {
    border-right: 0 !important;
  }

  .home-why-us .row-why-us > .wpb_column:not(:last-child) {
    border-bottom: 1px solid #b3b3b3 !important;
  }

  .home-why-us .wim-home-differential h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .home-why-us .wim-home-differential p {
    max-width: 290px;
    font-size: 15px;
  }
}

/* Home - Sectors */
.home-sectors {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 88px 24px 96px;
  background: #fff;
  color: #111;
  font-family: "Manrope", sans-serif;
  overflow: hidden;
}

.home-sectors > .vc_column-inner {
  width: min(1240px, calc(100vw - 80px));
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
}

.home-sectors .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}

.home-sectors > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 32px;
  align-items: end;
  margin: 0 0 34px !important;
}

.home-sectors > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type > .wpb_column {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}

.home-sectors .wim-home-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(255, 125, 41, 0.14);
  color: #ff7d29 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

.home-sectors .wim-home-title {
  max-width: 870px;
  margin: 0 0 10px !important;
  color: #111 !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

.home-sectors .wim-home-title em {
  color: #ff7d29;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.home-sectors .wim-home-description {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.home-sectors .vc_btn3-container {
  text-align: right;
}

.home-sectors .sectors-button {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-sectors .vc_btn3 {
  min-height: 48px;
  padding: 13px 24px !important;
  border: 1px solid #111 !important;
  border-radius: 3px !important;
  background: #111 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.home-sectors .row-sectores-galery,
.home-sectors .row-sectores-galery > .vc_column-inner,
.home-sectors .row-sectores-galery .wpb_wrapper {
  padding: 0 !important;
}

.home-sectors .row-sectores-galery .wpb_content_element {
  margin: 0 !important;
}

.home-sectors .wim-sectors-grid p {
  display: contents;
}

.home-sectors .wim-sectors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 180px 180px 180px;
  gap: 20px;
}

.home-sectors .wim-sector-card {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
  color: #111;
  text-decoration: none;
}

.home-sectors .wim-sector-card--food {
  grid-column: 1;
  grid-row: 1;
}

.home-sectors .wim-sector-card--cosmetics {
  grid-column: 1;
  grid-row: 2 / span 2;
}

.home-sectors .wim-sector-card--fashion {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.home-sectors .wim-sector-card--accessories {
  grid-column: 2;
  grid-row: 3;
}

.home-sectors .wim-sector-card--sports {
  grid-column: 3;
  grid-row: 1;
}

.home-sectors .wim-sector-card--home {
  grid-column: 3;
  grid-row: 2 / span 2;
}

.home-sectors .wim-sector-card--jewelry {
  grid-column: 4;
  grid-row: 1 / span 3;
}

.home-sectors .wim-sector-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.home-sectors .wim-sector-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 300ms ease;
}

.home-sectors .wim-sector-card span {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.home-sectors .wim-sector-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.home-sectors .wim-sector-card:hover::after {
  background: rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .home-sectors {
    padding: 0px 24px 72px;
  }

  .home-sectors > .vc_column-inner {
    width: 100%;
  }

  .home-sectors > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
    display: block !important;
    margin-bottom: 28px !important;
  }

  .home-sectors .wim-home-title {
    font-size: 32px !important;
  }

  .home-sectors .vc_btn3-container {
    margin-top: 22px !important;
    text-align: left;
  }

  .home-sectors .sectors-button {
    position: static !important;
    display: block;
    margin-top: 22px !important;
    text-align: left;
  }

  .home-sectors .wim-sectors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 14px;
  }

  .home-sectors .wim-sector-card {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 220px;
  }

  .home-sectors .wim-sector-card--jewelry,
  .home-sectors .wim-sector-card--cosmetics,
  .home-sectors .wim-sector-card--fashion,
  .home-sectors .wim-sector-card--home {
    height: 300px;
  }
}

@media (max-width: 575px) {

  .home-sectors > .vc_column-inner {
    width: 100%;
  }

  .home-sectors > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner:first-of-type {
    width: calc(100vw - 48px);
  }

  .home-sectors .row-sectores-galery,
  .home-sectors .row-sectores-galery > .vc_column-inner,
  .home-sectors .row-sectores-galery .wpb_wrapper {
    width: calc(100vw - 12px);
  }

  .home-sectors .wim-sectors-grid,
  .home-sectors .wim-sectors-grid.wim-sectors-mobile-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: calc(100vw - 0px);
    overflow-x: hidden;
    overflow-y: visible;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .home-sectors .wim-sectors-mobile-row::-webkit-scrollbar {
    display: none;
  }

  .home-sectors .wim-sector-card,
  .home-sectors .wim-sector-card--jewelry,
  .home-sectors .wim-sector-card--cosmetics,
  .home-sectors .wim-sector-card--fashion,
  .home-sectors .wim-sector-card--home {
    flex: 0 0 min(70vw, 295px);
    width: min(70vw, 295px);
    min-width: min(70vw, 295px);
    height: 436px;
  }

  .home-sectors .wim-sectors-mobile-nav {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 10px;
  }

  .home-sectors .wim-sectors-mobile-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(17, 17, 17, 0.24);
    border-radius: 3px;
    background: #fff;
    color: #111;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    margin-right: 12px;
  }

  .home-sectors .wim-sectors-mobile-actions {
    width: calc(100vw - 48px);
    margin: 24px 0 0;
  }

  .home-sectors .wim-sectors-mobile-actions .vc_btn3-container {
    display: block;
    margin: 0 !important;
    text-align: left;
  }
}

/* Home - FAQs */
.home-faqs {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 96px 24px 112px;
  background: #fff;
  color: #111;
  font-family: "Manrope", sans-serif;
  overflow: hidden;
}

.home-faqs > .vc_column-inner {
  width: min(1240px, calc(100vw - 80px));
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
}

.home-faqs .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home-faqs > .vc_column-inner > .wpb_text_column {
  margin: 0 0 42px;
}

.home-faqs .wim-home-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(255, 125, 41, 0.14);
  color: #ff7d29 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

.home-faqs .wim-home-title {
  margin: 0 !important;
  color: #111 !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

.home-faqs > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  column-gap: 84px;
  align-items: start;
  margin: 0 !important;
}

.home-faqs > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner > .wpb_column {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}

.home-faqs .faqs-wrap.simple {
  margin: 0;
}

.home-faqs .faqs-wrap.simple .faq-item {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 30px 34px;
}

.home-faqs .faqs-wrap.simple .faq-item::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  color: #ff7d29 !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.home-faqs .faqs-wrap.simple .question {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #111 !important;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  cursor: pointer;
}

.home-faqs .faqs-wrap.simple .faq-item.is-open::before {
  content: "−";
}

.home-faqs .faqs-wrap.simple .answer {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  color: rgba(17, 17, 17, 0.68) !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.home-faqs .wim-faq-cta {
  position: relative;
  height: 777px;
  min-height: 777px;
  overflow: hidden;
  border-radius: 6px;
  background: #111;
}

.home-faqs .wim-faq-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.58);
}

.home-faqs .wim-faq-cta > p {
  display: contents;
  margin: 0;
}

.home-faqs .wim-faq-cta-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 777px;
  object-fit: cover;
}

.home-faqs .wim-faq-cta-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 64px;
  color: #fff !important;
}

.home-faqs .wim-faq-cta-title {
  max-width: 360px;
  margin: 0 0 24px;
  color: #fff !important;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.home-faqs .wim-faq-cta-title em {
  color: #ff7d29 !important;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.home-faqs .wim-faq-cta-description {
  max-width: 360px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 15px;
  line-height: 1.6;
}

.home-faqs .wim-faq-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.home-faqs .wim-faq-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.home-faqs .wim-faq-cta-button--primary {
  background: #fff !important;
  color: #111 !important;
}

.home-faqs .wim-faq-cta-button--secondary {
  background: transparent !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .home-faqs {
    padding: 64px 24px 72px;
  }

  .home-faqs > .vc_column-inner {
    width: 100%;
  }

  .home-faqs > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .home-faqs > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner > .wpb_column:first-child {
    order: 1;
  }

  .home-faqs > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner > .wpb_column:nth-child(2) {
    order: 2;
  }

  .home-faqs .wim-home-title {
    font-size: 34px !important;
  }

  .home-faqs .wim-faq-cta,
  .home-faqs .wim-faq-cta-image {
    height: auto;
    min-height: 440px;
  }

  .home-faqs .wim-faq-cta-content {
    padding: 40px 28px;
  }
}

@media (max-width: 575px) {
  .home-faqs {
    padding: 56px 12px 64px;
  }

  .home-faqs > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner {
    row-gap: 40px;
  }

  .home-faqs .faqs-wrap.simple .faq-item {
    padding-left: 28px;
    padding-bottom: 24px;
  }

  .home-faqs .faqs-wrap.simple .question {
    font-size: 15px;
  }

  .home-faqs .wim-faq-cta,
  .home-faqs .wim-faq-cta-image {
    height: 645px;
    min-height: 645px;
  }

  .home-faqs .wim-faq-cta-title {
    font-size: 30px;
  }

  .home-faqs .wim-faq-cta-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
