
body { margin: 0px auto; font-size: 10pt; font-family:Arial; background-image:none; background-color:white; color:black; max-width:none; } .pageTop { display:none; } .pageSides { background-image:none; } .page { background-color:white; min-height:100%; width:100%; } .column1of1 { margin-left:auto; margin-right:auto; width: 960px; } .menu { display:none; } .header { height:130px; background-color:white; color:black; border-bottom:solid 4px #A2C03A; width:100%; } .NationalSearch { } .searchLogo { margin-top:150px; text-align:center; font-size:18pt; color:#6A6A6A; font-weight:normal; } .searchLogo img { margin-bottom:10px; } #txtSearchBox, .searchBox { display:block; width:570px; margin-left:auto; margin-right:auto; border: #738CB5 1px solid; padding-left:10px; padding-bottom:7px; padding-top:7px; margin-top:10px; } .searchBoxWatermark { color:#808080; } .searchButton { display:block; margin-left:auto; margin-right:auto; margin-top:10px; } .nationalSearchBanner { width:960px; margin-left:auto; margin-right:auto; padding-top:10px; padding-bottom:10px; } .nsLogo { padding-top:4px; color:#404040; font-size:15pt; } .nsLogo img { padding-bottom:3px; } .nsButtons { float:right; padding-top:35px; } .searchResultsHeader { position:relative; left:335px; top:-100px; width:500px; } #pnlSearchResults .searchResultsHeader #txtResultsSearchBox { display:inline; margin-left:0px; width:400px; } #pnlSearchResults .searchResultsHeader #btnResultsSearch { display:inline-block; position:relative; top:11px; left:-4px; } .searchResults { position:relative; top:-30px; } .searchResult { float:none; width:100%; height:auto; margin-bottom:40px; } .searchResult h1 { padding-bottom:0px; margin-bottom:0px; padding-top:0px; margin-top:0px; } .searchResult h1 a, .searchResult h1 a:visited { color:#5A1282; font-size:14pt; text-transform: none; font-weight:normal; font-family:Arial; letter-spacing:0px; text-decoration:none; } .searchResult h1 { color:#5A1282; font-size:14pt; text-transform: none; font-weight:normal; font-family:Arial; letter-spacing:0px; text-decoration:none; } { text-decoration:underline; } .searchResult strong a { padding-top:0px; margin-top:0px; color:#006621; text-decoration:none; } .searchResult strong a:hover { text-decoration:underline; } .searchResult p { color:#545454; padding-bottom:0px; margin-bottom:0px; width:510px; font-weight:normal; } .searchResult strong { color:#006621; } .searchResultSmartphone, .searchResultSmartphonePhone { display:none; } .footerWrapper { padding-top: 80px; } .footerText { position:absolute; bottom:0; width:100%; height:30px; background-color:#F1F1F1; color:black; border-top:solid 4px #A2C03A; border-bottom:solid 1px #808080; background-image:none; padding-top: 15px; padding-bottom: 5px; padding-left:0px; } .nationalSearchFooter { width:960px; margin-left:auto; margin-right:auto; color:#808080; font-size:10pt; } .nationalSearchFooter a { color:#808080; } .nationalSearchFooter a:visited { color:#808080; } .nationalSearchFooter a:hover { color:#808080; } @media only screen and (max-width: 600px) { body { margin-left:0px; margin-right:0px; font-size: 12pt; width: 100%; min-width:0; position: relative; direction: ltr; text-align: left; line-height: 1.4em; background-image: none; -webkit-text-size-adjust: 100%; } .pageSides { width:100%; } .column1of1 { margin-left:0px; width: 100%; } .searchLogo { margin-top:10px; } .searchLogo img { width:300px; } #txtSearchBox, .searchBox { display:block; width:90%; font-size:large; } .nationalSearchBanner { width:100%; padding-left:10px; } .searchResultsHeader { position:block; width:100%; left:0px; top:0px; padding-left:10px; } #pnlSearchResults .searchResultsHeader #txtResultsSearchBox { display:inline; margin-left:0px; width:60%; } #pnlSearchResults .searchResultsHeader #btnResultsSearch { display:inline; position:relative; top:11px; left:0px; } .nsButtons { display:none; } .searchResults { position:relative; top:10px; padding-left:10px; } .searchResult p { width:100%; } .nationalSearchFooter { width:100%; padding-left:10px; } .searchResultSmartphone, .searchResultSmartphonePhone { display:inline; font-weight:bold; } }






#txtSearchBox,
.searchBox{
  max-width:720px!important;
  width:92%!important;
  margin:14px auto!important;
  border:1px solid #a4c13f!important;
  border-radius:14px;
  padding:14px 18px!important;
  font-size:18px;
  outline:0;
  background:#fbfff5;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
  transition:all .25s ease;
}
#txtSearchBox::placeholder,
.searchBox::placeholder{color:#8a8f95}
#txtSearchBox:focus,
.searchBox:focus{
  border-color:#8e9b8b!important;
  background:#ffffff;
  box-shadow:0 12px 30px rgba(0,0,0,.1),0 0 0 3px rgba(142,155,139,.25);
}

.searchButton,
#btnResultsSearch,
button.searchButton,
input.searchButton[type="submit"]{
  margin:12px auto 0!important;
  border-radius:12px;
  padding:12px 22px!important;
  font-weight:700;
  font-size:16px;
  color:#fff;
  background:linear-gradient(180deg,#a4c13f,#86b23a);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 26px rgba(0,0,0,.06);
  transition:filter .15s ease, transform .15s ease;
}
.searchButton:hover,
#btnResultsSearch:hover,
button.searchButton:hover,
input.searchButton[type="submit"]:hover{
  transform:translateY(-1px);
  filter:brightness(1.05);
}

/* Results page input + button styling to match (no layout change) */
#pnlSearchResults .searchResultsHeader #txtResultsSearchBox{
  height:auto;
  border:1px solid #a4c13f;
  border-radius:14px;
  padding:14px 18px!important;
  font-size:18px;
  background:#fbfff5;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}
#pnlSearchResults .searchResultsHeader #txtResultsSearchBox:focus{
  border-color:#8e9b8b!important;
  background:#ffffff;
  box-shadow:0 12px 30px rgba(0,0,0,.1),0 0 0 3px rgba(142,155,139,.25);
}
#pnlSearchResults .searchResultsHeader #btnResultsSearch,
#pnlSearchResults .searchResultsHeader .searchButton{
  border-radius:12px;
  padding:12px 22px!important;
  font-weight:700;
  font-size:16px;
  color:#fff;
  background:linear-gradient(180deg,#a4c13f,#86b23a);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 26px rgba(0,0,0,.06);
  transition:filter .15s ease, transform .15s ease;
}
#pnlSearchResults .searchResultsHeader #btnResultsSearch:hover,
#pnlSearchResults .searchResultsHeader .searchButton:hover{
  transform:translateY(-1px);
  filter:brightness(1.05);
}

@media (max-width:600px){
  #txtSearchBox,.searchBox{width:94%!important;font-size:17px}
}








#pnlSearchResults .searchResultsHeader{
  position:static!important;
  left:auto!important;
  top:auto!important;
  width:min(1100px,92%)!important;
  margin:16px auto!important;
  padding:0!important;
  display:flex!important;
  gap:10px!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
}

#pnlSearchResults .searchResultsHeader #txtResultsSearchBox{
  flex:1 1 420px!important;
  max-width:680px!important;
  height:auto!important;
  border:1px solid #a4c13f!important;
  border-radius:14px!important;
  padding:14px 18px!important;
  font-size:18px!important;
  outline:0!important;
  background:#fbfff5!important;
  box-shadow:0 10px 26px rgba(0,0,0,.06)!important;
}

#pnlSearchResults .searchResultsHeader #txtResultsSearchBox:focus{
  border-color:#8e9b8b!important;
  background:#ffffff!important;
  box-shadow:0 12px 30px rgba(0,0,0,.1),0 0 0 3px rgba(142,155,139,.25)!important;
}

#pnlSearchResults .searchResultsHeader #btnResultsSearch,
#pnlSearchResults .searchResultsHeader .searchButton{
  display:inline-block!important;
  height:auto!important;
  width:auto!important;
  min-width:0!important;
  padding:12px 22px!important;
  line-height:1.2!important;
  border-radius:12px!important;
  border:1px solid rgba(0,0,0,.08)!important;
  background:linear-gradient(180deg,#a4c13f,#86b23a)!important;
  color:#fff!important;
  font-weight:700!important;
  font-size:16px!important;
  box-shadow:0 10px 26px rgba(0,0,0,.06)!important;
  vertical-align:middle!important;
  white-space:nowrap!important;
}

#pnlSearchResults .searchResults{
  position:static!important;
  top:auto!important;
  width:min(1100px,92%)!important;
  margin:0 auto!important;
}

@media(max-width:600px){
  #pnlSearchResults .searchResultsHeader #txtResultsSearchBox{font-size:17px!important}
}



















:root{
  --headerH:260px;
  --footerH:120px;
}

.header{
  height:var(--headerH)!important;
  background:#fff!important;
  border-bottom:4px solid #A2C03A!important;
  overflow:hidden!important;
  position:relative!important;
  z-index:5!important;
}

.nationalSearchBanner{
  width:960px!important;
  max-width:96%!important;
  margin:0 auto!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:16px!important;
}

.nsLogo{
  margin:0!important;
  line-height:1.2!important;
  text-align:right!important;
  max-width:100%!important;
  word-wrap:break-word!important;
}

.nsLogo img{
  height:auto!important;
  max-height:calc(var(--headerH) - 40px)!important;
  width:auto!important;
  max-width:100%!important;
  float:right!important;
}

.searchLogo{
  margin-top:24px!important;
  text-align:center!important;
  font-size:18pt!important;
  color:#6A6A6A!important;
  font-weight:normal!important;
}

#txtSearchBox,.searchBox{
  max-width:720px!important;
  width:92%!important;
  margin:14px auto!important;
  border:1px solid #a4c13f!important;
  border-radius:14px!important;
  padding:14px 18px!important;
  font-size:18px!important;
  outline:0!important;
  background:#fbfff5!important;
  box-shadow:0 10px 26px rgba(0,0,0,.06)!important;
}

#txtSearchBox:focus,.searchBox:focus{
  border-color:#8e9b8b!important;
  background:#ffffff!important;
  box-shadow:0 12px 30px rgba(0,0,0,.1),0 0 0 3px rgba(142,155,139,.25)!important;
}

.searchButton,#btnResultsSearch,button.searchButton,input.searchButton[type="submit"]{
  margin:12px auto 0!important;
  border-radius:12px!important;
  padding:12px 22px!important;
  font-weight:700!important;
  font-size:16px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#a4c13f,#86b23a)!important;
  border:1px solid rgba(0,0,0,.08)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.06)!important;
  display:block!important;
  width:auto!important;
}

#pnlSearchResults .searchResultsHeader{
  position:static!important;
  left:auto!important;
  top:auto!important;
  width:min(1100px,92%)!important;
  margin:16px auto!important;
  padding:0!important;
  display:flex!important;
  gap:10px!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
}

#pnlSearchResults .searchResultsHeader #txtResultsSearchBox{
  flex:1 1 420px!important;
  max-width:680px!important;
  border:1px solid #a4c13f!important;
  border-radius:14px!important;
  padding:14px 18px!important;
  font-size:18px!important;
  background:#fbfff5!important;
  box-shadow:0 10px 26px rgba(0,0,0,.06)!important;
}

#pnlSearchResults .searchResults{
  position:static!important;
  top:auto!important;
  width:min(1100px,92%)!important;
  margin:0 auto!important;
}

.page{
  padding-bottom:var(--footerH)!important;
}

.footerText{
  height:var(--footerH)!important;
  line-height:normal!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-top:4px solid #A2C03A!important;
}

.nationalSearchFooter{
  width:960px!important;
  max-width:96%!important;
  margin:0 auto!important;
  text-align:center!important;
}

@media (max-width:600px){
  :root{--headerH:180px;--footerH:100px}
  .nsLogo img{max-height:calc(var(--headerH) - 32px)!important}
  #pnlSearchResults .searchResultsHeader #txtResultsSearchBox{font-size:17px!important}
}




.nationalSearchBanner{max-width:960px!important;width:96%!important;margin:0 auto!important}
.nsLogo{text-align:center!important}
.nsLogo img{
  width:100%!important;
  height:auto!important;
  float:none!important;
  display:block!important;
  margin:0 auto 6px!important;
}
.nsLogo em{display:block!important;margin-top:4px!important}







.header{background:#fff;width:100%}
.nationalSearchBanner{width:min(1200px,92%)!important;margin:0 auto!important}
.nsLogo{text-align:center!important;line-height:1.25}
.nsLogo a{display:block!important;width:100%!important}
.nsLogo a img[style], .nsLogo img{
  width:100%!important;
  height:auto!important;
  float:none!important;
  display:block!important;
  margin:0 auto 8px!important;
  max-width:100%!important
}
.nsLogo em{display:block!important;margin:6px 0 0!important;font-style:normal;color:#444}
.nsBlurb{display:block!important;margin:6px auto 0!important;max-width:900px!important;color:#5a5f66;font-size:14px;line-height:1.45;padding:0 8px}



#pnlSearchResults .searchResultsHeader{
  margin-top:36px!important;
}






#fs-shell{
  --fw1:#57963a;
  --fw2:#7cab35;
  --fw3:#a3c331;
  --sun1:#fdd501;
  --sun2:#fcb503;
  --hot1:#f35425;
  --hot2:#ef482f;
  --text:#2b2b2b;
  --muted:#5a5f66;
  --bg:#f6f7f6;
  --fs-logo-url:url("/Websites/1398/Images/upload/image/FlowerSubscriptionsLogo.png?ver=1914");
  --fs-logo-h:clamp(140px,16vw,260px);
  --fs-topPill-right:16px;
  --fs-topPill-bottom:4px;
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow-x:clip;
}

@supports not (overflow-x:clip){
  #fs-shell{overflow-x:hidden}
}

#fs-shell,
#fs-shell *{box-sizing:border-box}

#fs-top{
  padding:12px 0 10px;
  background:
    radial-gradient(900px 240px at 15% 0%, rgba(253,213,1,.35), rgba(253,213,1,0) 60%),
    radial-gradient(900px 240px at 85% 0%, rgba(239,72,47,.28), rgba(239,72,47,0) 60%),
    linear-gradient(90deg, rgba(87,150,58,.96), rgba(124,171,53,.96), rgba(163,195,49,.96));
  border-bottom:1px solid rgba(0,0,0,.12);
}

#fs-nav{width:min(1200px,94%);margin:0 auto}

.fs-nav-inner{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px 14px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.34);
  box-shadow:0 16px 36px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.fs-nav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:900;
  font-size:16px;
  letter-spacing:.2px;
  text-decoration:none;
  padding:10px 14px;
  border-radius:14px;
  transition:transform .18s ease, background-color .18s ease, box-shadow .18s ease;
  text-shadow:0 1px 0 rgba(0,0,0,.10);
  color:rgba(255,255,255,.98)!important;
}

.fs-nav-link:visited,
.fs-nav-link:active,
.fs-nav-link:focus{color:rgba(255,255,255,.98)!important}

.fs-nav-link:hover{
  background:rgba(0,0,0,.12);
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(0,0,0,.12);
  color:rgba(255,255,255,.98)!important;
}

.fs-nav-link.active{
  background:rgba(0,0,0,.16);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);
  color:rgba(255,255,255,.98)!important;
}

.fs-nav-link.ext{
  background:linear-gradient(180deg, rgba(253,213,1,.95), rgba(252,181,3,.95));
  color:rgba(30,24,8,.92)!important;
  text-shadow:none;
  box-shadow:0 12px 24px rgba(0,0,0,.16);
}

.fs-nav-link.ext:visited,
.fs-nav-link.ext:active,
.fs-nav-link.ext:focus{color:rgba(30,24,8,.92)!important}

.fs-nav-link.ext:hover{
  background:linear-gradient(180deg, rgba(252,181,3,.98), rgba(243,84,37,.90));
  transform:translateY(-1px);
  color:rgba(30,24,8,.92)!important;
}

.fs-jumpbar{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 10px;
  margin-top:10px;
}

.fs-jump{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:950;
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  text-decoration:none;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.30);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:transform .18s ease, background-color .18s ease;
  color:rgba(255,255,255,.96)!important;
}

.fs-jump:visited,
.fs-jump:active,
.fs-jump:focus{color:rgba(255,255,255,.96)!important}

.fs-jump:hover{
  background:rgba(0,0,0,.10);
  transform:translateY(-1px);
  color:rgba(255,255,255,.96)!important;
}

@media(max-width:560px){
  .fs-nav-link{font-size:15px;padding:10px 14px}
  .fs-nav-inner{padding:14px}
  .fs-jump{font-size:11px;padding:9px 12px}
  #fs-shell{
    --fs-logo-h:clamp(96px,24vw,150px);
    --fs-topPill-right:12px;
    --fs-topPill-bottom:0px;
  }
}

#fs-home{
  background:var(--bg);
  padding:22px 0 48px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

#fs-home .fs-wrap{width:min(1200px,94%);margin:auto}
#fs-home .fs-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:22px}

#fs-home .fs-brandbox{
  position:relative;
  margin:-4px -4px 16px;
  border-radius:10px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
  padding:14px 16px;
  font-size:0;
  line-height:0;
}

#fs-home .fs-brandbox::before{
  content:"";
  display:block;
  width:100%;
  height:var(--fs-logo-h);
  background-image:var(--fs-logo-url);
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

#fs-home .fs-brandbox img{display:none!important}

#fs-home .fs-brandboxLink{
  position:absolute;
  inset:0;
  font-size:0;
  line-height:0;
  color:transparent;
  text-decoration:none;
}

#fs-home .fs-logoText{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.fs-heroIntro{width:min(1200px,94%);margin:0 auto}
.fs-heroIntro *{box-sizing:border-box}

.fs-accent{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(380px 120px at 15% 50%, rgba(253,213,1,.18), rgba(253,213,1,0) 60%),
    radial-gradient(380px 120px at 85% 50%, rgba(239,72,47,.12), rgba(239,72,47,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(251,251,251,.92));
  box-shadow:0 14px 30px rgba(0,0,0,.08);
  color:var(--text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:900;
  letter-spacing:.2px;
}

.fs-h1-line{
  display:block;
  text-align:center;
  margin:16px auto 10px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:950;
  letter-spacing:-.2px;
  line-height:1.08;
  color:#1f1f1f;
  font-size:clamp(30px,4vw,46px);
}

.fs-h1-sub{
  font-weight:900;
  background:linear-gradient(90deg,#57963a,#7cab35,#a3c331,#fdd501,#fcb503,#f35425,#ef482f);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.fs-centre{
  text-align:center;
  color:var(--muted);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  margin:0 auto 14px;
  max-width:980px;
}

.fs-trustRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin:16px 0 18px;
}

.fs-trustPill{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:850;
  font-size:13px;
  color:var(--text);
  white-space:nowrap;
}

.fs-areasTitle{
  text-align:center;
  margin:18px 0 10px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:950;
  letter-spacing:.2px;
  font-size:clamp(18px,2.2vw,22px);
  color:var(--text);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

@media(max-width:560px){
  .fs-accent{padding:12px 12px;border-radius:16px}
  .fs-h1-line{margin-top:14px}
  .fs-trustRow{gap:10px}
  .fs-trustPill{width:100%;justify-content:center}
}

.fs-areaBar{width:min(1200px,94%);margin:18px auto 16px}
.fs-areaBar *{box-sizing:border-box}

.fs-areaBar-inner{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.12);
  background:
    radial-gradient(520px 200px at 12% 50%, rgba(253,213,1,.22), rgba(253,213,1,0) 60%),
    radial-gradient(520px 200px at 88% 50%, rgba(239,72,47,.16), rgba(239,72,47,0) 60%),
    linear-gradient(180deg,#ffffff,#fbfbfb);
  box-shadow:0 18px 40px rgba(0,0,0,.10);
  padding:16px 14px 14px;
}

.fs-areaSwirl{
  position:absolute;
  inset:-55%;
  pointer-events:none;
  opacity:0;
  transform-origin:50% 50%;
  transform:rotate(0deg) scale(1.02);
  transition:opacity .75s ease;
  background:
    conic-gradient(
      from 0deg,
      rgba(87,150,58,.00),
      rgba(87,150,58,.22),
      rgba(124,171,53,.22),
      rgba(163,195,49,.22),
      rgba(253,213,1,.22),
      rgba(252,181,3,.22),
      rgba(243,84,37,.18),
      rgba(239,72,47,.18),
      rgba(87,150,58,.00)
    );
  filter:blur(20px);
  mix-blend-mode:multiply;
}

.fs-areaBar-inner.is-rotate .fs-areaSwirl{
  opacity:.75;
  animation:fsRotate 24s linear infinite;
}

@keyframes fsRotate{
  0%{transform:rotate(0deg) scale(1.02)}
  100%{transform:rotate(360deg) scale(1.02)}
}

.fs-areaGrid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  align-items:end;
}

.fs-areaLabel{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:900;
  font-size:13px;
  letter-spacing:.2px;
  color:rgba(0,0,0,.78);
  margin:0 0 8px;
}

.fs-areaSelect{
  width:100%;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:800;
  font-size:14px;
  color:rgba(0,0,0,.88);
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.16);
  background:rgba(255,255,255,.82);
  outline:none;
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.fs-areaSelect:focus{
  border-color:rgba(87,150,58,.42);
  box-shadow:0 14px 28px rgba(0,0,0,.10);
  transform:translateY(-1px);
}

@media(max-width:980px){
  .fs-areaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  .fs-areaBar{margin:16px auto 14px}
  .fs-areaBar-inner{padding:16px}
  .fs-areaGrid{grid-template-columns:1fr;gap:14px}
  .fs-areaLabel{font-size:14px;margin-bottom:10px}
  .fs-areaSelect{padding:14px 14px;font-size:15px}
}

#fs-home .fs-country{border-top:1px solid rgba(0,0,0,.08);padding-top:16px;margin-top:18px}
#fs-home .fs-country-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 14px;margin-bottom:10px}
#fs-home .fs-country-title{font-weight:900;font-size:18px;color:var(--text)}
#fs-home .fs-country-sub{font-size:13px;color:#6b6f74}

#fs-home .fs-county-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
@media(max-width:1100px){#fs-home .fs-county-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){#fs-home .fs-county-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){#fs-home .fs-county-grid{grid-template-columns:1fr;gap:14px}}

#fs-home .fs-county{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.12);
  border-radius:16px;
  background:
    radial-gradient(240px 120px at 15% 0%, rgba(163,195,49,.14), rgba(163,195,49,0) 65%),
    radial-gradient(240px 120px at 85% 0%, rgba(252,181,3,.12), rgba(252,181,3,0) 65%),
    #fff;
  padding:14px 14px 14px;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#fs-home .fs-county::before{
  content:"";
  position:absolute;
  inset:-60%;
  pointer-events:none;
  opacity:0;
  transform-origin:50% 50%;
  transform:rotate(0deg) scale(1.02);
  transition:opacity .35s ease;
  background:
    radial-gradient(260px 160px at 18% 15%, rgba(87,150,58,.30), rgba(87,150,58,0) 70%),
    radial-gradient(260px 160px at 82% 15%, rgba(124,171,53,.26), rgba(124,171,53,0) 70%),
    radial-gradient(260px 200px at 50% 120%, rgba(163,195,49,.18), rgba(163,195,49,0) 70%);
  filter:blur(18px);
  mix-blend-mode:multiply;
}

#fs-home .fs-county:hover,
#fs-home .fs-county:focus-within{
  border-color:rgba(0,0,0,.22);
  box-shadow:0 16px 34px rgba(0,0,0,.10);
  transform:translateY(-2px);
}

#fs-home .fs-county:hover::before,
#fs-home .fs-county:focus-within::before{
  opacity:.70;
}

#fs-home .fs-county-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

#fs-home .fs-county-link{
  display:block;
  font-weight:900;
  font-size:15px;
  color:var(--text);
  text-decoration:none;
  line-height:1.2;
  padding:2px 0;
}

#fs-home .fs-county-link:visited,
#fs-home .fs-county-link:active,
#fs-home .fs-county-link:focus{color:var(--text)}

#fs-home .fs-county-link:hover{text-decoration:underline}

#fs-home .fs-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  height:24px;
  padding:0 9px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(87,150,58,.95), rgba(124,171,53,.95));
  color:#fff;
  font-weight:900;
  font-size:12px;
  box-shadow:0 10px 18px rgba(0,0,0,.10);
  flex:0 0 auto;
}

#fs-home .fs-badge[data-count="0"]{
  background:linear-gradient(180deg, rgba(201,207,199,.95), rgba(201,207,199,.95));
  color:rgba(20,20,20,.85);
  box-shadow:none;
}

#fs-home .fs-towns{
  position:relative;
  z-index:2;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(0,0,0,.10);
  display:flex;
  flex-wrap:wrap;
  gap:10px 10px;
}

#fs-home .fs-town{
  font-size:12px;
  font-weight:900;
  color:rgba(0,0,0,.82);
  text-decoration:none;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(0,0,0,.04);
  border:1px solid rgba(0,0,0,.10);
  line-height:1;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

#fs-home .fs-town:visited,
#fs-home .fs-town:active,
#fs-home .fs-town:focus{color:rgba(0,0,0,.82)}

#fs-home .fs-town:hover,
#fs-home .fs-town:focus{
  background:
    linear-gradient(90deg,
      rgba(87,150,58,.22),
      rgba(124,171,53,.22),
      rgba(163,195,49,.22),
      rgba(253,213,1,.24),
      rgba(252,181,3,.22),
      rgba(243,84,37,.18),
      rgba(239,72,47,.18)
    );
  border-color:rgba(87,150,58,.26);
  box-shadow:0 12px 22px rgba(0,0,0,.10);
  transform:translateY(-1px);
}

@media(max-width:560px){
  #fs-home .fs-county{padding:16px 16px 16px}
  #fs-home .fs-county-link{font-size:16px}
  #fs-home .fs-towns{margin-top:16px;padding-top:14px;gap:12px 12px}
  #fs-home .fs-town{padding:10px 14px;font-size:13px}
}

#fs-home .fs-cta-wrap{text-align:center;margin-top:26px}
#fs-home .fs-cta{
  display:inline-block;
  padding:12px 22px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(163,195,49,.98), rgba(124,171,53,.98));
  color:#fff!important;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 16px 30px rgba(0,0,0,.14);
}

#fs-home .fs-cta:visited,
#fs-home .fs-cta:active,
#fs-home .fs-cta:focus{color:#fff!important}

#fs-home .fs-cta:hover{
  background:linear-gradient(180deg, rgba(252,181,3,.95), rgba(243,84,37,.88));
  color:#fff!important;
}

#fs-areas{scroll-margin-top:160px}
@media(max-width:560px){#fs-areas{scroll-margin-top:120px}}

.fs-nav-link:focus-visible,
.fs-jump:focus-visible,
.fs-areaSelect:focus-visible,
.fs-county-link:focus-visible,
.fs-town:focus-visible,
.fs-cta:focus-visible,
.fs-topPill:focus-visible{
  outline:2px solid rgba(253,213,1,.85);
  outline-offset:3px;
}

.fs-topPill{
  position:fixed;
  right:var(--fs-topPill-right);
  bottom:var(--fs-topPill-bottom);
  z-index:9999;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  text-decoration:none;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:950;
  font-size:13px;
  letter-spacing:.2px;
  color:rgba(20,20,20,.92)!important;
  background:linear-gradient(90deg,#57963a,#7cab35,#a3c331,#fdd501,#fcb503,#f35425,#ef482f);
  box-shadow:0 18px 34px rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.35);
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}

.fs-topPill.is-show{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

.fs-topPill:hover{
  box-shadow:0 22px 42px rgba(0,0,0,.22);
  transform:translateY(-1px);
}

.fs-topPill:visited,
.fs-topPill:active,
.fs-topPill:focus{color:rgba(20,20,20,.92)!important}

@media (prefers-reduced-motion: reduce){
  .fs-areaBar-inner.is-rotate .fs-areaSwirl{animation:none}
  .fs-topPill{transition:none}
}

#fs-home .fs-seoBlock{
  width:min(980px,100%);
  margin:22px auto 0;
  text-align:center;
}

#fs-home .fs-seoBlock p{
  margin:0 auto 12px;
  max-width:980px;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}

#fs-home .fs-seoGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
  text-align:left;
}

@media(max-width:900px){
  #fs-home .fs-seoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  #fs-home .fs-seoGrid{grid-template-columns:1fr;gap:14px}
}

#fs-home .fs-seoChip{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:14px 14px 12px;
  background:linear-gradient(180deg,#ffffff,#fbfbfb);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

#fs-home .fs-seoChip b{
  display:block;
  color:var(--text);
  font-size:14px;
  margin-bottom:6px;
  font-weight:950;
}

#fs-home .fs-seoChip span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

#fs-home .fs-quicklinks-wrap{
  margin:28px 0 10px;
  text-align:center;
}

#fs-home .fs-quicklinks-title{
  font-weight:950;
  font-size:15px;
  color:var(--text);
  margin-bottom:10px;
}

#fs-home .fs-quicklinks{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 10px;
}

#fs-home .fs-quicklinks a{
  font-size:13px;
  font-weight:900;
  padding:8px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  text-decoration:none;
  color:var(--text);
  background:#fff;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#fs-home .fs-quicklinks a:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(0,0,0,.08);
  border-color:rgba(0,0,0,.20);
}

#fs-home .fs-faq-teaser{
  margin:14px auto 0;
  width:min(900px,100%);
  text-align:center;
}

#fs-home .fs-faq-teaser p{
  margin:0;
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
}

#fs-home .fs-faq-teaser a{
  color:var(--text);
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.18);
  font-weight:950;
}

#fs-home .fs-faq-teaser a:hover{
  border-bottom-color:rgba(0,0,0,.32);
}

#fs-home .fs-cta-row{
  margin:18px 0 0;
  text-align:center;
}

#fs-home .fs-cta-alt{
  display:inline-block;
  padding:12px 22px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(163,195,49,.98), rgba(124,171,53,.98));
  color:#fff!important;
  font-weight:950;
  text-decoration:none;
  box-shadow:0 16px 30px rgba(0,0,0,.14);
}

#fs-home .fs-cta-alt:hover{
  background:linear-gradient(180deg, rgba(252,181,3,.95), rgba(243,84,37,.88));
  color:#fff!important;
}

#fs-home .fs-seoBlock{
  width:min(980px,100%);
  margin:22px auto 0;
  text-align:center;
}

#fs-home .fs-seoBlock p{
  margin:0 auto 12px;
  max-width:980px;
  color:var(--muted,#5a5f66);
  font-size:15px;
  line-height:1.7;
}

#fs-home .fs-seoGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
  text-align:left;
}

@media(max-width:900px){
  #fs-home .fs-seoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  #fs-home .fs-seoGrid{grid-template-columns:1fr;gap:14px}
}

#fs-home .fs-seoChip{
  display:flex;
  gap:14px;
  align-items:flex-start;
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:14px 14px 12px;
  background:linear-gradient(180deg,#ffffff,#fbfbfb);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

#fs-home .fs-seoThumb{
  width:190px;
  height:190px;
  flex:0 0 190px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.10);
  background:#ffffff;
  display:block;
}

@media(max-width:900px){
  #fs-home .fs-seoThumb{width:160px;height:160px;flex-basis:160px}
}

@media(max-width:560px){
  #fs-home .fs-seoChip{flex-direction:column}
  #fs-home .fs-seoThumb{width:100%;height:190px;flex-basis:auto}
}

#fs-home .fs-seoChip b{
  display:block;
  color:var(--text,#2b2b2b);
  font-size:14px;
  margin-bottom:6px;
  font-weight:950;
}

#fs-home .fs-seoChip span{
  display:block;
  color:var(--muted,#5a5f66);
  font-size:13px;
  line-height:1.55;
}

#fs-home .fs-quicklinks-wrap{
  margin:28px 0 10px;
  text-align:center;
}

#fs-home .fs-quicklinks-title{
  font-weight:950;
  font-size:15px;
  color:var(--text,#2b2b2b);
  margin-bottom:10px;
}

#fs-home .fs-quicklinks{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 10px;
}

#fs-home .fs-quicklinks a{
  font-size:13px;
  font-weight:900;
  padding:8px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  text-decoration:none;
  color:var(--text,#2b2b2b);
  background:#ffffff;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#fs-home .fs-quicklinks a:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(0,0,0,.08);
  border-color:rgba(0,0,0,.20);
}

#fs-home .fs-faq-teaser{
  margin:14px auto 0;
  width:min(900px,100%);
  text-align:center;
}

#fs-home .fs-faq-teaser p{
  margin:0;
  font-size:14px;
  color:var(--muted,#5a5f66);
  line-height:1.6;
}

#fs-home .fs-faq-teaser a{
  color:var(--text,#2b2b2b);
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.18);
  font-weight:950;
}

#fs-home .fs-faq-teaser a:hover{
  border-bottom-color:rgba(0,0,0,.32);
}

#fs-home .fs-cta-row{
  margin:18px 0 0;
  text-align:center;
}

#fs-home .fs-cta-alt{
  display:inline-block;
  padding:12px 22px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(163,195,49,.98), rgba(124,171,53,.98));
  color:#ffffff!important;
  font-weight:950;
  text-decoration:none;
  box-shadow:0 16px 30px rgba(0,0,0,.14);
}

#fs-home .fs-cta-alt:hover{
  background:linear-gradient(180deg, rgba(252,181,3,.95), rgba(243,84,37,.88));
  color:#ffffff!important;
}