.home-why{--hw-gradient:var(--brand-gradient,linear-gradient(90deg,#4a8fad 0%,#6ba8c4 55%,#8ec4da 100%));--hw-brand:var(--brand-primary,#6ba8c4);--hw-navy:#1e293b;--hw-muted:#64748b;position:relative;background:linear-gradient(180deg,rgba(220,238,245,.45),#ffffff)}.dark .home-why{background:transparent}.home-why__grid{display:grid;align-items:center;gap:2.5rem}@media (min-width:1024px){.home-why__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:3rem}}.home-why__eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .5rem;font-size:.9375rem;font-weight:600;background:var(--hw-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.home-why__eyebrow-icon{width:1.25rem;height:1.25rem;color:var(--hw-brand);flex-shrink:0}.home-why__heading{margin:0 0 1.5rem;font-size:clamp(1.5rem,3.6vw,2.125rem);font-weight:700;line-height:1.28;letter-spacing:-.02em;color:var(--hw-navy)}.dark .home-why__heading{color:#f1f5f9}.home-why__pill{display:inline-block;margin-left:.15rem;padding:.15rem .7rem;border-radius:9999px;font-size:.92em;font-weight:700;color:#ffffff;background:var(--hw-gradient);box-shadow:0 4px 14px rgba(107,168,196,.28);vertical-align:middle}.home-why__features{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.home-why__feature{display:flex;gap:.85rem;align-items:flex-start;padding:1.1rem 0;border-bottom:1px solid #e2e8f0}.home-why__feature:first-child{padding-top:0}.home-why__feature:last-child{border-bottom:none;padding-bottom:0}.dark .home-why__feature{border-bottom-color:rgba(51,65,85,.65)}.home-why__feature-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.65rem;color:var(--hw-brand);background:rgba(107,168,196,.1)}.dark .home-why__feature-icon{background:rgba(107,168,196,.14)}.home-why__feature-body{min-width:0;flex:1}.home-why__feature-title{margin:0 0 .4rem;font-size:.9375rem;font-weight:700;line-height:1.35;color:var(--hw-navy)}.dark .home-why__feature-title{color:#f8fafc}.home-why__bullets{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.3rem}.home-why__bullet{display:flex;align-items:flex-start;gap:.4rem;font-size:.8125rem;line-height:1.5;color:var(--hw-muted)}.home-why__bullet-check{flex-shrink:0;margin-top:.12rem;color:var(--hw-brand)}.home-why__live{display:inline-flex;align-items:center;gap:.85rem;margin-top:1.75rem;padding:.55rem 1rem .55rem .55rem;border-radius:9999px;border:1px solid #e2e8f0;background:#f8fafc;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.dark .home-why__live{border-color:#334155;background:rgba(15,23,42,.5)}.home-why__live:hover{border-color:rgba(107,168,196,.35);background:#ffffff;box-shadow:0 8px 24px rgba(15,23,42,.08)}.dark .home-why__live:hover{background:rgba(26,34,45,.85);box-shadow:0 8px 24px rgba(0,0,0,.2)}.home-why__live-play{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:50%;color:#ffffff;background:var(--hw-gradient);box-shadow:0 4px 12px rgba(107,168,196,.3)}.home-why__live-title{margin:0;font-size:.875rem;font-weight:700;color:var(--hw-navy)}.dark .home-why__live-title{color:#f8fafc}.home-why__live-sub{margin:.12rem 0 0;font-size:.6875rem;line-height:1.4;color:var(--hw-muted)}.home-why__visual{position:relative;width:100%;max-width:30rem;margin-inline:auto}@media (min-width:1024px){.home-why__visual{max-width:100%;margin-inline:0}}.home-why__visual-stage{position:relative;width:100%;height:min(460px,88vw);max-height:520px}@media (min-width:1024px){.home-why__visual-stage{height:520px;max-height:none}}.home-why__visual-ring{position:absolute;left:50%;top:42%;z-index:0;width:72%;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;border:1.5px solid rgba(107,168,196,.2);background:radial-gradient(circle,rgba(107,168,196,.1) 0,transparent 70%)}.home-why__visual-ring--outer{width:92%;top:40%;border-color:rgba(107,168,196,.1);background:radial-gradient(circle,rgba(167,243,208,.22) 0,rgba(107,168,196,.05) 42%,transparent 68%)}.dark .home-why__visual-ring--outer{background:radial-gradient(circle,rgba(107,168,196,.14) 0,transparent 65%)}.home-why__visual-figure{position:absolute;inset:-2% -4% 0;z-index:1;display:flex;align-items:flex-end;justify-content:center}.home-why__visual-photo{object-fit:contain;object-position:bottom center;transform:scale(1.12);transform-origin:bottom center;mix-blend-mode:screen}.dark .home-why__visual-photo{mix-blend-mode:normal}.home-why__visual-fade{position:absolute;left:0;right:0;bottom:0;height:48%;z-index:2;pointer-events:none;background:linear-gradient(0deg,#ffffff 0,rgba(255,255,255,.88) 28%,transparent)}.dark .home-why__visual-fade{background:linear-gradient(0deg,#141a21 0,rgba(20,26,33,.9) 30%,transparent)}.home-why__chip{position:absolute;z-index:3;border-radius:.875rem;background:#ffffff;border:1px solid #e8edf2;box-shadow:0 12px 32px rgba(15,23,42,.1);animation:home-why-float 5.5s ease-in-out infinite}.dark .home-why__chip{background:#1a222d;border-color:#2a3441;box-shadow:0 12px 32px rgba(0,0,0,.38)}@keyframes home-why-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.home-why__chip--stats{top:10%;left:0;display:flex;align-items:center;gap:.55rem;padding:.55rem .75rem;animation-delay:.15s}@media (min-width:640px){.home-why__chip--stats{left:-4%}}.home-why__chip-icon{flex-shrink:0;color:var(--hw-brand)}.home-why__chip-value{margin:0;font-size:.9375rem;font-weight:800;line-height:1.1;color:var(--hw-navy)}.dark .home-why__chip-value{color:#f8fafc}.home-why__chip-label{margin:.08rem 0 0;font-size:.5625rem;font-weight:600;line-height:1.2;color:var(--hw-muted)}.home-why__chip-sep{flex-shrink:0;align-self:stretch;width:1px;margin-inline:.15rem;background:#e2e8f0}.dark .home-why__chip-sep{background:#334155}.home-why__chip--brand{top:6%;right:0;display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;animation-delay:.45s}@media (min-width:640px){.home-why__chip--brand{right:-3%}}.home-why__chip-lockup,.home-why__chip-logo{flex-shrink:0;border-radius:.35rem;object-fit:contain}.home-why__chip-lockup{width:auto;height:2rem}.home-why__chip-brand-name{margin:0;font-size:.6875rem;font-weight:700;color:var(--hw-navy);white-space:nowrap}.dark .home-why__chip-brand-name{color:#f8fafc}.home-why__chip-stars{display:flex;gap:.06rem;margin-top:.12rem;color:#f59e0b}.home-why__chip--mentor{bottom:8%;left:0;padding:.65rem .85rem;animation-delay:.75s}@media (min-width:640px){.home-why__chip--mentor{left:-5%;bottom:10%}}.home-why__chip-badge{display:inline-flex;align-items:center;gap:.28rem;margin-bottom:.35rem;font-size:.5625rem;font-weight:600;color:#047857}.dark .home-why__chip-badge{color:#6ee7b7}.home-why__chip-mentor-name{margin:0;font-size:.9375rem;font-weight:700;line-height:1.2;color:var(--hw-navy)}.dark .home-why__chip-mentor-name{color:#f8fafc}.home-why__chip-mentor-role{margin:.12rem 0 0;font-size:.6875rem;line-height:1.35;color:var(--hw-muted)}@media (prefers-reduced-motion:reduce){.home-why__chip{animation:none}}@media (max-width:639px){.home-why__grid{display:flex;flex-direction:column;gap:1.75rem}.home-why__visual{order:2;max-width:100%}.home-why__content{order:1}.home-why__heading{font-size:clamp(1.25rem,5vw,1.5rem);margin-bottom:1.15rem}.home-why__feature{padding:.85rem 0}.home-why__feature-title{font-size:.875rem}.home-why__bullet{font-size:.75rem}.home-why__live{width:100%;margin-top:1.25rem;justify-content:flex-start}.home-why__visual-stage{height:min(220px,58vw);max-height:250px}.home-why__chip{display:none}}.home-lead-instructor{--li-gradient:linear-gradient(90deg,#4a8fad,#6ba8c4 55%,#8ec4da);--li-brand:#6ba8c4;--li-navy:#1e293b;--li-muted:#64748b}.home-lead-instructor__shell{overflow:hidden;border-radius:.75rem;border:1px solid rgba(107,168,196,.14);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(220,238,245,.35) 52%,rgba(255,255,255,.95))}.dark .home-lead-instructor__shell{border-color:rgba(51,65,85,.85);background:linear-gradient(135deg,rgba(26,34,45,.98),rgba(20,26,33,.92) 55%,rgba(30,40,53,.95))}.home-lead-instructor__grid{display:grid;gap:0;align-items:stretch}@media (min-width:1024px){.home-lead-instructor__grid{grid-template-columns:minmax(0,.44fr) minmax(0,1fr)}}.home-lead-instructor__visual{display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem 1.5rem;background:linear-gradient(180deg,rgba(107,168,196,.06),transparent)}.dark .home-lead-instructor__visual{background:linear-gradient(180deg,rgba(107,168,196,.08),transparent)}@media (min-width:1024px){.home-lead-instructor__visual{padding:2.5rem 1.75rem;border-right:1px solid rgba(107,168,196,.1)}.dark .home-lead-instructor__visual{border-right-color:rgba(51,65,85,.65)}}.home-lead-instructor__stage{position:relative;width:100%;max-width:22rem;height:min(400px,78vw)}@media (min-width:1024px){.home-lead-instructor__stage{max-width:100%;height:420px}}.home-lead-instructor__glow{top:46%;width:78%;background:radial-gradient(circle,rgba(107,168,196,.16) 0,rgba(37,99,235,.06) 45%,transparent 72%);filter:blur(2px)}.home-lead-instructor__glow,.home-lead-instructor__ring{position:absolute;left:50%;z-index:0;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%}.home-lead-instructor__ring{top:44%;width:72%;border:1.5px solid rgba(107,168,196,.22)}.home-lead-instructor__ring--outer{width:90%;top:42%;border-style:dashed;border-color:rgba(107,168,196,.14)}.home-lead-instructor__figure{position:absolute;inset:0 2% 0;z-index:1;display:flex;align-items:flex-end;justify-content:center}.home-lead-instructor__photo{object-fit:contain;object-position:bottom center;transform:scale(1.04);transform-origin:bottom center}.home-lead-instructor__fade{position:absolute;left:0;right:0;bottom:0;height:38%;z-index:2;pointer-events:none;background:linear-gradient(0deg,rgba(236,253,245,.95) 0,transparent)}.dark .home-lead-instructor__fade{background:linear-gradient(0deg,rgba(26,34,45,.95) 0,transparent)}.home-lead-instructor__float{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.92);backdrop-filter:blur(10px);font-size:.6875rem;font-weight:700;white-space:nowrap}.dark .home-lead-instructor__float{border-color:rgba(51,65,85,.85);background:rgba(26,34,45,.88)}.home-lead-instructor__float--badge{top:6%;left:0;color:#047857}.dark .home-lead-instructor__float--badge{color:#6ee7b7}.home-lead-instructor__float--exp{top:6%;right:0;color:#c2410c;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,237,213,.85))}.dark .home-lead-instructor__float--exp{color:#fdba74;background:linear-gradient(135deg,rgba(26,34,45,.92),rgba(67,20,7,.55))}.home-lead-instructor__content{padding:1.75rem 1.5rem 1.85rem}@media (min-width:1024px){.home-lead-instructor__content{padding:2.25rem 2.25rem 2.35rem}}.home-lead-instructor__eyebrow{margin:0 0 .55rem;font-size:.875rem;font-weight:600;background:var(--li-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.home-lead-instructor__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1.25rem;margin-bottom:1.25rem}.home-lead-instructor__name{margin:0;font-size:clamp(1.65rem,3.2vw,2.125rem);font-weight:800;letter-spacing:-.025em;line-height:1.15;color:var(--li-navy)}.dark .home-lead-instructor__name{color:#f8fafc}.home-lead-instructor__role{margin:.35rem 0 0;font-size:.9375rem;font-weight:600;color:var(--li-brand)}.dark .home-lead-instructor__role{color:var(--brand-primary-light,#8ec4da)}.home-lead-instructor__rating{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.home-lead-instructor__stars{display:flex;gap:.1rem;color:#fbbf24}.home-lead-instructor__rating-text{margin:0;font-size:.6875rem;font-weight:500;color:var(--li-muted)}.home-lead-instructor__stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-bottom:1.35rem}.home-lead-instructor__stat-card{padding:.85rem .65rem;border-radius:.75rem;border:1px solid #e2e8f0;background:rgba(255,255,255,.85);text-align:center}.dark .home-lead-instructor__stat-card{border-color:#334155;background:rgba(15,23,42,.45)}.home-lead-instructor__stat-icon{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;margin-bottom:.45rem;border-radius:.75rem}.home-lead-instructor__stat-icon--experience{color:var(--li-brand);background:rgba(107,168,196,.14)}.home-lead-instructor__stat-icon--students{color:var(--brand-primary-strong,#4a8fad);background:rgba(74,143,173,.12)}.home-lead-instructor__stat-icon--courses{color:var(--brand-primary-light,#8ec4da);background:rgba(142,196,218,.14)}.home-lead-instructor__stat-value{margin:0;font-size:1.125rem;font-weight:800;line-height:1.1;color:var(--li-navy)}.dark .home-lead-instructor__stat-value{color:#f8fafc}.home-lead-instructor__stat-label{margin:.25rem 0 0;font-size:.625rem;font-weight:600;line-height:1.3;color:var(--li-muted)}.home-lead-instructor__panel{margin-bottom:.85rem;padding:1rem 1.05rem;border-radius:.75rem;border:1px solid #eef2f6;background:rgba(255,255,255,.72)}.dark .home-lead-instructor__panel{border-color:#334155;background:rgba(15,23,42,.35)}.home-lead-instructor__panel-title{margin:0 0 .5rem;font-size:.9375rem;font-weight:700;color:var(--li-navy)}.dark .home-lead-instructor__panel-title{color:#f8fafc}.home-lead-instructor__bio{margin:0;font-size:.875rem;line-height:1.65;color:var(--li-muted)}.home-lead-instructor__education{margin:0;padding:0;list-style:none}.home-lead-instructor__edu-item{display:flex;align-items:flex-start;gap:.65rem;color:var(--li-brand)}.home-lead-instructor__edu-degree{margin:0;font-size:.8125rem;font-weight:600;line-height:1.45;color:var(--li-navy)}.dark .home-lead-instructor__edu-degree{color:#e2e8f0}.home-lead-instructor__edu-school{margin:.2rem 0 0;font-size:.75rem;line-height:1.45;color:var(--li-muted)}.home-lead-instructor__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.15rem;padding-top:1.15rem;border-top:1px solid #e2e8f0}.dark .home-lead-instructor__bottom{border-top-color:#334155}.home-lead-instructor__contact{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.home-lead-instructor__contact-icon{display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:.75rem;color:#ffffff;background:var(--li-gradient)}.home-lead-instructor__contact-label{display:block;font-size:.6875rem;color:var(--li-muted)}.home-lead-instructor__contact-email{display:block;margin-top:.1rem;font-size:.875rem;font-weight:700;color:var(--li-navy)}.dark .home-lead-instructor__contact-email{color:#f8fafc}.home-lead-instructor__socials{display:flex;align-items:center;gap:.45rem}.home-lead-instructor__social{display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:.75rem;border:1px solid #e2e8f0;color:var(--li-muted);background:#ffffff;transition:color .2s ease,border-color .2s ease,transform .2s ease}.dark .home-lead-instructor__social{border-color:#334155;background:rgba(15,23,42,.45)}.home-lead-instructor__social:hover{color:var(--li-brand);border-color:rgba(107,168,196,.35);transform:translateY(-1px)}.home-lead-instructor__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.15rem}.home-lead-instructor__cta{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.2rem;border-radius:.75rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.home-lead-instructor__cta--primary{color:#ffffff;background:var(--li-gradient)}.home-lead-instructor__cta--primary:hover{transform:translateY(-1px)}.home-lead-instructor__cta--ghost{color:var(--li-navy);border:1px solid #e2e8f0;background:#ffffff}.dark .home-lead-instructor__cta--ghost{color:#e2e8f0;border-color:#334155;background:transparent}.home-lead-instructor__cta--ghost:hover{border-color:rgba(107,168,196,.35)}@media (max-width:639px){.home-lead-instructor__shell{border-radius:.75rem}.home-lead-instructor__visual{padding:1rem .65rem .75rem}.home-lead-instructor__stage{height:min(220px,52vw);max-width:14rem;margin-inline:auto}.home-lead-instructor__content{padding:1.25rem .85rem 1.35rem}.home-lead-instructor__name{font-size:clamp(1.35rem,5.5vw,1.65rem)}.home-lead-instructor__head{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.home-lead-instructor__rating{align-items:flex-start}.home-lead-instructor__stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;margin-bottom:1rem}.home-lead-instructor__stat-card{padding:.65rem .4rem;border-radius:.65rem}.home-lead-instructor__stat-value{font-size:.9375rem}.home-lead-instructor__stat-label{font-size:.5625rem}.home-lead-instructor__stat-icon{width:1.55rem;height:1.55rem;margin-bottom:.35rem}.home-lead-instructor__panel{padding:.85rem .9rem;margin-bottom:.65rem}.home-lead-instructor__bio{font-size:.8125rem}.home-lead-instructor__bottom{flex-direction:column;align-items:flex-start;gap:.85rem;margin-top:.85rem;padding-top:.85rem}.home-lead-instructor__actions{flex-direction:column;width:100%;margin-top:.85rem}.home-lead-instructor__cta{width:100%;justify-content:center}.home-lead-instructor__float{display:none}}.home-newsletter{--nl-gradient:var(--brand-gradient,linear-gradient(90deg,#4a8fad 0%,#6ba8c4 55%,#8ec4da 100%));--nl-brand:var(--brand-primary,#6ba8c4);--nl-navy:#1e293b;--nl-muted:#64748b}.home-newsletter__shell{overflow:hidden;border-radius:.75rem;border:1px solid rgba(107,168,196,.16);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(220,238,245,.45) 55%,rgba(255,255,255,.96))}.dark .home-newsletter__shell{border-color:rgba(51,65,85,.85);background:linear-gradient(135deg,rgba(26,34,45,.98),rgba(74,143,173,.12) 50%,rgba(26,34,45,.95))}.home-newsletter__grid{display:grid;gap:1.75rem;align-items:center;padding:1.5rem}@media (min-width:1024px){.home-newsletter__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:2.5rem;padding:2rem 2.25rem}}.home-newsletter__eyebrow{display:inline-flex;align-items:center;gap:.4rem;margin:0 0 .5rem;font-size:.9375rem;font-weight:600;background:var(--nl-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.home-newsletter__eyebrow-icon{width:1.125rem;height:1.125rem;color:var(--nl-brand,var(--brand-primary,#6ba8c4));flex-shrink:0}.home-newsletter__heading{margin:0;font-size:clamp(1.45rem,3.5vw,2rem);font-weight:700;line-height:1.25;letter-spacing:-.015em;color:var(--nl-navy)}.dark .home-newsletter__heading{color:#f1f5f9}.home-newsletter__pill{display:inline-block;margin-left:.15rem;padding:.18rem .7rem;border-radius:9999px;font-size:.95em;font-weight:700;color:#ffffff;background:var(--nl-gradient);vertical-align:middle}.home-newsletter__subtitle{margin:.75rem 0 0;max-width:32rem;font-size:.9375rem;line-height:1.65;color:var(--nl-muted)}.home-newsletter__form{display:flex;flex-direction:column;gap:.55rem}.home-newsletter__field{position:relative}.home-newsletter__field-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--nl-muted);pointer-events:none}.home-newsletter__input{width:100%;padding:.85rem 7.5rem .85rem 2.65rem;border-radius:9999px;border:1px solid #e2e8f0;background:rgba(255,255,255,.85);font-size:.875rem;color:var(--nl-navy);transition:border-color .2s ease}.home-newsletter__input::placeholder{color:#94a3b8}.home-newsletter__input:focus{outline:none;border-color:rgba(107,168,196,.45)}.dark .home-newsletter__input{border-color:#334155;background:rgba(15,23,42,.65);color:#f8fafc}.home-newsletter__submit{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:.3rem;padding:.55rem 1.1rem;border:none;border-radius:9999px;font-size:.8125rem;font-weight:700;color:#fff;background:var(--nl-gradient);cursor:pointer;transition:opacity .2s ease}.home-newsletter__submit:hover{opacity:.92}.home-newsletter__fine-print{margin:0;padding-inline:.35rem;font-size:.6875rem;line-height:1.5;color:var(--nl-muted);text-align:center}@media (min-width:640px){.home-newsletter__fine-print{text-align:left}}.home-newsletter__success{display:flex;align-items:center;gap:.65rem;padding:1rem 1.15rem;border-radius:.75rem;border:1px solid rgba(107,168,196,.25);background:rgba(107,168,196,.08)}.home-newsletter__success-icon{width:1.35rem;height:1.35rem;flex-shrink:0;color:#4a8fad}.dark .home-newsletter__success-icon{color:#6ee7b7}.home-newsletter__success-text{margin:0;font-size:.875rem;font-weight:600;color:#047857}.dark .home-newsletter__success-text{color:#6ee7b7}@media (max-width:479px){.home-newsletter__grid{padding:1.15rem .85rem;gap:1.25rem}.home-newsletter__heading{font-size:clamp(1.2rem,5vw,1.45rem)}.home-newsletter__subtitle{font-size:.8125rem;max-width:none}.home-newsletter__input{padding-right:1rem;padding-bottom:3.25rem}.home-newsletter__submit{left:.35rem;right:.35rem;top:auto;bottom:.35rem;transform:none;justify-content:center;width:calc(100% - .7rem)}}@media (max-width:639px){.home-newsletter__shell{border-radius:.75rem}.home-newsletter__grid{padding:1.25rem .85rem;gap:1.35rem}.home-newsletter__input{padding-right:1rem;padding-bottom:3.2rem}.home-newsletter__submit{left:.35rem;right:.35rem;top:auto;bottom:.35rem;transform:none;justify-content:center;width:calc(100% - .7rem)}}