
:root{
  --tsv-green:#008c36;
  --tsv-green-dark:#006c2a;
  --tsv-black:#090d0b;
  --tsv-blue:#071d2c;
  --tsv-text:#161a17;
  --tsv-muted:#5f675f;
  --tsv-border:#e3e8e3;
  --tsv-light:#f7f9f7;
  --tsv-shadow:0 10px 28px rgba(0,0,0,.09);
}

.tsv-board-active .entry-title,
.tsv-board-active .page-title,
.tsv-board-active .page-header,
.tsv-board-active .post-header,
.tsv-board-active .entry-header,
.tsv-board-active #fancy-header,
.tsv-board-active .fancy-header,
.tsv-board-active .page-title-wrapper,
.tsv-board-active .breadcrumbs,
.tsv-board-active .dt-breadcrumb-for-mobile{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

.tsv-board-active #main,
.tsv-board-active .content,
.tsv-board-active .content-area,
.tsv-board-active .wf-wrap,
.tsv-board-active .wf-container-main,
.tsv-board-active .wf-container,
.tsv-board-active .page-content,
.tsv-board-active .entry-content{
  margin-top:0!important;
  padding-top:0!important;
}

.tsv-board-active .entry-content{margin:0!important;padding:0!important;}

.tsv-board-page{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:#fff;
  color:var(--tsv-text);
  font-family:Arial,Helvetica,sans-serif;
}
.tsv-board-container{width:min(1220px,calc(100% - 40px));margin-inline:auto;}

.tsv-board-hero{
  min-height:480px;
  position:relative;
  display:flex;
  align-items:center;
  color:#fff;
  background-image:
    linear-gradient(90deg,rgba(3,17,29,.94) 0%,rgba(4,22,36,.82) 35%,rgba(4,23,37,.42) 67%,rgba(4,18,29,.25) 100%),
    var(--tsv-board-hero);
  background-size:cover;
  background-position:center 55%;
}
.tsv-board-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:5px;
  background:linear-gradient(90deg,var(--tsv-green),rgba(0,140,54,.25),transparent);
}
.tsv-board-hero__content{position:relative;z-index:1;padding:54px 0;max-width:620px;}
.tsv-board-badge{
  display:inline-flex;
  align-items:center;
  background:var(--tsv-green);
  padding:9px 15px;
  border-radius:7px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.35px;
  text-transform:uppercase;
  margin-bottom:20px;
}
.tsv-board-hero h1{
  margin:0 0 20px;
  font-size:clamp(42px,5vw,70px);
  line-height:1.02;
  letter-spacing:-2px;
  color:#fff;
}
.tsv-board-nowrap{white-space:nowrap;}
.tsv-board-hero p{
  max-width:570px;
  margin:0 0 26px;
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,.94);
}
.tsv-board-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 22px;
  border-radius:8px;
  background:var(--tsv-green);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800;
  transition:.2s ease;
}
.tsv-board-button:hover{background:var(--tsv-green-dark);transform:translateY(-1px);}

.tsv-board-main{padding:34px 0 0;background:#fff;}
.tsv-board-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.tsv-board-card,
.tsv-board-info-card,
.tsv-board-compact-card{
  border:1px solid var(--tsv-border);
  border-radius:13px;
  background:#fff;
  box-shadow:0 5px 18px rgba(0,0,0,.055);
  overflow:hidden;
  min-width:0;
}
.tsv-board-card{
  display:flex;
  flex-direction:column;
  min-height:500px;
  height:100%;
}
.tsv-board-card__photo{
  height:224px;
  flex:0 0 224px;
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  background:#070807;
}
.tsv-board-card__photo::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(0,0,0,.16));
}
.tsv-board-card__photo img{
  position:relative;
  z-index:0;
  display:block;
  width:auto;
  max-width:88%;
  height:91%;
  object-fit:contain;
  object-position:center bottom;
  filter:saturate(.96) contrast(1.02) brightness(.96);
}
.tsv-board-person-icon{
  position:absolute;
  z-index:2;
  top:12px;
  left:12px;
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--tsv-green);
  color:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.18);
}
.tsv-board-person-icon svg{width:20px;height:20px;}
.tsv-board-card__body{
  padding:18px 18px 19px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.tsv-board-role{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--tsv-green-dark);
  font-size:14px;
  line-height:1.22;
  font-weight:800;
  text-align:center;
  margin:0 0 5px;
}
.tsv-board-card h2{
  min-height:50px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  margin:0 0 10px;
  text-align:center;
  font-size:21px;
  line-height:1.18;
  color:#111;
}
.tsv-board-contact-list{
  display:grid;
  grid-template-rows:44px 66px;
  gap:7px;
  margin-top:auto;
  padding-top:0;
}
.tsv-board-contact{
  display:grid;
  grid-template-columns:21px minmax(0,1fr);
  gap:9px;
  align-items:start;
  color:#151915;
  min-height:44px;
}
.tsv-board-contact--empty{visibility:hidden;}
.tsv-board-contact svg{width:18px;height:18px;margin-top:1px;color:#090d0b;}
.tsv-board-contact a{
  color:#171b18!important;
  text-decoration:none!important;
  overflow-wrap:anywhere;
  word-break:break-word;
  line-height:1.4;
  font-size:14px;
}
.tsv-board-contact a:hover{color:var(--tsv-green)!important;}

.tsv-board-info-card{
  display:flex;
  flex-direction:column;
  min-height:500px;
  height:100%;
  padding:0;
}
.tsv-board-info-card__head{
  height:224px;
  flex:0 0 224px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  background:#070807;
  color:#fff;
  text-align:center;
  padding:20px;
}
.tsv-board-info-card__head svg{width:58px;height:58px;color:#5ee27f;}
.tsv-board-info-card__head strong{font-size:22px;line-height:1.2;color:#fff;}
.tsv-board-info-card__body{
  padding:18px 18px 19px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.tsv-board-info-card__body p{
  min-height:117px;
  margin:0 0 10px;
  font-size:15px;
  line-height:1.55;
  color:#262b27;
}
.tsv-board-info-card .tsv-board-contact-list{margin-top:auto;}

.tsv-board-info-title{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--tsv-green-dark);
  font-weight:800;
  font-size:18px;
  margin-bottom:18px;
}
.tsv-board-info-title svg{width:34px;height:34px;}

.tsv-board-compact-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:22px;
  max-width:none;
  align-items:stretch;
}
.tsv-board-compact-card{
  padding:20px;
  min-height:235px;
  display:flex;
  flex-direction:column;
}
.tsv-board-compact-card .tsv-board-info-title{margin-bottom:10px;min-height:38px;}
.tsv-board-compact-card h3{font-size:18px;margin:0 0 10px;min-height:24px;}
.tsv-board-compact-card p{font-size:14px;line-height:1.55;margin:0 0 10px;min-height:44px;}
.tsv-board-compact-card .tsv-board-contact-list{margin-top:auto;}

.tsv-board-topics{
  padding:48px 0 52px;
  margin-top:34px;
  background:linear-gradient(#fafbfa,#f4f7f4);
  border-top:1px solid var(--tsv-border);
}
.tsv-board-section-heading{text-align:center;margin-bottom:26px;}
.tsv-board-section-heading span{display:block;color:var(--tsv-green);font-size:13px;font-weight:800;text-transform:uppercase;margin-bottom:5px;}
.tsv-board-section-heading h2{margin:0;font-size:34px;line-height:1.15;}
.tsv-board-topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.tsv-board-topic{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 18px;
  gap:13px;
  align-items:start;
  padding:22px;
  border:1px solid var(--tsv-border);
  border-radius:11px;
  background:#fff;
  color:var(--tsv-text)!important;
  text-decoration:none!important;
  box-shadow:0 5px 15px rgba(0,0,0,.035);
  transition:.2s ease;
}
.tsv-board-topic:hover{transform:translateY(-2px);box-shadow:var(--tsv-shadow);border-color:#b7d9c0;}
.tsv-board-topic__icon{color:var(--tsv-green);width:43px;height:43px;}
.tsv-board-topic h3{font-size:17px;margin:0 0 7px;}
.tsv-board-topic p{font-size:13px;line-height:1.55;color:var(--tsv-muted);margin:0;}
.tsv-board-topic__arrow{align-self:end;color:var(--tsv-green);font-size:24px;font-weight:700;}

.tsv-board-footer{
  background:linear-gradient(135deg,#080c0a,#111714);
  color:#fff;
  padding:32px 0 0;
}
.tsv-board-footer-grid{
  display:grid;
  grid-template-columns:1.55fr .75fr .9fr .7fr;
  gap:30px;
  padding-bottom:28px;
}
.tsv-board-footer-brand{display:grid;grid-template-columns:105px minmax(0,1fr);gap:20px;align-items:start;}
.tsv-board-footer-brand>a{display:block;}
.tsv-board-footer-logo{width:100px;height:auto;display:block;}
.tsv-board-footer h3{font-size:24px;margin:0 0 12px;color:#fff;}
.tsv-board-footer strong{display:block;font-size:15px;text-transform:uppercase;margin-bottom:12px;}
.tsv-board-footer a,
.tsv-board-footer address{
  color:rgba(255,255,255,.86)!important;
  text-decoration:none!important;
  font-style:normal;
  line-height:1.75;
}
.tsv-board-footer a:hover{color:#72e897!important;}
.tsv-board-footer-contact{display:grid;gap:4px;}
.tsv-board-footer-nav{display:flex;flex-direction:column;}
.tsv-board-footer-social{display:flex;gap:12px;margin-top:8px;}
.tsv-board-footer-social a{
  width:38px;height:38px;border:1px solid rgba(255,255,255,.3);border-radius:50%;
  display:grid;place-items:center;
}
.tsv-board-footer-social svg{width:19px;height:19px;}
.tsv-board-footer-bottom{
  background:linear-gradient(90deg,#006c2a,#008c36);
  padding:14px 0;
  font-size:13px;
}
.tsv-board-footer-bottom__inner{display:flex;justify-content:space-between;gap:18px;align-items:center;}
.tsv-board-footer-legal{display:flex;gap:24px;}

@media(max-width:1100px){
  .tsv-board-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .tsv-board-topic-grid{grid-template-columns:repeat(2,1fr);}
  .tsv-board-footer-grid{grid-template-columns:1.3fr 1fr 1fr;}
  .tsv-board-footer-grid>div:last-child{grid-column:2/4;}
}
@media(max-width:760px){
  .tsv-board-container{width:min(100% - 24px,1220px);}
  .tsv-board-hero{min-height:500px;background-position:63% center;}
  .tsv-board-hero__content{padding:38px 0;}
  .tsv-board-hero h1{font-size:44px;letter-spacing:-1.2px;}
  .tsv-board-hero p{font-size:17px;}
  .tsv-board-grid{grid-template-columns:1fr;}
  .tsv-board-card__photo{height:245px;flex-basis:245px;}
  .tsv-board-info-card__head{height:245px;flex-basis:245px;}
  .tsv-board-compact-grid{grid-template-columns:1fr;max-width:none;}
  .tsv-board-topic-grid{grid-template-columns:1fr;}
  .tsv-board-footer-grid{grid-template-columns:1fr;}
  .tsv-board-footer-grid>div:last-child{grid-column:auto;}
  .tsv-board-footer-brand{grid-template-columns:80px minmax(0,1fr);}
  .tsv-board-footer-logo{width:78px;}
  .tsv-board-footer-bottom__inner{flex-direction:column;align-items:flex-start;}
}
