@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600&display=swap");

:root {
  --td-black: #0b0d10;
  --td-ink: #12151a;
  --td-charcoal: #1a1f26;
  --td-steel: #6a8eab;
  --td-steel-hover: #8fb0c9;
  --td-silver: #c5ccd3;
  --td-muted: #8b949e;
  --td-cream: #f6f3ec;
  --td-line: rgba(106, 142, 171, 0.45);
  --td-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

html {
  scroll-behavior: smooth;
}

body.u-body {
  font-family: Outfit, "Open Sans", sans-serif;
  color: #1e2329;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--td-steel);
  color: #fff;
}

h1, h2, h3, h4, h5, h6,
.u-custom-font,
.u-heading-font,
.u-font-lato {
  font-family: Montserrat, Lato, sans-serif !important;
  letter-spacing: 0.04em;
}

/* -------------------------------------------------------------------------- */
/* Header                                                                     */
/* -------------------------------------------------------------------------- */
.u-header,
.u-header.u-gradient {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff !important;
  background-image: linear-gradient(to right, #ffffff, #808080) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease, min-height 0.3s ease;
}

.u-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--td-steel), transparent);
  pointer-events: none;
}

.u-header .u-sheet-1 {
  min-height: 92px !important;
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.u-header .u-sheet-1::before,
.u-header .u-sheet-1::after {
  display: none !important;
  content: none !important;
}

.u-header .u-image-1,
.u-header .u-logo {
  order: 1;
  width: 72px !important;
  height: 72px !important;
  margin: 8px 0 !important;
  flex: 0 0 72px;
  box-shadow: none !important;
  transition: transform 0.25s ease;
}

.u-header .u-image-1:hover {
  transform: scale(1.04);
}

.u-header .u-logo-image-1 {
  object-fit: contain;
}

.u-header .u-menu-1 {
  order: 2;
  margin: 0 auto !important;
  flex: 1 1 auto;
}

@media (min-width: 940px) {
  .u-header .u-sheet-1 {
    position: relative;
  }

  .u-header .u-menu-1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex: 0 0 auto;
    width: max-content;
    margin: 0 !important;
  }

  .u-header .u-image-2 {
    margin-left: auto !important;
  }
}

.u-header .u-nav-1 {
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.u-header .u-nav-link-2,
.u-header .u-nav-1 .u-nav-link {
  position: relative;
  padding: 10px 14px !important;
  color: #1a1a1a !important;
  transition: color 0.2s ease;
}

.u-header .u-nav-link-2:hover,
.u-header .u-nav-1 .u-nav-link:hover {
  color: #3d5a73 !important;
}

.u-header .u-nav-item {
  position: relative;
}

.u-header .u-nav-1 .u-nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  background: var(--td-steel);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.u-header .u-nav-1 .u-nav-link:hover::after,
.u-header .u-nav-1 .u-nav-link.active::after,
.u-header .u-nav-1 .u-nav-item.active .u-nav-link::after {
  transform: scaleX(1);
}

.u-header .u-nav-1 .u-nav-link.active,
.u-header .u-nav-1 .u-nav-item.active .u-nav-link,
.u-header .u-nav-link-2.u-text-active-black.active {
  color: #111111 !important;
}

.u-header .u-image-2,
.u-header .u-image-3 {
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  opacity: 0.78;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.u-header .u-image-2:hover,
.u-header .u-image-3:hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 0 0 2px var(--td-steel);
}

.u-header .u-image-2 {
  order: 3;
  margin-left: auto !important;
}

.u-header .u-image-3 {
  order: 4;
}

.u-header .u-hamburger-link-1,
.u-header .u-hamburger-link {
  color: #1a1a1a !important;
}

.u-header .u-hamburger-link svg,
.u-header .u-hamburger-link svg rect,
.u-header .u-hamburger-link .u-svg-content {
  fill: #1a1a1a !important;
}

.u-sidenav {
  background: var(--td-black) !important;
}

.u-popupmenu-items .u-nav-link {
  color: #fff !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.95rem !important;
}

.u-popupmenu-items .u-nav-link:hover {
  color: var(--td-steel-hover) !important;
}

@media (max-width: 939px) {
  .u-header .u-sheet-1 {
    min-height: 78px !important;
  }

  .u-header .u-image-1,
  .u-header .u-logo {
    width: 58px !important;
    height: 58px !important;
    flex-basis: 58px;
  }

  .u-header .u-image-2 {
    order: 2;
    margin-left: auto !important;
  }

  .u-header .u-image-3 {
    order: 3;
  }

  .u-header .u-menu-1 {
    order: 4;
    flex: 0 0 auto;
    margin: 0 0 0 10px !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Hero da home                                                               */
/* -------------------------------------------------------------------------- */
.u-uploaded-video.u-section-1 {
  position: relative;
  isolation: isolate;
}

.u-uploaded-video.u-section-1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 10, 12, 0.35) 0%,
    rgba(8, 10, 12, 0.22) 40%,
    rgba(8, 10, 12, 0.62) 100%
  );
  pointer-events: none;
}

.u-uploaded-video.u-section-1 .u-sheet-1 {
  position: relative;
  z-index: 1;
  min-height: 86vh !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  row-gap: 28px;
}

.u-uploaded-video.u-section-1 .u-sheet-1::before,
.u-uploaded-video.u-section-1 .u-sheet-1::after {
  display: none !important;
  content: none !important;
}

.u-uploaded-video.u-section-1 .u-text-1 {
  grid-column: 1 / -1;
  width: auto !important;
  max-width: 920px;
  margin: 0 !important;
  font-size: clamp(2.1rem, 5vw, 4.1rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.u-uploaded-video.u-section-1 .u-text-1::after {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  margin: 22px auto 0;
  background: var(--td-steel);
}

.u-uploaded-video.u-section-1 .u-text-2,
.u-uploaded-video.u-section-1 .u-text-3 {
  margin: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase;
}

.u-uploaded-video.u-section-1 .u-text-2 {
  grid-column: 1;
  justify-self: end;
  padding-right: 18px;
}

.u-uploaded-video.u-section-1 .u-image-1 {
  grid-column: 2;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  box-shadow: 0 0 0 6px rgba(106, 142, 171, 0.25);
}

.u-uploaded-video.u-section-1 .u-text-3 {
  grid-column: 3;
  justify-self: start;
  padding-left: 18px;
}

@media (max-width: 575px) {
  .u-uploaded-video.u-section-1 .u-sheet-1 {
    min-height: 70vh !important;
    row-gap: 18px;
  }

  .u-uploaded-video.u-section-1 .u-text-2,
  .u-uploaded-video.u-section-1 .u-text-3 {
    font-size: 0.72rem !important;
    letter-spacing: 0.16em !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Banners de página                                                          */
/* -------------------------------------------------------------------------- */
section.u-section-1:not(.u-uploaded-video) {
  position: relative;
}

section.u-section-1:not(.u-uploaded-video) .u-sheet-1 {
  position: relative;
  z-index: 1;
  min-height: 280px !important;
}

section.u-section-1:not(.u-uploaded-video) h1,
section.u-section-1:not(.u-uploaded-video) .u-text-1 {
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
}

/* -------------------------------------------------------------------------- */
/* Seções, títulos e divisores                                                */
/* -------------------------------------------------------------------------- */
.u-section-2 .u-text-1,
.u-section-3 .u-text-1,
.u-section-4 .u-text-1 {
  letter-spacing: 0.08em;
}

body[data-home-page] .u-section-2 {
  background: #f7f5f1;
  padding-bottom: 12px;
}

body[data-home-page] .u-section-2 .u-sheet-1 {
  min-height: 0 !important;
}

body[data-home-page] .u-section-2 .u-text-1 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(1.05rem, 2.2vw, 1.55rem) !important;
  color: #161b21;
  margin-top: 22px !important;
  margin-bottom: 0 !important;
}

body[data-home-page] .u-section-2 .u-line-1 {
  width: 72px !important;
  margin: 8px auto 4px !important;
  border-width: 2px !important;
  border-color: var(--td-steel) !important;
}

body[data-home-page] .u-section-2 .u-gallery-1,
body[data-home-page] .u-section-2 .u-gallery-inner,
body[data-home-page] .u-section-2 .u-carousel-item,
body[data-home-page] .u-section-2 .u-back-slide {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body[data-home-page] .u-section-2 .u-gallery-1 {
  height: 300px !important;
  max-width: 760px;
  width: 100%;
  margin: 0 auto 12px !important;
  border-radius: 0;
  overflow: visible;
}

body[data-home-page] .u-section-2 .u-back-image,
body[data-home-page] .u-section-2 .u-gallery .u-back-image {
  object-fit: contain !important;
  padding: 4px 56px 52px;
}

body[data-home-page] .u-section-2 .u-over-slide {
  left: 50% !important;
  right: auto !important;
  bottom: 8px !important;
  transform: translateX(-50%);
  width: auto !important;
  max-width: 90%;
  padding: 8px 22px 10px !important;
  background: #fff !important;
  background-image: none !important;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(16, 20, 24, 0.1);
}

.u-line-horizontal {
  border-color: var(--td-line) !important;
}

.u-gallery,
.u-gallery-slider {
  border-radius: 0;
  overflow: visible;
}

.u-gallery-heading {
  font-size: 1rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: #15181c !important;
  text-shadow: none !important;
}

.u-gallery-text {
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  color: var(--td-steel) !important;
  opacity: 1;
  text-shadow: none !important;
}

.u-carousel-control {
  background: #fff !important;
  color: #1a1a1a !important;
  opacity: 1 !important;
  width: 38px !important;
  height: 38px !important;
  padding: 9px !important;
  box-shadow: 0 6px 16px rgba(16, 20, 24, 0.12);
  transition: background 0.2s ease, transform 0.2s ease;
}

.u-carousel-control:hover {
  background: var(--td-steel) !important;
  color: #fff !important;
  transform: scale(1.05);
}

.u-carousel-control svg {
  fill: currentColor;
}

.u-carousel-indicators li {
  background: var(--td-steel) !important;
}

/* -------------------------------------------------------------------------- */
/* Botões e formulários                                                       */
/* -------------------------------------------------------------------------- */
.u-btn-submit,
a.u-btn:not(.u-nav-link):not(.u-none):not(.u-hover-none).u-palette-1-base,
.u-btn.u-palette-1-base {
  background-color: var(--td-steel) !important;
  background-image: none !important;
  color: #fff !important;
  border: 0 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600 !important;
  padding: 14px 32px !important;
  box-shadow: 0 10px 24px rgba(106, 142, 171, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.u-btn-submit:hover,
a.u-btn:not(.u-nav-link):not(.u-none).u-palette-1-base:hover,
.u-btn.u-palette-1-base:hover {
  background-color: #567a96 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.u-input,
.u-form .u-input {
  background: rgba(255, 255, 255, 0.06) !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
  padding: 12px 4px !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.u-form .u-input:focus {
  border-bottom-color: var(--td-steel) !important;
  background: rgba(106, 142, 171, 0.08) !important;
}

.u-label {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem !important;
}

/* -------------------------------------------------------------------------- */
/* Cards, imagens e listas de clientes                                        */
/* -------------------------------------------------------------------------- */
.u-image-round,
.u-radius,
.u-layout-cell.u-image {
  box-shadow: var(--td-shadow);
}

.u-list-item,
.u-repeater-item {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16, 20, 24, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.u-list-item:hover,
.u-repeater-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(16, 20, 24, 0.14);
}

.u-grey-75 {
  background-color: var(--td-ink) !important;
}

.u-grey-15 {
  background-color: #eef1f4 !important;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */
.u-footer,
.u-footer.u-grey-75 {
  background: #1a1f26 !important;
  background-image: none !important;
  border-top: 2px solid var(--td-steel);
  padding: 0;
}

.u-footer .u-sheet-1 {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1.2fr) minmax(0, 1.1fr) 120px;
  grid-template-rows: auto auto auto auto;
  column-gap: 28px;
  row-gap: 2px;
  padding: 14px 0 8px !important;
  align-items: start;
  justify-items: start;
  text-align: left;
}

.u-footer .u-sheet-1::before,
.u-footer .u-sheet-1::after {
  display: none !important;
  content: none !important;
}

.u-footer .u-sheet-1 > * {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: none !important;
}

.u-footer .u-line {
  display: none !important;
}

.u-footer .u-icon-4,
.u-footer .u-icon-6 {
  display: none !important;
}

.u-footer .u-image-1 {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 58px !important;
  height: 58px !important;
  align-self: center;
}

.u-footer .u-logo-image-1 {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.u-footer .u-text-3 { grid-column: 2; grid-row: 1; }
.u-footer .u-text-4 { grid-column: 2; grid-row: 2; }
.u-footer .u-text-5 { grid-column: 2; grid-row: 3; }
.u-footer .u-text-1 { grid-column: 3; grid-row: 1; }
.u-footer .u-btn-1 { grid-column: 3; grid-row: 2; }
.u-footer .u-btn-2 { grid-column: 3; grid-row: 3; }
.u-footer .u-social-icons-1 {
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
  align-self: center;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.u-footer .u-text-2 { grid-column: 4; grid-row: 1; }
.u-footer .u-image-2 {
  grid-column: 4;
  grid-row: 2 / span 2;
  width: 112px !important;
  height: auto !important;
  max-width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 4px 6px;
}

.u-footer .u-text-6 {
  grid-column: 1 / -1;
  grid-row: 4;
  width: auto !important;
  justify-self: stretch;
  text-align: center;
  margin-top: 8px !important;
  padding-top: 8px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.68rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55) !important;
}

.u-footer .u-text-1,
.u-footer .u-text-2,
.u-footer .u-text-3 {
  text-transform: uppercase;
  letter-spacing: 0.14em !important;
  font-size: 0.7rem !important;
  color: #b7cfe0 !important;
  font-weight: 700 !important;
}

.u-footer .u-text-1::after,
.u-footer .u-text-2::after,
.u-footer .u-text-3::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 3px 0 2px;
  background: var(--td-steel);
}

.u-footer .u-text-4,
.u-footer .u-text-5 {
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  color: #ffffff !important;
  text-align: left;
}

.u-footer .u-text,
.u-footer p,
.u-footer a,
.u-footer .u-btn {
  letter-spacing: 0.01em;
}

.u-footer .u-btn-1,
.u-footer .u-btn-2,
.u-footer a.u-btn {
  background: none !important;
  background-image: none !important;
  color: #ffffff !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-transform: none;
  letter-spacing: 0.01em;
  border-radius: 0 !important;
  text-align: left;
}

.u-footer .u-btn-1:hover,
.u-footer .u-btn-2:hover,
.u-footer a.u-btn:hover {
  color: var(--td-steel-hover) !important;
  background: none !important;
  transform: none;
}

.u-footer .u-btn-1 .u-icon,
.u-footer .u-btn-2 .u-icon {
  color: var(--td-steel-hover) !important;
  margin-right: 6px;
}

.u-footer .u-social-icons .u-icon,
.u-footer .u-social-icons .u-social-icon {
  width: 24px !important;
  height: 24px !important;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.u-footer .u-social-url:hover .u-icon {
  transform: translateY(-2px) scale(1.06);
  filter: brightness(1.12);
}

.u-back-to-top {
  right: 24px !important;
  bottom: 24px !important;
  background: var(--td-steel) !important;
  opacity: 0.95 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.u-back-to-top:hover {
  background: #567a96 !important;
}

@media (max-width: 991px) {
  .u-footer .u-sheet-1 {
    grid-template-columns: 1fr 1fr;
    row-gap: 8px;
    padding: 16px 12px 12px !important;
    justify-items: center;
    text-align: center;
  }

  .u-footer .u-text-4,
  .u-footer .u-text-5,
  .u-footer .u-btn-1,
  .u-footer .u-btn-2 {
    text-align: center;
  }

  .u-footer .u-text-1::after,
  .u-footer .u-text-2::after,
  .u-footer .u-text-3::after {
    margin-left: auto;
    margin-right: auto;
  }

  .u-footer .u-image-1 {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .u-footer .u-text-3 { grid-column: 1; grid-row: 2; }
  .u-footer .u-text-1 { grid-column: 2; grid-row: 2; }
  .u-footer .u-text-4 { grid-column: 1; grid-row: 3; }
  .u-footer .u-btn-1 { grid-column: 2; grid-row: 3; }
  .u-footer .u-text-5 { grid-column: 1; grid-row: 4; }
  .u-footer .u-btn-2 { grid-column: 2; grid-row: 4; }
  .u-footer .u-social-icons-1 {
    grid-column: 2;
    grid-row: 5;
    justify-self: center;
  }
  .u-footer .u-text-2 { grid-column: 1 / -1; grid-row: 6; }
  .u-footer .u-image-2 { grid-column: 1 / -1; grid-row: 7; }
  .u-footer .u-text-6 { grid-column: 1 / -1; grid-row: 8; }
}

@media (max-width: 575px) {
  .u-footer .u-sheet-1 {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .u-footer .u-image-1 { grid-column: 1; grid-row: 1; }
  .u-footer .u-text-3 { grid-column: 1; grid-row: 2; }
  .u-footer .u-text-4 { grid-column: 1; grid-row: 3; }
  .u-footer .u-text-5 { grid-column: 1; grid-row: 4; }
  .u-footer .u-text-1 { grid-column: 1; grid-row: 5; }
  .u-footer .u-btn-1 { grid-column: 1; grid-row: 6; }
  .u-footer .u-btn-2 { grid-column: 1; grid-row: 7; }
  .u-footer .u-social-icons-1 { grid-column: 1; grid-row: 8; }
  .u-footer .u-text-2 { grid-column: 1; grid-row: 9; }
  .u-footer .u-image-2 { grid-column: 1; grid-row: 10; }
  .u-footer .u-text-6 { grid-column: 1; grid-row: 11; }
}

/* -------------------------------------------------------------------------- */
/* Midia / notícias                                                           */
/* -------------------------------------------------------------------------- */
.u-blog-post,
.u-blog .u-repeater-item,
article.u-container-style {
  border-radius: 16px;
  overflow: hidden;
}

.u-post-details h3,
.u-blog-post h3 {
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .u-header .u-image-2,
  .u-header .u-image-3 {
    width: 24px !important;
    height: 24px !important;
  }

  body[data-home-page] .u-section-2 .u-gallery-1 {
    height: 220px !important;
  }

  body[data-home-page] .u-section-2 .u-back-image,
  body[data-home-page] .u-section-2 .u-gallery .u-back-image {
    padding: 4px 40px 48px;
  }
}

/* -------------------------------------------------------------------------- */
/* Clientes                                                                   */
/* -------------------------------------------------------------------------- */
body:has(#sec-6be2) .u-section-1 .u-sheet-1 {
  min-height: 220px !important;
}

section.u-section-2:has(img[src*="transferir.png"]) {
  background: #fff;
}

section.u-section-2:has(img[src*="transferir.png"]) .u-sheet-1 {
  min-height: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 36px;
  padding: 36px 12px 28px !important;
}

section.u-section-2:has(img[src*="transferir.png"]) .u-sheet-1::before,
section.u-section-2:has(img[src*="transferir.png"]) .u-sheet-1::after {
  display: none !important;
  content: none !important;
}

section.u-section-2:has(img[src*="transferir.png"]) .u-image-1 {
  width: 180px !important;
  height: auto !important;
  flex: 0 0 180px;
  margin: 0 !important;
  border-radius: 12px !important;
  background: #fff;
  padding: 12px;
  box-shadow: 0 10px 28px rgba(16, 20, 24, 0.08);
  object-fit: contain;
}

section.u-section-2:has(img[src*="transferir.png"]) .u-text-1 {
  margin: 0 !important;
  font-size: 1.02rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  text-align: left !important;
  color: #2a3038 !important;
}

#sec-6be2 {
  background: #f6f3ec !important;
  padding: 12px 0 48px;
}

#sec-6be2 .u-sheet-1 {
  min-height: 0 !important;
  padding-bottom: 12px;
}

#sec-6be2 .u-sheet-1::before {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 8px auto 28px;
  background: var(--td-steel);
}

#sec-6be2 .u-list-1 {
  width: 100% !important;
  max-width: 1040px;
  margin: 0 auto !important;
  overflow: visible !important;
}

#sec-6be2 .u-layout-horizontal,
#sec-6be2 .u-repeater-1 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  grid-auto-columns: unset !important;
  grid-auto-flow: row !important;
  gap: 16px !important;
  min-height: 0 !important;
  width: 100% !important;
  transform: none !important;
  overflow: visible !important;
}

#sec-6be2 .u-list-item,
#sec-6be2 .u-repeater-item {
  min-height: 118px !important;
  height: 118px !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(16, 20, 24, 0.07);
  overflow: hidden;
  border: 1px solid rgba(16, 20, 24, 0.04);
}

#sec-6be2 .u-background-effect,
#sec-6be2 .u-background-effect-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: none !important;
  inset: 16px !important;
  width: auto !important;
  height: auto !important;
}

#sec-6be2 .u-list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(16, 20, 24, 0.12);
}

#sec-6be2 .u-list-item:hover .u-background-effect-image {
  transform: scale(1.04) !important;
}

#sec-6be2 .u-gallery-nav {
  display: none !important;
}

@media (max-width: 991px) {
  #sec-6be2 .u-layout-horizontal,
  #sec-6be2 .u-repeater-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  section.u-section-2:has(img[src*="transferir.png"]) .u-sheet-1 {
    flex-direction: column;
    text-align: center;
    padding: 28px 16px !important;
    gap: 20px;
  }

  section.u-section-2:has(img[src*="transferir.png"]) .u-image-1 {
    flex-basis: 140px;
    width: 140px !important;
  }

  section.u-section-2:has(img[src*="transferir.png"]) .u-text-1 {
    text-align: center !important;
    font-size: 0.95rem !important;
  }

  #sec-6be2 .u-layout-horizontal,
  #sec-6be2 .u-repeater-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #sec-6be2 .u-list-item,
  #sec-6be2 .u-repeater-item {
    min-height: 100px !important;
    height: 100px !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Contato                                                                    */
/* -------------------------------------------------------------------------- */
body:has(#sec-af96) .u-section-1 .u-sheet-1 {
  min-height: 220px !important;
}

#sec-af96 {
  background: #f7f5f1 !important;
  background-image: none !important;
}

#sec-af96 .u-sheet-1 {
  min-height: 0 !important;
  padding: 36px 12px 28px !important;
}

#sec-af96 .u-layout-wrap-1 {
  width: 100% !important;
  max-width: 1040px;
  margin: 0 auto !important;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(16, 20, 24, 0.08);
}

#sec-af96 .u-layout-cell-1 {
  background: #fff !important;
  min-height: 0 !important;
}

#sec-af96 .u-container-layout-1 {
  padding: 36px 28px !important;
}

#sec-af96 .u-btn-1,
#sec-af96 a.u-btn {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  color: #15181c !important;
  margin: 0 auto 8px !important;
}

#sec-af96 .u-btn-1 .u-icon {
  color: var(--td-steel) !important;
}

#sec-af96 .u-text-1 {
  width: auto !important;
  margin: 18px auto 4px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  color: var(--td-steel) !important;
}

#sec-af96 .u-text-2 {
  margin: 0 auto 8px !important;
  font-size: 1rem !important;
  color: #2a3038;
}

#sec-af96 .u-icon-2 {
  width: 28px !important;
  height: 28px !important;
  margin: 16px auto 8px !important;
  opacity: 0.7;
}

#sec-af96 .u-text-3 {
  width: auto !important;
  max-width: 280px;
  margin: 0 auto !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  color: #3d4450 !important;
}

#sec-af96 .u-layout-cell-2,
#sec-af96 .u-container-layout-2 {
  min-height: 340px !important;
  padding: 0 !important;
}

#sec-af96 .u-map {
  min-height: 340px;
  overflow: hidden;
}

#sec-af96 .u-line-1 {
  display: none !important;
}

#sec-63f4 {
  background: #1a1f26 !important;
}

#sec-63f4 .u-sheet-1 {
  min-height: 0 !important;
  padding: 40px 12px 48px !important;
}

#sec-63f4 .u-layout-cell-1,
#sec-63f4 .u-container-layout-1 {
  min-height: 0 !important;
  padding: 0 !important;
}

#sec-63f4 .u-form-1 {
  max-width: 720px;
  margin: 0 auto !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 8px;
}

#sec-63f4 .u-inner-form {
  padding: 28px 32px !important;
}

#sec-63f4 .u-label {
  color: rgba(255, 255, 255, 0.72) !important;
}

#sec-63f4 .u-input {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
}

#sec-63f4 .u-btn-submit {
  min-width: 160px;
  margin-top: 8px;
}

/* -------------------------------------------------------------------------- */
/* Mídia                                                                      */
/* -------------------------------------------------------------------------- */
#sec-6ea3 .u-sheet-1,
#sec-ce05 .u-sheet-1 {
  min-height: 220px !important;
}

#sec-6ea3 .u-text-1,
#sec-ce05 .u-text-1 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  letter-spacing: 0.22em !important;
  font-weight: 700 !important;
}

#sec-e8a8,
#sec-ba96 {
  background: #f7f5f1 !important;
  background-image: none !important;
}

#sec-e8a8 .u-sheet-1,
#sec-ba96 .u-sheet-1 {
  min-height: 0 !important;
  padding: 36px 12px 48px !important;
}

#sec-e8a8 .u-text-1,
#sec-ba96 .u-text-1 {
  max-width: 760px;
  margin: 0 auto 28px !important;
  font-size: 1.05rem !important;
  line-height: 1.65 !important;
  color: #2a3038 !important;
  font-weight: 400 !important;
}

#sec-e8a8 .u-list-1,
#sec-ba96 .u-list-1 {
  display: block !important;
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto !important;
  overflow: visible !important;
}

#sec-e8a8 .u-repeater,
#sec-e8a8 .u-repeater-1,
#sec-ba96 .u-repeater,
#sec-ba96 .u-repeater-1 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-columns: unset !important;
  grid-auto-flow: row dense !important;
  gap: 22px !important;
  min-height: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
  overflow: visible !important;
  flex-wrap: wrap !important;
}

#sec-e8a8 .u-list-item,
#sec-e8a8 .u-repeater-item,
#sec-ba96 .u-list-item,
#sec-ba96 .u-repeater-item {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  flex: none !important;
  margin: 0 !important;
  background: #fff !important;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(16, 20, 24, 0.08);
  border: 1px solid rgba(16, 20, 24, 0.04);
}

#sec-e8a8 .u-container-layout,
#sec-ba96 .u-container-layout {
  padding: 0 0 22px !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#sec-e8a8 .u-image,
#sec-ba96 .u-image {
  height: 132px !important;
  object-fit: cover;
  border-radius: 0 !important;
  margin: 0 !important;
}

#sec-e8a8 h4,
#sec-ba96 h4 {
  font-size: 0.92rem !important;
  line-height: 1.35 !important;
  margin: 14px 14px 8px !important;
  color: #15181c !important;
}

#sec-e8a8 p,
#sec-ba96 p {
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  margin: 0 14px 14px !important;
  color: #4a515a !important;
  flex: 1;
}

#sec-e8a8 .u-btn,
#sec-ba96 .u-btn {
  align-self: flex-start;
  margin: 0 14px !important;
  background: var(--td-steel) !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 8px 18px !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600 !important;
}

#sec-e8a8 .u-btn:hover,
#sec-ba96 .u-btn:hover {
  background: #567a96 !important;
  color: #fff !important;
}

#sec-e8a8 .u-gallery-nav,
#sec-ba96 .u-gallery-nav {
  display: none !important;
}

.td-releases-press {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 36px max(24px, calc((100% - 1200px) / 2)) 64px !important;
  background: #ffffff !important;
  box-sizing: border-box;
  position: relative !important;
}

.td-releases-press::before,
.td-releases-press::after {
  display: none !important;
  content: none !important;
}

.td-releases-press > .u-section-3,
.td-releases-press > .u-section-4 {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  float: none !important;
  transform: none !important;
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible;
  background-image: none !important;
  background-color: transparent !important;
}

.td-releases-press > .u-section-3 {
  flex: 1 1 58%;
  padding: 8px 40px 8px 0 !important;
  border-right: 1px solid rgba(106, 142, 171, 0.45);
}

.td-releases-press > .u-section-3::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  right: -5px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin: 0 !important;
  border: 1px solid #6a8eab;
  background: #ffffff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.td-releases-press > .u-section-4 {
  flex: 1 1 42%;
  padding: 8px 0 8px 40px !important;
  border: 0 !important;
}

.td-releases-press .u-sheet,
.td-releases-press .u-sheet-1 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  left: auto !important;
  right: auto !important;
  position: relative !important;
}

body:has(#sec-e8a8) .u-section-3,
#sec-70f6 {
  position: relative;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none;
}

body:has(#sec-e8a8) .u-section-3 .u-sheet-1,
#sec-70f6 .u-sheet-1 {
  counter-reset: td-release;
  min-height: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 8px 4px 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  height: auto !important;
}

body:has(#sec-e8a8) .u-section-3 .u-sheet-1::before,
body:has(#sec-e8a8) .u-section-3 .u-sheet-1::after,
#sec-70f6 .u-sheet-1::before,
#sec-70f6 .u-sheet-1::after {
  display: none !important;
  content: none !important;
}

body:has(#sec-e8a8) .u-section-3 .u-sheet-1 > *,
#sec-70f6 .u-sheet-1 > * {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  width: auto !important;
  transform: none !important;
}

body:has(#sec-e8a8) .u-section-3 .u-text-1,
body:has(#sec-e8a8) .u-section-3 .u-text-1 font,
#sec-70f6 .u-text-1,
#sec-70f6 .u-text-1 font {
  width: 100% !important;
  margin-bottom: 18px !important;
  text-align: center !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.32em !important;
  text-indent: 0.32em;
  color: #6a8eab !important;
  text-shadow: none;
}

body:has(#sec-e8a8) .u-section-3 .u-text-1::before,
#sec-70f6 .u-text-1::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto 16px;
  border: 1px solid #6a8eab;
  transform: rotate(45deg);
  box-shadow: none;
}

body:has(#sec-e8a8) .u-section-3 .u-text-1::after,
#sec-70f6 .u-text-1::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin: 16px auto 4px;
  background: linear-gradient(90deg, transparent, #6a8eab, transparent);
}

body:has(#sec-e8a8) .u-section-3 .u-icon,
#sec-70f6 .u-icon {
  display: none !important;
}

body:has(#sec-e8a8) .u-section-3 h2,
body:has(#sec-e8a8) .u-section-3 p,
#sec-70f6 h2,
#sec-70f6 p {
  counter-increment: td-release;
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  padding: 18px 20px 18px 72px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(106, 142, 171, 0.22);
  border-left: 3px solid #6a8eab;
  box-shadow: 0 10px 28px rgba(16, 20, 24, 0.06);
  transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

body:has(#sec-e8a8) .u-section-3 h2::before,
body:has(#sec-e8a8) .u-section-3 p::before,
#sec-70f6 h2::before,
#sec-70f6 p::before {
  content: counter(td-release, decimal-leading-zero);
  position: absolute;
  left: 22px;
  top: 50%;
  width: auto;
  height: auto;
  border: 0;
  color: #6a8eab;
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  transform: translateY(-50%);
}

body:has(#sec-e8a8) .u-section-3 h2:hover,
body:has(#sec-e8a8) .u-section-3 p:hover,
#sec-70f6 h2:hover,
#sec-70f6 p:hover {
  background: #f4f8fb;
  border-color: rgba(106, 142, 171, 0.5);
  box-shadow: 0 14px 32px rgba(106, 142, 171, 0.14);
  transform: translateX(6px);
}

body:has(#sec-e8a8) .u-section-3 a,
#sec-70f6 a {
  color: #1e2329 !important;
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  background: none !important;
  padding: 0 !important;
}

body:has(#sec-e8a8) .u-section-3 a:hover,
#sec-70f6 a:hover {
  color: #6a8eab !important;
}

body:has(#sec-e8a8) .u-section-4,
body:has(#sec-ba96) .u-section-4,
#sec-d3e9,
#block-5 {
  display: flex !important;
  align-items: center;
  background: transparent !important;
  background-image: none !important;
  padding: 0;
}

body:has(#sec-e8a8) .u-section-4 .u-sheet-1,
body:has(#sec-ba96) .u-section-4 .u-sheet-1,
#sec-d3e9 .u-sheet-1,
#block-5 .u-sheet-1 {
  min-height: 0 !important;
  width: 100% !important;
  max-width: 400px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  background: #ffffff;
  border: 1px solid rgba(106, 142, 171, 0.28);
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(16, 20, 24, 0.08);
  overflow: hidden;
}

body:has(#sec-e8a8) .u-section-4 .u-sheet-1::before,
body:has(#sec-ba96) .u-section-4 .u-sheet-1::before,
#sec-d3e9 .u-sheet-1::before,
#block-5 .u-sheet-1::before {
  content: "" !important;
  display: block !important;
  width: 100%;
  height: 4px;
  margin: 0 !important;
  background: linear-gradient(90deg, #6a8eab, #8fb0c9);
}

body:has(#sec-e8a8) .u-section-4 .u-sheet-1::after,
body:has(#sec-ba96) .u-section-4 .u-sheet-1::after,
#sec-d3e9 .u-sheet-1::after,
#block-5 .u-sheet-1::after {
  display: none !important;
  content: none !important;
}

body:has(#sec-e8a8) .u-section-4 .u-sheet-1 > *,
body:has(#sec-ba96) .u-section-4 .u-sheet-1 > *,
#sec-d3e9 .u-sheet-1 > *,
#block-5 .u-sheet-1 > * {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  width: 100% !important;
  transform: none !important;
}

body:has(#sec-e8a8) .u-section-4 .u-icon-1,
body:has(#sec-ba96) .u-section-4 .u-icon-1,
#sec-d3e9 .u-icon-1,
#block-5 .u-icon-1 {
  display: block !important;
  order: 2;
  width: 42px !important;
  height: 42px !important;
  margin: 4px auto 18px !important;
  padding: 0 !important;
  opacity: 0.88;
}

body:has(#sec-e8a8) .u-section-4 .u-text-1,
body:has(#sec-ba96) .u-section-4 .u-text-1,
#sec-d3e9 .u-text-1,
#block-5 .u-text-1 {
  order: 1;
  width: 100% !important;
  padding: 28px 28px 8px !important;
  text-align: center !important;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-transform: uppercase;
  font-size: 0.78rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #6a8eab !important;
}

body:has(#sec-e8a8) .u-section-4 .u-text-1::before,
body:has(#sec-ba96) .u-section-4 .u-text-1::before,
#sec-d3e9 .u-text-1::before,
#block-5 .u-text-1::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto 14px;
  border: 1px solid #6a8eab;
  transform: rotate(45deg);
}

body:has(#sec-e8a8) .u-section-4 .u-text-1::after,
body:has(#sec-ba96) .u-section-4 .u-text-1::after,
#sec-d3e9 .u-text-1::after,
#block-5 .u-text-1::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, #6a8eab, transparent);
}

body:has(#sec-e8a8) .u-section-4 .u-text-2,
body:has(#sec-ba96) .u-section-4 .u-text-2,
#sec-d3e9 .u-text-2,
#block-5 .u-text-2 {
  order: 3;
  color: #15181c !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.18rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  line-height: 1.4 !important;
  text-align: center;
  padding: 0 28px 22px !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body:has(#sec-e8a8) .u-section-4 .u-text-3,
body:has(#sec-ba96) .u-section-4 .u-text-3,
#sec-d3e9 .u-text-3,
#block-5 .u-text-3,
body:has(#sec-e8a8) .u-section-4 .u-text-4,
body:has(#sec-ba96) .u-section-4 .u-text-4,
#sec-d3e9 .u-text-4,
#block-5 .u-text-4 {
  color: #1e2329 !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  line-height: 1.5 !important;
  text-align: center;
  padding: 14px 24px !important;
  background: #f7f9fb;
  border: 0;
  border-top: 1px solid rgba(106, 142, 171, 0.18);
  border-radius: 0;
  box-shadow: none;
  word-break: break-word;
}

body:has(#sec-e8a8) .u-section-4 .u-text-3,
body:has(#sec-ba96) .u-section-4 .u-text-3,
#sec-d3e9 .u-text-3,
#block-5 .u-text-3 {
  order: 4;
}

body:has(#sec-e8a8) .u-section-4 .u-text-4,
body:has(#sec-ba96) .u-section-4 .u-text-4,
#sec-d3e9 .u-text-4,
#block-5 .u-text-4 {
  order: 5;
}

body:has(#sec-e8a8) .u-section-4 .u-text-2::before,
body:has(#sec-e8a8) .u-section-4 .u-text-3::before,
body:has(#sec-e8a8) .u-section-4 .u-text-4::before,
body:has(#sec-ba96) .u-section-4 .u-text-2::before,
body:has(#sec-ba96) .u-section-4 .u-text-3::before,
body:has(#sec-ba96) .u-section-4 .u-text-4::before,
#sec-d3e9 .u-text-2::before,
#sec-d3e9 .u-text-3::before,
#sec-d3e9 .u-text-4::before,
#block-5 .u-text-2::before,
#block-5 .u-text-3::before,
#block-5 .u-text-4::before {
  content: none !important;
  display: none !important;
}

body:has(#sec-e8a8) .u-section-4 .u-text-3 a,
body:has(#sec-e8a8) .u-section-4 .u-text-4 a,
body:has(#sec-ba96) .u-section-4 .u-text-3 a,
body:has(#sec-ba96) .u-section-4 .u-text-4 a,
#sec-d3e9 .u-text-3 a,
#sec-d3e9 .u-text-4 a,
#block-5 .u-text-3 a,
#block-5 .u-text-4 a {
  color: #1e2329 !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  text-decoration: none;
  border-bottom: 0;
  padding-bottom: 0;
}

body:has(#sec-e8a8) .u-section-4 .u-text-3 a:hover,
body:has(#sec-e8a8) .u-section-4 .u-text-4 a:hover,
body:has(#sec-ba96) .u-section-4 .u-text-3 a:hover,
body:has(#sec-ba96) .u-section-4 .u-text-4 a:hover,
#sec-d3e9 .u-text-3 a:hover,
#sec-d3e9 .u-text-4 a:hover,
#block-5 .u-text-3 a:hover,
#block-5 .u-text-4 a:hover {
  color: #6a8eab !important;
}

@media (max-width: 1199px) {
  #sec-e8a8 .u-repeater,
  #sec-e8a8 .u-repeater-1,
  #sec-ba96 .u-repeater,
  #sec-ba96 .u-repeater-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #sec-e8a8 .u-image,
  #sec-ba96 .u-image {
    height: 160px !important;
  }
}

@media (max-width: 991px) {
  .td-releases-press > .u-section-3 {
    padding: 8px 24px 8px 0 !important;
  }

  .td-releases-press > .u-section-4 {
    padding: 8px 0 8px 24px !important;
  }
}

@media (max-width: 767px) {
  #sec-e8a8 .u-repeater,
  #sec-e8a8 .u-repeater-1,
  #sec-ba96 .u-repeater,
  #sec-ba96 .u-repeater-1 {
    grid-template-columns: 1fr !important;
  }

  #sec-af96 .u-layout-cell-2,
  #sec-af96 .u-container-layout-2,
  #sec-af96 .u-map {
    min-height: 240px !important;
  }

  .td-releases-press {
    flex-direction: column !important;
    padding: 16px 16px 48px !important;
  }

  .td-releases-press > .u-section-3,
  .td-releases-press > .u-section-4 {
    flex: 1 1 auto !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .td-releases-press > .u-section-3 {
    border-right: 0 !important;
    padding-bottom: 28px !important;
  }

  .td-releases-press > .u-section-3::after {
    display: none !important;
  }

  .td-releases-press > .u-section-4 {
    margin-top: 0 !important;
    padding-top: 32px !important;
    border-top: 1px solid rgba(106, 142, 171, 0.35) !important;
  }

  body:has(#sec-e8a8) .u-section-3 .u-text-1,
  body:has(#sec-e8a8) .u-section-3 .u-text-1 font,
  #sec-70f6 .u-text-1,
  #sec-70f6 .u-text-1 font {
    font-size: 1.15rem !important;
    letter-spacing: 0.28em !important;
    text-indent: 0.28em;
  }

  body:has(#sec-e8a8) .u-section-3 h2,
  body:has(#sec-e8a8) .u-section-3 p,
  #sec-70f6 h2,
  #sec-70f6 p {
    padding: 16px 16px 16px 60px;
  }

  body:has(#sec-e8a8) .u-section-4 .u-sheet-1,
  body:has(#sec-ba96) .u-section-4 .u-sheet-1,
  #sec-d3e9 .u-sheet-1,
  #block-5 .u-sheet-1 {
    max-width: 100% !important;
  }
}
