.hst-landing{
  --blue-deep:  #0A1628;
  --blue-mid:   #0C3060;
  --blue-main:  #0C71C3;
  --blue-light: #3B9EE8;
  --blue-pale:  #E8F4FD;
  --white:      #FFFFFF;
  --off-white:  #F8FAFC;
  --gray-light: #EDF2F7;
  --gray-mid:   #94A3B8;
  --gray-dark:  #334155;
  --text:       #1E293B;
  --green:      #1A7A4A;
  --green-light:#F0FAF4;
}.hst-landing,.hst-landing *,.hst-landing *::before,.hst-landing *::after{box-sizing:border-box;margin:0;padding:0;}.hst-landing{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden;}.hst-landing .serif{font-family:'Playfair Display',serif;}.hst-landing nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);
  padding:14px 48px;display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid rgba(10,22,40,0.08);
  box-shadow:0 10px 34px rgba(10,22,40,0.10);
}.hst-landing .nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none;}.hst-landing .nav-logo img{height:54px;width:auto;max-width:260px;display:block;}.hst-landing .nav-cta{
  background:var(--blue-main);color:var(--white);
  padding:11px 26px;border-radius:7px;font-size:14px;font-weight:600;
  text-decoration:none;transition:all 0.2s;border:none;cursor:pointer;
  white-space:nowrap;
}.hst-landing .nav-cta:hover{background:var(--blue-light);transform:translateY(-1px);}.hst-landing .hero{
  min-height:100vh;
  background:linear-gradient(140deg, var(--blue-deep) 0%, #0C2854 55%, #0E4A8A 100%);
  position:relative;display:flex;align-items:center;
  overflow:hidden;padding:130px 48px 80px;
}.hst-landing .hero::before{
  content:'';position:absolute;inset:0;
  background:
    radial-gradient(ellipse 70% 60% at 85% 40%, rgba(12,113,195,0.2) 0%,transparent 70%),
    radial-gradient(ellipse 40% 50% at 5% 90%, rgba(12,113,195,0.12) 0%,transparent 60%);
}.hst-landing .hero-grid{
  position:absolute;inset:0;opacity:0.035;
  background-image:linear-gradient(rgba(255,255,255,.6) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.6) 1px,transparent 1px);
  background-size:64px 64px;
}.hst-landing .hero-inner{position:relative;z-index:2;max-width:1140px;margin:0 auto;width:100%;
  display:grid;grid-template-columns:1.05fr 0.95fr;gap:72px;align-items:center;}.hst-landing .hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(59,158,232,0.12);border:1px solid rgba(59,158,232,0.35);
  border-radius:100px;padding:6px 18px;
  font-size:12px;font-weight:600;color:var(--blue-light);
  margin-bottom:28px;letter-spacing:0.06em;text-transform:uppercase;
}.hst-landing .hero-badge::before{content:'●';font-size:7px;}.hst-landing .hero-h1{
  font-family:'Playfair Display',serif;
  font-size:clamp(38px,4.8vw,64px);font-weight:900;
  color:var(--white);line-height:1.08;margin-bottom:24px;
}.hst-landing .hero-h1 em{font-style:italic;color:var(--blue-light);}.hst-landing .hero-sub{
  font-size:17px;color:rgba(255,255,255,0.68);
  line-height:1.75;margin-bottom:44px;font-weight:300;max-width:520px;
}.hst-landing .hero-bigidea{
  background:rgba(12,113,195,0.14);
  border-left:3px solid var(--blue-light);
  border-radius:0 10px 10px 0;
  padding:16px 20px;
  font-size:15px;color:rgba(255,255,255,0.8);
  font-style:italic;line-height:1.6;
  margin-bottom:40px;
}.hst-landing .hero-bigidea strong{color:var(--white);font-style:normal;}.hst-landing .hero-cta-group{display:flex;flex-direction:column;gap:14px;}.hst-landing .btn-primary{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--blue-main);color:var(--white);
  padding:18px 38px;border-radius:9px;
  font-size:16px;font-weight:600;text-decoration:none;
  transition:all 0.25s;border:2px solid var(--blue-main);
  box-shadow:0 10px 36px rgba(12,113,195,0.42);cursor:pointer;
}.hst-landing .btn-primary:hover{
  background:var(--blue-light);border-color:var(--blue-light);
  transform:translateY(-2px);box-shadow:0 14px 44px rgba(12,113,195,0.52);
}.hst-landing .btn-ghost{
  display:inline-flex;align-items:center;gap:8px;
  color:rgba(255,255,255,0.6);font-size:14px;font-weight:500;
  text-decoration:none;transition:color 0.2s;
}.hst-landing .btn-ghost:hover{color:var(--white);}.hst-landing .hero-stats{
  display:flex;gap:36px;margin-top:52px;
  padding-top:36px;border-top:1px solid rgba(255,255,255,0.1);
  flex-wrap:wrap;
}.hst-landing .stat-num{font-family:'Playfair Display',serif;font-size:34px;font-weight:700;color:var(--white);line-height:1;}.hst-landing .stat-label{font-size:12px;color:rgba(255,255,255,0.45);margin-top:4px;}.hst-landing .hero-card{
  background:rgba(255,255,255,0.055);
  backdrop-filter:blur(24px);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:22px;padding:36px;
}.hst-landing .hero-card-tag{
  font-size:11px;font-weight:700;letter-spacing:0.14em;
  text-transform:uppercase;color:var(--blue-light);margin-bottom:22px;
}.hst-landing .proto-steps{display:flex;flex-direction:column;gap:0;}.hst-landing .proto-step{display:flex;align-items:flex-start;gap:16px;}.hst-landing .proto-connector{display:flex;flex-direction:column;align-items:center;}.hst-landing .proto-num{
  width:44px;height:44px;flex-shrink:0;
  background:var(--blue-main);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-size:17px;font-weight:700;color:var(--white);
}.hst-landing .proto-line{width:2px;flex:1;min-height:32px;
  background:linear-gradient(to bottom,var(--blue-main),rgba(12,113,195,0.15));margin:0 auto;}.hst-landing .proto-step:last-child .proto-line{display:none;}.hst-landing .proto-text{padding:10px 0 32px;}.hst-landing .proto-text strong{font-size:14px;color:var(--white);display:block;margin-bottom:4px;}.hst-landing .proto-text span{font-size:13px;color:rgba(255,255,255,0.55);line-height:1.5;}.hst-landing .hero-card-sep{height:1px;background:rgba(255,255,255,0.07);margin:4px 0 20px;}.hst-landing .hero-card-guar{
  display:flex;align-items:center;gap:10px;
  font-size:13px;color:rgba(255,255,255,0.55);
}.hst-landing .hero-card-guar strong{color:var(--white);}.hst-landing section{padding:108px 48px;}.hst-landing .container{max-width:1140px;margin:0 auto;}.hst-landing .sec-label{
  font-size:11px;font-weight:700;letter-spacing:0.16em;
  text-transform:uppercase;color:var(--blue-main);margin-bottom:16px;
}.hst-landing .sec-title{
  font-family:'Playfair Display',serif;
  font-size:clamp(28px,3.8vw,48px);font-weight:700;
  color:var(--blue-deep);line-height:1.2;margin-bottom:20px;
}.hst-landing .sec-title em{font-style:italic;color:var(--blue-main);}.hst-landing .sec-sub{font-size:17px;color:var(--gray-dark);line-height:1.75;font-weight:300;max-width:640px;}.hst-landing .sep-line{
  height:1px;background:rgba(0,0,0,0.06);
  margin:0;border:none;
}.hst-landing .manifeste{background:var(--blue-deep);}.hst-landing .manifeste .sec-label{color:var(--blue-light);}.hst-landing .manifeste .sec-title{color:var(--white);}.hst-landing .manifeste-body{
  display:grid;grid-template-columns:1fr 1fr;gap:64px;margin-top:60px;align-items:start;
}.hst-landing .manifeste-quote{
  font-family:'Playfair Display',serif;
  font-size:22px;font-style:italic;
  color:rgba(255,255,255,0.9);line-height:1.65;
  border-left:3px solid var(--blue-main);
  padding-left:28px;
}.hst-landing .manifeste-quote strong{font-style:normal;color:var(--white);}.hst-landing .manifeste-pillars{display:flex;flex-direction:column;gap:20px;}.hst-landing .pillar{
  display:flex;align-items:flex-start;gap:16px;
  padding:20px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.07);border-radius:14px;
}.hst-landing .pillar-icon{
  width:44px;height:44px;flex-shrink:0;
  background:rgba(12,113,195,0.2);border-radius:11px;
  display:flex;align-items:center;justify-content:center;font-size:20px;
}.hst-landing .pillar-title{font-size:14px;font-weight:600;color:var(--white);margin-bottom:4px;}.hst-landing .pillar-body{font-size:14px;color:rgba(255,255,255,0.55);line-height:1.6;}.hst-landing .bigidea{background:var(--off-white);}.hst-landing .bigidea-center{text-align:center;max-width:760px;margin:0 auto;}.hst-landing .bigidea-statement{
  font-family:'Playfair Display',serif;
  font-size:clamp(24px,3.2vw,38px);
  font-weight:700;color:var(--blue-deep);
  line-height:1.35;margin:40px 0;
}.hst-landing .bigidea-statement em{font-style:italic;color:var(--blue-main);}.hst-landing .paradigm-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:60px;
}.hst-landing .paradigm-card{border-radius:16px;padding:32px;}.hst-landing .paradigm-card.before{background:#FFF1F2;border:1px solid #FECDD3;}.hst-landing .paradigm-card.after{background:var(--blue-pale);border:1px solid rgba(12,113,195,0.2);}.hst-landing .paradigm-label{
  font-size:11px;font-weight:700;letter-spacing:0.14em;
  text-transform:uppercase;margin-bottom:20px;
}.hst-landing .paradigm-card.before .paradigm-label{color:#DC2626;}.hst-landing .paradigm-card.after .paradigm-label{color:var(--blue-main);}.hst-landing .paradigm-items{display:flex;flex-direction:column;gap:10px;}.hst-landing .paradigm-item{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--gray-dark);line-height:1.5;}.hst-landing .methode{background:var(--white);}.hst-landing .methode-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;margin-top:64px;}.hst-landing .phases{display:flex;flex-direction:column;gap:0;}.hst-landing .phase{display:flex;align-items:flex-start;gap:0;}.hst-landing .phase-side{display:flex;flex-direction:column;align-items:center;width:56px;flex-shrink:0;}.hst-landing .phase-dot{
  width:52px;height:52px;border-radius:50%;
  background:var(--blue-main);
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:var(--white);
  flex-shrink:0;
}.hst-landing .phase-line{width:2px;flex:1;min-height:44px;
  background:linear-gradient(to bottom,var(--blue-main),var(--blue-pale));margin:0 auto;}.hst-landing .phase:last-child .phase-line{display:none;}.hst-landing .phase-content{padding:4px 0 48px 24px;}.hst-landing .phase-tag{font-size:11px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--blue-main);margin-bottom:8px;}.hst-landing .phase-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--blue-deep);margin-bottom:10px;}.hst-landing .phase-body{font-size:15px;color:var(--gray-dark);line-height:1.75;}.hst-landing .methode-card{
  background:var(--blue-deep);border-radius:22px;padding:40px;position:sticky;top:110px;
}.hst-landing .methode-card-tag{font-size:11px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--blue-light);margin-bottom:20px;}.hst-landing .methode-card-quote{
  font-family:'Playfair Display',serif;font-size:24px;font-weight:700;
  color:var(--white);line-height:1.4;margin-bottom:20px;
}.hst-landing .methode-card-quote em{color:var(--blue-light);font-style:italic;}.hst-landing .methode-card-body{font-size:15px;color:rgba(255,255,255,0.6);line-height:1.75;}.hst-landing .methode-card-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(12,113,195,0.2);border:1px solid rgba(12,113,195,0.35);
  border-radius:100px;padding:8px 16px;
  font-size:13px;color:var(--blue-light);margin-top:28px;
}.hst-landing .platform-img{margin-top:24px;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,0.08);}.hst-landing .platform-img img{width:100%;display:block;}.hst-landing .emilie{background:var(--gray-light);}.hst-landing .emilie-grid{display:grid;grid-template-columns:0.85fr 1.15fr;gap:80px;align-items:center;}.hst-landing .emilie-photo-wrap{position:relative;}.hst-landing .emilie-photo{
  border-radius:22px;overflow:hidden;
  aspect-ratio:4/5;background:var(--blue-pale);
}.hst-landing .emilie-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}.hst-landing .emilie-float{
  position:absolute;bottom:-20px;right:-20px;
  background:var(--blue-main);border-radius:16px;
  padding:18px 24px;box-shadow:0 12px 40px rgba(12,113,195,0.45);
  text-align:center;
}.hst-landing .emilie-float-num{font-family:'Playfair Display',serif;font-size:34px;font-weight:900;color:var(--white);line-height:1;}.hst-landing .emilie-float-label{font-size:12px;color:rgba(255,255,255,0.75);margin-top:4px;}.hst-landing .emilie-creds{display:flex;flex-direction:column;gap:12px;margin:32px 0;}.hst-landing .emilie-cred{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--gray-dark);}.hst-landing .emilie-cred-icon{
  width:38px;height:38px;flex-shrink:0;
  background:var(--blue-pale);border-radius:10px;
  display:flex;align-items:center;justify-content:center;font-size:17px;
}.hst-landing .emilie-text{font-size:16px;color:var(--gray-dark);line-height:1.8;margin-bottom:20px;}.hst-landing .temoignages{background:var(--white);}.hst-landing .temo-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px;flex-wrap:wrap;gap:20px;}.hst-landing .stars{color:#F5A623;font-size:21px;letter-spacing:2px;margin-bottom:6px;}.hst-landing .temo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}.hst-landing .temo-card{
  background:var(--off-white);border-radius:16px;padding:28px;
  border:1px solid rgba(0,0,0,0.05);
  transition:transform 0.2s,box-shadow 0.2s;
}.hst-landing .temo-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,0.08);}.hst-landing .temo-card.featured{background:var(--white);border-color:var(--blue-main);box-shadow:0 6px 28px rgba(12,113,195,0.13);}.hst-landing .temo-stars{color:#F5A623;font-size:15px;margin-bottom:14px;}.hst-landing .temo-text{font-size:15px;color:var(--gray-dark);line-height:1.75;margin-bottom:20px;font-style:italic;}.hst-landing .temo-author{display:flex;align-items:center;gap:12px;}.hst-landing .temo-avatar{
  width:42px;height:42px;border-radius:50%;
  background:var(--blue-main);
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-size:17px;font-weight:700;color:var(--white);
  flex-shrink:0;
}.hst-landing .temo-name{font-size:14px;font-weight:600;color:var(--text);}.hst-landing .temo-detail{font-size:12px;color:var(--gray-mid);margin-top:2px;}.hst-landing .temo-source{font-size:11px;color:var(--gray-mid);margin-top:14px;padding-top:14px;border-top:1px solid var(--gray-light);}.hst-landing .bilan{background:var(--blue-deep);}.hst-landing .bilan .sec-label{color:var(--blue-light);}.hst-landing .bilan .sec-title{color:var(--white);}.hst-landing .bilan-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;margin-top:60px;}.hst-landing .bilan-intro{font-size:16px;color:rgba(255,255,255,0.62);line-height:1.85;margin-bottom:40px;}.hst-landing .bilan-steps{display:flex;flex-direction:column;gap:20px;}.hst-landing .bilan-step{
  display:flex;align-items:flex-start;gap:16px;
  padding:22px;background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.07);border-radius:14px;
}.hst-landing .bilan-step-num{
  width:38px;height:38px;flex-shrink:0;border-radius:50%;
  background:var(--blue-main);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:700;color:var(--white);
}.hst-landing .bilan-step-title{font-size:15px;font-weight:600;color:var(--white);margin-bottom:5px;}.hst-landing .bilan-step-body{font-size:14px;color:rgba(255,255,255,0.5);line-height:1.65;}.hst-landing .bilan-card{background:var(--white);border-radius:22px;padding:44px;position:sticky;top:110px;}.hst-landing .bilan-price{font-family:'Playfair Display',serif;font-size:68px;font-weight:900;color:var(--blue-deep);line-height:1;}.hst-landing .bilan-price span{font-size:34px;color:var(--gray-mid);}.hst-landing .bilan-desc{font-size:15px;color:var(--gray-dark);margin:12px 0 28px;line-height:1.65;}.hst-landing .bilan-includes{display:flex;flex-direction:column;gap:11px;margin-bottom:30px;}.hst-landing .bilan-include{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--gray-dark);}.hst-landing .bilan-check{
  width:22px;height:22px;flex-shrink:0;border-radius:50%;
  background:var(--green-light);color:var(--green);
  font-size:12px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
}.hst-landing .bilan-btn{
  display:block;width:100%;background:var(--blue-main);color:var(--white);
  padding:19px;border-radius:10px;font-size:16px;font-weight:600;
  text-align:center;text-decoration:none;
  transition:all 0.25s;box-shadow:0 8px 28px rgba(12,113,195,0.38);border:none;cursor:pointer;
}.hst-landing .bilan-btn:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 12px 36px rgba(12,113,195,0.48);}.hst-landing .bilan-guar{
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-size:12px;color:var(--gray-mid);margin-top:16px;text-align:center;
}.hst-landing .faq{background:var(--off-white);}.hst-landing .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:60px;}.hst-landing .faq-item{
  background:var(--white);border:1px solid rgba(0,0,0,0.05);
  border-radius:16px;padding:30px;
}.hst-landing .faq-q{font-family:'Playfair Display',serif;font-size:17px;font-weight:700;color:var(--blue-deep);margin-bottom:12px;}.hst-landing .faq-a{font-size:15px;color:var(--gray-dark);line-height:1.75;}.hst-landing .manifeste-final{
  background:linear-gradient(140deg,var(--blue-deep) 0%,#0C2854 60%,#0E4A8A 100%);
  padding:120px 48px;text-align:center;position:relative;overflow:hidden;
}.hst-landing .manifeste-final::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 70% 80% at 50% 50%,rgba(12,113,195,0.18),transparent);
}.hst-landing .manifeste-final-content{position:relative;z-index:2;max-width:720px;margin:0 auto;}.hst-landing .manifeste-final-quote{
  font-family:'Playfair Display',serif;
  font-size:clamp(26px,4vw,42px);font-weight:700;
  color:var(--white);line-height:1.3;margin-bottom:16px;
}.hst-landing .manifeste-final-quote em{font-style:italic;color:var(--blue-light);}.hst-landing .manifeste-final-sub{font-family:'Playfair Display',serif;font-size:18px;font-style:italic;color:rgba(255,255,255,0.55);margin-bottom:52px;}.hst-landing .hst-footer{background:var(--blue-deep);padding:44px 48px;border-top:1px solid rgba(255,255,255,0.06);}.hst-landing .footer-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;}.hst-landing .footer-logo img{height:46px;width:auto;max-width:240px;display:block;}.hst-landing .footer-links{display:flex;gap:28px;flex-wrap:wrap;}.hst-landing .footer-links a{font-size:13px;color:rgba(255,255,255,0.38);text-decoration:none;}.hst-landing .footer-links a:hover{color:rgba(255,255,255,0.65);}.hst-landing .footer-copy{font-size:12px;color:rgba(255,255,255,0.2);}


@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
.hst-landing .hero-left>*{opacity:0;animation:fadeUp 0.85s forwards;}.hst-landing .hero-left>*:nth-child(1){animation-delay:.1s;}.hst-landing .hero-left>*:nth-child(2){animation-delay:.28s;}.hst-landing .hero-left>*:nth-child(3){animation-delay:.44s;}.hst-landing .hero-left>*:nth-child(4){animation-delay:.6s;}.hst-landing .hero-left>*:nth-child(5){animation-delay:.76s;}.hst-landing .hero-left>*:nth-child(6){animation-delay:.9s;}.hst-landing .hero-right{opacity:0;animation:fadeUp 0.85s 0.55s forwards;}.hst-landing .stat-note{font-size:11px;color:rgba(255,255,255,0.42);line-height:1.5;margin-top:14px;max-width:520px;}.hst-landing a:focus-visible,.hst-landing .btn-primary:focus-visible,.hst-landing .nav-cta:focus-visible,.hst-landing .bilan-btn:focus-visible{outline:3px solid var(--blue-light);outline-offset:4px;}.hst-landing .footer-disclaimer{font-size:12px;color:#64748B;line-height:1.6;max-width:720px;margin-top:18px;}
@media (prefers-reduced-motion: reduce){
.hst-landing html{scroll-behavior:auto;}.hst-landing *,.hst-landing *::before,.hst-landing *::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;}
}
@media(max-width:940px){
.hst-landing nav{padding:10px 20px;}.hst-landing .nav-logo img{height:46px;max-width:48vw;}.hst-landing .nav-cta{padding:10px 16px;font-size:13px;}.hst-landing section{padding:72px 20px;}.hst-landing .hero{padding:118px 20px 60px;}.hst-landing .hero-inner,.hst-landing .manifeste-body,.hst-landing .methode-grid,.hst-landing .emilie-grid,.hst-landing .bilan-grid,.hst-landing .faq-grid,.hst-landing .paradigm-grid{grid-template-columns:1fr;gap:44px;}.hst-landing .temo-grid{grid-template-columns:1fr;}.hst-landing .hero-right{display:none;}.hst-landing .hero-stats{flex-wrap:wrap;gap:24px;}.hst-landing .methode-card{position:static;}.hst-landing .bilan-card{position:static;}.hst-landing .emilie-float{bottom:-12px;right:-8px;}.hst-landing .temo-header{flex-direction:column;align-items:flex-start;}.hst-landing .manifeste-final{padding:80px 20px;}.hst-landing .hst-footer{padding:36px 20px;}.hst-landing .footer-inner{flex-direction:column;align-items:flex-start;}
}

.hst-landing .preselection{
  background:var(--off-white);
  padding:108px 48px;
}
.hst-landing .preselection-header{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}
.hst-landing .preselection-header .sec-sub{
  margin-left:auto;
  margin-right:auto;
}
.hst-landing .tally-card{
  max-width:900px;
  margin:0 auto;
  background:var(--white);
  border:1px solid rgba(12,113,195,0.14);
  border-radius:18px;
  box-shadow:0 18px 52px rgba(10,22,40,0.10);
  overflow:hidden;
  padding:12px;
}
.hst-landing .tally-card iframe{
  display:block;
  width:100%;
  min-height:720px;
  border:0;
  background:transparent;
}
@media(max-width:940px){
  .hst-landing .preselection{padding:72px 20px;}
  .hst-landing .tally-card{border-radius:12px;padding:6px;}
  .hst-landing .tally-card iframe{min-height:760px;}
}