@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-8.ttf) format('truetype');
}

:root{--ink:#173632;--muted:#667570;--paper:#fbfaf6;--coral:#f0445e;--line:#dce2dc;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--coral);outline-offset:5px}img{max-width:100%;display:block}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.header{height:105px;display:flex;align-items:center;justify-content:space-between;gap:32px;width:min(1400px,calc(100% - 96px));margin:auto}.brand img{width:192px;height:auto}.header nav{display:flex;gap:32px;font-size:14px;font-weight:500}.header nav a:hover{color:var(--coral)}.button{background:var(--coral);color:white;display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:57px;padding:16px 25px;border:1px solid transparent;border-radius:5px;font-size:15px;font-weight:700;line-height:1.5;transition:background .2s,transform .2s}.button:hover{background:#d8314b;transform:translateY(-2px)}.button span{font-size:22px;font-weight:400;line-height:1}.button.small{font-size:14px;min-height:46px;padding:10px 18px}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:55px;align-items:center;padding:27px 0 65px}.hero-copy{padding:18px 0}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;line-height:1.6;margin:0 0 26px}.eyebrow>span{display:inline-block;width:7px;height:7px;margin-right:9px;background:var(--coral);border-radius:50%}h1,h2,h3,p{margin-top:0}h1{font-family:'Manrope',Arial,sans-serif;font-size:clamp(44px,4.7vw,68px);font-weight:500;letter-spacing:-3.5px;line-height:1.13;margin-bottom:26px}em{font-family:var(--serif);font-weight:400}h1 em{color:var(--coral);font-size:1.13em;letter-spacing:-3px}.intro{font-size:17px;line-height:1.85;max-width:440px;color:var(--muted);margin-bottom:30px}.micro{font-size:12px;margin:13px 0 38px;color:var(--muted)}.location{display:flex;gap:13px;align-items:center;font-size:12px;font-weight:500}.location>span:first-child{font-size:25px;color:var(--coral)}.rule{width:22px;height:1px;background:#a9b5ac}.hero-visual{height:590px;margin:0;position:relative;overflow:hidden;border-radius:110px 7px 7px 7px;background:#d9dfd6}.hero-visual>img{width:100%;height:100%;object-fit:cover}.photo-shade{position:absolute;inset:0;background:linear-gradient(transparent 45%,#0c2624b5)}figcaption{position:absolute;bottom:35px;left:34px;color:white}figcaption>span{font-size:10px;letter-spacing:1.8px}figcaption p{font-family:var(--serif);font-size:31px;line-height:1.2;margin:14px 0}.image-note{position:absolute;right:12px;bottom:9px;color:white;font-size:10px}.promise-bar{border-block:1px solid var(--line);background:#f2f3ed}.promises{display:flex;justify-content:space-between;padding:23px 0}.promises p{margin:0;font-size:14px}.promises span{color:#89938a;margin-right:16px;font-size:12px}.section{padding-block:104px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:44px}.section-heading .eyebrow{margin-bottom:15px}h2{font-family:'Manrope',Arial,sans-serif;font-weight:500;font-size:40px;line-height:1.24;letter-spacing:-1.6px;margin-bottom:0}.section-heading>p{font-size:15px;color:var(--muted);max-width:365px;margin-bottom:3px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid var(--line);border-radius:6px;padding:30px;display:flex;flex-direction:column}.card-no{font-size:10px;letter-spacing:1.2px;color:var(--muted);font-weight:600}.line-icon{font-size:43px;font-weight:400;line-height:1;margin:30px 0 20px;color:var(--coral)}.card h3{font-weight:500;font-size:23px;line-height:1.35;letter-spacing:-.5px;margin-bottom:15px}.card p{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:30px}.card a{font-size:13px;font-weight:700;margin-top:auto;border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:10px}.card a:hover{color:var(--coral)}.check-story{background:var(--ink);color:var(--paper);padding:85px 0}.story-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:90px}.check-story .eyebrow{color:#bbcbc3}.check-story h2{font-size:42px}.check-story h2 em{color:#b8c9bd;font-size:1.12em}.story-intro{color:#c7d1cb;max-width:390px;margin:25px 0;font-size:16px}.text-link{font-size:14px;font-weight:600;display:inline-flex;gap:28px;border-bottom:1px solid;padding-bottom:5px}.check-list article{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid #ffffff26}.check-list article:first-child{padding-top:0}.check-list article:last-child{border:0;padding-bottom:0}.check-list article>span{color:#c3d3b8;font-size:20px}.check-list h3{font-size:18px;font-weight:500;margin-bottom:8px}.check-list p{font-size:15px;color:#c7d1cb;line-height:1.75;margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px}.steps article{border-top:1px solid #c6cec6;padding-top:23px}.steps span{font-family:var(--serif);font-size:40px;color:#95a198}.steps h3{font-size:21px;font-weight:500;margin:18px 0 12px}.steps p{color:var(--muted);font-size:15px;max-width:320px}.form-section{background:#eef1e9;padding:85px 0}.form-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:95px;align-items:center}.form-copy h2{font-size:52px;line-height:1.13}.form-copy h2 em{color:var(--coral)}.form-copy>p:not(.eyebrow){color:var(--muted);max-width:370px;margin-top:25px}.form-assurance{display:flex;align-items:center;gap:18px;margin-top:35px}.form-assurance>span{width:44px;height:44px;background:white;border-radius:50%;display:grid;place-items:center;font-size:23px}.form-assurance p{font-size:14px;margin:0}.form-copy .privacy-note{font-size:13px;padding-top:22px}.form-card{background:white;border:1px solid #e2e6df;border-radius:8px;padding:34px;box-shadow:0 18px 45px #16373208}.form-progress{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);gap:15px}.form-progress>span:first-child{color:var(--ink);font-weight:600}.progress-track{height:3px;background:#e9ede7;margin:16px 0 28px}.progress-track>span{display:block;width:50%;height:100%;background:var(--coral);transition:width .3s}fieldset{border:0;margin:0;padding:0;min-width:0}legend{font-size:22px;font-weight:500;letter-spacing:-.5px;margin-bottom:24px;padding:0}label{display:block;font-size:13px;font-weight:500;margin-bottom:19px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}input,select,textarea{display:block;width:100%;border:1px solid #dce2dc;border-radius:4px;padding:12px;margin-top:7px;background:#fff;color:var(--ink);font-size:15px;min-height:48px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#87918a}.full{width:100%;font-size:14px;gap:10px}.form-foot{font-size:11px;color:var(--muted);text-align:center;margin:12px 0 0}.optional{font-weight:400;color:var(--muted)}.preview-notice{font-size:12px;color:var(--muted);background:#f3f5ef;padding:12px;border-radius:4px}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:16px}.back{background:none;border:0;color:var(--muted);font-size:14px;padding:10px 0}#form-result{padding:30px 0}#form-result p{color:var(--muted)}#form-result .text-link{background:none;border:0;border-bottom:1px solid;color:var(--ink)}.result-icon{font-size:30px;display:block;margin-bottom:20px}.faq-section{display:grid;grid-template-columns:.8fr 1.4fr;gap:80px}.faq-section>div>p:last-child{margin-top:23px;color:var(--muted);font-size:15px}.faqs details{border-bottom:1px solid var(--line);padding:23px 0}.faqs details:first-child{padding-top:0}.faqs summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:16px;font-weight:500}.faqs summary::-webkit-details-marker{display:none}.faqs summary>span{font-size:25px;color:var(--muted);font-weight:400}.faqs details[open] summary>span{transform:rotate(45deg)}.faqs details p{font-size:15px;color:var(--muted);margin:15px 30px 0 0}footer{border-top:1px solid var(--line);padding-top:40px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:35px}.footer-top img{width:175px;height:auto}.footer-top p{font-size:13px;color:var(--muted);margin:0}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px;padding:22px 0;font-size:11px;color:var(--muted)}.footer-bottom button{background:none;border:0;font-size:12px;color:var(--muted);margin-left:20px;padding:0}.mobile-cta{display:none}.skip{position:absolute;top:-100px;background:var(--ink);color:white;padding:10px;z-index:10}.skip:focus{top:0}dialog{border:0;border-radius:8px;padding:38px;max-width:520px;width:calc(100% - 40px);color:var(--ink);box-shadow:0 20px 100px #0003}dialog::backdrop{background:#10282199}dialog h2{font-size:28px;margin:10px 0 20px}dialog p{color:var(--muted);margin-bottom:0}#close-dialog{position:absolute;right:14px;top:8px;border:0;background:none;font-size:30px;color:var(--ink)}[hidden]{display:none!important}@media(min-width:1500px){.hero{gap:85px}.hero-visual{height:630px}}@media(max-width:1050px){.wrap,.header{width:calc(100% - 56px)}.header nav{gap:18px;font-size:12px}.hero{gap:30px}h1{font-size:48px;letter-spacing:-2.5px}.hero-visual{height:550px}.hero .button{font-size:13px;padding-inline:16px;gap:13px}.location{font-size:10px;gap:8px}.card{padding:22px}.card h3{font-size:21px}.story-grid,.form-grid{gap:45px}h2{font-size:34px}.form-copy h2{font-size:44px}.section{padding-block:75px}.form-card{padding:26px}}@media(max-width:760px){html{scroll-padding-top:20px}.wrap,.header{width:calc(100% - 40px)}.header{height:84px;gap:15px}.brand img{width:145px}.header nav{display:none}.button.small{font-size:11px;padding:10px;min-height:40px;gap:10px}.hero{grid-template-columns:1fr;padding:25px 0 34px;gap:25px}.hero-copy{padding:0}.eyebrow{font-size:10px;letter-spacing:1.7px;margin-bottom:22px}h1{font-size:48px;line-height:1.13;letter-spacing:-2.8px;margin-bottom:22px}h1 em{letter-spacing:-2px}.intro{font-size:16px;line-height:1.8;margin-bottom:23px}.hero .button{font-size:13px;padding:15px;width:100%;gap:14px}.micro{text-align:center;font-size:11px;margin:12px 0 23px}.location{font-size:11px;justify-content:center}.hero-visual{height:350px;border-radius:65px 5px 5px 5px}.hero-visual img{object-position:center 55%}figcaption{left:24px;bottom:20px}figcaption p{font-size:29px}figcaption>span{font-size:9px}.promises{padding:19px 0;gap:15px}.promises p{font-size:11px;line-height:1.5}.promises span{display:block;margin:0 0 5px;font-size:10px}.section{padding-block:59px}.section-heading{display:block;margin-bottom:28px}h2{font-size:32px;letter-spacing:-1.3px}.section-heading>p{margin-top:20px;font-size:14px}.cards{grid-template-columns:1fr;gap:15px}.card{padding:26px}.card h3 br{display:none}.card h3{font-size:23px}.line-icon{margin:20px 0 17px}.card p{margin-bottom:22px}.card a{font-size:13px}.check-story{padding:55px 0}.story-grid{grid-template-columns:1fr;gap:40px}.check-story h2{font-size:33px}.story-intro{font-size:15px}.steps{grid-template-columns:1fr;gap:20px}.steps article{display:grid;grid-template-columns:50px 1fr;column-gap:14px;padding-top:22px}.steps span{grid-row:1/3;font-size:34px}.steps h3{font-size:20px;margin:0 0 8px}.steps p{margin-bottom:0}.form-section{padding:55px 0}.form-grid{grid-template-columns:1fr;gap:25px}.form-copy h2{font-size:42px}.form-copy>p:not(.eyebrow){margin-top:20px}.form-assurance{margin-top:22px}.form-copy .privacy-note{padding-top:0;font-size:12px}.form-card{padding:23px 19px}legend{font-size:20px}label{font-size:12px}.field-row{gap:10px}select,input{font-size:14px;padding:10px;min-height:48px}.form-foot{font-size:10px}.full{font-size:12px;padding:14px 10px}.faq-section{grid-template-columns:1fr;gap:25px}.faq-section h2 br{display:none}.faq-section>div>p:last-child{display:none}.faqs summary{font-size:15px}.footer-top{flex-direction:column;align-items:flex-start;gap:20px}.footer-bottom{flex-direction:column;gap:13px;padding-bottom:95px}.footer-bottom button{margin:0 20px 0 0}.mobile-cta{display:flex;position:fixed;bottom:14px;left:20px;right:20px;z-index:5;min-height:50px;box-shadow:0 4px 25px #17363230;font-size:13px}.mobile-cta.is-hidden{display:none}.form-actions .button{font-size:13px;padding-inline:14px}.form-progress{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}


@media(max-width:400px){h1{font-size:40px;letter-spacing:-2.3px}.brand img{width:128px}.button.small{font-size:10px;gap:6px}.hero .button{font-size:12px}} .card h3 br:after,.faq-section h2 br:after{content:" "} label{font-size:14px} input,select,textarea{font-size:16px} .card p,.steps p,.check-list p,.faqs details p{font-size:16px}
/* Language controls and longer translated content */
.header-actions{display:flex;align-items:center;gap:18px;flex-shrink:0}.language-control{margin:0}.language-control select{margin:0;min-height:44px;width:130px;padding:9px 28px 9px 12px;background:transparent;border-color:var(--line);font-size:14px;color:var(--ink);cursor:pointer}.hero-copy,.section-heading>div,.form-copy,.form-card,.card,.steps article,.check-list article>div{min-width:0}h1,h2,h3{overflow-wrap:break-word}h1{font-size:clamp(40px,4.35vw,64px)}.hero .button{max-width:100%;text-align:left}.hero .button span{flex-shrink:0}.card a{align-items:center}.card a span{flex-shrink:0}.promises{gap:25px}.promises p{flex:1}.form-actions .button{min-width:0}.progress-track #progress.complete{width:100%}.location{flex-wrap:wrap}.header nav{min-width:0;gap:24px}.header nav a{font-size:14px}.footer-bottom>div{display:flex;flex-wrap:wrap;gap:16px}.footer-bottom button{margin-left:0}
@media(max-width:1180px){.header nav{display:none}.header-actions{margin-left:auto}.hero h1{font-size:46px;letter-spacing:-2px}}
@media(max-width:760px){.header-actions>.button{display:none}.header-actions{gap:0}.language-control select{width:128px;font-size:14px}.header{height:84px}.hero h1{font-size:44px;letter-spacing:-2px}.button{white-space:normal}.promises{gap:12px}.promises p{font-size:12px}.form-actions{flex-wrap:wrap}.form-actions .button{flex:1}.hero-visual figcaption{right:20px}.check-story h2{font-size:31px}.form-copy h2{font-size:40px}.section-heading h2{font-size:30px}.card h3 br{display:none}}
@media(max-width:400px){.hero h1{font-size:38px;letter-spacing:-1.7px}.field-row{grid-template-columns:1fr}.hero .button{font-size:14px}.full{font-size:14px}.mobile-cta{font-size:14px}}
.language-control select{width:144px}@media(max-width:760px){.language-control select{width:140px}}
.services-section{padding-top:5px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 38px}.service-grid article{border-top:1px solid var(--line);padding-top:22px}.service-grid article>span{color:var(--coral);font-size:13px}.service-grid h3{font-size:21px;line-height:1.4;font-weight:500;letter-spacing:-.4px;margin:12px 0}.service-grid p{color:var(--muted);font-size:16px;margin:0}.services-note{font-size:14px;color:var(--muted);margin:30px 0 0;border-top:1px solid var(--line);padding-top:20px}.contact-band{background:#eef1e9;padding:50px 0}.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:65px;align-items:center}.contact-grid h2{font-size:31px;max-width:550px}.contact-grid .eyebrow{margin-bottom:12px}.contact-grid>div>p:last-child{color:var(--muted);margin:16px 0 0}.direct-contact{display:flex;flex-direction:column;gap:10px}.direct-contact a{font-size:22px;width:fit-content;border-bottom:1px solid #b5c0b5}.direct-contact a:hover{color:var(--coral)}.direct-contact p{font-size:14px;margin:8px 0 0;color:var(--muted)}.hero .eyebrow{letter-spacing:1.5px}
@media(max-width:900px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.contact-grid{gap:35px}}@media(max-width:600px){.service-grid,.contact-grid{grid-template-columns:1fr}.services-section{padding-top:0}.contact-grid h2{font-size:28px}.service-grid h3{font-size:21px}.hero .eyebrow{font-size:10px;letter-spacing:1px}.contact-band{padding:42px 0}}
#dialog-body{white-space:pre-line}
.footer-languages{display:flex;flex-wrap:wrap;gap:8px 24px;padding-block:20px;border-top:1px solid var(--line);font-size:14px;letter-spacing:0}.footer-languages a{min-height:36px;display:inline-flex;align-items:center;max-width:100%;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:4px}.footer-languages a[aria-current=page]{font-weight:700}.footer-languages a:hover{color:var(--coral)}
/* Live inquiry form feedback */
.form-honeypot{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0;pointer-events:none}.form-privacy{font-size:12px;line-height:1.7;color:var(--muted);margin:8px 0 20px}.form-privacy button{display:inline;background:none;border:0;border-bottom:1px solid #a3aea4;padding:0;color:var(--ink);font:inherit}.form-status{font-size:13px;line-height:1.7;color:var(--ink);background:#f3f5ef;border:1px solid #dce2dc;border-radius:5px;padding:14px;margin-top:18px;overflow-wrap:anywhere}.form-status p{margin:0}.form-status.is-error{background:#fff5f4;border-color:#ebc6c6;color:#793b40}.form-status a{display:block;width:fit-content;color:var(--ink);text-decoration:underline;text-underline-offset:3px;margin-top:5px}.form-status .text-link{display:block;width:fit-content;background:none;border:0;border-bottom:1px solid;color:var(--ink);font-size:12px;padding:0 0 2px;margin-top:12px}.form-reference{font-size:13px;overflow-wrap:anywhere}#submit-label{font:inherit}#submit-lead:disabled{cursor:default;background:#d78290;transform:none}#lead-form[aria-busy="true"] #submit-lead{cursor:wait}#lead-form[aria-busy="true"] input,#lead-form[aria-busy="true"] select,#lead-form[aria-busy="true"] textarea{opacity:.72}#form-result:focus-visible{outline:3px solid var(--coral);outline-offset:8px;border-radius:3px}@media(max-width:400px){.form-actions{gap:12px}.form-actions #submit-lead{flex-basis:100%;order:-1}.form-actions #back{padding:5px 0}}
/* Moraira focus and streamlined conversation request */
.local-focus{padding:62px 0 70px;border-bottom:1px solid var(--line)}.local-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:85px}.local-grid h2{max-width:540px}.local-grid>.local-details{border-left:1px solid var(--line);padding-left:38px}.local-grid>div>p:last-child{color:var(--muted);max-width:520px;margin:22px 0 0}.local-details article{margin-bottom:24px}.local-details h3{font-size:18px;font-weight:600;margin-bottom:7px}.local-details p{font-size:15px;color:var(--muted);margin:0}.local-details .text-link{font-size:14px}.services-section{padding-top:80px;padding-bottom:35px}#vorteile{padding-top:50px}.form-intro{font-size:14px;color:var(--muted);margin:-12px 0 24px}.field-hint{font-size:12px;line-height:1.6;color:var(--muted);margin:-10px 0 22px}.optional-details{border-block:1px solid var(--line);margin:8px 0 22px}.optional-details>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;list-style:none;padding:16px 0;font-size:14px;font-weight:500}.optional-details>summary::-webkit-details-marker{display:none}.optional-details>summary>span{font-size:22px;font-weight:400}.optional-details[open]>summary>span{transform:rotate(45deg)}.optional-content>p{font-size:13px;color:var(--muted);margin:0 0 20px}.optional-content label{font-size:13px}.optional-content .field-row{grid-template-columns:1fr}.form-grid{align-items:start}.form-copy{padding-top:16px}.form-card .full{text-align:center}#contact-fields>legend{font-size:24px}.hero .intro{max-width:500px;line-height:1.75}.hero .micro{margin-bottom:26px}
@media(max-width:900px){.local-grid{gap:40px}.local-grid>.local-details{padding-left:26px}.local-grid h2{font-size:33px}}
@media(max-width:760px){.local-focus{padding:44px 0}.local-grid{grid-template-columns:1fr;gap:28px}.local-grid>.local-details{border-left:0;border-top:1px solid var(--line);padding:26px 0 0}.local-grid h2{font-size:30px}.local-grid .eyebrow{margin-bottom:17px}.local-details article{margin-bottom:20px}.services-section{padding-top:52px;padding-bottom:15px}#vorteile{padding-top:35px}.form-copy{padding-top:0}#contact-fields>legend{font-size:22px}.optional-details>summary{font-size:14px}.hero .intro{font-size:16px}.local-grid .text-link{max-width:100%;overflow-wrap:anywhere}}
.area-list{list-style:none;display:flex;flex-wrap:wrap;gap:9px;padding:0;margin:23px 0 0}.area-list li{font-size:13px;line-height:1.5;border:1px solid #d0d9d1;border-radius:30px;background:#f0f3ec;padding:7px 13px;max-width:100%;overflow-wrap:break-word}
