/* Start custom CSS for html, class: .elementor-element-f318519 */.cohop-wc-page{
  --color-text:#4A4A4A;
  --color-bg:#FFFFFF;
  --color-hero:#FA7070;
  --color-stage-header:#FCDE3B;
  --color-stage-header-text:#4A4A4A;
  --color-match:#4AFFC2;
  --color-opening:#4AFFC2;
  --color-diables-time:#00000;
  --color-diables-match:#F50F30;
  --color-final:#FCDE3B;
  --color-time-col:#FFFFFF;
  --color-time-border:#E2E2E2;
  --color-match-border:#9AFFD9;

  font-family:"Canada Type Gibson","Gibson","Arial Black",Arial,sans-serif;
  background:var(--color-bg);
  color:var(--color-text);
  max-width:1600px;
  margin:0 auto;
  padding:0 0 32px;
  text-transform:uppercase;
}

.cohop-wc-hero{
  background:var(--color-hero);
  padding:52px 20px 80px;
  clip-path:polygon(0 0,100% 0,100% 86%,0 100%);
  text-align:center;
}

.cohop-wc-hero h1{
  font-size:clamp(2.6rem,9vw,7rem);
  line-height:.88;
  margin:0 0 18px;
  font-weight:900;
  color:#FFFFFF;
}

.cohop-hero-sub{
  margin:0 auto;
  max-width:900px;
  font-size:clamp(1rem,2vw,1.9rem);
  font-style:italic;
  font-weight:700;
  color:#FFFFFF;
}

.wc-stage{margin-top:0}

.wc-stage-head{
  background:var(--color-stage-header);
  color:var(--color-stage-header-text);
  padding:18px 14px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:12px;
  border-top:4px solid #000;
}

.wc-stage-head h2{
  margin:0;
  font-size:clamp(1.6rem,5vw,5rem);
  line-height:.92;
  font-weight:900;
}

.wc-stage-head p{
  margin:0;
  font-size:clamp(1rem,2.2vw,2.6rem);
  font-weight:700;
  letter-spacing:.04em;
}

.wc-table{border-bottom:4px solid #000}

.wc-row{
  display:grid;
  grid-template-columns:220px 1fr;
  min-height:110px;
}

.col-time{
  margin:0;
  background:var(--color-time-col);
  padding:14px 12px;
  border-top:3px solid var(--color-time-border);
  font-size:clamp(1.05rem,1.5vw,1.7rem);
  font-weight:900;
  line-height:1.15;
  display:flex;
  align-items:center;
}

.col-match{
  background:var(--color-match);
  color:#FFFFFF;
  padding:14px 22px;
  border-top:3px solid var(--color-match-border);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.col-match h3{
  margin:0;
  font-size:clamp(1.2rem,3vw,3rem);
  line-height:1;
  font-weight:900;
}

.col-match p{
  margin:7px 0 0;
  font-size:clamp(.78rem,1.6vw,1.4rem);
  font-weight:700;
  letter-spacing:.03em;
}

.row-opening .col-match{background:var(--color-opening)}
.row-diables .col-time{background:var(--color-diables-time)}
.row-diables .col-match{background:var(--color-diables-match);color:#FFFFFF}
.row-final .col-match{background:var(--color-final);color:var(--color-text)}

@media (max-width:900px){
  .cohop-wc-hero{padding:34px 14px 52px;clip-path:polygon(0 0,100% 0,100% 92%,0 100%)}
  .wc-stage-head{grid-template-columns:1fr;gap:4px;padding:14px 12px}
  .wc-stage-head p{font-size:clamp(.95rem,3.5vw,1.35rem)}
  .wc-row{grid-template-columns:118px 1fr;min-height:86px}
  .col-time{padding:10px 8px;font-size:clamp(.7rem,4.2vw,1rem);line-height:1.05;justify-content:center;text-align:left;border-top:2px solid var(--color-time-border)}
  .col-match{padding:10px 12px;border-top:2px solid var(--color-match-border)}
  .col-match h3{font-size:clamp(1.05rem,5.4vw,1.35rem);line-height:1.05}
  .col-match p{font-size:clamp(.68rem,3.3vw,.9rem);margin-top:5px;line-height:1.15}
}/* End custom CSS */