:root {
  --font-title: "Poppins", sans-serif;
  --font-body: "Open Sans", sans-serif;
  --font-menu: "Montserrat", sans-serif;
  --navy: #052f4e;
  --navy-2: #073f68;
  --blue: #1598ce;
  --cyan: #4fc7ec;
  --ice: #ecf8fd;
  --ink: #163246;
  --text: #566c7a;
  --line: #d8eaf3;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 47, 78, .13);
  --shadow-card: 0 16px 38px rgba(5, 47, 78, .09);
  --radius: 28px;
  --radius-sm: 17px;	
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 102px;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.business-wordmark strong {
  font-family: var(--font-title);
}

.navbar,
.topbar,
.btn,
.eyebrow,
.business-type,
.business-tags,
.footer-title {
  font-family: var(--font-menu);
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; transition: color .2s ease, transform .2s ease, background-color .2s ease, border-color .2s ease; }
a:hover { color: #0e78a5; }
:focus-visible { outline: 3px solid #ffbf47 !important; outline-offset: 3px; border-radius: 5px; }
.container { max-width: 1210px; }
.section { padding: 110px 0; }
.section-soft { background: var(--ice); }
.text-highlight-blue { color: #087faf; }
.text-highlight-cyan { color: #67d7fb; }
.skip-link { position: fixed; z-index: 1100; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: #111; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; gap: 10px; align-items: center; margin-bottom: 16px; color: var(--blue); font-size: .78rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 3px; content: ""; background: currentColor; border-radius: 9px; }
.section-title { margin: 0 0 22px; color: var(--navy); font-size: clamp(2.2rem, 4.8vw, 4.15rem); font-weight: 500; line-height: 1.03; letter-spacing: -.045em; }
.section-lead { max-width: 760px; color: #687c88; font-size: 1.15rem; }
.btn { min-height: 50px; padding: 12px 25px; border-radius: 12px; font-size: .87rem; font-weight: 900; letter-spacing: .03em; }
.btn-primary-brand { color: #fff; background: var(--blue); border: 2px solid var(--blue); box-shadow: 0 12px 27px rgba(21, 152, 206, .24); }
.btn-primary-brand:hover, .btn-primary-brand:focus { color: #fff; background: #0d7eae; border-color: #0d7eae; transform: translateY(-2px); }
.btn-light-brand { color: var(--navy); background: #fff; border: 2px solid #fff; }
.btn-light-brand:hover { color: #fff; background: transparent; }
.btn-outline-brand { color: var(--navy); background: transparent; border: 2px solid var(--blue); }
.btn-outline-brand:hover { color: #fff; background: var(--blue); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1030; color: #fff; background: rgba(5, 47, 78, .97); box-shadow: 0 8px 28px rgba(2, 28, 48, .15); backdrop-filter: blur(12px); }
.topbar { color: rgba(255,255,255,.84); background: #03263f; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .86rem; font-weight: 300; }
.topbar .container { display: flex; min-height: 36px; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { color: #fff; }
.topbar a:hover { color: #75d8fa; }
.navbar { min-height: 84px; padding: 8px 0; }
.navbar-brand img { width: 245px; height: 62px; object-fit: contain; object-position: left center; }
.navbar-toggler { border: 0; box-shadow: none !important; }
.navbar-toggler-icon { filter: brightness(0) invert(1); }
.navbar-nav { gap: 2px; align-items: center; }
.navbar .nav-link { position: relative; padding: 26px 13px !important; color: rgba(255,255,255,.92); font-size: .95rem; font-weight: 600; white-space: nowrap; }
.navbar .nav-link:hover, .navbar .nav-link.show, .navbar .nav-link.active { color: #74d7fb; }
.navbar .nav-link.active:not(.dropdown-toggle)::after { position: absolute; right: 13px; bottom: 17px; left: 13px; height: 3px; content: ""; background: var(--cyan); border-radius: 99px; }
.navbar .nav-contact { margin-left: 8px; padding: 11px 18px !important; color: #fff; background: var(--blue); border-radius: 10px; }
.navbar .nav-contact::after { display: none; }
.dropdown-menu { min-width: 240px; padding: 10px; border: 0; border-radius: 15px; box-shadow: 0 22px 52px rgba(2, 32, 53, .2); }
.dropdown-item { padding: 10px 12px; color: #29485b; border-radius: 9px; font-size: .88rem; font-weight: 750; }
.dropdown-item:hover, .dropdown-item:focus { color: var(--navy); background: var(--ice); }

/* Hero */
.hero { position: relative; min-height: 735px; overflow: hidden; color: #fff; background: #052f4e url("../images/hero-brascid.webp") center/cover no-repeat; }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(3, 31, 53, .86) 0%, rgba(3, 31, 53, .68) 44%, rgba(3, 31, 53, .13) 78%); }
.hero::after { position: absolute; inset: auto -160px -320px auto; width: 720px; height: 720px; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 44% 56% 38% 62%; transform: rotate(23deg); }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: 735px; align-items: center; padding: 80px calc(var(--bs-gutter-x) * .5) 155px; }
.hero-copy { max-width: 780px; }
.hero .eyebrow { color: #70d7fb; }
.hero h1 { margin: 0 0 24px; color: #fff; font-size: clamp(3rem, 6.6vw, 6.5rem); font-weight: 600; line-height: .94; letter-spacing: -.06em; }
.hero h1 span { color: #60cef3; }
.hero p { max-width: 660px; margin-bottom: 32px; color: rgba(255,255,255,.86); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-panel-wrap { position: relative; z-index: 10; margin-top: -106px; }
.hero-panel { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); min-height: 175px; overflow: hidden; background: #fff; border: 1px solid rgba(5,47,78,.06); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-panel-intro { display: flex; flex-direction: column; justify-content: center; padding: 30px 38px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.hero-panel-intro strong { font-size: 1.5rem; font-weight: 900; line-height: 1.15; }
.hero-panel-intro span { margin-top: 6px; color: rgba(255,255,255,.7); font-size: .88rem; }
.hero-stat { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 24px; text-align: center; border-right: 1px solid var(--line); }
.hero-stat:last-child { border-right: 0; }
.hero-stat strong { color: var(--navy); font-size: 2.45rem; font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.hero-stat span { margin-top: 8px; color: #6a7f8c; font-size: .84rem; font-weight: 750; }

/* Group story */
.about-visual { position: relative; min-height: 515px; overflow: hidden; padding: 44px; color: #fff; background: linear-gradient(150deg, #052f4e, #0879aa); border-radius: var(--radius); box-shadow: var(--shadow); }
.about-visual::before, .about-visual::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; }
.about-visual::before { width: 380px; height: 380px; right: -80px; top: -100px; }
.about-visual::after { width: 250px; height: 250px; right: 70px; bottom: -120px; }
.about-year { position: relative; z-index: 1; display: block; color: #69d7fb; font-size: clamp(5rem, 10vw, 8.5rem); font-weight: 900; line-height: .9; letter-spacing: -.08em; }
.about-caption { position: absolute; z-index: 1; right: 42px; bottom: 42px; left: 42px; }
.about-caption strong { display: block; max-width: 370px; font-size: 1.7rem; line-height: 1.18; }
.about-caption span { display: block; margin-top: 10px; color: rgba(255,255,255,.72); }
.about-photo-card { position: relative; min-height: 515px; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-photo-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 38%, rgba(3,38,63,.92) 100%); }
.about-photo-caption { position: absolute; z-index: 2; right: 35px; bottom: 35px; left: 35px; color: #fff; }
.about-photo-caption strong { display: block; color: #67d7fb; font-family: var(--font-title); font-size: 2rem; font-weight: 900; line-height: 1.1; }
.about-photo-caption span { display: block; margin-top: 7px; color: rgba(255,255,255,.82); }
.check-list { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { position: absolute; top: 3px; left: 0; display: grid; width: 23px; height: 23px; content: "✓"; color: #fff; background: var(--blue); border-radius: 50%; place-items: center; font-size: .72rem; font-weight: 900; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.timeline-card { position: relative; min-height: 220px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-card); }
.timeline-card::before { display: block; width: 42px; height: 4px; margin-bottom: 25px; content: ""; background: var(--blue); border-radius: 99px; }
.timeline-card small { display: block; margin-bottom: 8px; color: var(--blue); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.timeline-card h3 { color: var(--navy); font-size: 1.2rem; font-weight: 900; }

.growth { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, #052f4e, #0a628e); }
.growth::after { position: absolute; width: 580px; height: 580px; right: -230px; bottom: -340px; content: ""; border: 72px solid rgba(255,255,255,.05); border-radius: 50%; }
.growth .section-title, .growth .eyebrow { color: #fff; }
.growth .section-lead { color: rgba(255,255,255,.72); }
.growth-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.growth-card { min-height: 185px; padding: 30px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-sm); backdrop-filter: blur(6px); }
.growth-card strong { display: block; color: #fff; font-size: 3rem; font-weight: 900; line-height: 1; }
.growth-card span { display: block; margin-top: 12px; color: rgba(255,255,255,.73); font-weight: 750; }

/* Business units */
.business-intro { max-width: 820px; }
.business-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 35px; }
.business-nav a { padding: 9px 15px; color: var(--navy); background: var(--ice); border: 1px solid var(--line); border-radius: 99px; font-size: .82rem; font-weight: 850; }
.business-nav a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.business-list { display: grid; gap: 34px; margin-top: 62px; }
.business-showcase { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 465px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); scroll-margin-top: 120px; }
.business-showcase:nth-child(even) { grid-template-columns: 1.14fr .86fr; }
.business-showcase:nth-child(even) .business-visual { order: 2; }
.business-visual { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 465px; overflow: hidden; padding: 40px; color: #fff; background: linear-gradient(145deg, #052f4e, #1598ce); }
.business-visual::after { position: absolute; width: 360px; height: 360px; right: -150px; bottom: -150px; content: ""; border: 58px solid rgba(255,255,255,.07); border-radius: 50%; }
.business-number { position: relative; z-index: 1; color: rgba(255,255,255,.55); font-size: 1rem; font-weight: 900; letter-spacing: .13em; }
.business-wordmark { position: relative; z-index: 1; }
.business-wordmark strong { display: block; color: #fff; font-size: clamp(2.8rem, 6vw, 5.4rem); font-weight: 900; line-height: .95; letter-spacing: -.06em; }
.business-wordmark span { display: block; margin-top: 15px; color: rgba(255,255,255,.7); font-size: .9rem; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.business-body { display: flex; flex-direction: column; justify-content: center; padding: 52px 58px; }
.business-company-logo { width: auto; max-width: 180px; height: 58px; margin-bottom: 18px; object-fit: contain; object-position: left center; }
.business-body .business-type { color: var(--blue); font-size: .76rem; font-weight: 400; letter-spacing: .13em; text-transform: uppercase; }
.business-body h3 { margin: 10px 0 16px; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 700; line-height: 1.08; letter-spacing: -.03em; }
.business-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 26px; }
.business-tags span { padding: 7px 11px; color: var(--navy); background: var(--ice); border-radius: 9px; font-size: .77rem; font-weight: 400; }
.business-viacard .business-visual { background: linear-gradient(145deg, #053f78, #08a7d2); }
.business-actec .business-visual { background: linear-gradient(145deg, #0b3557, #2676af); }
.business-ponto7 .business-visual { background: linear-gradient(145deg, #122e4b, #25a3a2); }
.business-idcontrol .business-visual { background: linear-gradient(145deg, #182b49, #526dac); }
.business-imprimatech .business-visual { background: linear-gradient(145deg, #153e68, #6c5bb4); }

.synergy-card { padding: 62px; color: #fff; background: linear-gradient(120deg, #052f4e, #0a628e); border-radius: var(--radius); box-shadow: var(--shadow); }
.synergy-card h2 { max-width: 850px; color: #fff; font-size: clamp(2.1rem, 4vw, 3.65rem); font-weight: 700; line-height: 1.05; letter-spacing: -.04em; }
.synergy-card p { max-width: 720px; color: rgba(255,255,255,.76); font-size: 1.08rem; }

/* Revendedores autorizados */
.authorized-section { background: #f1f9fd; }
.authorized-heading { max-width: 880px; margin: 0 auto 50px; text-align: center; }
.authorized-heading .section-lead { margin-right: auto; margin-left: auto; }
.authorized-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.authorized-brand { display: flex; min-height: 190px; padding: 28px; flex-direction: column; justify-content: center; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-card); text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.authorized-brand:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.authorized-brand img { width: 100%; max-width: 190px; height: 80px; object-fit: contain; }
.authorized-brand span { margin-top: 18px; color: var(--navy); font-family: var(--font-menu); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

/* Blog, careers, contact */
.blog-card { display: flex; height: 100%; overflow: hidden; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-card); }
.blog-image { display: block; width: 100%; height: 260px; min-height: 260px; padding: 0; overflow: hidden; background: var(--navy); }
.blog-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s ease; }
.blog-card:hover .blog-image img { transform: scale(1.04); }
.blog-body { display: flex; flex: 1; padding: 28px; flex-direction: column; }
.blog-meta { margin-bottom: 10px; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.blog-body h3 { color: var(--navy); font-size: 1.35rem; font-weight: 900; line-height: 1.25; }
.card-link { display: inline-flex; gap: 8px; align-items: center; color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.blog-body .card-link { margin-top: auto; }
.card-link::after { content: "→"; font-size: 1.1rem; }
.career-panel { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.career-copy { padding: 60px; }
.career-values { display: grid; grid-template-columns: repeat(2, 1fr); height: 100%; background: var(--navy); }
.career-value { display: flex; flex-direction: column; justify-content: center; min-height: 210px; padding: 28px; color: #fff; border: 1px solid rgba(255,255,255,.08); }
.career-value i { margin-bottom: 14px; color: #69d7fb; font-size: 1.7rem; }
.career-value strong { font-size: 1rem; font-weight: 900; }
.career-value span { margin-top: 5px; color: rgba(255,255,255,.65); font-size: .84rem; }
.contact-section { color: #fff; background: #052f4e; }
.contact-section .section-title, .contact-section .eyebrow { color: #fff; }
.contact-section .section-lead { color: rgba(255,255,255,.68); }
.contact-detail { display: flex; gap: 17px; margin-top: 26px; align-items: center; }
.contact-icon { display: grid; flex: 0 0 52px; width: 52px; height: 52px; color: #fff; background: rgba(255,255,255,.1); border-radius: 16px; place-items: center; font-size: 1.25rem; }
.contact-detail strong { display: block; color: #fff; }
.contact-detail a, .contact-detail span { color: rgba(255,255,255,.74); }
.form-card { padding: 42px; color: var(--text); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-label { margin-bottom: 6px; color: var(--navy); font-size: .82rem; font-weight: 850; }
.form-control, .form-select { min-height: 52px; background: #fbfdff; border: 1px solid #cfe2ed; border-radius: 11px; }
.form-control:focus, .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 .25rem rgba(21,152,206,.15); }
textarea.form-control { min-height: 135px; resize: vertical; }
.form-check-label { color: #667985; font-size: .85rem; }

/* Footer */
.site-footer { color: rgba(255,255,255,.7); background: #03263f; }
.footer-main { padding: 60px 0 42px; }
.footer-logo { width: 230px; height: auto; margin-bottom: 17px; }
.footer-title { margin-bottom: 18px; color: #fff; font-size: .9rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: rgba(255,255,255,.68); font-size: .88rem; }
.footer-links a:hover { color: #67d4fa; }
.footer-bottom { padding: 19px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; }
.whatsapp-float { position: fixed; z-index: 1020; right: 20px; bottom: 20px; display: grid; width: 61px; height: 61px; color: #fff; background: #25d366; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(3, 50, 27, .3); place-items: center; font-size: 1.5rem; }
.whatsapp-float:hover { color: #fff; background: #1db95a; transform: translateY(-3px); }

@media (min-width: 992px) { .navbar .dropdown:hover > .dropdown-menu { display: block; margin-top: 0; } }
@media (max-width: 1199.98px) { .navbar-brand img { width: 205px; } .navbar .nav-link { padding-right: 9px !important; padding-left: 9px !important; font-size: .79rem; } .section { padding: 94px 0; } }
@media (max-width: 991.98px) {
  html { scroll-padding-top: 77px; }
  .topbar { display: none; }
  .navbar { min-height: 77px; }
  .navbar-brand img { width: 182px; height: 54px; }
  .navbar-collapse { position: fixed; top: 77px; right: 0; bottom: 0; left: 0; padding: 20px 24px 45px; overflow-y: auto; background: var(--navy); }
  .navbar-nav { align-items: stretch; }
  .navbar .nav-link { padding: 13px 5px !important; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .95rem; }
  .navbar .nav-contact { margin: 18px 0 0; text-align: center; }
  .navbar .nav-link.active:not(.dropdown-toggle)::after { display: none; }
  .dropdown-menu { margin: 0 0 9px !important; box-shadow: none; }
  .hero-panel { grid-template-columns: repeat(3, 1fr); }
  .hero-panel-intro { grid-column: 1 / -1; }
  .timeline, .growth-grid { grid-template-columns: repeat(2, 1fr); }
  .business-showcase, .business-showcase:nth-child(even) { grid-template-columns: 1fr; }
  .business-showcase:nth-child(even) .business-visual { order: 0; }
  .business-visual { min-height: 350px; }
  .business-visual-photo { min-height: 350px; }
  .about-photo-card { min-height: 470px; }
  .authorized-grid { grid-template-columns: repeat(2, 1fr); }
  .career-copy { padding: 45px; }
}
@media (max-width: 767.98px) {
  .section { padding: 72px 0; }
  .section-title { font-size: clamp(2.15rem, 10vw, 3rem); }
  .section-lead { font-size: 1rem; }
  .hero, .hero-inner { min-height: 670px; }
  .hero-inner { padding: 70px calc(var(--bs-gutter-x) * .5) 155px; align-items: flex-end; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero p { font-size: 1rem; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-panel-wrap { margin-top: -90px; }
  .hero-panel { grid-template-columns: repeat(3, 1fr); }
  .hero-panel-intro { padding: 24px; }
  .hero-stat { padding: 20px 8px; }
  .hero-stat strong { font-size: 1.85rem; }
  .hero-stat span { font-size: .72rem; line-height: 1.3; }
  .about-visual, .about-photo-card { min-height: 410px; }
  .about-visual { padding: 30px; }
  .about-year { font-size: 5.4rem; }
  .about-caption { right: 28px; bottom: 28px; left: 28px; }
  .about-caption strong { font-size: 1.35rem; }
  .about-photo-caption { right: 26px; bottom: 26px; left: 26px; }
  .about-photo-caption strong { font-size: 1.65rem; }
  .timeline, .growth-grid { grid-template-columns: 1fr; }
  .growth-card { min-height: 150px; }
  .business-list { gap: 24px; margin-top: 45px; }
  .business-visual { min-height: 310px; padding: 28px; }
  .business-visual-photo { min-height: 310px; padding: 0; }
  .business-body { padding: 38px 26px; }
  .business-company-logo { max-width: 155px; height: 50px; }
  .synergy-card { padding: 42px 26px; }
  .blog-image { height: 230px; min-height: 230px; }
  .career-copy { padding: 38px 25px; }
  .career-values { grid-template-columns: 1fr 1fr; }
  .career-value { min-height: 165px; padding: 20px; }
  .form-card { padding: 28px 20px; }
  .footer-bottom .container { flex-direction: column; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 56px; height: 56px; }
}
@media (max-width: 419.98px) {
  .hero-panel { grid-template-columns: 1fr; }
  .hero-panel-intro { grid-column: auto; }
  .hero-stat { min-height: 95px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-panel-wrap { margin-top: -65px; }
  .career-values { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .authorized-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

.business-visual-photo {
  position: relative;
  min-height: 465px;
  padding: 0;
  overflow: hidden;
  background: none !important;
}

.business-visual-photo::after {
  display: none;
}

.business-cover-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991.98px) {
  .business-visual-photo {
    min-height: 350px;
  }
}

@media (max-width: 767.98px) {
  .business-visual-photo {
    min-height: 310px;
  }
}

