html, body { margin: 0; padding: 0; }
body > .calculator-container { width: calc(100% - 40px); margin: 40px auto; }
html:not(.tc-chrome-ready) body::before { content: ""; display: block; width: 100%; height: 378px; background: #2d5d4d; }

.tc-site-header {
  --tc-green: #2d5d4d;
  --tc-mint: #83b8ad;
  --tc-coral: #ff8270;
  --tc-cream: #f0efe5;
  --tc-text: #28584a;
  position: relative;
  z-index: 1000;
  width: 100%;
  color: #fff;
  background: var(--tc-green);
  font-family: "Quicksand", "Trebuchet MS", Arial, sans-serif;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
}
.tc-site-header *, .tc-site-header *::before, .tc-site-header *::after { box-sizing: border-box; }
.tc-site-header a { color: inherit; text-decoration: none; }
.tc-site-header button, .tc-site-header input { font: inherit; }
.tc-skip-link { position: absolute; z-index: 100; top: 8px; left: 8px; padding: 12px 18px; border-radius: 6px; color: #fff !important; background: #173c31; transform: translateY(-150%); transition: transform .15s; }
.tc-skip-link:focus { transform: translateY(0); }
.tc-header-container { width: min(1600px, calc(100% - 64px)); margin-inline: auto; }
.tc-utility { order: 1; width: 100%; border-bottom: 10px solid var(--tc-mint); }
.tc-utility__inner { width: calc(100% - 60px); max-width: none; min-height: 98px; display: grid; grid-template-columns: 390px 1fr auto; align-items: center; gap: 8px; }
.tc-utility a { display: inline-flex; align-items: center; gap: 15px; width: max-content; font-size: 17px; font-weight: 700; letter-spacing: .35px; }
.tc-utility svg { width: 31px; height: 31px; fill: #b6d1ca; flex: 0 0 auto; }
.tc-utility__careers { justify-self: end; padding-right: 118px; }
.tc-brand-row { order: 2; width: 100%; }
.tc-brand-row__inner { min-height: 190px; display: grid; grid-template-columns: 1fr 400px 1fr; align-items: center; gap: 42px; }
.tc-brand { display: block; width: 275px; }
.tc-brand img { display: block; width: 100%; height: auto; }
.tc-search { height: 56px; border-radius: 999px; background: #fff; display: flex; align-items: center; overflow: hidden; box-shadow: 0 3px 7px rgba(0,0,0,.06); }
.tc-search button { width: 64px; height: 100%; padding: 0 0 0 20px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; }
.tc-search svg { width: 37px; height: 37px; fill: #666; }
.tc-search input { min-width: 0; width: 100%; height: 100%; padding: 0 24px 0 5px; border: 0; outline: 0; background: transparent; color: #233a33; }
.tc-search input::placeholder { color: #8b9692; opacity: 0; }
.tc-contact-button { justify-self: end; display: inline-flex; align-items: center; justify-content: center; min-height: 64px; padding: 14px 25px; border-radius: 999px; background: var(--tc-coral); color: #12342b !important; font-size: 18px; font-weight: 800; letter-spacing: 1px; transition: transform .2s, box-shadow .2s, background .2s; }
.tc-contact-button:hover, .tc-contact-button:focus-visible { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(0,0,0,.16); background: #ff927f; }
.tc-menu-toggle { display: none; }
.tc-site-header .tc-nav {
  position: relative;
  inset: auto;
  order: 3;
  z-index: auto;
  display: block;
  width: 100%;
  min-height: 80px;
  padding: 0;
  background: var(--tc-mint);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.tc-nav__list, .tc-submenu, .tc-submenu ul { list-style: none; padding: 0; margin: 0; }
.tc-nav__list { min-height: 80px; display: flex; align-items: stretch; justify-content: center; gap: 26px; }
.tc-nav__item { position: relative; display: flex; align-items: stretch; }
.tc-nav__item > a, .tc-nav__label > a { display: flex; align-items: center; padding: 0; color: #173c31; font-size: 17px; font-weight: 800; letter-spacing: .35px; white-space: nowrap; }
.tc-nav__label { display: flex; align-items: stretch; }
.tc-nav__expand { width: 26px; padding: 0 0 0 7px; border: 0; background: transparent; cursor: pointer; }
.tc-nav__expand span { display: block; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; color: #173c31; transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
.tc-nav__item > a:hover, .tc-nav__label > a:hover, .tc-nav a.is-active, .tc-nav__item.is-current > .tc-nav__label a { color: #671f16; }
.tc-site-header :focus-visible, .tc-site-footer :focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.tc-submenu { position: absolute; z-index: 10; top: 100%; left: -20px; width: 240px; padding: 14px 0; background: var(--tc-cream); color: var(--tc-text); border-top: 3px solid var(--tc-coral); box-shadow: 0 14px 26px rgba(23,55,45,.16); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s, transform .18s, visibility .18s; }
.tc-nav__item--wide > .tc-submenu { width: 240px; }
.tc-submenu a { display: block; padding: 8px 20px; color: var(--tc-text); font-size: 16px; font-weight: 700; line-height: 1.65; white-space: normal; }
.tc-submenu a:hover, .tc-submenu a:focus-visible, .tc-submenu a.is-active { color: var(--tc-coral); background: rgba(45,93,77,.04); }
.tc-nav__item:hover > .tc-submenu, .tc-nav__item:focus-within > .tc-submenu, .tc-nav__item.is-open > .tc-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.tc-nav__item.is-open .tc-nav__expand span { transform: rotate(225deg) translate(-2px,-1px); }
.tc-submenu__nested { position: relative; margin: 2px 12px; background: rgba(45,93,77,.035); }
.tc-submenu__nested > a::after { content: "›"; float: right; }
.tc-submenu__nested > ul { position: absolute; top: -3px; left: 100%; width: 240px; padding: 14px 0; background: var(--tc-cream); border-top: 3px solid var(--tc-coral); box-shadow: 0 14px 26px rgba(23,55,45,.16); opacity: 0; visibility: hidden; transform: translateX(8px); transition: .18s; }
.tc-submenu__nested:hover > ul, .tc-submenu__nested:focus-within > ul { opacity: 1; visibility: visible; transform: translateX(0); }
.tc-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1100px) {
  .tc-header-container { width: min(100% - 40px, 1000px); }
  .tc-utility__inner { grid-template-columns: auto 1fr auto; }
  .tc-utility__careers { padding-right: 0; }
  .tc-brand-row__inner { grid-template-columns: 1fr 330px auto; gap: 25px; }
  .tc-brand { width: 235px; }
  .tc-nav__list { gap: 17px; }
  .tc-nav__item > a, .tc-nav__label > a { font-size: 15px; }
}

@media (max-width: 820px) {
  html:not(.tc-chrome-ready) body::before { height: 234px; }
  .tc-header-container { width: calc(100% - 32px); }
  .tc-utility { border-bottom-width: 6px; }
  .tc-utility__inner { min-height: 60px; display: flex; justify-content: space-between; gap: 16px; }
  .tc-utility a { font-size: 13px; gap: 8px; }
  .tc-utility svg { width: 21px; height: 21px; }
  .tc-utility__careers { display: none !important; }
  .tc-brand-row__inner { min-height: 110px; grid-template-columns: 1fr auto; gap: 16px; }
  .tc-brand { width: min(210px, 58vw); }
  .tc-search { grid-column: 1 / -1; grid-row: 2; height: 48px; margin-bottom: 16px; }
  .tc-search input::placeholder { opacity: 1; }
  .tc-contact-button { display: none; }
  .tc-menu-toggle { display: grid; align-content: center; gap: 5px; width: 46px; height: 43px; padding: 10px; border: 0; border-radius: 9px; background: var(--tc-coral); cursor: pointer; }
  .tc-menu-toggle > span { display: block; height: 3px; border-radius: 3px; background: var(--tc-green); }
  .tc-site-header .tc-nav { display: none; min-height: 0; }
  .tc-site-header .tc-nav.is-open { display: block; }
  .tc-nav__list { min-height: 0; display: block; padding: 12px 24px 24px; }
  .tc-nav__item { display: block; }
  .tc-nav__item > a { min-height: 48px; }
  .tc-nav__label { min-height: 48px; }
  .tc-nav__label > a { flex: 1; }
  .tc-nav__expand { width: 48px; display: grid; place-items: center; padding: 0; }
  .tc-submenu, .tc-nav__item--wide > .tc-submenu { position: static; display: none; width: auto; padding: 4px 0 10px 14px; border: 0; background: rgba(255,255,255,.12); box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .tc-nav__item.is-open > .tc-submenu { display: block; }
  .tc-submenu a { color: #fff; font-size: 14px; padding: 8px 14px; }
  .tc-submenu__nested { margin: 0; background: transparent; }
  .tc-submenu__nested > a::after { content: ""; }
  .tc-submenu__nested > ul { position: static; width: auto; padding: 0 0 0 14px; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
}

@media (max-width: 540px) {
  .tc-utility__inner { justify-content: center; flex-wrap: wrap; padding-block: 12px; }
  .tc-utility a:nth-child(2) { display: none; }
}

.tc-site-footer {
  --tc-footer-green: #244f41;
  --tc-footer-mint: #83b8ad;
  --tc-footer-coral: #ff8270;
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 68px 0 0;
  color: rgba(255,255,255,.78);
  background: var(--tc-footer-green);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.55;
  text-align: left;
}
.tc-site-footer *, .tc-site-footer *::before, .tc-site-footer *::after { box-sizing: border-box; }
.tc-site-footer a { color: inherit; text-decoration: none; }
.tc-footer-container { width: min(1600px, calc(100% - 64px)); margin-inline: auto; }
.tc-footer-grid { display: grid; grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(170px, 1fr)); gap: clamp(34px, 5vw, 82px); padding-bottom: 52px; }
.tc-footer-brand > a { display: block; width: min(280px, 100%); }
.tc-footer-brand img { display: block; width: 100%; height: auto; }
.tc-footer-brand p { max-width: 390px; margin: 24px 0 20px; color: rgba(255,255,255,.66); font-size: 14px; }
.tc-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.tc-footer-contact a { font-weight: 600; }
.tc-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.tc-footer-column h2 { margin: 0 0 11px; color: #fff; font-family: "Quicksand", sans-serif; font-size: 18px; font-weight: 800; letter-spacing: .04em; }
.tc-footer-column a { font-size: 13px; transition: color .18s, transform .18s; }
.tc-footer-column a:hover, .tc-footer-column a:focus-visible, .tc-footer-column a.is-active, .tc-footer-contact a:hover, .tc-footer-contact a:focus-visible { color: #ffb0a2; }
.tc-footer-column a:hover, .tc-footer-column a:focus-visible { transform: translateX(3px); }
.tc-footer-bottom { min-height: 74px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.13); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #b4c4bf; font-size: 12px; }
.tc-footer-bottom span:last-child { display: flex; flex-wrap: wrap; gap: 22px; }
.tc-footer-bottom a:hover, .tc-footer-bottom a:focus-visible, .tc-footer-bottom a.is-active { color: #fff; }

@media (max-width: 980px) {
  .tc-footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .tc-footer-column:last-child { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); }
  .tc-footer-column:last-child h2 { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .tc-site-footer { padding-top: 48px; }
  .tc-footer-container { width: calc(100% - 40px); }
  .tc-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .tc-footer-brand { grid-column: 1 / -1; }
  .tc-footer-column:last-child { grid-column: 1 / -1; }
  .tc-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .tc-footer-grid, .tc-footer-column:last-child { grid-template-columns: 1fr; }
  .tc-footer-column:last-child h2 { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .tc-site-header *, .tc-site-footer * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
