@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap);:root{--tvh-bleu:#0b2545;--tvh-bleu-soft:#1f3a93;--tvh-rouge:#c8102e;--tvh-vert:#178154;--tvh-vert-soft:#21a36a;--tvh-cream:#fbf7f1;--tvh-paper:#fff;--tvh-ink:#131a2b;--tvh-ink-soft:#475064;--tvh-ink-muted:#6c7488;--tvh-border:#e6e1d5;--tvh-shadow:0 30px 60px -25px #0b254540;--tvh-shadow-sm:0 10px 25px -15px #0b254559;--tvh-radius:18px;--tvh-radius-sm:12px;--tvh-radius-lg:28px;--tvh-max:1200px;--tvh-font-serif:"Fraunces","Playfair Display",Georgia,serif;--tvh-font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*,:after,:before{box-sizing:border-box}body,html{-webkit-font-smoothing:antialiased;background:#fbf7f1;background:var(--tvh-cream);color:#131a2b;color:var(--tvh-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--tvh-font-sans);margin:0;padding:0}html{scroll-behavior:smooth}body{line-height:1.6}a,body,button,em,h1,h2,h3,h4,h5,h6,input,label,li,p,span,strong,textarea{word-break:break-word}.tvh-header,.tvh-header *{word-break:normal}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}.site{background:var(--tvh-cream);display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1 1}.tvh-eyebrow{background:#c8102e0d;border:1px solid #c8102e4d;border-radius:999px;color:var(--tvh-rouge);display:inline-block;font-size:11px;font-weight:600;letter-spacing:.18em;padding:6px 12px;text-transform:uppercase}.tvh-eyebrow--dark{background:#0b25450d;border-color:#0b254540;color:var(--tvh-bleu)}.tvh-eyebrow--light{background:#ffffff14;border-color:#fff6;color:#fff}.tvh-section__head{align-items:center;display:flex;flex-direction:column;gap:14px;margin:0 auto 56px;max-width:var(--tvh-max);padding:0 28px;text-align:center}.tvh-section__head h2{color:var(--tvh-ink);font-family:var(--tvh-font-serif);font-size:clamp(28px,4vw,44px);font-weight:500;letter-spacing:-.01em;line-height:1.12;margin:0;max-width:880px}.tvh-section__head p{color:var(--tvh-ink-soft);font-size:17px;margin:0;max-width:720px}.tvh-section__head--split{align-items:flex-end;flex-direction:row;flex-wrap:wrap;gap:60px;justify-content:space-between;text-align:left}.tvh-section__head--split p{max-width:440px;text-align:left}.tvh-btn{align-items:center;border:1px solid #0000;border-radius:999px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;letter-spacing:-.005em;padding:12px 22px;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.tvh-btn--lg{font-size:15px;padding:16px 28px}.tvh-btn--primary{background:var(--tvh-bleu);box-shadow:var(--tvh-shadow-sm);color:#fff}.tvh-btn--primary:hover{background:#082040;box-shadow:0 18px 40px -20px #0b25458c;transform:translateY(-1px)}.tvh-btn--secondary{background:var(--tvh-rouge);color:#fff}.tvh-btn--secondary:hover{background:#a40d24}.tvh-btn--ghost{background:#0000;border-color:var(--tvh-border);color:var(--tvh-ink)}.tvh-btn--ghost:hover{background:#0b25450d}.tvh-header{backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);background:#fbf7f1d9;border-bottom:1px solid #0000;position:-webkit-sticky;position:sticky;top:0;transition:border-color .2s ease,background .2s ease;z-index:80}.tvh-header.is-scrolled{background:#fbf7f1f2;border-bottom-color:var(--tvh-border)}.tvh-header__inner{align-items:center;display:flex;gap:28px;justify-content:space-between;margin:0 auto;max-width:var(--tvh-max);padding:14px 28px}.tvh-header__brand{align-items:center;display:inline-flex;gap:12px}.tvh-header__brandText{display:flex;flex-direction:column;line-height:1.05}.tvh-header__brandName{color:var(--tvh-ink);font-family:var(--tvh-font-serif);font-size:19px;font-weight:600}.tvh-header__brandTagline{color:var(--tvh-ink-muted);font-size:11px;letter-spacing:.04em}.tvh-header__nav{align-items:center;display:flex;gap:26px}.tvh-header__link{color:var(--tvh-ink-soft);font-size:14px;font-weight:500;padding:6px 0;position:relative}.tvh-header__link:after{background:var(--tvh-rouge);bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.tvh-header__link:hover{color:var(--tvh-ink)}.tvh-header__link:hover:after{transform:scaleX(1)}.tvh-header__actions{align-items:center;display:flex;gap:14px}.tvh-langSwitch{align-items:center;background:#fff;border:1px solid var(--tvh-border);border-radius:999px;display:inline-flex;padding:3px}.tvh-langSwitch__btn{background:#0000;border:none;border-radius:999px;color:var(--tvh-ink-soft);font-size:12px;font-weight:600;letter-spacing:.1em;padding:6px 12px}.tvh-langSwitch__btn.is-active{background:var(--tvh-bleu);color:#fff}.tvh-langSwitch__sep{background:var(--tvh-border);height:14px;width:1px}.tvh-header__cta{font-size:13px;padding:11px 18px}.tvh-header__burger{align-items:center;background:#fff;border:1px solid var(--tvh-border);border-radius:12px;color:var(--tvh-ink);display:none;height:42px;justify-content:center;width:42px}.tvh-mobileNav{background:var(--tvh-cream);border-bottom:1px solid var(--tvh-border);box-shadow:0 22px 40px -20px #0b254540;display:none;flex-direction:column;gap:8px;left:0;padding:20px 24px 28px;position:fixed;right:0;top:70px;z-index:70}.tvh-mobileNav.is-open{display:flex}.tvh-mobileNav__link{align-items:center;border-bottom:1px dashed var(--tvh-border);color:var(--tvh-ink);display:flex;font-weight:500;justify-content:space-between;padding:14px 6px}.tvh-mobileNav__cta{align-self:flex-start;margin-top:14px}.tvh-mobileNav__lang{display:flex;gap:10px;margin-top:14px}.tvh-mobileNav__lang button{background:#fff;border:1px solid var(--tvh-border);border-radius:999px;color:var(--tvh-ink-soft);font-size:12px;font-weight:600;letter-spacing:.08em;padding:8px 16px}.tvh-mobileNav__lang button.is-active{background:var(--tvh-bleu);border-color:var(--tvh-bleu);color:#fff}.tvh-hero{background:linear-gradient(180deg,var(--tvh-cream) 0,#f4efe5 100%);overflow:hidden;padding:70px 28px 90px;position:relative}.tvh-hero__shell{grid-gap:72px;align-items:center;display:grid;gap:72px;grid-template-columns:1.05fr 1fr;margin:0 auto;max-width:var(--tvh-max)}.tvh-hero__content{display:flex;flex-direction:column;gap:22px}.tvh-hero__title{color:var(--tvh-ink);font-family:var(--tvh-font-serif);font-size:clamp(34px,5.2vw,60px);font-weight:500;letter-spacing:-.015em;line-height:1.04;margin:0}.tvh-hero__subtitle{color:var(--tvh-ink-soft);font-size:18px;margin:0;max-width:540px}.tvh-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.tvh-hero__trust{color:var(--tvh-ink-muted);font-size:13px;margin:0}.tvh-hero__badges{display:flex;flex-wrap:wrap;gap:14px}.tvh-hero__badges span{align-items:center;background:#fff;border:1px solid var(--tvh-border);border-radius:999px;color:var(--tvh-ink-soft);display:inline-flex;font-size:12px;gap:6px;padding:6px 12px}.tvh-hero__badges svg{color:var(--tvh-vert)}.tvh-hero__media{position:relative}.tvh-hero__photoWrap{border:1px solid #0b25450f;border-radius:var(--tvh-radius-lg);box-shadow:var(--tvh-shadow);overflow:hidden;position:relative}.tvh-hero__photoWrap img{aspect-ratio:4/5;object-fit:cover}.tvh-hero__chip{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff2;border-radius:999px;box-shadow:var(--tvh-shadow-sm);color:var(--tvh-ink);display:inline-flex;font-size:12px;font-weight:600;gap:6px;left:22px;padding:8px 14px;position:absolute;top:22px}.tvh-hero__chip--alt{background:var(--tvh-bleu);bottom:22px;color:#fff;left:auto;right:22px;top:auto}.tvh-hero__chip--alt svg{color:#fff}.tvh-hero__statCard{background:var(--tvh-vert);border-radius:var(--tvh-radius);bottom:-26px;box-shadow:var(--tvh-shadow-sm);color:#fff;display:flex;flex-direction:column;gap:4px;left:-26px;padding:18px 22px;position:absolute}.tvh-hero__statCardValue{font-family:var(--tvh-font-serif);font-size:28px;font-weight:600;letter-spacing:-.02em}.tvh-hero__statCardLabel{font-size:12px;max-width:160px;opacity:.85}.tvh-hero__ribbon{bottom:0;display:flex;height:6px;left:0;position:absolute;right:0}.tvh-hero__ribbon span{flex:1 1}.tvh-hero__ribbon span:first-child{background:var(--tvh-bleu)}.tvh-hero__ribbon span:nth-child(2){background:#fff}.tvh-hero__ribbon span:nth-child(3){background:var(--tvh-rouge)}.tvh-stats{padding:90px 28px}.tvh-stats__grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:var(--tvh-max)}.tvh-stats__card{background:#fff;border:1px solid var(--tvh-border);border-radius:var(--tvh-radius);display:flex;flex-direction:column;gap:6px;overflow:hidden;padding:28px;position:relative}.tvh-stats__card:after{background:linear-gradient(90deg,var(--tvh-bleu),var(--tvh-rouge));content:"";height:3px;inset:auto 0 0 0;opacity:.4;position:absolute}.tvh-stats__value{color:var(--tvh-bleu);font-family:var(--tvh-font-serif);font-size:36px;font-weight:500;letter-spacing:-.02em}.tvh-stats__label{color:var(--tvh-ink-soft);font-size:14px}.tvh-promises{background:var(--tvh-paper);border-bottom:1px solid var(--tvh-border);border-top:1px solid var(--tvh-border);padding:70px 28px 90px}.tvh-promises__grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:var(--tvh-max)}.tvh-promises__card{background:var(--tvh-cream);border:1px solid var(--tvh-border);border-radius:var(--tvh-radius);display:flex;flex-direction:column;gap:14px;padding:30px;transition:transform .2s ease,box-shadow .2s ease}.tvh-promises__card:hover{box-shadow:var(--tvh-shadow-sm);transform:translateY(-2px)}.tvh-promises__card h3{font-family:var(--tvh-font-serif);font-size:22px;font-weight:500;margin:0}.tvh-promises__card p{color:var(--tvh-ink-soft);font-size:15px;margin:0}.tvh-promises__icon{align-items:center;background:linear-gradient(135deg,var(--tvh-bleu),var(--tvh-bleu-soft));border-radius:14px;color:#fff;display:inline-flex;height:46px;justify-content:center;width:46px}.tvh-services{padding:100px 28px}.tvh-services__grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:var(--tvh-max)}.tvh-services__card{background:#fff;border:1px solid var(--tvh-border);border-radius:var(--tvh-radius);display:flex;flex-direction:column;gap:14px;padding:28px;position:relative;transition:border-color .2s ease,transform .2s ease}.tvh-services__card:hover{border-color:#0b254559;transform:translateY(-2px)}.tvh-services__head{align-items:center;display:flex;justify-content:space-between}.tvh-services__icon{align-items:center;background:#0b25450f;border-radius:12px;color:var(--tvh-bleu);display:inline-flex;height:44px;justify-content:center;width:44px}.tvh-services__tag{background:#c8102e14;border-radius:999px;color:var(--tvh-rouge);font-size:11px;font-weight:600;letter-spacing:.08em;padding:4px 10px;text-transform:uppercase}.tvh-services__card h3{color:var(--tvh-ink);font-family:var(--tvh-font-serif);font-size:22px;font-weight:500;margin:0}.tvh-services__card p{color:var(--tvh-ink-soft);font-size:15px;margin:0}.tvh-services__cta{align-items:center;align-self:flex-start;border-bottom:1px solid;color:var(--tvh-bleu);display:inline-flex;font-size:13px;font-weight:600;gap:4px;margin-top:auto;padding-bottom:2px;padding-top:8px}.tvh-services__cta:hover{color:var(--tvh-rouge)}.tvh-highlight{background:radial-gradient(ellipse at top left,#15326a 0,#0b2545 60%);color:#fff;padding:90px 28px}.tvh-highlight__shell{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1.05fr 1fr;margin:0 auto;max-width:var(--tvh-max)}.tvh-highlight__copy h2{font-family:var(--tvh-font-serif);font-size:clamp(28px,4vw,42px);font-weight:500;letter-spacing:-.01em;line-height:1.12;margin:18px 0 16px}.tvh-highlight__copy p{color:#ffffffc7;font-size:17px;max-width:540px}.tvh-highlight__copy ul{display:flex;flex-direction:column;gap:10px;margin:22px 0 30px}.tvh-highlight__copy li{align-items:flex-start;color:#ffffffeb;display:flex;font-size:15px;gap:10px}.tvh-highlight__copy li svg{color:var(--tvh-vert-soft);flex-shrink:0;margin-top:2px}.tvh-highlight__media{border-radius:var(--tvh-radius-lg);box-shadow:var(--tvh-shadow);overflow:hidden;position:relative}.tvh-highlight__media img{aspect-ratio:4/3;object-fit:cover}.tvh-highlight__chip{align-items:center;background:#fffffff2;border-radius:999px;bottom:20px;color:var(--tvh-ink);display:inline-flex;font-size:12px;font-weight:600;gap:8px;left:20px;padding:8px 14px;position:absolute}.tvh-approach{background:var(--tvh-paper);padding:100px 28px}.tvh-approach__steps{grid-gap:22px;counter-reset:tvh;display:grid;gap:22px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0 auto;max-width:var(--tvh-max);padding:0}.tvh-approach__step{background:var(--tvh-cream);border:1px solid var(--tvh-border);border-radius:var(--tvh-radius);display:flex;flex-direction:column;gap:12px;padding:28px;position:relative}.tvh-approach__num{color:var(--tvh-rouge);font-family:var(--tvh-font-serif);font-size:14px;font-weight:600;letter-spacing:.1em}.tvh-approach__step h3{font-family:var(--tvh-font-serif);font-size:22px;font-weight:500;margin:0}.tvh-approach__step p{color:var(--tvh-ink-soft);font-size:14.5px;margin:0}.tvh-approach__step:before{background:var(--tvh-vert);border-radius:50%;box-shadow:0 0 0 6px #17815426;content:"";height:8px;position:absolute;right:28px;top:28px;width:8px}.tvh-values{padding:100px 28px}.tvh-values__grid{grid-gap:22px;align-items:stretch;display:grid;gap:22px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:var(--tvh-max)}.tvh-values__card{background:#fff;border:1px solid var(--tvh-border);border-radius:var(--tvh-radius);display:flex;flex-direction:column;gap:12px;padding:28px}.tvh-values__card h3{font-family:var(--tvh-font-serif);font-size:20px;font-weight:500;margin:0}.tvh-values__card p{color:var(--tvh-ink-soft);font-size:14.5px;margin:0}.tvh-values__icon{align-items:center;background:#c8102e14;border-radius:12px;color:var(--tvh-rouge);display:inline-flex;height:42px;justify-content:center;width:42px}.tvh-values__photo{border-radius:var(--tvh-radius);min-height:100%;overflow:hidden}.tvh-values__photo img{aspect-ratio:3/4;height:100%;object-fit:cover;width:100%}.tvh-stories{background:var(--tvh-paper);border-bottom:1px solid var(--tvh-border);border-top:1px solid var(--tvh-border);padding:100px 28px}.tvh-stories__grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:var(--tvh-max)}.tvh-stories__card{background:var(--tvh-cream);border:1px solid var(--tvh-border);border-radius:var(--tvh-radius);display:flex;flex-direction:column;gap:18px;padding:30px;position:relative}.tvh-stories__quote{color:var(--tvh-rouge)}.tvh-stories__text{color:var(--tvh-ink);font-family:var(--tvh-font-serif);font-size:19px;line-height:1.45;margin:0}.tvh-stories__person{align-items:center;display:flex;gap:14px;margin-top:auto}.tvh-stories__avatar{border:2px solid #fff;border-radius:50%;box-shadow:var(--tvh-shadow-sm);flex-shrink:0;height:48px;overflow:hidden;width:48px}.tvh-stories__avatar img{height:100%;object-fit:cover;width:100%}.tvh-stories__person strong{color:var(--tvh-ink);display:block;font-size:14px}.tvh-stories__person span{color:var(--tvh-ink-muted);font-size:12px}.tvh-callout{padding:70px 28px}.tvh-callout__shell{grid-gap:32px;align-items:center;background:linear-gradient(120deg,#fff,#f6efe2);border:1px solid var(--tvh-border);border-radius:var(--tvh-radius-lg);display:grid;gap:32px;grid-template-columns:1.4fr 1fr;margin:0 auto;max-width:var(--tvh-max);padding:40px}.tvh-callout__shell h2{font-family:var(--tvh-font-serif);font-size:clamp(24px,3.3vw,34px);font-weight:500;margin:0 0 10px}.tvh-callout__shell p{color:var(--tvh-ink-soft);margin:0}.tvh-callout__shell a{justify-self:end}.tvh-faq{padding:100px 28px}.tvh-faq__list{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:880px}.tvh-faq__item{background:#fff;border:1px solid var(--tvh-border);border-radius:var(--tvh-radius);overflow:hidden;padding:0}.tvh-faq__q{align-items:center;background:#0000;border:none;color:var(--tvh-ink);display:flex;font-family:var(--tvh-font-serif);font-size:18px;font-weight:500;gap:18px;justify-content:space-between;padding:22px 26px;text-align:left;width:100%}.tvh-faq__q svg{color:var(--tvh-rouge);flex-shrink:0}.tvh-faq__a{max-height:0;overflow:hidden;padding:0 26px;transition:max-height .25s ease}.tvh-faq__item.is-open .tvh-faq__a{max-height:400px;padding:0 26px 22px}.tvh-faq__a p{color:var(--tvh-ink-soft);font-size:15px;margin:0}.tvh-contact{background:linear-gradient(180deg,#f4efe5 0,var(--tvh-cream) 100%);padding:90px 28px 110px}.tvh-contact__shell{grid-gap:56px;display:grid;gap:56px;grid-template-columns:1fr 1.05fr;margin:0 auto;max-width:var(--tvh-max)}.tvh-contact__copy h2{font-family:var(--tvh-font-serif);font-size:clamp(28px,3.8vw,40px);font-weight:500;margin:16px 0 14px}.tvh-contact__copy p{color:var(--tvh-ink-soft);margin:0 0 22px}.tvh-contact__details{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.tvh-contact__details li{align-items:center;color:var(--tvh-ink);display:flex;font-size:15px;gap:12px}.tvh-contact__details svg{color:var(--tvh-rouge);flex-shrink:0}.tvh-contact__pages{display:flex;flex-wrap:wrap;gap:14px}.tvh-contact__pages a{border-bottom:1px solid #0b25454d;color:var(--tvh-bleu);font-size:13px}.tvh-contact__pages a:hover{border-color:var(--tvh-rouge);color:var(--tvh-rouge)}.tvh-contact__formWrap{background:#fff;border:1px solid var(--tvh-border);border-radius:var(--tvh-radius-lg);box-shadow:var(--tvh-shadow);padding:36px}.tvh-form{gap:16px}.tvh-field,.tvh-form{display:flex;flex-direction:column}.tvh-field{gap:6px}.tvh-field label{color:var(--tvh-ink);font-size:13px;font-weight:600;letter-spacing:.02em}.tvh-field input,.tvh-field textarea{background:var(--tvh-cream);border:1px solid var(--tvh-border);border-radius:12px;color:var(--tvh-ink);font-family:inherit;font-size:15px;padding:13px 14px;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.tvh-field input:focus,.tvh-field textarea:focus{background:#fff;border-color:var(--tvh-bleu);box-shadow:0 0 0 4px #0b254514;outline:none}.tvh-field input[aria-invalid=true],.tvh-field textarea[aria-invalid=true]{background:#c8102e0a;border-color:var(--tvh-rouge)}.tvh-field__error{color:var(--tvh-rouge);font-size:12px;font-weight:500}.tvh-field__error--block{display:block;margin-top:-4px}.tvh-consent{align-items:flex-start;color:var(--tvh-ink-soft);display:flex;font-size:13px;gap:10px}.tvh-consent input{accent-color:var(--tvh-bleu);margin-top:3px}.tvh-form__submit{align-self:flex-start;margin-top:6px}.tvh-form__note{align-items:center;color:var(--tvh-ink-muted);display:inline-flex;font-size:12px;gap:6px}.tvh-footer{background:var(--tvh-bleu);color:#ffffffdb;margin-top:auto;padding:70px 28px 40px}.tvh-footer__top{grid-gap:48px;display:grid;gap:48px;grid-template-columns:1.4fr 1fr 1fr 1fr;margin:0 auto;max-width:var(--tvh-max)}.tvh-footer__brandHead{align-items:center;display:flex;gap:12px;margin-bottom:14px}.tvh-footer__brandName{color:#fff;font-family:var(--tvh-font-serif);font-size:22px;font-weight:500;margin:0}.tvh-footer__brandTagline{color:#fff9;font-size:12px;margin:0}.tvh-footer__desc{color:#ffffffb3;font-size:14px;margin:0 0 18px;max-width:320px}.tvh-footer__flags{align-items:center;display:inline-flex;gap:12px}.tvh-flag{border-radius:3px;box-shadow:0 0 0 1px #ffffff26;display:inline-block;height:24px;overflow:hidden;width:36px}.tvh-flag--fr{display:inline-flex}.tvh-flag--fr span{flex:1 1}.tvh-flag--fr span:first-child{background:#002395}.tvh-flag--fr span:nth-child(2){background:#fff}.tvh-flag--fr span:nth-child(3){background:#ed2939}.tvh-flag--eu{background:#039 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 24'%3E%3Cg fill='%23FC0'%3E%3Ccircle cx='18' cy='6.5' r='.9'/%3E%3Ccircle cx='22.5' cy='8' r='.9'/%3E%3Ccircle cx='25' cy='12' r='.9'/%3E%3Ccircle cx='22.5' cy='16' r='.9'/%3E%3Ccircle cx='18' cy='17.5' r='.9'/%3E%3Ccircle cx='13.5' cy='16' r='.9'/%3E%3Ccircle cx='11' cy='12' r='.9'/%3E%3Ccircle cx='13.5' cy='8' r='.9'/%3E%3C/g%3E%3C/svg%3E") 50% /cover}.tvh-flag--mini{height:16px;width:24px}.tvh-footer__col h4{color:#fff;font-size:13px;font-weight:600;letter-spacing:.1em;margin:0 0 16px;text-transform:uppercase}.tvh-footer__col ul{display:flex;flex-direction:column;gap:10px}.tvh-footer__col li{align-items:flex-start;color:#ffffffc7;display:flex;font-size:14px;gap:8px}.tvh-footer__col li svg{color:#ffffff8c;flex-shrink:0;margin-top:3px}.tvh-footer__col a:hover{color:#fff;text-decoration:underline}.tvh-footer__cookieBtn{background:#0000;border:none;color:#ffffffc7;font-size:14px;padding:0;text-align:left}.tvh-footer__cookieBtn:hover{color:#fff;text-decoration:underline}.tvh-footer__legal{border-top:1px solid #ffffff1f;margin:50px auto 0;max-width:var(--tvh-max);padding-top:30px}.tvh-footer__legal h4{color:#fff;font-size:12px;font-weight:600;letter-spacing:.1em;margin:0 0 14px;text-transform:uppercase}.tvh-footer__legal p{color:#ffffff9e;font-size:13px;margin:0 0 4px}.tvh-footer__bottom{align-items:center;border-top:1px solid #ffffff14;color:#ffffff80;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;justify-content:space-between;margin:26px auto 0;max-width:var(--tvh-max);padding-top:22px}.tvh-cookie{bottom:18px;display:flex;justify-content:center;left:18px;pointer-events:none;position:fixed;right:18px;z-index:100}.tvh-cookie__shell{grid-gap:20px;align-items:center;background:#fff;border:1px solid var(--tvh-border);border-radius:var(--tvh-radius-lg);box-shadow:0 30px 80px -20px #0b254573;display:grid;gap:20px;grid-template-columns:1fr auto;max-width:1080px;padding:22px;pointer-events:auto;width:100%}.tvh-cookie__main{align-items:flex-start;display:flex;gap:16px}.tvh-cookie__icon{align-items:center;background:#0b254514;border-radius:14px;color:var(--tvh-bleu);display:inline-flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.tvh-cookie__body h3{color:var(--tvh-ink);font-family:var(--tvh-font-serif);font-size:18px;font-weight:500;margin:0 0 6px}.tvh-cookie__body p{color:var(--tvh-ink-soft);font-size:13.5px;margin:0;max-width:600px}.tvh-cookie__link{border-bottom:1px solid #0b25454d;color:var(--tvh-bleu)}.tvh-cookie__link:hover{border-color:var(--tvh-rouge);color:var(--tvh-rouge)}.tvh-cookie__actions{display:flex;flex-shrink:0;gap:10px}.tvh-cookie__prefs{display:flex;flex-direction:column;gap:10px;margin-top:14px}.tvh-cookie__prefsIntro{color:var(--tvh-ink-muted);font-size:13px;margin:0 0 6px}.tvh-cookie__row{align-items:center;background:var(--tvh-cream);border:1px solid var(--tvh-border);border-radius:12px;display:flex;gap:14px;justify-content:space-between;padding:12px 14px}.tvh-cookie__row strong{color:var(--tvh-ink);display:block;font-size:13.5px}.tvh-cookie__row span{color:var(--tvh-ink-soft);display:block;font-size:12px;margin-top:2px}.tvh-cookie__row input{accent-color:var(--tvh-bleu);transform:scale(1.2)}.tvh-cookie__row--disabled{opacity:.7}.tvh-legal{background:var(--tvh-cream);padding:80px 28px 100px}.tvh-legal__shell{background:#fff;border:1px solid var(--tvh-border);border-radius:var(--tvh-radius-lg);box-shadow:var(--tvh-shadow);margin:0 auto;max-width:820px;padding:60px 50px}.tvh-legal__update{color:var(--tvh-rouge);font-size:12px;font-weight:600;letter-spacing:.08em;margin:0 0 18px;text-transform:uppercase}.tvh-legal__shell h1{font-family:var(--tvh-font-serif);font-size:clamp(30px,4vw,44px);font-weight:500;letter-spacing:-.01em;margin:0 0 18px}.tvh-legal__intro{border-bottom:1px solid var(--tvh-border);color:var(--tvh-ink-soft);font-size:16px;margin:0 0 32px;padding-bottom:28px}.tvh-legal__section{margin-bottom:28px}.tvh-legal__section h2{color:var(--tvh-ink);font-family:var(--tvh-font-serif);font-size:22px;font-weight:500;margin:0 0 10px}.tvh-legal__section p{color:var(--tvh-ink-soft);font-size:15.5px;line-height:1.7;margin:0}.tvh-thanks{background:linear-gradient(180deg,#f4efe5 0,var(--tvh-cream) 100%);justify-content:center;min-height:100vh;padding:50px 24px}.tvh-thanks,.tvh-thanks__shell{align-items:center;display:flex}.tvh-thanks__shell{flex-direction:column;gap:32px;max-width:720px;width:100%}.tvh-thanks__brand{align-items:center;display:inline-flex;gap:12px}.tvh-thanks__brand strong{color:var(--tvh-ink);display:block;font-family:var(--tvh-font-serif);font-size:22px;font-weight:500}.tvh-thanks__brand em{color:var(--tvh-ink-muted);display:block;font-size:12px;font-style:normal;letter-spacing:.02em}.tvh-thanks__card{align-items:center;background:#fff;border:1px solid var(--tvh-border);border-radius:var(--tvh-radius-lg);box-shadow:var(--tvh-shadow);display:flex;flex-direction:column;gap:18px;padding:50px 48px;text-align:center}.tvh-thanks__check{align-items:center;background:#1781541f;border-radius:50%;color:var(--tvh-vert);display:inline-flex;height:80px;justify-content:center;width:80px}.tvh-thanks__card h1{font-family:var(--tvh-font-serif);font-size:clamp(26px,4vw,36px);font-weight:500;line-height:1.2;margin:0}.tvh-thanks__card p{color:var(--tvh-ink-soft);font-size:16px;margin:0;max-width:540px}.tvh-thanks__steps{align-self:stretch;display:flex;flex-direction:column;gap:10px;margin:6px 0;text-align:left}.tvh-thanks__steps li{align-items:flex-start;background:var(--tvh-cream);border:1px solid var(--tvh-border);border-radius:12px;color:var(--tvh-ink);display:flex;font-size:15px;gap:10px;padding:12px 16px}.tvh-thanks__steps li svg{color:var(--tvh-vert);flex-shrink:0;margin-top:3px}.tvh-thanks__info{color:var(--tvh-ink-muted);font-size:13.5px;padding-top:6px}.tvh-thanks__copyright{color:var(--tvh-ink-muted);font-size:12px}@media (max-width:960px){.tvh-header__cta,.tvh-header__nav{display:none}.tvh-header__burger{display:inline-flex}.tvh-hero__shell{gap:50px;grid-template-columns:1fr}.tvh-hero__photoWrap img{aspect-ratio:4/3}.tvh-stats__grid{grid-template-columns:repeat(2,1fr)}.tvh-highlight__shell,.tvh-promises__grid,.tvh-services__grid{grid-template-columns:1fr}.tvh-approach__steps,.tvh-values__grid{grid-template-columns:repeat(2,1fr)}.tvh-values__photo{grid-column:span 2}.tvh-callout__shell,.tvh-stories__grid{grid-template-columns:1fr}.tvh-callout__shell{padding:30px}.tvh-callout__shell a{justify-self:start}.tvh-contact__shell{grid-template-columns:1fr}.tvh-footer__top{gap:36px;grid-template-columns:repeat(2,1fr)}.tvh-cookie__shell{grid-template-columns:1fr}.tvh-cookie__actions{flex-wrap:wrap}.tvh-section__head--split{align-items:flex-start;flex-direction:column;text-align:left}}@media (max-width:540px){.tvh-header__brandTagline{display:none}.tvh-approach__steps,.tvh-stats__grid,.tvh-values__grid{grid-template-columns:1fr}.tvh-values__photo{grid-column:auto}.tvh-footer__top{grid-template-columns:1fr}.tvh-legal__shell{padding:36px 24px}.tvh-contact__formWrap{padding:24px}.tvh-thanks__card{padding:32px 22px}.tvh-cookie__actions .tvh-btn{flex:1 1;font-size:13px;padding:12px 14px}.tvh-cookie{bottom:10px;left:10px;right:10px}.tvh-cookie__shell{padding:18px}}
/*# sourceMappingURL=main.fee055d7.css.map*/