@font-face {
  font-family: TildaSans;
  src: url('/assets/TildaSans-VF.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: TildaSans, Arial, sans-serif; font-weight: 400; color: #000; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #137daa; outline-offset: 4px; }
.source-block strong, .source-block b { font-weight: 700 !important; }
.site-header { height: 0; position: relative; z-index: 100; }
.navigation { height: 90px; position: fixed; inset: 0 0 auto; background: rgba(255,255,255,.8); box-shadow: 0 1px 3px #0000001a; }
.navigation-inner { max-width: 1200px; height: 100%; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 25px; }
.logo { display: block; flex-shrink: 0; }
.logo img { max-width: 300px; width: 300px; height: auto; display: block; }
.navigation nav { display: flex; justify-content: center; gap: 30px; flex: 1; min-width: 0; }
.navigation nav a { font: 300 20px/1.2 TildaSans, Arial, sans-serif; color: #292929; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.navigation nav a[aria-current=page] { box-shadow: inset 0 -1px #00a1c9; }
.header-phone { font: 400 24px/1.4 TildaSans, Arial, sans-serif; color: #00a1c9; white-space: nowrap; text-decoration: none; }
.mobile-bar { display: none; }
.request-float { position: fixed; right: 20px; bottom: 20px; z-index: 110; display: flex; gap: 20px; align-items: center; text-decoration: none; color: #fff; font-family: TildaSans, Arial, sans-serif; }
.request-caption { position: relative; background: #292929; opacity: .85; padding: 9px 13px; border-radius: 3px; font-size: 15px; line-height: 1.35; font-weight: 600; white-space: nowrap; }
.request-caption::after { content: ''; position: absolute; top: 50%; right: -20px; transform: translateY(-50%); border: 10px solid transparent; border-left-color: #292929; }
.request-symbol { background: #00a1c9; border-radius: 50%; width: 60px; height: 60px; display: grid; place-items: center; box-shadow: 0 4px 12px #0003; }
.request-form-section { padding: 30px 20px; background: #fff; }
.request-form-section form { max-width: 760px; margin: 0 auto; }
.request-field { margin-bottom: 25px; }
.request-field label { display: block; font-size: 20px; line-height: 1.55; font-weight: 300; padding-bottom: 5px; }
.request-field input:not([type=hidden]), .request-field textarea { display: block; font: 400 16px/1.33 TildaSans, Arial, sans-serif; border: 1px solid #000; border-radius: 30px; padding: 0 20px; height: 60px; width: 100%; background: #fff; color: #000; }
.request-field textarea { padding: 17px 20px; height: 340px; resize: vertical; }
.request-field input::placeholder, .request-field textarea::placeholder { color: #000; opacity: .5; }
.request-field input[type=file] { border: 0; border-radius: 0; padding: 0; height: auto; min-height: 39px; font-size: 14px; }
.request-field input[type=file]::file-selector-button { width: 157px; height: 39px; margin-right: 10px; padding: 0 10px; background: #4670f8; color: #fff; border: 1px solid #100f0f; border-radius: 30px; font: 400 14px TildaSans, Arial, sans-serif; cursor: pointer; }
.request-form-section button { display: block; margin: 30px auto 10px; min-width: 200px; min-height: 60px; padding: 18px 30px; max-width: 100%; background: #4670f8; color: #fff; border: 1px solid #100f0f; border-radius: 30px; font: 600 16px TildaSans, Arial, sans-serif; cursor: pointer; }
.request-form-section button:disabled { opacity: .6; cursor: wait; }
.request-field input:read-only, .request-field textarea:read-only { cursor: default; }
.upload-hint { font: 400 14px/1.6 TildaSans, Arial, sans-serif; color: #555; margin: 10px 0 0; }
.bot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#request-status { font-size: 17px; line-height: 1.6; text-align: center; padding: 15px; white-space: pre-line; overflow-wrap: anywhere; }
#request-status:empty { display: none; }
#request-status[data-state=success] { background: #eaf6ef; color: #154f2c; }
#request-status[data-state=error] { background: #fff1ed; color: #822b20; }
.legacy-page { max-width: 1200px; margin: 0 auto; padding: 180px 20px 90px; }
.legacy-inner { width: 960px; max-width: 100%; margin-left: 200px; }
.legacy-inner::after { content: ''; display: block; clear: both; }
.legacy-lead { float: right; width: 460px; max-width: 100%; padding: 6px 0 20px 30px; font-size: 32px; line-height: 1.35; }
.legacy-lead::before { content: ''; display: block; width: 240px; max-width: 100%; height: 1px; background: #000; margin-bottom: 24px; }
.legacy-copy { width: 760px; max-width: 100%; font-size: 20px; line-height: 1.55; font-weight: 300; }
.legacy-lead strong, .legacy-copy strong { font-weight: 700; }
.legacy-copy ul { padding-left: 20px; }
.legacy-copy a { color: #3755ef; }
@media (max-width: 1200px) and (min-width: 981px) {
  .navigation-inner { gap: 18px; }
  .navigation nav { gap: 20px; }
  .navigation nav a { font-size: 16px; }
  .header-phone { font-size: 21px; }
  .logo img { width: 250px; }
}
@media (max-width: 1200px) and (min-width: 961px) {
  .legacy-page { max-width: 960px; }
  .legacy-inner { width: 780px; margin-left: 160px; }
  .legacy-lead { width: 380px; }
  .legacy-copy { width: 620px; font-size: 18px; }
  .request-form-section form { max-width: 620px; }
  .request-field label { font-size: 18px; }
}
@media (max-width: 980px) {
  .site-header { height: auto; min-height: 64px; }
  .mobile-bar { height: 64px; background: #00a1c9; display: flex; justify-content: flex-end; align-items: center; padding: 0 20px; }
  .menu-toggle { width: 32px; height: 32px; display: grid; align-content: center; gap: 5px; padding: 2px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { height: 3px; background: #fff; width: 28px; display: block; }
  .site-header.is-open .menu-toggle span:first-child { transform: translateY(8px) rotate(45deg); }
  .site-header.is-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.is-open .menu-toggle span:last-child { transform: translateY(-8px) rotate(-45deg); }
  .navigation { display: none; position: static; height: auto; background: #fff; }
  .navigation-inner { flex-direction: column; padding: 40px 20px; gap: 40px; }
  .site-header.is-open .navigation { display: block; }
  .navigation nav { flex-direction: column; align-items: center; gap: 20px; }
  .navigation nav a { font-size: 20px; }
  .logo img { width: 300px; max-width: 100%; }
  .request-float { bottom: 10px; right: 10px; }
  .request-caption { font-size: 12px; }
  .request-caption::after { border-width: 8px; right: -16px; }
}
@media (max-width: 960px) {
  .legacy-page { max-width: 640px; padding-left: 20px; padding-right: 20px; }
  .legacy-inner { width: 100%; margin-left: 0; }
  .legacy-lead { float: none; width: 100%; padding: 6px 0 20px; }
  .legacy-copy { width: 100%; font-size: 18px; }
  .request-form-section form { max-width: 600px; }
  .request-field label { font-size: 18px; }
}
@media (max-width: 640px) {
  .legacy-copy { font-size: 16px; line-height: 1.45; }
  .legacy-lead { font-size: 22px; }
  .request-field label { font-size: 16px; line-height: 1.45; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
