@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap";:root{--paper:#f6f3ed;--ink:#302e28;--muted:#7c7b71;--green:#4e6047;--line:#dcded3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #a86c3e;outline-offset:6px}.wrap{width:min(1200px,calc(100% - 96px));margin:auto}.header{height:110px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:27px;font-weight:900;letter-spacing:-1.8px;display:flex;align-items:center;gap:7px}.brand img{border-radius:9px}.brand-dot{color:var(--green);margin-left:-6px}.header nav{display:flex;gap:34px;font-size:13px;font-weight:500}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;background:var(--green);color:#fff;padding:19px 25px;border-radius:5px;font-size:15px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#36452f;transform:translateY(-2px)}.button.small{font-size:12px;padding:13px 19px;gap:24px}.hero{display:grid;grid-template-columns:1fr 1.08fr;gap:55px;padding:42px 0 66px;align-items:center}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:600;color:var(--green);display:flex;align-items:center;gap:9px}.eyebrow>span{height:7px;width:7px;background:var(--green);border-radius:50%}.hero .eyebrow{letter-spacing:1px;font-size:12px;margin-bottom:28px}h1{font-size:clamp(40px,4.3vw,60px);line-height:1.34;letter-spacing:-3.5px;font-weight:700;margin:0 0 26px}em{color:var(--green);font-style:normal}.intro{font-size:15px;line-height:1.95;color:var(--muted);letter-spacing:-.4px}.hero-button{margin-top:22px}.platform-note{font-size:10px;color:#8a8b81;margin-top:12px}.hero-bottom{display:flex;gap:17px;align-items:center;margin-top:51px}.hero-bottom .line{width:34px;height:1px;background:#9a9f8d}.hero-bottom p{font-size:11px;line-height:1.9;color:var(--muted)}.hero-bottom strong{font-weight:500;color:#55594d}.hero-visual{height:570px;position:relative;padding-bottom:27px}.room{width:100%;height:100%;object-fit:cover}.hero-room{border-radius:130px 5px 5px;object-position:53% center}.photo-label{position:absolute;top:25px;right:22px;background:#fff9;padding:9px 12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;font-size:8px;letter-spacing:1.5px;display:flex;gap:7px;align-items:center}.live-dot{background:var(--green);width:5px;height:5px;border-radius:50%}.floating-note{position:absolute;bottom:63px;left:-32px;background:#fcfbf7;padding:18px 22px;box-shadow:0 8px 40px #242b2020;display:flex;align-items:center;gap:15px;border-radius:6px}.note-icon{font-size:30px;color:var(--green);background:#ebeee5;width:44px;height:44px;text-align:center;border-radius:50%}.floating-note small{display:block;font-size:10px;color:var(--muted);margin-bottom:5px}.floating-note strong{font-size:13px;font-weight:600}.floating-note>span:last-child{margin-left:12px;color:var(--green)}.image-index{position:absolute;bottom:0;right:0;font-size:8px;letter-spacing:1.6px;color:var(--muted)}.manifesto{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:25px 0}.manifesto>span:first-child{font-size:9px;letter-spacing:1.6px;color:var(--muted)}.manifesto p{font-size:16px;color:#85857b;margin:0;letter-spacing:-.5px}.manifesto strong{color:var(--ink);font-weight:500}.manifesto>span:last-child{font-size:31px;color:var(--green)}.section{padding-top:95px;padding-bottom:96px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}h2{font-size:35px;line-height:1.45;letter-spacing:-1.8px;font-weight:600;margin:17px 0 0}.section-heading>p{font-size:13px;color:var(--muted);line-height:1.9;margin-bottom:4px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px}.feature-image{height:250px;position:relative;overflow:hidden;border-radius:5px}.feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.feature:hover img{transform:scale(1.035)}.image-tag{position:absolute;left:15px;top:15px;background:#f7f6efeb;padding:7px 10px;font-size:8px;letter-spacing:1px}.feature h3{font-size:18px;letter-spacing:-.7px;margin:24px 0 10px;font-weight:600}.feature p{font-size:12px;line-height:1.9;color:var(--muted)}.feature>a{font-size:11px;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:16px;margin-top:23px}.feature>a:hover{color:var(--green)}.download-section{background:#e9ecdf;overflow:hidden}.download-layout{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;min-height:580px;gap:30px}.download-layout h2{font-size:42px;line-height:1.5}.download-layout>div>p:not(.eyebrow){font-size:13px;line-height:1.9;color:#737c69;margin-top:22px}.store-buttons{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.store-button{background:var(--ink);color:#fff;display:flex;align-items:center;gap:12px;padding:12px 17px;border-radius:6px;min-width:185px;font-size:17px;font-weight:500;transition:background .2s}.store-button:hover{background:var(--green)}.store-button small{display:block;font-size:8px;font-weight:400;margin-bottom:3px;opacity:.7}.store-button>span:last-child{font-size:13px;margin-left:10px}.store-symbol{font-size:28px}.store-symbol.play{font-size:23px}.download-layout>div>p.download-status{font-size:11px;margin-top:16px;max-width:420px}.highlight{animation:highlight .8s ease}.phone-scene{height:580px;display:flex;justify-content:center;align-items:center;position:relative}.orbit{position:absolute;border:1px solid #cbd1bd;border-radius:50%;width:450px;height:450px}.orbit-two{width:570px;height:570px}.phone{z-index:1;width:254px;background:#fffdf9;border:7px solid #343831;border-radius:37px;padding:38px 15px 20px;transform:rotate(7deg);box-shadow:18px 25px 35px #3b453b25;position:relative}.phone-camera{height:15px;width:75px;background:#343831;position:absolute;top:8px;left:50%;transform:translate(-50%);border-radius:20px}.phone-top{display:flex;justify-content:space-between;align-items:center}.phone-top strong{font-size:20px;letter-spacing:-1px;color:#7a5743}.phone-top>span{font-size:23px}.phone-top strong span{color:var(--green)}.phone-search{margin:14px 0;background:#f0eee7;border-radius:5px;padding:9px 8px;font-size:8px;color:#99988d;display:flex;justify-content:space-between}.phone-photo{height:165px;position:relative;overflow:hidden;border-radius:5px}.phone-photo img{width:100%;height:100%;object-fit:cover}.phone-photo>div{position:absolute;inset:0;background:linear-gradient(transparent,#0007);color:#fff;font-size:13px;padding:90px 13px 10px;line-height:1.6}.phone-shortcuts{display:flex;justify-content:space-around;margin:17px 0;color:#7c6b52}.phone-shortcuts>span{font-size:22px;text-align:center}.phone-shortcuts small{display:block;font-size:8px;color:#68665f}.phone-caption{font-size:9px;display:flex;justify-content:space-between;border-top:1px solid #eee;padding-top:14px}.phone-card{background:#eceee3;padding:13px;margin-top:11px;border-radius:5px}.phone-card>*{display:block}.phone-card span{font-size:7px;letter-spacing:1px;color:var(--green)}.phone-card strong{font-size:11px;margin:6px 0}.phone-card small{font-size:8px;color:var(--green)}.preview-label{font-size:6px;text-align:center;color:#919487;margin:12px 0 0}.scene-label{position:absolute;bottom:27px;font-size:8px;letter-spacing:2px;color:#8b947c}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:50px}.faq h2{font-size:29px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;font-size:13px;font-weight:500;padding:23px 0;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary span{font-size:19px;font-weight:400;color:var(--green)}details[open] summary span{transform:rotate(45deg)}details p{font-size:12px;color:var(--muted);line-height:1.9;margin:0 28px 22px 0}.mobile-cta{display:none}.skip-link{position:fixed;top:-100px;left:15px;z-index:10;background:#fff;padding:15px}.skip-link:focus{top:10px}@keyframes highlight{50%{color:#302e28;background:#d6ddc8}}@media(min-width:1500px){.hero{padding-top:65px;padding-bottom:80px}.hero-visual{height:625px}}@media(max-width:1000px){.wrap{width:calc(100% - 56px)}.hero{gap:30px}.hero-visual{height:510px}h1{font-size:45px}.intro{font-size:13px}.floating-note{left:-16px;padding:14px}.hero-bottom{margin-top:25px}.feature-image{height:210px}.feature h3{font-size:16px}.download-layout h2{font-size:35px}.store-button{min-width:160px;padding:11px;font-size:15px}.store-buttons{gap:8px}.header nav{gap:20px}.faq{gap:30px}}@media(max-width:720px){.wrap{width:calc(100% - 40px)}.header{height:80px}.header nav{display:none}.brand{font-size:24px}.brand img{width:29px;height:29px}.header .button{font-size:11px;padding:11px 14px;gap:15px}.hero{grid-template-columns:1fr;padding-top:30px;padding-bottom:35px;gap:30px}.hero-copy{padding:0 5px}.hero .eyebrow{margin-bottom:20px;font-size:10px}h1{font-size:46px;letter-spacing:-2.8px}.intro{font-size:13px}.hero-button{margin-top:16px;padding:17px 23px;font-size:13px}.hero-bottom{display:none}.platform-note{margin-bottom:0}.hero-visual{height:410px;margin-left:14px}.hero-room{border-top-left-radius:100px}.floating-note{bottom:52px;left:-14px}.manifesto{padding:20px 0}.manifesto>span:first-child{display:none}.manifesto p{font-size:13px}.manifesto>span:last-child{font-size:25px}.section{padding-top:58px;padding-bottom:58px}.section-heading{display:block;margin-bottom:28px}h2{font-size:29px}.section-heading>p{font-size:12px;margin-top:17px}.feature-grid{grid-template-columns:1fr;gap:34px}.feature-image{height:270px}.feature h3{font-size:19px;margin-top:18px}.feature p br{display:none}.feature p{font-size:13px}.feature>a{margin-top:17px;font-size:12px}.download-layout{grid-template-columns:1fr;gap:0;padding-top:50px}.download-layout h2{font-size:33px}.store-buttons{flex-wrap:nowrap;gap:8px}.store-button{min-width:0;flex:1;gap:8px;font-size:14px;padding:12px}.store-button>span:last-child{margin-left:auto}.store-symbol{font-size:22px}.store-symbol.play{font-size:18px}.phone-scene{height:530px}.orbit{width:350px;height:350px}.orbit-two{width:450px;height:450px}.phone{transform:rotate(5deg) scale(.94)}.faq{grid-template-columns:1fr;gap:27px}.faq h2{font-size:27px}summary{font-size:12px}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fdfcf8f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);align-items:center;justify-content:space-between;z-index:5}.mobile-cta>span{font-size:9px;color:var(--muted)}.mobile-cta strong{display:block;font-size:16px;color:var(--ink);margin-top:2px}.mobile-cta .button{padding:13px 22px}.scene-label{bottom:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.service-answer{margin:0 0 32px;padding:22px 25px;background:#eceee3;border-radius:5px}.service-answer h3{font-size:17px;margin:0 0 10px}.service-answer p{font-size:13px;line-height:1.9;margin:0;color:#62685a;max-width:850px}.legal-page{max-width:900px;padding-top:35px;padding-bottom:70px}.legal-page h1{font-size:38px;letter-spacing:-1.5px}.legal-toc{padding:20px 25px;background:#eceee3;border-radius:6px;margin:30px 0}.legal-toc ol{margin:0;padding-left:22px}.legal-toc li{padding:6px 0;font-size:14px;line-height:1.7}.legal-toc a:hover{text-decoration:underline}.legal-page section{padding-top:18px;margin-top:24px;border-top:1px solid var(--line)}.legal-page h2{font-size:23px;letter-spacing:-.6px}.legal-body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px;line-height:1.95;margin-top:20px}@media(max-width:720px){.legal-page h1{font-size:32px}.legal-page h2{font-size:20px}.legal-body{font-size:14px}.legal-toc{padding:16px}}.site-footer{background:#eeeee5;border-top:1px solid var(--line);padding:55px 0 24px}.site-footer-top{display:grid;grid-template-columns:1fr 1.5fr;gap:70px;padding-bottom:45px}.site-footer-brand>p{font-size:14px;line-height:1.9;margin:17px 0 0}.site-footer-brand>p.site-footer-description{font-size:12px;color:#686e60;margin-top:8px}.site-footer-nav{display:grid;grid-template-columns:1.2fr 1.2fr 1fr;gap:28px}.site-footer-nav h2{font-size:12px;font-weight:700;letter-spacing:0;line-height:1.6;margin:3px 0 19px}.site-footer-nav a{display:block;width:fit-content;font-size:12px;line-height:1.8;margin-top:10px;color:#59634f}.site-footer-nav a:hover,.site-footer-bottom a:hover{text-decoration:underline;text-underline-offset:4px}.site-footer-nav a[aria-current=page]{font-weight:700;color:var(--ink)}.site-footer-nav a span{margin-left:8px}.site-footer-note{font-size:10px;color:#73796b;margin-top:12px;line-height:1.7}.site-footer-bottom{border-top:1px solid #d5d9cc;display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:22px}.site-footer-bottom small{font-size:10px;color:#686e60}.site-footer-bottom a{font-size:11px}.site-footer-bottom a span{margin-left:12px}@media(max-width:900px){.site-footer-top{grid-template-columns:1fr;gap:32px}.site-footer-nav{max-width:600px}}@media(max-width:720px){.site-footer{padding-top:35px}.site-footer--with-cta{padding-bottom:calc(100px + env(safe-area-inset-bottom))}.site-footer-top{padding-bottom:30px}.site-footer-nav{gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-nav h2{margin-bottom:12px}.site-footer-bottom{align-items:flex-start}.site-footer-note{font-size:9px}}.business-info{border-top:1px solid #d5d9cc;padding:24px 0}.business-info h2{font-size:12px;font-weight:700;letter-spacing:0;margin:0 0 14px;line-height:1.6}.business-info dl{display:flex;flex-wrap:wrap;gap:10px 28px;margin:0}.business-info dl>div{display:flex;gap:10px;max-width:100%;font-size:11px;line-height:1.8}.business-info dt{flex-shrink:0;color:#686e60}.business-info dd{margin:0;overflow-wrap:anywhere;min-width:0}.business-info-address{flex-basis:100%}.business-info a{text-decoration:underline;text-underline-offset:3px}.business-info>p{font-size:11px;color:#686e60;margin:0}@media(max-width:720px){.business-info dl{flex-direction:column;gap:8px}.business-info dl>div{font-size:11px}.business-info dt{min-width:110px}}:root{--header-height:72px}html{scroll-padding-top:calc(var(--header-height) + 20px)}.site-header{position:sticky;top:0;z-index:8;background:#f6f3edf5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.site-header .header{height:var(--header-height)}.site-header .brand{font-size:24px}.site-header .brand img{width:30px;height:30px}@media(max-width:720px){:root{--header-height:64px}.site-header .brand{font-size:22px}.site-header .brand img{width:28px;height:28px}}:root{--muted: #55594f;--header-height: 78px}body{font-size:18px;line-height:1.7}.service-answer p,.faq-list summary,.faq-list details p{white-space:pre-line}.header nav{font-size:16px;gap:28px}.header nav a{display:inline-flex;align-items:center;min-height:48px}.site-header .header{min-height:var(--header-height);height:auto;padding-block:12px;gap:24px}.site-header .brand{font-size:27px}.site-header .brand img{width:34px;height:34px}.button,.button.small,.header .button,.hero-button{font-size:16px;min-height:48px;padding:14px 22px;gap:18px}.intro,.section-heading>p,.feature p,.service-answer p,.download-layout>div>p:not(.eyebrow),details p,.legal-body{font-size:18px;line-height:1.85;color:var(--muted);letter-spacing:0}.hero .eyebrow,.eyebrow,.platform-note,.hero-bottom p,.floating-note small,.photo-label,.image-index,.image-tag,.manifesto>span:first-child{font-size:14px;letter-spacing:.3px}.platform-note,.manifesto p{color:var(--muted)}.photo-label{background:#fffdf5}.floating-note{max-width:100%}.floating-note strong{font-size:18px}.manifesto{gap:24px;flex-wrap:wrap}.manifesto p{font-size:20px}.feature h3,.service-answer h3{font-size:23px;line-height:1.5;letter-spacing:-.4px}.feature>a{font-size:16px;min-height:48px;align-items:center;padding-block:12px}.feature p br,.section-heading>p br{display:none}.section-heading{gap:40px}.section-heading>p{max-width:440px}.hero,.download-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hero-copy,.feature,.download-layout>div,.faq>div{min-width:0}.feature-grid{gap:32px}.store-buttons{flex-wrap:wrap}.store-button{font-size:20px;min-width:220px;min-height:72px;padding:16px 20px;flex:0 1 auto}.store-button small{font-size:14px;opacity:1}.store-button>span:last-child{font-size:18px}.download-layout>div>p.download-status{font-size:16px;max-width:none}.download-layout{padding-block:48px}.phone-scene{height:auto;min-height:710px}.phone{width:310px;max-width:100%;transform:none}.phone-search{font-size:14px;color:#55594f}.phone-photo>div{font-size:16px;padding-top:72px}.phone-shortcuts small,.phone-card span,.phone-card small,.preview-label,.scene-label{font-size:14px;letter-spacing:0;color:#55594f}.phone-caption,.phone-card strong{font-size:14px}.scene-label{bottom:0;text-align:center}.faq h2{font-size:33px}summary{font-size:19px;line-height:1.7;padding-block:24px}summary span{flex-shrink:0;font-size:25px}.legal-toc li{font-size:17px;padding-block:10px}.legal-toc a{display:inline-block;padding-block:4px}.legal-page h2{font-size:25px;line-height:1.6}.site-footer-top{grid-template-columns:1fr;gap:24px;padding-bottom:24px}.site-footer-brand>p,.site-footer-brand>p.site-footer-description{font-size:16px;color:var(--muted);line-height:1.5;margin-top:8px}.site-footer-nav{max-width:none;gap:24px}.site-footer-nav h2,.business-info h2{font-size:18px;margin-bottom:8px}.site-footer-nav a{font-size:16px;min-height:36px;line-height:1.5;display:flex;align-items:center;margin-top:0}.site-footer-note,.site-footer-bottom small{font-size:14px;color:var(--muted)}.site-footer-bottom a{font-size:16px;min-height:48px;display:inline-flex;align-items:center}.business-info{padding-block:18px}.business-info dl{gap:8px 24px}.business-info dl>div,.business-info>p{font-size:16px;line-height:1.5}.business-info dt{color:var(--muted)}.business-info a{display:inline-block;padding-block:2px}@media(max-width:1100px){.hero,.download-layout{grid-template-columns:1fr}.hero-visual{height:540px}.feature-grid{grid-template-columns:1fr;gap:48px}.feature-image{height:320px}.section-heading{display:block}.section-heading>p{max-width:none}.faq{grid-template-columns:1fr;gap:32px}}@media(max-width:850px){.header nav{display:none}}@media(max-width:720px){:root{--header-height: 74px}.wrap{width:calc(100% - 40px)}.site-header .header{gap:12px}.site-header .brand{font-size:23px}.site-header .brand img{width:32px;height:32px}.header .button{font-size:16px;padding:12px;gap:8px}h1{font-size:44px;letter-spacing:-1.5px}h2,.download-layout h2,.faq h2{font-size:32px}.intro br,.download-layout>div>p br{display:none}.hero-visual{height:400px;margin-left:0}.floating-note{left:0;padding:14px;gap:10px}.floating-note strong{font-size:16px}.floating-note>span:last-child{display:none}.image-index{font-size:14px}.manifesto p{font-size:18px}.feature-image{height:260px}.store-buttons{flex-direction:column;gap:16px}.store-button{width:100%;min-width:0;flex:none}.phone-scene{min-height:730px}.legal-body{font-size:18px}.site-footer-nav{grid-template-columns:1fr;gap:20px}.business-info dl>div{flex-direction:column;gap:2px}.business-info dt{min-width:0;font-weight:600}.site-footer-bottom{flex-wrap:wrap}.mobile-cta{gap:12px;padding-inline:16px}.mobile-cta>span{font-size:14px}.mobile-cta strong{font-size:20px}.mobile-cta .button{font-size:16px;padding:14px}.site-footer--with-cta{padding-bottom:calc(140px + env(safe-area-inset-bottom))}}@media(max-width:380px){.site-header .brand img{display:none}.mobile-cta{flex-wrap:wrap}.mobile-cta>span{display:none}.mobile-cta .button{width:100%;justify-content:center}}.company-footer{background:#f1f3f5;color:#687382;border-top:0;padding-top:48px;padding-bottom:32px}.company-footer .company-footer-logo{width:fit-content;font-size:36px;color:#858c96;letter-spacing:-1.5px;margin-bottom:28px}.company-footer-content{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:start}.company-footer .business-info{border:0;padding:0;min-width:0}.company-footer .business-info dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 28px;max-width:100%}.company-footer .business-info dl>div{flex-direction:row;gap:6px;font-size:16px;line-height:1.65;min-width:0}.company-footer .business-info dt{color:inherit;min-width:0;font-weight:400}.company-footer .business-info dt:after{content:" :"}.company-footer .business-field--name{margin-bottom:14px}.company-footer .business-field--name dt,.company-footer .business-field--address dt{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.company-footer .business-field--representative{border-left:1px solid #9ca3ad;padding-left:20px;margin-bottom:14px}.company-footer .business-field--address{grid-column:1 / -1}.company-footer .business-info a{padding:0;text-decoration:none}.company-footer-links{display:flex;flex-direction:column;align-items:stretch;justify-self:end;gap:8px;margin:0;text-align:right}.company-footer-links a{display:block;font-size:16px;padding:6px 0;text-align:right}.company-footer-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px 24px;margin-top:24px}.company-footer-advertising{display:flex;flex-direction:column;gap:4px;padding-block:6px;font-size:16px;overflow-wrap:anywhere}.company-footer-contact a{font-size:16px;padding-block:6px}.company-footer a:hover{text-decoration:underline;text-underline-offset:4px}.company-footer .site-footer-bottom{border:0;padding-top:14px}.company-footer .site-footer-bottom small{color:inherit;font-size:15px}@media(max-width:720px){.company-footer-content{gap:20px}.company-footer{padding-top:32px}.company-footer .business-info dl{grid-template-columns:minmax(0,1fr);gap:8px}.company-footer .business-info dl>div{flex-wrap:wrap;column-gap:6px;row-gap:0}.company-footer .business-field--name{margin-bottom:0}.company-footer .business-field--representative{border:0;padding-left:0;margin-bottom:10px}.company-footer.site-footer--with-cta{padding-bottom:calc(140px + env(safe-area-inset-bottom))}}@media(max-width:480px){.company-footer-content{grid-template-columns:minmax(0,1fr)}.company-footer-links{justify-self:end}}
