:root {
  --tl-ff-body: "Figtree", sans-serif;
  --tl-ff-p: "Figtree", sans-serif;
  --tl-color-theme-primary: #0b2747;
  --tl-color-heading-primary: #000000;
  --tl-color-bg-1: #0b2747;
}

/* Service detail — wireframe 2026-08 */
.antra-site .ville-service-detail {
  overflow: clip;
  color: #12171c;
  background: #f7f5f0;
}

.antra-site .ville-service-detail #galeria,
.antra-site .ville-service-detail #detalhes,
.antra-site .ville-service-detail #como-funciona,
.antra-site .ville-service-detail #duvidas,
.antra-site .ville-service-detail #depoimentos,
.antra-site .ville-service-detail #solicitar-orcamento {
  scroll-margin-top: 200px;
}

.antra-site .ville-service-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: #b78936;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.antra-site .ville-service-hero {
  padding: 134px 0 72px;
  color: #fff;
  background: #090d11;
}

.antra-site .ville-service-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.antra-site .ville-service-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.antra-site .ville-service-hero-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 50px;
  margin-top: 32px;
}

.antra-site .ville-service-hero-copy {
  max-width: 900px;
}

.antra-site .ville-service-hero-copy h1 {
  max-width: 850px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(54px, 5.5vw, 82px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.96;
}

.antra-site .ville-service-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.65;
}

.antra-site .ville-service-hero-actions {
  display: flex;
  gap: 12px;
  padding-bottom: 4px;
}

.antra-site .ville-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.antra-site .ville-service-btn-primary {
  color: #111820;
  background: #d2a64e;
  border-color: #d2a64e;
}

.antra-site .ville-service-btn-outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
}

.antra-site .ville-service-hero-media {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  aspect-ratio: 1.95 / 1;
  background: #111820;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}

.antra-site .ville-service-hero-media-full {
  width: 100%;
  min-height: 620px;
  aspect-ratio: 2.05 / 1;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.antra-site .ville-service-hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antra-site .ville-service-hero-media.is-playing {
  background: #000;
}

.antra-site .ville-service-hero-media > iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.antra-site .ville-service-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.5));
}

.antra-site .ville-service-video-label {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  color: #fff;
  background: rgba(9, 13, 17, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.antra-site .ville-service-video-label::before {
  width: 6px;
  height: 6px;
  content: "";
  background: #d2a64e;
  border-radius: 50%;
}

.antra-site .ville-service-video-play,
.antra-site .ville-service-testimonial-play {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111820;
  background: #d2a64e;
  border-radius: 50%;
}

.antra-site .ville-service-video-play {
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  font-size: 22px;
  box-shadow: 0 0 0 16px rgba(210, 166, 78, 0.18), 0 20px 60px rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -50%);
}

.antra-site .ville-service-video-caption {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 50%;
  width: calc(100% - 48px);
  max-width: 520px;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}

.antra-site .ville-service-video-caption strong,
.antra-site .ville-service-video-caption span {
  display: block;
}

.antra-site .ville-service-video-caption strong {
  margin-bottom: 6px;
  font-family: var(--tl-ff-heading);
  font-size: 19px;
  font-weight: 500;
}

.antra-site .ville-service-video-caption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.antra-site .ville-service-anchor-nav {
  position: relative;
  z-index: 20;
  color: #fff;
  background: #0b2747;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 28px rgba(4, 18, 34, 0.16);
}

.antra-site .ville-service-anchor-nav.is-fixed {
  position: fixed;
  top: 92px;
  right: 0;
  left: 0;
  z-index: 990;
}

.antra-site .ville-service-anchor-placeholder {
  width: 100%;
  height: 0;
}

.antra-site .ville-service-anchor-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
}

.antra-site .ville-service-anchor-intro {
  flex: 0 0 180px;
  padding-right: 28px;
}

.antra-site .ville-service-anchor-intro span,
.antra-site .ville-service-anchor-intro strong {
  display: block;
}

.antra-site .ville-service-anchor-intro span {
  margin-bottom: 3px;
  color: #d2a64e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.antra-site .ville-service-anchor-intro strong {
  color: #fff;
  font-family: var(--tl-ff-heading);
  font-size: 15px;
  font-weight: 500;
}

.antra-site .ville-service-anchor-links {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex: 1 1 auto;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.antra-site .ville-service-anchor-links a {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 110px;
  padding: 18px 16px;
  color: rgba(255, 255, 255, 0.68);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.antra-site .ville-service-anchor-links a span,
.antra-site .ville-service-anchor-links a strong {
  display: block;
}

.antra-site .ville-service-anchor-links a span {
  margin-right: 8px;
  color: #d2a64e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.antra-site .ville-service-anchor-links a strong {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.antra-site .ville-service-anchor-links a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 -3px 0 #d2a64e;
}

.antra-site .ville-service-anchor-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 13px;
  flex: 0 0 190px;
  padding: 0 24px;
  color: #111820;
  background: #d2a64e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.antra-site .ville-service-gallery-section,
.antra-site .ville-service-features,
.antra-site .ville-service-related {
  background: #f7f5f0;
}

.antra-site .ville-service-gallery-section {
  padding: 105px 0 70px;
}

.antra-site .ville-service-section-heading {
  max-width: 880px;
  margin-bottom: 48px;
}

.antra-site .ville-service-section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: none;
  gap: 60px;
}

.antra-site .ville-service-section-heading-row > div {
  max-width: 780px;
}

.antra-site .ville-service-section-heading h2,
.antra-site .ville-service-process-heading h2,
.antra-site .ville-service-faq-intro h2,
.antra-site .ville-service-quote-intro h2,
.antra-site .ville-service-related-heading h2 {
  margin: 0;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.antra-site .ville-service-section-heading-row > p {
  max-width: 330px;
  margin: 0 0 7px;
  color: #6b6d70;
  font-size: 15px;
  line-height: 1.6;
}

.antra-site .ville-service-gallery-antra {
  display: grid;
  gap: 24px;
}

.antra-site .ville-service-gallery-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.antra-site .ville-service-gallery-row.is-reversed .ville-service-gallery-featured {
  order: 2;
}

.antra-site .ville-service-gallery-row.is-reversed .ville-service-gallery-tiles {
  order: 1;
}

.antra-site .ville-service-gallery-antra a {
  display: block;
  overflow: hidden;
  background: #dedbd4;
  border-radius: 24px;
}

.antra-site .ville-service-gallery-featured,
.antra-site .ville-service-gallery-tiles {
  height: 570px;
}

.antra-site .ville-service-gallery-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.antra-site .ville-service-gallery-antra img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antra-site .ville-service-gallery-tiles a {
  min-height: 0;
}

.antra-site .ville-service-features {
  padding: 35px 0 105px;
}

.antra-site .ville-service-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 90px;
  padding: 72px 0;
}

.antra-site .ville-service-feature.is-reversed {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.antra-site .ville-service-feature.is-reversed .ville-service-feature-copy {
  order: 2;
}

.antra-site .ville-service-feature.is-reversed .ville-service-feature-image {
  order: 1;
}

.antra-site .ville-service-feature-copy h2 {
  max-width: 620px;
  margin: 0 0 27px;
  font-size: clamp(38px, 3.6vw, 54px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.antra-site .ville-service-rich-copy {
  color: #5d6064;
  font-size: 16px;
  line-height: 1.78;
}

.antra-site .ville-service-feature-image {
  overflow: hidden;
  aspect-ratio: 1.17 / 1;
  background: #dedbd4;
}

.antra-site .ville-service-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antra-site .ville-service-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
  padding-top: 25px;
  border-top: 1px solid #d7d3cb;
}

.antra-site .ville-service-metrics strong,
.antra-site .ville-service-metrics span {
  display: block;
}

.antra-site .ville-service-metrics strong {
  margin-bottom: 5px;
  color: #b78936;
  font-family: var(--tl-ff-heading);
  font-size: 25px;
  font-weight: 500;
}

.antra-site .ville-service-metrics span {
  color: #707276;
  font-size: 12px;
}

.antra-site .ville-service-process {
  padding: 90px 0 95px;
  color: #fff;
  background: #11171d;
}

.antra-site .ville-service-process .ville-service-eyebrow,
.antra-site .ville-service-quote .ville-service-eyebrow {
  color: #d2a64e;
}

.antra-site .ville-service-process-heading {
  max-width: 760px;
  margin-bottom: 58px;
}

.antra-site .ville-service-process-heading h2 {
  color: #fff;
}

.antra-site .ville-service-process-heading h2 br {
  display: block;
}

.antra-site .ville-service-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.antra-site .ville-service-process-grid article {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.antra-site .ville-service-process-grid article > span {
  display: block;
  margin-bottom: 22px;
  color: #d2a64e;
  font-family: var(--tl-ff-heading);
  font-size: 32px;
}

.antra-site .ville-service-process-grid h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.antra-site .ville-service-process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.65;
}

.antra-site .ville-service-faq {
  padding: 105px 0 110px;
  background: #fff;
}

.antra-site .ville-service-faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.35fr);
  align-items: start;
  gap: 90px;
}

.antra-site .ville-service-faq-intro h2 {
  margin-bottom: 22px;
  font-size: clamp(40px, 4vw, 58px);
}

.antra-site .ville-service-faq-intro p {
  margin: 0 0 30px;
  color: #62656a;
  line-height: 1.7;
}

.antra-site .ville-service-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid #d9d9dc;
  border-radius: 0;
}

.antra-site .ville-service-accordion .accordion-item:last-child {
  border-bottom: 1px solid #d9d9dc;
}

.antra-site .ville-service-accordion .accordion-button {
  padding: 25px 8px 25px 0;
  color: #161a1e;
  background: transparent;
  box-shadow: none;
  font-family: var(--tl-ff-heading);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.antra-site .ville-service-accordion .accordion-button:not(.collapsed) {
  color: #a97a29;
}

.antra-site .ville-service-accordion .accordion-body {
  padding: 0 45px 26px 0;
  color: #62656a;
  font-size: 15px;
  line-height: 1.7;
}

.antra-site .ville-service-testimonials {
  padding: 95px 0 105px;
  background: #f0ede6;
}

.antra-site .ville-service-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.antra-site .ville-service-testimonial-card {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: #111820;
}

.antra-site .ville-service-testimonial-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antra-site .ville-service-testimonial-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.78));
}

.antra-site .ville-service-testimonial-play {
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  font-size: 15px;
  transform: translate(-50%, -50%);
}

.antra-site .ville-service-testimonial-content {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  left: 28px;
  color: #fff;
}

.antra-site .ville-service-testimonial-content span {
  color: #d2a64e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.antra-site .ville-service-testimonial-content h3 {
  margin: 7px 0 2px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18;
}

.antra-site .ville-service-testimonial-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.antra-site .ville-service-quote {
  padding: 95px 0 105px;
  color: #fff;
  background: #11171d;
}

.antra-site .ville-service-quote-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.25fr) minmax(220px, 0.48fr);
  align-items: start;
  gap: 65px;
}

.antra-site .ville-service-quote-intro h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(40px, 4.2vw, 60px);
}

.antra-site .ville-service-quote-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.antra-site .ville-service-quote-form .form-group {
  margin-bottom: 19px;
}

.antra-site .ville-service-quote-form .form-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.antra-site .ville-service-quote-form .form-control {
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 0;
}

.antra-site .ville-service-quote-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.antra-site .ville-service-quote-form .tl-primary-btn {
  color: #111820;
  background: #d2a64e;
}

.antra-site .ville-service-quote-contact {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.antra-site .ville-service-quote-contact > span {
  display: block;
  margin-bottom: 20px;
  color: #d2a64e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.antra-site .ville-service-quote-contact a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 14px;
}

.antra-site .ville-service-quote-contact small {
  display: block;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.6;
}

.antra-site .ville-service-related {
  padding: 100px 0 110px;
}

.antra-site .ville-service-related-block + .ville-service-related-block {
  margin-top: 95px;
}

.antra-site .ville-service-related-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.antra-site .ville-service-related-heading h2 {
  font-size: clamp(38px, 3.5vw, 52px);
}

.antra-site .ville-service-related-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9d7127;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.antra-site .ville-service-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.antra-site .ville-service-related-grid-posts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.antra-site .ville-service-related-grid article img {
  width: 100%;
  height: 260px;
  margin-bottom: 18px;
  object-fit: cover;
}

.antra-site .ville-service-related-grid article span {
  display: block;
  margin-bottom: 7px;
  color: #b78936;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.antra-site .ville-service-related-grid article h3 {
  margin: 0;
  color: #181c20;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .antra-site .ville-service-hero {
    padding-top: 134px;
  }

  .antra-site .ville-service-anchor-intro {
    display: none;
  }

  .antra-site .ville-service-gallery-featured,
  .antra-site .ville-service-gallery-tiles {
    height: 500px;
  }

  .antra-site .ville-service-feature,
  .antra-site .ville-service-faq-layout {
    gap: 55px;
  }

  .antra-site .ville-service-quote-grid {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  }

  .antra-site .ville-service-quote-contact {
    grid-column: 1 / -1;
    padding: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .antra-site .ville-service-quote-contact a {
    max-width: 420px;
  }
}

@media (max-width: 991px) {
  .antra-site .ville-service-detail #galeria,
  .antra-site .ville-service-detail #detalhes,
  .antra-site .ville-service-detail #como-funciona,
  .antra-site .ville-service-detail #duvidas,
  .antra-site .ville-service-detail #depoimentos,
  .antra-site .ville-service-detail #solicitar-orcamento {
    scroll-margin-top: 175px;
  }

  .antra-site .ville-service-hero {
    padding-top: 92px;
  }

  .antra-site .ville-service-hero-head,
  .antra-site .ville-service-section-heading-row,
  .antra-site .ville-service-related-heading {
    display: block;
  }

  .antra-site .ville-service-hero-actions {
    margin-top: 28px;
  }

  .antra-site .ville-service-hero-media {
    min-height: 500px;
    aspect-ratio: 16 / 10;
  }

  .antra-site .ville-service-hero-media-full {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .antra-site .ville-service-anchor-nav .container {
    align-items: stretch;
  }

  .antra-site .ville-service-anchor-links {
    flex: 1 1 auto;
    overflow-x: auto;
  }

  .antra-site .ville-service-anchor-links a {
    flex: 0 0 135px;
  }

  .antra-site .ville-service-anchor-cta {
    flex-basis: 170px;
  }

  .antra-site .ville-service-gallery-featured,
  .antra-site .ville-service-gallery-tiles {
    height: 430px;
  }

  .antra-site .ville-service-section-heading-row > p {
    max-width: 600px;
    margin-top: 22px;
  }

  .antra-site .ville-service-feature,
  .antra-site .ville-service-feature.is-reversed,
  .antra-site .ville-service-faq-layout,
  .antra-site .ville-service-quote-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .antra-site .ville-service-feature,
  .antra-site .ville-service-feature.is-reversed {
    gap: 42px;
  }

  .antra-site .ville-service-feature.is-reversed .ville-service-feature-copy,
  .antra-site .ville-service-feature.is-reversed .ville-service-feature-image {
    order: initial;
  }

  .antra-site .ville-service-feature-image {
    aspect-ratio: 16 / 10;
  }

  .antra-site .ville-service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 28px;
  }

  .antra-site .ville-service-faq-layout,
  .antra-site .ville-service-quote-grid {
    gap: 50px;
  }

  .antra-site .ville-service-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .antra-site .ville-service-testimonial-card:last-child {
    grid-column: 1 / -1;
  }

  .antra-site .ville-service-related-heading > a {
    margin-top: 18px;
  }

  .antra-site .ville-service-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .antra-site .ville-service-related-grid-posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .antra-site .ville-service-hero {
    padding: 92px 0 45px;
  }

  .antra-site .ville-service-breadcrumb {
    margin-top: 28px;
  }

  .antra-site .ville-service-hero-head {
    margin-top: 34px;
  }

  .antra-site .ville-service-hero-copy h1 {
    font-size: 45px;
    line-height: 1;
  }

  .antra-site .ville-service-hero-copy p {
    font-size: 15px;
  }

  .antra-site .ville-service-hero-actions {
    flex-direction: column;
  }

  .antra-site .ville-service-btn {
    width: 100%;
  }

  .antra-site .ville-service-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
  }

  .antra-site .ville-service-hero-media-full {
    aspect-ratio: 16 / 10;
    border-radius: 0;
  }

  .antra-site .ville-service-hero-media > img {
    object-position: center;
  }

  .antra-site .ville-service-video-caption {
    right: 18px;
    bottom: 17px;
    left: 18px;
    width: auto;
    text-align: left;
    transform: none;
  }

  .antra-site .ville-service-video-caption strong {
    font-size: 16px;
  }

  .antra-site .ville-service-video-caption span {
    display: none;
  }

  .antra-site .ville-service-video-label {
    top: 14px;
    left: 14px;
    padding: 8px 11px;
  }

  .antra-site .ville-service-video-play {
    width: 64px;
    height: 64px;
    font-size: 16px;
    box-shadow: 0 0 0 10px rgba(210, 166, 78, 0.18), 0 15px 35px rgba(0, 0, 0, 0.32);
  }

  .antra-site .ville-service-anchor-nav .container {
    min-height: 72px;
    padding-right: 0;
    padding-left: 0;
  }

  .antra-site .ville-service-anchor-links {
    min-height: 72px;
    border-left: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .antra-site .ville-service-anchor-links::-webkit-scrollbar {
    display: none;
  }

  .antra-site .ville-service-anchor-links a {
    flex-basis: 118px;
    padding: 16px 12px;
  }

  .antra-site .ville-service-anchor-cta {
    display: none;
  }

  .antra-site .ville-service-gallery-section,
  .antra-site .ville-service-faq,
  .antra-site .ville-service-testimonials,
  .antra-site .ville-service-related {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .antra-site .ville-service-section-heading,
  .antra-site .ville-service-process-heading {
    margin-bottom: 34px;
  }

  .antra-site .ville-service-section-heading h2,
  .antra-site .ville-service-process-heading h2,
  .antra-site .ville-service-faq-intro h2,
  .antra-site .ville-service-quote-intro h2,
  .antra-site .ville-service-related-heading h2 {
    font-size: 39px;
  }

  .antra-site .ville-service-gallery-antra {
    gap: 12px;
  }

  .antra-site .ville-service-gallery-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .antra-site .ville-service-gallery-row.is-reversed .ville-service-gallery-featured,
  .antra-site .ville-service-gallery-row.is-reversed .ville-service-gallery-tiles {
    order: initial;
  }

  .antra-site .ville-service-gallery-featured {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .antra-site .ville-service-gallery-tiles {
    height: 360px;
    gap: 12px;
  }

  .antra-site .ville-service-gallery-antra a {
    border-radius: 14px;
  }

  .antra-site .ville-service-features {
    padding: 20px 0 70px;
  }

  .antra-site .ville-service-feature {
    padding: 52px 0;
  }

  .antra-site .ville-service-feature-copy h2 {
    font-size: 38px;
  }

  .antra-site .ville-service-rich-copy {
    font-size: 15px;
    line-height: 1.7;
  }

  .antra-site .ville-service-feature-image {
    aspect-ratio: 5 / 4;
  }

  .antra-site .ville-service-metrics {
    gap: 12px;
  }

  .antra-site .ville-service-metrics strong {
    font-size: 21px;
  }

  .antra-site .ville-service-process,
  .antra-site .ville-service-quote {
    padding: 72px 0 78px;
  }

  .antra-site .ville-service-process-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }

  .antra-site .ville-service-faq-layout {
    gap: 42px;
  }

  .antra-site .ville-service-accordion .accordion-button {
    font-size: 17px;
  }

  .antra-site .ville-service-testimonial-grid,
  .antra-site .ville-service-related-grid,
  .antra-site .ville-service-related-grid-posts {
    grid-template-columns: minmax(0, 1fr);
  }

  .antra-site .ville-service-testimonial-card,
  .antra-site .ville-service-testimonial-card:last-child {
    grid-column: auto;
    height: 450px;
  }

  .antra-site .ville-service-quote-grid {
    gap: 44px;
  }

  .antra-site .ville-service-quote-contact {
    grid-column: auto;
  }

  .antra-site .ville-service-related-block + .ville-service-related-block {
    margin-top: 72px;
  }

  .antra-site .ville-service-related-grid article img {
    height: auto;
    aspect-ratio: 5 / 4;
  }
}

/* Inner pages: About, Blog and Contact */
.antra-site .ville-page-header {
  position: relative;
  min-height: 560px;
  padding: 275px 0 105px;
  overflow: hidden;
  isolation: isolate;
}

.antra-site .ville-page-header .bg-img,
.antra-site .ville-page-header .overlay {
  position: absolute;
  inset: 0;
}

.antra-site .ville-page-header .bg-img {
  z-index: -2;
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.antra-site .ville-page-header .overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(11, 39, 71, 0.55) 48%, rgba(11, 39, 71, 0.18) 100%);
}

.antra-site .ville-page-header .page-header-content {
  max-width: 920px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.antra-site .ville-page-header .title {
  color: #fff;
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}

.antra-site .ville-page-header .sub-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--tl-ff-body);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.antra-site .ville-page-header .sub-title .home {
  color: #fff;
}

.antra-site .ville-page-header .sub-title .icon {
  color: rgba(255, 255, 255, 0.48);
}

.antra-site .ville-page-header .page-header-content .sub-title .inner-page {
  color: rgba(255, 255, 255, 0.72);
}

.antra-site .ville-page-header-blog .bg-img {
  background-position: center 58%;
}

.antra-site .ville-page-header-contact .bg-img {
  background-position: center 62%;
}

.antra-site .ville-inner-heading {
  align-items: flex-start;
}

.antra-site .ville-about-page-intro {
  position: relative;
  padding: 125px 0 145px;
  overflow: hidden;
}

.antra-site .ville-about-page-intro > .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.55;
  pointer-events: none;
}

.antra-site .ville-about-page-copy {
  max-width: 780px;
  margin-top: 35px;
}

.antra-site .ville-about-page-copy p {
  color: #4d4d52;
  font-size: 18px;
  line-height: 1.75;
}

.antra-site .ville-about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.antra-site .ville-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b2747;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.antra-site .ville-text-link i {
  font-size: 21px;
}

.antra-site .ville-about-page-images {
  position: relative;
  min-height: 680px;
  margin-left: 30px;
}

.antra-site .ville-about-main-image,
.antra-site .ville-about-small-image {
  position: absolute;
  overflow: hidden;
  border-radius: 34px;
}

.antra-site .ville-about-main-image {
  top: 0;
  right: 0;
  width: 82%;
  height: 535px;
}

.antra-site .ville-about-small-image {
  bottom: 0;
  left: 0;
  width: 54%;
  height: 310px;
  border: 12px solid #f6f6f6;
}

.antra-site .ville-about-main-image img,
.antra-site .ville-about-small-image img,
.antra-site .ville-about-difference-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antra-site .ville-about-year {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 205px;
  padding: 24px;
  color: #fff;
  background: #0b2747;
  border-radius: 24px 0 24px 24px;
}

.antra-site .ville-about-year strong,
.antra-site .ville-about-year span {
  display: block;
}

.antra-site .ville-about-year strong {
  font-family: var(--tl-ff-heading);
  font-size: 52px;
  line-height: 1;
}

.antra-site .ville-about-year span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.35;
}

.antra-site .ville-about-difference {
  padding: 120px 0;
  background: #0b2747;
}

.antra-site .ville-about-difference-image {
  height: 660px;
  margin-right: 35px;
  overflow: hidden;
  border-radius: 34px;
}

.antra-site .ville-about-difference-image img {
  object-position: center;
}

.antra-site .ville-about-difference .section-title span {
  color: rgba(255, 255, 255, 0.62);
}

.antra-site .ville-about-pillars {
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.antra-site .ville-about-pillar {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.antra-site .ville-about-pillar > span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-weight: 700;
}

.antra-site .ville-about-pillar h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 8px;
}

.antra-site .ville-about-pillar p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.antra-site .ville-process-section {
  padding: 120px 0 125px;
  background: #fff;
}

.antra-site .ville-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 10px;
  background: #dedee3;
  border: 1px solid #dedee3;
}

.antra-site .ville-process-card {
  position: relative;
  min-height: 335px;
  padding: 38px 32px 34px;
  background: #f6f6f6;
}

.antra-site .ville-process-card .number {
  position: absolute;
  top: 25px;
  right: 26px;
  color: rgba(11, 39, 71, 0.18);
  font-family: var(--tl-ff-heading);
  font-size: 58px;
  line-height: 1;
}

.antra-site .ville-process-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #fff;
  background: #0b2747;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 75px;
}

.antra-site .ville-process-card h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
}

.antra-site .ville-process-card p {
  color: #5e5e64;
  line-height: 1.55;
  margin: 0;
}

.antra-site .ville-process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
}

.antra-site .ville-process-cta p {
  color: #000;
  font-family: var(--tl-ff-heading);
  font-size: 25px;
  margin: 0;
}

.antra-site .ville-process-cta a,
.antra-site .ville-blog-read-more,
.antra-site .ville-search-heading a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b2747;
  font-weight: 700;
}

.antra-site .ville-process-banner {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background-position: center 46%;
  background-repeat: no-repeat;
  background-size: cover;
}

.antra-site .ville-process-banner::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.34) 37%, rgba(0, 0, 0, 0.8) 100%),
    rgba(11, 39, 71, 0.08);
}

.antra-site .ville-process-banner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 620px;
  padding: 0 24px;
}

.antra-site .ville-process-banner-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 52px 38px 58px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.antra-site .ville-process-banner-card:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.antra-site .ville-process-banner-card .number {
  display: block;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--tl-ff-heading);
  font-size: 29px;
  line-height: 1;
}

.antra-site .ville-process-banner-card.is-featured .number {
  color: #8fb5df;
}

.antra-site .ville-process-banner-card h2 {
  color: #fff;
  font-size: clamp(25px, 2.05vw, 34px);
  font-weight: 500;
  line-height: 1.06;
  margin: 0;
}

.antra-site .ville-process-banner-card p {
  max-width: 300px;
  min-height: 78px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .antra-site .ville-process-banner,
  .antra-site .ville-process-banner-grid {
    min-height: 720px;
  }

  .antra-site .ville-process-banner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .antra-site .ville-process-banner-card {
    min-height: 360px;
    padding: 38px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .antra-site .ville-process-banner-card:nth-child(odd) {
    border-left: 0;
  }

  .antra-site .ville-process-banner-card:last-child {
    border-right: 0;
  }
}

@media (max-width: 575px) {
  .antra-site .ville-process-banner {
    background-position: 52% center;
  }

  .antra-site .ville-process-banner,
  .antra-site .ville-process-banner-grid {
    min-height: 0;
  }

  .antra-site .ville-process-banner-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .antra-site .ville-process-banner-card {
    min-height: 255px;
    padding: 34px 24px;
    border-left: 0;
  }

  .antra-site .ville-process-banner-card .number {
    margin-bottom: 17px;
    font-size: 24px;
  }

  .antra-site .ville-process-banner-card h2 {
    font-size: 29px;
  }

  .antra-site .ville-process-banner-card h2 br {
    display: block;
  }

  .antra-site .ville-process-banner-card p {
    min-height: 0;
    margin-top: 18px;
  }
}

.antra-site .ville-blog-page {
  padding: 82px 0 130px;
  background: #f6f6f6;
}

.antra-site .ville-blog-page .section-heading-wrap {
  margin-bottom: 54px;
}

@media (min-width: 992px) {
  .antra-site .ville-blog-page .section-title {
    font-size: 52px;
    line-height: 1.08;
  }
}

.antra-site .ville-blog-grid {
  row-gap: 64px !important;
}

.antra-site .ville-blog-card {
  height: 100%;
}

.antra-site .ville-blog-card .post-thumb {
  position: relative;
  display: block;
  height: 410px;
  overflow: hidden;
  border-radius: 28px;
}

.antra-site .ville-blog-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.antra-site .ville-blog-card:hover .post-thumb img {
  transform: scale(1.035);
}

.antra-site .ville-blog-card .post-thumb .category {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  padding: 8px 17px;
  color: #fff;
  background: #0b2747;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
}

.antra-site .ville-blog-card .post-content {
  padding-top: 26px;
}

.antra-site .ville-blog-card .post-meta,
.antra-site .ville-article-header .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 14px;
  color: #8c8c91;
  font-size: 14px;
  list-style: none;
}

.antra-site .ville-blog-card .post-meta span,
.antra-site .ville-article-header .post-meta span {
  color: #0b2747;
  font-weight: 700;
}

.antra-site .ville-blog-card .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 16px;
}

.antra-site .ville-blog-card p {
  color: #5a5a60;
  line-height: 1.65;
  margin-bottom: 19px;
}

.antra-site .ville-blog-read-more {
  font-size: 14px;
}

.antra-site .ville-pagination {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.antra-site .ville-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
}

.antra-site .ville-pagination .page-item .page-link,
.antra-site .ville-pagination .pagination > li > a,
.antra-site .ville-pagination .pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 15px;
  color: #0b2747;
  background: #fff;
  border: 1px solid #e3e3e8;
  border-radius: 50px;
  font-weight: 700;
}

.antra-site .ville-pagination .active .page-link,
.antra-site .ville-pagination .pagination > .active > span {
  color: #fff;
  background: #0b2747;
  border-color: #0b2747;
}

.antra-site .ville-blog-empty {
  padding: 90px 30px;
  text-align: center;
  background: #fff;
  border-radius: 28px;
}

.antra-site .ville-blog-empty h2 {
  font-size: 42px;
  margin-bottom: 12px;
}

.antra-site .ville-blog-empty .tl-primary-btn {
  margin-top: 20px;
}

.antra-site .ville-search-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 70px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d8d8dd;
}

.antra-site .ville-search-heading > span {
  color: #0b2747;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.antra-site .ville-search-heading h2 {
  flex: 1;
  max-width: 760px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.05;
  margin: 0;
}

.antra-site .ville-blog-details-page {
  padding: 115px 0 130px;
  background: #f6f6f6;
}

.antra-site .ville-article-header {
  margin-bottom: 42px;
}

.antra-site .ville-article-header .post-meta .category a {
  color: #fff;
  font-weight: 800;
}

.antra-site .ville-article-header .title {
  max-width: 1040px;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0;
}

.antra-site .ville-article-cover {
  height: 640px;
  margin-bottom: 45px;
  overflow: hidden;
  border-radius: 30px;
}

.antra-site .ville-article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antra-site .ville-article-body {
  color: #44444a;
  font-size: 18px;
  line-height: 1.8;
}

.antra-site .ville-article-body p,
.antra-site .ville-article-body li {
  color: #44444a;
  font-size: 18px;
  line-height: 1.8;
}

.antra-site .ville-article-body p {
  margin-bottom: 26px;
}

.antra-site .ville-article-body h2,
.antra-site .ville-article-body h3,
.antra-site .ville-article-body h4 {
  clear: both;
  margin-top: 48px;
  margin-bottom: 19px;
  line-height: 1.15;
}

.antra-site .ville-article-body h2 { font-size: 42px; }
.antra-site .ville-article-body h3 { font-size: 34px; }
.antra-site .ville-article-body h4 { font-size: 27px; }

.antra-site .ville-article-body ul,
.antra-site .ville-article-body ol {
  margin: 0 0 30px 24px;
}

.antra-site .ville-article-body img {
  max-width: 100%;
  height: auto !important;
  margin: 22px 0 34px;
  border-radius: 22px;
}

.antra-site .ville-article-body iframe,
.antra-site .ville-article-body video {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 480px;
  margin: 28px 0 38px;
  border: 0;
  border-radius: 22px;
}

.antra-site .ville-article-body blockquote {
  margin: 42px 0;
  padding: 34px 38px;
  color: #fff;
  background: #0b2747;
  border-radius: 22px;
}

.antra-site .ville-article-body blockquote p {
  color: #fff;
  margin: 0;
}

.antra-site .ville-article-body table {
  display: block;
  max-width: 100%;
  margin: 30px 0;
  overflow-x: auto;
}

.antra-site .ville-article-tags {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid #d8d8dd;
}

.antra-site .ville-article-tags > span {
  color: #000;
  font-weight: 800;
  padding-top: 8px;
}

.antra-site .ville-article-tags .tag-list,
.antra-site .ville-sidebar-widget .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.antra-site .ville-article-tags .tag-list a,
.antra-site .ville-sidebar-widget .tags a {
  display: block;
  padding: 8px 14px;
  color: #505057;
  background: #fff;
  border: 1px solid #dedee3;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

.antra-site .ville-article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 55px;
  padding: 38px;
  color: #fff;
  background: #0b2747;
  border-radius: 26px;
}

.antra-site .ville-article-cta > div > span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.antra-site .ville-article-cta h2 {
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  margin: 0;
}

.antra-site .ville-article-cta .tl-primary-btn {
  flex: 0 0 auto;
}

.antra-site .ville-sidebar-widget {
  padding: 32px;
  background: #fff;
  border: 1px solid #e4e4e8;
  border-radius: 24px;
}

.antra-site .ville-sidebar-widget + .ville-sidebar-widget {
  margin-top: 28px;
}

.antra-site .ville-sidebar-widget .widget-title {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 25px;
}

.antra-site .ville-sidebar-post {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 17px;
  align-items: center;
}

.antra-site .ville-sidebar-post + .ville-sidebar-post {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e4e4e8;
}

.antra-site .ville-sidebar-post img {
  width: 105px;
  height: 88px;
  object-fit: cover;
  border-radius: 13px;
}

.antra-site .ville-sidebar-post .post-meta {
  display: block;
  margin-bottom: 6px;
  color: #929297;
  font-size: 12px;
}

.antra-site .ville-sidebar-post .title {
  display: block;
  color: #191919;
  font-family: var(--tl-ff-heading);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.28;
}

.antra-site .ville-sidebar-widget .category-list {
  list-style: none;
}

.antra-site .ville-sidebar-widget .category-list li + li {
  border-top: 1px solid #e4e4e8;
}

.antra-site .ville-sidebar-widget .category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  color: #36363b;
  font-weight: 600;
}

.antra-site .ville-contact-page {
  padding: 82px 0 130px;
  background: #f6f6f6;
}

.antra-site .ville-contact-page .section-heading-wrap {
  margin-bottom: 54px;
}

@media (min-width: 992px) {
  .antra-site .ville-contact-page .section-title {
    font-size: 52px;
    line-height: 1.08;
  }
}

.antra-site .ville-contact-request {
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  background: #0b2747;
  border-radius: 34px;
}

.antra-site .ville-contact-request > [class*="col-"] {
  padding: 0;
}

.antra-site .ville-contact-panel {
  min-height: 100%;
  padding: 54px;
  background: #071d35;
}

.antra-site .ville-contact-panel .request-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.antra-site .ville-contact-panel .request-item {
  padding: 0;
}

.antra-site .ville-contact-panel .request-item > span,
.antra-site .ville-contact-form-heading > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.antra-site .ville-contact-panel .request-item p,
.antra-site .ville-contact-panel .request-item a {
  display: block;
  color: #fff !important;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.antra-site .ville-contact-panel .request-item a {
  cursor: pointer;
}

.antra-site .ville-contact-quick-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 40px 0;
}

.antra-site .ville-contact-quick-actions > a {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 16px 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  cursor: pointer;
}

.antra-site .ville-contact-quick-actions > a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.antra-site .ville-contact-quick-actions i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #0b2747;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
}

.antra-site .ville-contact-quick-actions span,
.antra-site .ville-contact-quick-actions small {
  display: block;
}

.antra-site .ville-contact-quick-actions span {
  font-family: var(--tl-ff-heading);
  font-size: 18px;
  line-height: 1.2;
}

.antra-site .ville-contact-quick-actions small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--tl-ff-body);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.antra-site .ville-contact-panel .contact-img {
  height: 360px;
  overflow: hidden;
  border-radius: 24px;
}

.antra-site .ville-contact-panel .contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antra-site .ville-contact-form-wrap {
  height: 100%;
  padding: 54px;
  background: #0b2747;
}

.antra-site .ville-contact-form-heading {
  margin-bottom: 38px;
}

.antra-site .ville-contact-form-heading h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 14px;
}

.antra-site .ville-contact-form-heading p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.6;
  margin: 0;
}

.antra-site .ville-contact-form-wrap .form-group {
  --bs-gutter-x: 24px;
}

.antra-site .ville-contact-form-wrap .form-control {
  padding: 12px 0 15px;
  color: #fff !important;
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  box-shadow: none;
}

.antra-site .ville-contact-form-wrap .form-title {
  color: #fff !important;
}

.antra-site .ville-contact-form-wrap .form-control::placeholder {
  color: rgba(255, 255, 255, 0.62) !important;
}

.antra-site .ville-contact-form-wrap .form-control:focus {
  border-bottom-color: #fff;
}

.antra-site .ville-contact-location {
  padding-top: 105px;
  background: #fff;
}

.antra-site .ville-contact-location-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  padding-bottom: 42px;
}

.antra-site .ville-contact-location-head span {
  display: block;
  margin-bottom: 8px;
  color: #0b2747;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.antra-site .ville-contact-location-head h2 {
  font-size: 54px;
  font-weight: 500;
  margin: 0;
}

.antra-site .ville-contact-location-head p {
  color: #4e4e54;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.antra-site .ville-contact-location #mapa iframe {
  display: block;
  height: 500px;
  filter: grayscale(0.35);
}

.antra-site .ville-page-header-category .title {
  max-width: 1100px;
  font-size: clamp(54px, 6.4vw, 94px);
}

.antra-site .ville-category-page {
  padding: 115px 0 130px;
  background: #f6f6f6;
}

.antra-site .ville-category-page .section-heading-wrap {
  margin-bottom: 75px;
}

.antra-site .ville-category-description {
  max-width: 740px;
  margin-top: 25px;
}

.antra-site .ville-category-description,
.antra-site .ville-category-description p {
  color: #55555b;
  font-size: 17px;
  line-height: 1.7;
}

.antra-site .ville-category-description p:last-child {
  margin-bottom: 0;
}

.antra-site .ville-service-grid {
  columns: 3 340px;
  column-gap: 34px;
}

.antra-site .ville-service-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 62px;
  break-inside: avoid;
}

.antra-site .ville-service-card .service-thumb {
  height: 390px;
  margin-bottom: 28px;
  border-radius: 28px;
}

.antra-site .ville-service-card.big .service-thumb {
  height: 520px;
}

.antra-site .ville-service-card .service-thumb img {
  border-radius: 28px;
}

.antra-site .ville-service-card .service-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 38%);
  pointer-events: none;
}

.antra-site .ville-service-card .service-thumb .number {
  z-index: 1;
  color: #fff;
  font-size: 28px;
}

.antra-site .ville-service-card .service-content .title {
  font-size: 31px;
  line-height: 1.08;
  margin-bottom: 14px;
}

.antra-site .ville-service-card .service-content p {
  max-width: 100%;
  color: #59595f;
  line-height: 1.65;
  margin-bottom: 19px;
}

.antra-site .ville-service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b2747;
  font-size: 14px;
  font-weight: 800;
}

.antra-site .ville-newsletter-section {
  position: relative;
  padding: 120px 0 125px;
  background: #fff;
}

.antra-site .ville-newsletter-section .bg-shape {
  opacity: 0.46;
}

.antra-site .ville-newsletter-section .section-heading {
  max-width: 1050px;
  margin: 0 auto 45px;
}

.antra-site .ville-newsletter-section .section-title {
  font-size: clamp(46px, 4.8vw, 60px);
  line-height: 1.04;
}

.antra-site .ville-newsletter-section .section-heading p {
  max-width: 720px;
  color: #56565c;
  font-size: 17px;
  line-height: 1.65;
  margin: 24px auto 0;
}

.antra-site .ville-newsletter-form {
  max-width: 610px;
}

.antra-site .ville-newsletter-form .form-control {
  height: 58px;
  padding: 0 62px 10px 0;
  color: #191919;
  font-size: 18px;
}

.antra-site .ville-newsletter-form button {
  width: 50px;
  height: 50px;
  bottom: 8px;
  background: #0b2747;
}

.antra-site .ville-newsletter-privacy {
  margin: 17px 0 0;
  color: #8a8a90;
  font-size: 12px;
}

.antra-site .ville-newsletter-privacy a {
  color: #0b2747;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .antra-site .ville-about-page-images {
    min-height: 590px;
    margin-left: 0;
  }

  .antra-site .ville-about-main-image {
    height: 475px;
  }

  .antra-site .ville-about-small-image {
    height: 265px;
  }

  .antra-site .ville-about-year {
    width: 180px;
  }

  .antra-site .ville-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .antra-site .ville-contact-panel,
  .antra-site .ville-contact-form-wrap {
    padding: 42px;
  }

  .antra-site .ville-article-cover {
    height: 540px;
  }

  .antra-site .ville-service-grid {
    columns: 2 320px;
  }
}

@media (max-width: 991px) {
  .antra-site .ville-page-header {
    min-height: 500px;
    padding: 245px 0 85px;
  }

  .antra-site .ville-about-page-intro,
  .antra-site .ville-about-difference,
  .antra-site .ville-process-section,
  .antra-site .ville-blog-page,
  .antra-site .ville-blog-details-page,
  .antra-site .ville-contact-page {
    padding-top: 90px;
    padding-bottom: 95px;
  }

  .antra-site .ville-about-page-images {
    max-width: 680px;
    margin: 0 auto;
  }

  .antra-site .ville-about-difference-image {
    height: 540px;
    margin-right: 0;
  }

  .antra-site .ville-blog-page .section-heading-wrap,
  .antra-site .ville-contact-page .section-heading-wrap {
    margin-bottom: 50px;
  }

  .antra-site .ville-blog-card .post-thumb {
    height: 370px;
  }

  .antra-site .ville-blog-details-page aside {
    margin-top: 20px;
  }

  .antra-site .ville-sidebar-widget.sticky-widget {
    position: static;
  }

  .antra-site .ville-contact-form-wrap {
    min-height: auto;
  }

  .antra-site .ville-category-page,
  .antra-site .ville-newsletter-section {
    padding-top: 90px;
    padding-bottom: 95px;
  }
}

@media (max-width: 767px) {
  .antra-site .ville-contact-panel .request-item br {
    display: block;
  }

  .antra-site .ville-page-header {
    min-height: 430px;
    padding: 225px 0 62px;
  }

  .antra-site .ville-page-header .title {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .antra-site .ville-page-header .sub-title {
    gap: 8px;
    font-size: 13px;
  }

  .antra-site .ville-about-page-intro,
  .antra-site .ville-about-difference,
  .antra-site .ville-process-section,
  .antra-site .ville-blog-page,
  .antra-site .ville-blog-details-page,
  .antra-site .ville-contact-page {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .antra-site .ville-about-page-copy {
    margin-top: 24px;
  }

  .antra-site .ville-about-page-copy p {
    font-size: 16px;
  }

  .antra-site .ville-about-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .antra-site .ville-about-page-images {
    min-height: auto;
  }

  .antra-site .ville-about-main-image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
  }

  .antra-site .ville-about-small-image {
    display: none;
  }

  .antra-site .ville-about-year {
    right: 12px;
    bottom: 12px;
    width: 165px;
    padding: 18px;
    border-radius: 18px;
  }

  .antra-site .ville-about-year strong {
    font-size: 42px;
  }

  .antra-site .ville-about-difference-image {
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
  }

  .antra-site .ville-about-pillars {
    margin-top: 38px;
  }

  .antra-site .ville-about-pillar {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .antra-site .ville-about-pillar h3 {
    font-size: 22px;
  }

  .antra-site .ville-process-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .antra-site .ville-process-card {
    min-height: 290px;
  }

  .antra-site .ville-process-card > i {
    margin-bottom: 55px;
  }

  .antra-site .ville-process-cta,
  .antra-site .ville-search-heading,
  .antra-site .ville-article-cta,
  .antra-site .ville-contact-location-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .antra-site .ville-process-cta p {
    font-size: 22px;
  }

  .antra-site .ville-blog-grid {
    row-gap: 50px !important;
  }

  .antra-site .ville-blog-card .post-thumb {
    height: auto;
    aspect-ratio: 5 / 4;
    border-radius: 22px;
  }

  .antra-site .ville-blog-card .title {
    font-size: 27px;
  }

  .antra-site .ville-search-heading {
    margin-bottom: 48px;
  }

  .antra-site .ville-search-heading h2 {
    font-size: 38px;
  }

  .antra-site .ville-article-header .title {
    font-size: 39px;
  }

  .antra-site .ville-article-cover {
    height: auto;
    aspect-ratio: 5 / 4;
    border-radius: 22px;
  }

  .antra-site .ville-article-body,
  .antra-site .ville-article-body p,
  .antra-site .ville-article-body li {
    font-size: 16px;
    line-height: 1.72;
  }

  .antra-site .ville-article-body h2 { font-size: 33px; }
  .antra-site .ville-article-body h3 { font-size: 28px; }
  .antra-site .ville-article-body h4 { font-size: 23px; }

  .antra-site .ville-article-body iframe,
  .antra-site .ville-article-body video {
    min-height: 240px;
  }

  .antra-site .ville-article-tags {
    display: block;
  }

  .antra-site .ville-article-tags > span {
    display: block;
    margin-bottom: 13px;
  }

  .antra-site .ville-article-cta {
    padding: 28px;
  }

  .antra-site .ville-article-cta h2 {
    font-size: 27px;
  }

  .antra-site .ville-sidebar-widget {
    padding: 25px;
  }

  .antra-site .ville-sidebar-post {
    grid-template-columns: 92px 1fr;
  }

  .antra-site .ville-sidebar-post img {
    width: 92px;
    height: 82px;
  }

  .antra-site .ville-contact-request {
    border-radius: 24px;
  }

  .antra-site .ville-contact-panel,
  .antra-site .ville-contact-form-wrap {
    padding: 30px 22px;
  }

  .antra-site .ville-contact-panel .request-item-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .antra-site .ville-contact-panel .contact-img {
    height: auto;
    aspect-ratio: 5 / 4;
  }

  .antra-site .ville-contact-form-heading h2 {
    font-size: 34px;
  }

  .antra-site .ville-contact-location {
    padding-top: 70px;
  }

  .antra-site .ville-contact-location-head h2 {
    font-size: 40px;
  }

  .antra-site .ville-contact-location #mapa iframe {
    height: 380px;
  }

  .antra-site .ville-page-header-category .title {
    font-size: 44px;
  }

  .antra-site .ville-category-page,
  .antra-site .ville-newsletter-section {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .antra-site .ville-category-page .section-heading-wrap {
    margin-bottom: 48px;
  }

  .antra-site .ville-service-grid {
    columns: 1;
  }

  .antra-site .ville-service-card {
    margin-bottom: 48px;
  }

  .antra-site .ville-service-card .service-thumb,
  .antra-site .ville-service-card.big .service-thumb {
    height: auto;
    aspect-ratio: 5 / 4;
    border-radius: 22px;
  }

  .antra-site .ville-service-card .service-thumb img {
    border-radius: 22px;
  }

  .antra-site .ville-service-card .service-content .title {
    font-size: 28px;
  }

  .antra-site .ville-newsletter-section .section-title {
    font-size: 39px;
  }

  .antra-site .ville-newsletter-section .section-heading p {
    font-size: 16px;
  }
}

body.antra-site {
  font-family: var(--tl-ff-body);
  background: #f6f6f6;
}

body.antra-site p,
body.antra-site input,
body.antra-site textarea,
body.antra-site button {
  font-family: var(--tl-ff-body);
}

.antra-site .header {
  z-index: 999;
}

.antra-site .ville-topbar {
  position: relative;
  z-index: 2;
  min-height: 42px;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.antra-site .ville-topbar-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  min-height: 42px;
  margin: 0 auto;
  gap: 30px;
}

.antra-site .ville-topbar-info,
.antra-site .ville-topbar-social {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.antra-site .ville-topbar-info {
  gap: 30px;
}

.antra-site .ville-topbar-info .ville-topbar-coverage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.antra-site .ville-topbar-info li,
.antra-site .ville-topbar-info a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.antra-site .ville-topbar-info i {
  color: #fff;
  font-size: 12px;
}

.antra-site .ville-topbar-social {
  gap: 4px;
}

.antra-site .ville-topbar-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 50%;
}

.antra-site .ville-topbar-info a:hover,
.antra-site .ville-topbar-social a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.antra-site .primary-header {
  background: linear-gradient(180deg, rgba(11, 39, 71, 0.9) 0%, rgba(11, 39, 71, 0.12) 100%);
}

.antra-site .primary-header.fixed {
  background: #0b2747;
}

.antra-site .primary-header-inner {
  flex-wrap: nowrap;
  gap: 22px;
}

.antra-site .ville-menu-header {
  justify-content: center;
}

.antra-site .mobile-header-logo,
.antra-site .mobile-header-actions {
  display: none;
}

.antra-site .header-center-wrap {
  flex: 1;
}

.antra-site .header-menu-wrap,
.antra-site .mobile-menu-items {
  width: 100%;
}

.antra-site .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.antra-site .header-2 .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li,
.antra-site .header-2 .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li:nth-child(4),
.antra-site .header-2 .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.site-logo {
  display: inline-block;
}

.antra-site .primary-header-inner .header-menu-wrap ul li {
  margin: 0 10px;
}

.antra-site .primary-header-inner .header-menu-wrap ul li a,
.antra-site .primary-header-inner .header-menu-wrap ul li.menu-item-has-children::after {
  color: #fff;
}

.antra-site .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.active > a,
.antra-site .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li > a:hover,
.antra-site .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.active.menu-item-has-children::after,
.antra-site .primary-header-inner .header-menu-wrap > .mobile-menu-items > ul > li.menu-item-has-children:hover::after {
  color: #fff;
}

.antra-site .primary-header-inner .header-menu-wrap ul li ul li a {
  color: #0b2747;
}

.antra-site .primary-header-inner .header-menu-wrap ul li.site-logo {
  margin: 0 20px;
}

.antra-site .primary-header-inner .header-menu-wrap ul li.site-logo a {
  padding: 10px 0;
}

.antra-site .primary-header-inner .header-menu-wrap ul li.site-logo img {
  display: block;
  width: auto;
  max-width: 195px;
  max-height: 86px;
  object-fit: contain;
  transition: max-width 0.35s ease, max-height 0.35s ease;
}

.antra-site .primary-header.fixed .primary-header-inner .header-menu-wrap ul li.site-logo img {
  max-width: 150px;
  max-height: 64px;
}

.antra-site .ville-about-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.antra-site .ville-about-6 .about-content-6 .about-faq,
.antra-site .ville-about-6 .about-content-6 .about-btn {
  margin-top: 34px;
}

.antra-site .ville-retractable-section {
  padding: 70px 0 90px;
  background: #f6f6f6;
}

.antra-site .ville-retractable-wrap-9 {
  justify-content: center;
}

.antra-site .ville-retractable-item-9 {
  position: relative;
}

.antra-site .ville-retractable-item-9 .ville-project-card-link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.antra-site .ville-retractable-item-9 .project-content {
  z-index: 2;
  pointer-events: none;
}

.antra-site .ville-retractable-item-9 .project-content a {
  pointer-events: none;
}

.antra-site .ville-retractable-item-9 .project-content .title {
  font-size: 34px;
  line-height: 1.08;
  white-space: normal;
}

.antra-site .ville-retractable-item-9 .project-content span br {
  display: block;
}

@media (min-width: 1200px) {
  .antra-site .ville-retractable-wrap-9 {
    column-gap: 16px;
  }

  .antra-site .ville-retractable-wrap-9 .project-item-3 {
    width: 170px;
  }

  .antra-site .ville-retractable-wrap-9 .project-item-3.active {
    width: 480px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .antra-site .ville-retractable-wrap-9 {
    column-gap: 10px;
  }

  .antra-site .ville-retractable-wrap-9 .project-item-3 {
    width: 110px;
    height: 560px;
  }

  .antra-site .ville-retractable-wrap-9 .project-item-3.active {
    width: 330px;
  }
}

.antra-site .ville-showcase-video {
  background: #0b2747;
}

.antra-site .ville-showcase-video .bg-img {
  background-position: center;
}

.antra-site .ville-showcase-video .bg-img::before {
  background-color: #07192d;
  opacity: 0.6;
}

.antra-site .ville-showcase-video .video-title {
  line-height: 1.05;
}

.antra-site .ville-showcase-video .video-title br {
  display: block;
}

.antra-site .ville-showcase-video .play-btn a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 6px;
}

.antra-site .ville-faq-home {
  background: #f6f6f6;
  padding-top: 80px !important;
  padding-bottom: 90px !important;
}

.antra-site .ville-faq-home .section-heading-wrap {
  align-items: flex-start;
  padding-top: 0;
  margin-bottom: 48px;
  row-gap: 20px;
}

.antra-site .ville-faq-home .section-heading-wrap .shape {
  display: none;
}

.antra-site .ville-faq-home .section-heading {
  margin-bottom: 0;
}

.antra-site .ville-faq-home .section-heading.section-heading-2 {
  padding-left: 0;
}

.antra-site .ville-faq-home .section-title {
  max-width: 900px;
  line-height: 1.05;
}

.antra-site .ville-faq-home .faq-content-2 {
  padding-left: 0;
}

.antra-site .ville-faq-home .faq-img img {
  object-position: 52% center;
}

.antra-site .ville-faq-home .faq-img-wrap .title {
  line-height: 1.15;
}

.antra-site .ville-faq-home .accordion-button {
  line-height: 1.25;
}

.antra-site .ville-deck-index4-section {
  background: #f6f6f6;
  padding-bottom: 45px;
}

.antra-site .ville-deck-index4-item {
  position: relative;
}

.antra-site .ville-deck-index4-item .ville-deck-card-link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.antra-site .ville-deck-index4-item .project-thumb ul,
.antra-site .ville-deck-index4-item .project-thumb .number,
.antra-site .ville-deck-index4-item .project-content {
  z-index: 2;
  pointer-events: none;
}

.antra-site .ville-deck-index4-item .project-content .title {
  line-height: 1.05;
  max-width: 1050px;
}

.antra-site .ville-deck-index4-item .project-content p br {
  display: block;
}

.antra-site .ville-blog-index2 {
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 45px;
}

.antra-site .ville-blog-index2 .section-heading-wrap {
  align-items: flex-start;
  padding-top: 0;
  margin-bottom: 58px;
  row-gap: 20px;
}

.antra-site .ville-blog-index2 .section-heading-wrap .shape {
  display: none;
}

.antra-site .ville-blog-index2 .section-heading,
.antra-site .ville-blog-index2 .section-heading.section-heading-2 {
  margin-bottom: 0;
  padding-left: 0;
}

.antra-site .ville-blog-index2 .section-title {
  max-width: 900px;
  line-height: 1.05;
}

.antra-site .ville-blog-index2 .post-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.antra-site .ville-blog-index2 .post-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antra-site .ville-blog-index2 .ville-blog-featured .post-thumb {
  height: 560px;
}

.antra-site .ville-blog-index2 .post-content .title {
  line-height: 1.15;
}

.antra-site .ville-blog-index2 .ville-blog-list .post-content p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.antra-site .home-video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  background: #000;
}

.antra-site .home-video-hero-poster,
.antra-site .home-video-hero-media,
.antra-site .home-video-hero-shade {
  position: absolute;
  inset: 0;
}

.antra-site .home-video-hero-poster {
  z-index: 0;
  background: #000 url("https://i.ytimg.com/vi/ObJzFQOdhp4/maxresdefault.jpg") center center / cover no-repeat;
}

.antra-site .home-video-hero-media {
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.antra-site .home-video-hero-media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.antra-site .home-video-hero-shade {
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.03) 34%, rgba(0, 0, 0, 0.08) 68%, rgba(0, 0, 0, 0.48) 100%);
  pointer-events: none;
}

.antra-site .home-video-scroll {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: rgba(11, 39, 71, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: villeScrollCue 2s ease-in-out infinite;
  backdrop-filter: blur(6px);
}

.antra-site .home-video-scroll:hover {
  color: #fff;
  background: #0b2747;
  border-color: #fff;
}

.antra-site #coberturas-retrateis,
.antra-site #sobre-ville-dc,
.antra-site #depoimentos {
  scroll-margin-top: 100px;
}

@keyframes villeScrollCue {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 9px); }
}

.antra-site .text-logo {
  display: inline-block;
  color: #fff;
  font-family: var(--tl-ff-heading);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.antra-site .text-logo.dark {
  color: #0b2747;
}

.antra-site .modal-header .text-logo {
  margin: 8px auto;
}

.antra-site .header-left-wrap,
.antra-site .header-right-wrap {
  flex: 0 0 auto;
}

.antra-site .header-2 .primary-header-inner .header-left-wrap .header-contact,
.antra-site .primary-header-inner .header-right-wrap .header-btn {
  display: flex;
}

.antra-site .primary-header-inner .header-right-wrap .header-btn {
  white-space: nowrap;
}

.antra-site .sidebar-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.antra-site .mobile-side-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.antra-site .sidebar-trigger.close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.antra-site .side-menu-logo img,
.antra-site .mobile-side-menu .side-menu-head img {
  max-width: 180px;
  max-height: 86px;
  object-fit: contain;
}

.antra-site .side-menu-gallary-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antra-site .slider-item {
  min-height: 900px;
}

.antra-site .slider-2 .slider-item .antra-banner-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.antra-site .antra-banner-media picture,
.antra-site .antra-banner-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.antra-site .antra-banner-media img {
  object-fit: cover;
  object-position: center;
}

.antra-site .antra-banner-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 39, 71, 0.42) 0%, rgba(11, 39, 71, 0.76) 100%);
  pointer-events: none;
}

.antra-site .banner-admin-link {
  position: absolute;
  inset: 110px 0 auto;
  height: 38%;
  z-index: 1;
}

.antra-site .slider-content,
.antra-site .slider-btn,
.antra-site .bottom-content {
  position: relative;
  z-index: 2;
}

.antra-site .slider-9 .slider-item .slider-content-wrap .bottom-content .antra-desc {
  max-width: 600px;
}

.antra-site .slider-9 .slider-item .slider-content-wrap .bottom-content .slider-video-area {
  grid-template-columns: 1fr 150px;
}

.antra-site .service-thumb img,
.antra-site .project-img img,
.antra-site .post-thumb img {
  width: 100%;
  object-fit: cover;
}

.antra-site .service-thumb img {
  height: 620px;
}

.antra-site .project-img img {
  height: 640px;
}

.antra-site .post-thumb img {
  height: 390px;
}

.antra-site .service-content p,
.antra-site .post-content p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.antra-site .exp-section {
  background: #0b2747;
}

.antra-site .exp-item p {
  color: rgba(255, 255, 255, 0.74);
}

.antra-site .ville-video-testimonials {
  overflow: hidden;
  padding: 55px 0 90px;
  background: #f6f6f6;
}

.antra-site .ville-google-reviews {
  padding: 0 0 110px;
  background: #fff;
}

.antra-site .ville-google-reviews .divia-gr {
  min-height: 320px;
}

.antra-site .ville-testimonial-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 52px;
}

.antra-site .ville-testimonial-heading .section-heading {
  max-width: 940px;
}

.antra-site .ville-testimonial-heading .section-title {
  margin-top: 18px;
  line-height: 1.02;
}

.antra-site .ville-testimonial-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  padding-bottom: 8px;
}

.antra-site .ville-testimonial-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  color: #0b2747;
  background: transparent;
  border: 1px solid rgba(11, 39, 71, 0.28);
  border-radius: 50%;
}

.antra-site .ville-testimonial-arrow:focus-visible,
.antra-site .ville-testimonial-play:focus-visible {
  outline: 3px solid #0b2747;
  outline-offset: 4px;
}

.antra-site .ville-testimonial-arrow.swiper-button-disabled {
  opacity: 0.35;
}

.antra-site .ville-testimonial-carousel {
  overflow: visible;
}

.antra-site .ville-video-testimonial-card {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: #0b2747;
  border-radius: 24px;
}

.antra-site .ville-video-testimonial-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.antra-site .ville-video-testimonial-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 12, 22, 0.08) 25%, rgba(3, 12, 22, 0.86) 100%);
}

.antra-site .ville-testimonial-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #0b2747;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.antra-site .ville-testimonial-play i {
  margin-left: 4px;
}

.antra-site .ville-video-testimonial-content {
  position: absolute;
  right: 26px;
  bottom: 25px;
  left: 26px;
  z-index: 2;
  color: #fff;
}

.antra-site .ville-video-testimonial-label {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.antra-site .ville-video-testimonial-content h3 {
  color: #fff;
  font-size: clamp(23px, 1.8vw, 30px);
  line-height: 1.05;
  margin: 0 0 8px;
}

.antra-site .ville-video-testimonial-content p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.25;
  margin: 0;
}

.antra-site .request-form-wrap .form-item {
  margin-bottom: 28px;
}

.antra-site .request-form-wrap .form-title {
  display: block;
  color: #fff;
  font-family: var(--tl-ff-heading);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.antra-site .request-form-wrap .form-control {
  color: #fff;
}

.antra-site .request-form-wrap .form-control::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.antra-site .request-form-wrap input:-webkit-autofill,
.antra-site .request-form-wrap textarea:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  transition: background-color 9999s ease-out;
}

.antra-site .newsletter-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

.antra-site .newsletter-whatsapp {
  background: #0b2747;
  color: #fff;
}

.antra-site .footer-section {
  padding-bottom: 0;
  background: #0b2747;
}

.antra-site .footer-section .footer-bg,
.antra-site .footer-section .footer-shade,
.antra-site .footer-text {
  display: none;
}

.antra-site .ville-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(180px, 0.8fr) repeat(3, minmax(190px, 1fr));
  gap: 48px;
  padding: 100px 0 76px;
}

.antra-site .ville-footer-grid .footer-widget {
  min-width: 0;
  margin-bottom: 0;
}

.antra-site .ville-footer-title {
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
  margin: 0 0 24px;
}

.antra-site .ville-footer-title a {
  color: inherit;
}

.antra-site .ville-footer-grid .footer-list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.antra-site .ville-footer-grid .footer-list li a {
  line-height: 1.35;
}

.antra-site .ville-footer-brand .social-list {
  margin-top: 34px;
}

.antra-site .footer-widget .footer-logo img {
  width: auto;
  max-width: 210px;
  max-height: 100px;
  object-fit: contain;
}

.antra-site .footer-widget .footer-list .footer-subitem a {
  color: #d5d7df;
  font-size: 15px;
  padding-left: 0;
}

.antra-site .footer-unit {
  margin-top: 26px;
}

.antra-site .spamtext {
  background: #091f39;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  padding: 10px 0;
}

.antra-site .spamtext .container {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.antra-site .spamtext p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  margin: 0;
}

.antra-site .footer-copyright {
  position: relative;
  z-index: 2;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
}

.antra-site .footer-copyright p {
  color: #d0d0d0;
  margin: 0;
}

.antra-site .footer-copyright p a {
  color: #fff;
}

.antra-site .footer-copyright .divia img {
  max-height: 38px;
  width: auto;
}

.antra-site .modal {
  z-index: 1000010;
}

.antra-site .modal-backdrop {
  z-index: 1000000;
}

.antra-site .modal-header img {
  max-width: 170px;
  max-height: 72px;
  object-fit: contain;
}

.antra-site .modal .form-group {
  margin-bottom: 14px;
}

.antra-site .modal .form-control {
  border: 1px solid #e1e3ea;
  padding: 12px 14px;
}

.antra-site .d-mobile,
.antra-site .whatsapp-desktop,
.antra-site #divia-gdpr {
  z-index: 1000;
}

@media (max-width: 1500px) {
  .antra-site .primary-header-inner .header-menu-wrap ul li {
    margin: 0 7px;
  }

  .antra-site .primary-header-inner .header-menu-wrap ul li a {
    font-size: 14px;
  }

  .antra-site .header-2 .primary-header-inner .header-left-wrap .header-contact,
  .antra-site .primary-header-inner .header-right-wrap .header-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .antra-site .ville-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 36px;
    padding: 80px 0 65px;
  }

  .antra-site .primary-header-inner .header-menu-wrap ul li.site-logo {
    margin: 0 10px;
  }

  .antra-site .primary-header-inner .header-menu-wrap ul li.site-logo img {
    max-width: 155px;
  }

  .antra-site .primary-header.fixed .primary-header-inner .header-menu-wrap ul li.site-logo img {
    max-width: 125px;
  }

  .antra-site .service-thumb img {
    height: 520px;
  }

  .antra-site .project-img img {
    height: 520px;
  }
}

@media (max-width: 991px) {
  .antra-site .ville-faq-home {
    padding-top: 70px !important;
    padding-bottom: 75px !important;
  }

  .antra-site .ville-faq-home .section-heading-wrap {
    margin-bottom: 38px;
  }

  .antra-site .ville-blog-index2 {
    padding-top: 55px;
    padding-bottom: 40px;
  }

  .antra-site .ville-video-testimonials {
    padding-top: 50px;
  }

  .antra-site .ville-blog-index2 .section-heading-wrap {
    margin-bottom: 40px;
  }

  .antra-site .ville-blog-index2 .ville-blog-featured .post-thumb {
    height: 430px;
  }

  .antra-site .ville-deck-index4-section {
    padding-bottom: 40px;
  }

  .antra-site .ville-deck-index4-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .antra-site .ville-topbar {
    display: none;
  }

  .antra-site .primary-header {
    background: #0b2747;
  }

  .antra-site .ville-about-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .antra-site .ville-retractable-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .antra-site .ville-retractable-item-9 .project-content .title {
    font-size: 30px;
  }

  .antra-site .ville-retractable-item-9 .project-content {
    opacity: 1;
  }

  .antra-site .primary-header-inner {
    min-height: 92px;
  }

  .antra-site .header-center-wrap,
  .antra-site .header-left-wrap,
  .antra-site .sidebar-trigger.open {
    display: none;
  }

  .antra-site .mobile-header-logo {
    display: block;
  }

  .antra-site .mobile-header-logo a {
    display: flex;
    align-items: center;
  }

  .antra-site .mobile-header-logo img {
    width: auto;
    max-width: 170px;
    max-height: 66px;
    object-fit: contain;
    transition: max-width 0.35s ease, max-height 0.35s ease;
  }

  .antra-site .primary-header.fixed .mobile-header-logo img {
    max-width: 135px;
    max-height: 54px;
  }

  .antra-site .header-right-wrap {
    margin-left: auto;
  }

  .antra-site .mobile-header-actions {
    display: flex;
  }

  .antra-site .mobile-side-menu-toggle {
    display: flex;
  }

  .antra-site .home-video-hero {
    min-height: 620px;
  }

  .antra-site .slider-item {
    min-height: 820px;
  }

  .antra-site .slider-9 .slider-item .slider-content-wrap .bottom-content .slider-video-area {
    display: none;
  }

  .antra-site .project-img img,
  .antra-site .service-thumb img {
    height: 460px;
  }

}

@media (max-width: 767px) {
  html {
    scroll-behavior: auto !important;
  }

  .antra-site .slide-anim,
  .antra-site .fade-wrapper .fade-top {
    opacity: 1 !important;
    transform: none !important;
  }

  .antra-site .ville-about-6 .about-img-wrap-6 {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 38px;
  }

  .antra-site .ville-about-6 .about-img-wrap-6 .about-img-1,
  .antra-site .ville-about-6 .about-img-wrap-6 .about-img-2 {
    display: none;
  }

  .antra-site .ville-about-6 .about-img-wrap-6 .about-img-3 {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 5 / 4;
    transform: none;
  }

  .antra-site .ville-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    padding: 68px 0 54px;
  }

  .antra-site .ville-footer-brand .social-list {
    margin-top: 28px;
  }

  .antra-site .ville-video-testimonials {
    padding: 45px 0 72px;
  }

  .antra-site .ville-google-reviews {
    padding-bottom: 72px;
  }

  .antra-site .ville-testimonial-heading {
    display: block;
    margin-bottom: 34px;
  }

  .antra-site .ville-testimonial-heading .section-title {
    margin-top: 14px;
  }

  .antra-site .ville-testimonial-actions {
    margin-top: 24px;
    padding-bottom: 0;
  }

  .antra-site .ville-testimonial-arrow {
    width: 52px;
    height: 52px;
  }

  .antra-site .ville-video-testimonial-card {
    height: 480px;
    border-radius: 20px;
  }

  .antra-site .ville-video-testimonial-content {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .antra-site .ville-faq-home {
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  .antra-site .ville-faq-home .section-heading-wrap {
    margin-bottom: 30px;
    row-gap: 8px;
  }

  .antra-site .ville-blog-index2 {
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .antra-site .ville-blog-index2 .section-heading-wrap {
    margin-bottom: 32px;
    row-gap: 8px;
  }

  .antra-site .ville-blog-index2 .ville-blog-featured .post-thumb {
    height: 360px;
  }

  .antra-site .ville-deck-index4-section {
    padding-bottom: 35px;
  }

  .antra-site .ville-about-6 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .antra-site .ville-retractable-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .antra-site .ville-retractable-item-9 .project-content .title {
    font-size: 28px;
  }

  .antra-site .mobile-header-logo img {
    max-width: 150px;
    max-height: 58px;
  }

  .antra-site .primary-header.fixed .mobile-header-logo img {
    max-width: 125px;
    max-height: 50px;
  }

  .antra-site .home-video-scroll {
    bottom: 26px;
    width: 52px;
    height: 52px;
  }

  .antra-site .pt-130 {
    padding-top: 80px;
  }

  .antra-site .pb-130 {
    padding-bottom: 80px;
  }

  .antra-site .slider-item {
    min-height: 760px;
  }

  .antra-site .slider-content-wrap {
    padding-top: 120px;
  }

  .antra-site .slider-9 .slider-item .slider-content-wrap .bottom-content {
    display: block;
  }

  .antra-site .slider-text {
    display: none;
  }

  .antra-site .banner-admin-link {
    display: none;
  }

  .antra-site .service-thumb img,
  .antra-site .project-img img,
  .antra-site .post-thumb img {
    height: 420px;
  }

  .antra-site .footer-copyright,
  .antra-site .footer-copyright .text-md-end {
    text-align: center;
  }

  .antra-site .footer-copyright .divia {
    margin-top: 14px;
  }
}
