@font-face {
  font-family: 'Open Sans';
  src: url('/assets/open-sans-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}
/* Values mapped from the user's local cdn.accelari.com/assets/style.css.
   Main content: min(90vw, 1600px); original slider text: 88% of banner.
   Typography: original s-full-banner, s-posts-title-three and card rules. */
:root {
  --blue: #0078d4;
  --link: #0067b8;
  --ink: #000;
  --body: #2f2f2f;
  --line: #d4e0e9;
  --container: 1600px;
  font-family: 'Open Sans', 'Montserrat', 'Segoe UI', SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font-size: 15px; line-height: 20px; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: normal; }
h2 { font-size: 37px; line-height: 1.2; }
h3 { font-size: 20px; line-height: 24px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--link); outline-offset: 6px; }
.container { width: 90%; max-width: var(--container); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; background: white; padding: 12px; z-index: 10; }
.skip-link:focus { top: 12px; }
.header { background: #fff; position: relative; z-index: 5; margin-bottom: 2px; }
.header-inner { height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; width: 137px; height: 100%; padding: 6px 6px 6px 10px; margin-top: 1px; }
.brand img { display: block; width: 100%; height: auto; }
.nav { display: flex; align-items: center; gap: 20px; font-size: 13px; line-height: 20px; }
.nav > a { padding: 10px 8px; }
.nav > a, .languages a, .footer-links a { text-decoration: none; }
.nav > a:hover, .footer-links a:hover { color: var(--link); text-decoration: underline; text-underline-offset: 4px; }
.languages { display: flex; align-items: center; gap: 4px; margin-left: 20px; }
.languages [aria-current=true] { color: var(--blue); font-weight: 700; }
.languages span { color: #616161; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #f5f8fa; width: 90%; max-width: var(--container); margin-inline: auto; border-radius: 5px; }
.hero-picture { position: absolute; inset: 0; z-index: -2; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero:after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(248,251,253,.99) 0%,rgba(248,251,253,.97) 28%,rgba(248,251,253,.80) 42%,rgba(248,251,253,.12) 61%,transparent 76%); }
.hero-inner { width: 88%; max-width: none; min-height: min(33.75vw,600px); display: flex; align-items: center; padding-block: 42px; }
.hero-copy { width: 100%; max-width: 520px; }
.eyebrow { font-size: 13px; line-height: 20px; letter-spacing: normal; color: var(--link); font-weight: 600; }
.hero h1 { font-size: 46px; line-height: 56px; letter-spacing: -.01em; margin-top: 16px; }
.hero h1 span { display: block; }
.hero-description { font-size: 15px; line-height: 20px; font-weight: 400; margin-top: 15px; color: var(--body); text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; column-gap: 45px; row-gap: 15px; margin-top: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 12px; min-width: 230px; max-width: min(100%,374px); border-radius: 5px; text-decoration: none; font-weight: 600; font-size: 15px; border: 2px solid transparent; transition: background .2s,box-shadow .2s; line-height: 1; text-align: center; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: #005a9f; border-color: #ebebeb; box-shadow: 0 4px 8px #0003; }
.text-link { display: inline-flex; align-items: center; gap: 5px; font-size: 15px; line-height: 1.3; letter-spacing: 0; color: var(--link); font-weight: 600; text-decoration: none; padding: 10px 21px 7px 0; border: 2px solid transparent; }
.text-link:hover span:first-child { text-decoration: underline; text-underline-offset: 4px; }
.chevron { display: inline-block; font-size: 22px; line-height: .8; transition: transform .4s; }
.text-link:hover .chevron { transform: translateX(4px); }
.section { padding-block: 60px; }
.section-heading { margin-bottom: 48px; }
.section-heading > p { font-size: 15px; line-height: 20px; color: var(--body); margin-top: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.service-card { min-width: 0; display: flex; flex-direction: column; }
.card-image { width: 100%; height: auto; aspect-ratio: 100/56; object-fit: cover; border-radius: 5px; }
.card-label { margin-top: 14px; }
.service-card h3 { font-size: 20px; line-height: 24px; letter-spacing: normal; margin-top: 3px; padding: 1px 12px 2px 0; opacity: .95; overflow-wrap: break-word; hyphens: auto; }
.card-description { margin-top: 24px; color: var(--body); line-height: 20px; font-size: 15px; margin-bottom: 14px; }
.card-link { margin-top: auto; align-self: flex-start; }
.about { background: linear-gradient(100deg,#f0f6f9,#f5f8fa); }
.about-grid { display: grid; grid-template-columns: 42% 58%; }
.person { padding-right: 48px; }
.short-rule { display: block; width: 64px; height: 3px; background: var(--blue); margin-bottom: 24px; }
.person-name { margin-top: 24px; font-size: 15px; line-height: 20px; font-weight: 600; }
.person-role { font-size: 15px; line-height: 20px; color: var(--body); margin-top: 8px; }
.about-copy { border-left: 1px solid #cfdde7; padding-left: 60px; }
.about-copy > p { color: var(--body); font-size: 15px; line-height: 20px; margin-top: 24px; max-width: 600px; }
.principles { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 16px; color: var(--body); font-size: 15px; line-height: 20px; }
.principles li { padding-left: 34px; position: relative; }
.principles li:before { content: ''; position: absolute; left: 4px; top: 0; width: 9px; height: 16px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(42deg); }
.contact { background: linear-gradient(105deg,#006dc1,#0079d2); position: relative; isolation: isolate; overflow: hidden; color: white; padding-block: 48px; }
.contact p { font-size: 15px; line-height: 20px; margin-top: 10px; }
.button-white { background: #fff; color: var(--link); margin-top: 24px; }
.button-white:hover { background: #edf6ff; }
.contact-lines { position: absolute; z-index: -1; right: 1%; top: 15%; width: 290px; height: 410px; border: 1px solid #ffffff45; transform: skewX(-42deg); }
.contact-lines:after { content: ''; position: absolute; inset: 55px 50px -60px -50px; border: 1px solid #ffffff45; }
.contact-inner { position: relative; }
.footer { padding: 30px 0 20px; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.brand-footer { padding: 0; width: 121px; margin: 0; }
.footer-top p { font-size: 13px; line-height: 20px; color: #616161; margin-top: 8px; }
.footer-links { display: flex; gap: 25px; font-size: 13px; line-height: 20px; padding-top: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 30px; font-size: 11px; line-height: 16px; color: #616161; }
@media (max-width:1399px) {
  .hero-copy { max-width: 440px; }
  .hero h1 { font-size: 24px; line-height: 28px; }
  h2 { font-size: 29px; }
}
@media (max-width:1083px) {
  .container { width: calc(100% - 24px); }
  .header-inner { width: calc(100% - 48px); }
  .hero { width: 100%; border-radius: 0; }
  .hero-inner { width: 88%; min-height: 56.25vw; }
  h2 { font-size: 24px; }
  .about-copy { padding-left: 36px; }
  .person { padding-right: 24px; }
}
@media (max-width:859px) {
  .header-inner { gap: 16px; }
  .brand { width: 116px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 9px; padding: 8px 0 8px 8px; background: none; border: 0; cursor: pointer; font-size: 13px; color: var(--ink); min-height: 44px; }
  .menu-icon,.menu-icon:before,.menu-icon:after { width: 18px; height: 1.5px; background: currentColor; display: block; position: relative; }
  .menu-icon:before,.menu-icon:after { content: ''; position: absolute; left: 0; }
  .menu-icon:before { top: -6px; }
  .menu-icon:after { top: 6px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 54px; background: #fff; border-bottom: 1px solid var(--line); padding: 16px 24px 22px; box-shadow: 0 12px 16px #0914270a; }
  .nav.is-open { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  .nav > a { padding: 12px 0; font-size: 15px; }
  .languages { padding-top: 14px; margin: 0; gap: 10px; font-size: 13px; }
}
@media (max-width:767px) {
  .hero { display: flex; flex-direction: column; }
  .hero:after { display: none; }
  .hero-picture { position: relative; order: 2; z-index: 0; aspect-ratio: 16/9; }
  .hero-picture img { object-position: 65% 58%; width: 100%; height: 100%; }
  .hero-inner { min-height: 0; padding: 32px 12px; width: 100%; order: 1; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: 20px; line-height: 24px; margin-top: 12px; }
  .hero-description { margin-top: 7px; }
  .hero-actions { margin-top: 10px; column-gap: 20px; row-gap: 10px; }
  .service-grid { grid-template-columns: 1fr; gap: 48px; }
  .card-label { margin-top: 12px; }
  .service-card h3 { margin-top: 3px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .person { padding-right: 0; }
  .short-rule { width: 46px; }
  .about-copy { padding: 24px 0 0; border-left: 0; border-top: 1px solid #cfdde7; }
  .contact-lines { right: -165px; opacity: .65; }
  .footer-top { flex-direction: column; gap: 24px; }
  .footer-links { gap: 25px; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 12px; margin-top: 25px; max-width: 400px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*:before,*:after { transition: none!important; }
}
