.tcc-orgs{--b-blue:#1e4c73;--b-yellow:#ffab08;--b-green:#6b8232;align-items:center;display:flex;flex-direction:column;font-family:Inter,system-ui,sans-serif;gap:1.25rem;margin:0 auto;max-width:1100px;padding:4rem 1.5rem 5rem}.tcc-orgs__heading{color:var(--b-blue);font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;margin:0 0 .5rem;text-align:center}.tcc-orgs__intro{color:#272727;font-size:1rem;margin:0 0 2rem;max-width:720px;text-align:center}.tcc-orgs__grid{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}.tcc-orgs__row{display:flex;flex-wrap:nowrap;gap:1.25rem;justify-content:center}.tcc-orgs__row--offset{transform:translateX(95px)}.tcc-org{align-items:center;color:#fff;display:flex;flex-shrink:0;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:600;height:180px;justify-content:center;line-height:1.3;padding:1.25rem;position:relative;text-align:center;text-decoration:none;width:180px}.tcc-org:before{content:"";inset:0;position:absolute;transition:filter .25s ease;z-index:0}.tcc-org>.tcc-org__label{position:relative;z-index:1}.tcc-org:hover:before{animation-play-state:paused;filter:brightness(1.08)}.tcc-org:hover{color:#fff;text-decoration:none}.tcc-org--shape1:before{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}.tcc-org--shape2:before{border-radius:25% 75% 50% 50%/50% 25% 75% 50%}.tcc-org--shape3:before{border-radius:80% 20% 55% 45%/30% 70% 30% 70%}.tcc-org--yellow{color:var(--b-blue)}.tcc-org--yellow:before{background:var(--b-yellow)}.tcc-org--yellow:hover{color:var(--b-blue)}.tcc-org--blue:before{background:var(--b-blue)}.tcc-org--green:before{background:var(--b-green)}.tcc-org--spin1:before,.tcc-org--spin2:before,.tcc-org--spin3:before,.tcc-org--spin4:before,.tcc-org--spin5:before{animation-iteration-count:infinite;animation-timing-function:linear}.tcc-org--spin1:before{animation-duration:60s;animation-name:tcc-org-cw}.tcc-org--spin2:before{animation-duration:75s;animation-name:tcc-org-cw}.tcc-org--spin3:before{animation-duration:90s;animation-name:tcc-org-cw}.tcc-org--spin4:before{animation-duration:65s;animation-name:tcc-org-ccw}.tcc-org--spin5:before{animation-duration:80s;animation-name:tcc-org-ccw}@keyframes tcc-org-cw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes tcc-org-ccw{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@media (prefers-reduced-motion:reduce){.tcc-org:before{animation:none!important}}@media (max-width:768px){.tcc-orgs__row,.tcc-orgs__row--offset{flex-wrap:wrap;gap:1rem;transform:none}.tcc-org{font-size:.8rem;height:150px;padding:1rem;width:150px}}