@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root .chart-content {
  --white: #FFF;
  --black: #000;
  --gray-60: #555555;
  --primary-font: "Nunito", sans-serif;
  --primary-color: #0A0A90;
  --primary-color-dark: #252037;
  --primary-color-light: #4B4BDB;
  --secondary-color: #B91125;
}
*, ::after, ::before {box-sizing: border-box;}
.chart-content {font-family: var(--primary-font);}
#chart-flow-ur {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem;
}
#chart-flow-ur .row {
  margin-right: -16px;
  margin-left: -16px;
}
#chart-flow-ur .col, #chart-flow-ur [class^=col-] {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
}
#chart-flow-ur .pr-0 {padding-right: 0;}
#chart-flow-ur h1:first-of-type, #chart-flow-ur h2:first-of-type, #chart-flow-ur h3:first-of-type, #chart-flow-ur h4:first-of-type, #chart-flow-ur h5:first-of-type, #chart-flow-ur h6:first-of-type, #chart-flow-ur p:first-of-type {margin-top: 0;}
#chart-flow-ur h1:last-of-type, #chart-flow-ur h2:last-of-type, #chart-flow-ur h3:last-of-type, #chart-flow-ur h4:last-of-type, #chart-flow-ur h5:last-of-type, #chart-flow-ur h6:last-of-type, #chart-flow-ur p:last-of-type {margin-bottom: 0;}
#chart-flow-ur h1, #chart-flow-ur h2, #chart-flow-ur h3, #chart-flow-ur h4, #chart-flow-ur h5, #chart-flow-ur h6 {
  font-weight: 700;
  text-align: center;
}
#chart-flow-ur h3 {font-size: 1.125rem;}
#chart-flow-ur .btn-outline-primary {
  font-weight: 700;
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: var(--white);
}
#chart-flow-ur details {
  margin: 0.5rem 0;
  position: relative;
  z-index: 2;
}
#chart-flow-ur details summary {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  background-color: var(--secondary-color);
  display: grid;
  grid-template-columns: auto 10px;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto;
  padding: 1.25rem;
  border: 1px solid var(--white);
  border-radius: 0.5rem;
}
#chart-flow-ur details summary::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  flex: 0 0 10px;
  width: 10px;
  transition: transform 0.3s ease;
}
#chart-flow-ur details summary::after::marker {content: none;}
#chart-flow-ur details[open] > summary::after {transform: rotate(90deg);}
#chart-flow-ur details .leader {
  background-color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem auto;
  padding: 1.2rem;
  border: 1px solid var(--white);
  border-radius: 0.5rem;
}
#chart-flow-ur details .leader h3 {color: var(--white);}
#chart-flow-ur details .description {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem auto;
  padding: 1.2rem;
  border-radius: 0.5rem;
}
#chart-flow-ur details .description h3 {
  font-weight: 500;
  color: var(--black);
}
#chart-flow-ur .rector, #chart-flow-ur .staff {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
#chart-flow-ur .rector {
  padding-bottom: 1rem;
  position: relative;
}
#chart-flow-ur .rector::before {
  content: "";
  background-color: var(--gray-60);
  position: absolute;
  width: 4px;
  height: calc(100% - 0.5rem);
  top: 0.5rem;
  left: 16px;
}
#chart-flow-ur .rector details > summary {font-size: 1.3rem;}
#chart-flow-ur .rector details > summary::after {font-size: 1rem;}
#chart-flow-ur .rector details .secondary-branches details .description, #chart-flow-ur .rector details .management details .description {position: relative;}
#chart-flow-ur .rector details .secondary-branches details .description::before, #chart-flow-ur .rector details .management details .description::before {
  content: "";
  background-color: var(--gray-60);
  width: 4px;
  height: 1rem;
  position: absolute;
  top: -1rem;
  left: calc(50% - 2px);
}
#chart-flow-ur .rector details .secondary-branches {
  width: 100%;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#chart-flow-ur .rector details .secondary-branches .col-12 {padding-right: 0;}
#chart-flow-ur .rector details .secondary-branches .col-12::before {
  content: "";
  background-color: var(--gray-60);
  position: absolute;
  width: calc(100% - 16px);
  height: 4px;
  top: 23px;
  left: 16px;
  z-index: 0;
}
#chart-flow-ur .rector details .secondary-branches details {
  margin-left: 3.5rem;
  position: relative;
}
#chart-flow-ur .rector details .secondary-branches details summary {
  font-size: 0.875rem;
  text-transform: none;
  background-color: var(--primary-color-light);
  padding: 0.75rem;
}
#chart-flow-ur .rector details .management {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#chart-flow-ur .rector details .management details summary {
  font-size: 0.9rem;
  text-transform: none;
  background-color: var(--primary-color-dark);
  padding: 0.75rem;
}
#chart-flow-ur .management, #chart-flow-ur .staff {
  padding: 0.5rem 0 0.5rem 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}
#chart-flow-ur .management .row > div, #chart-flow-ur .staff .row > div {position: relative;}
#chart-flow-ur .management .row > div::before, #chart-flow-ur .management .row > div::after, #chart-flow-ur .staff .row > div::before, #chart-flow-ur .staff .row > div::after {
  content: "";
  background-color: var(--gray-60);
  position: absolute;
}
#chart-flow-ur .management .row > div::before, #chart-flow-ur .staff .row > div::before {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}
#chart-flow-ur .management .row > div::after, #chart-flow-ur .staff .row > div::after {
  width: calc(100% - 16px);
  height: 4px;
  top: 33px;
  left: 0;
}
#chart-flow-ur .management .row > div:last-child::before, #chart-flow-ur .staff .row > div:last-child::before {height: 37px;}
#chart-flow-ur .staff {padding-top: 0;}
#chart-flow-ur .staff .row > div:first-child {padding-top: 0.5rem;}
#chart-flow-ur .staff details summary {
  position: relative;
  z-index: 4;
}
#chart-flow-ur .staff details .leader, #chart-flow-ur .staff details .branches {position: relative;}
#chart-flow-ur .staff details .leader::before, #chart-flow-ur .staff details .branches::before {
  content: "";
  background-color: var(--gray-60);
  width: 4px;
  position: absolute;
  left: calc(50% - 2px);
  top: -1rem;
  z-index: 0;
}
#chart-flow-ur .staff details .leader::before {height: 1rem;}
#chart-flow-ur .staff details .branches::before {height: 100%;}
#chart-flow-ur .staff details .branches summary {
  font-size: 0.9rem;
  text-transform: none;
  background-color: var(--primary-color-dark);
  padding: 0.75rem;
}
@media (min-width: 576px) {
  #chart-flow-ur .rector, #chart-flow-ur .staff {max-width: none;}
  #chart-flow-ur .rector summary, #chart-flow-ur .rector .leader, #chart-flow-ur .rector .description, #chart-flow-ur .staff summary, #chart-flow-ur .staff .leader, #chart-flow-ur .staff .description {max-width: 320px;}
  #chart-flow-ur .rector {
    padding-bottom: 1rem;
    position: relative;
  }
  #chart-flow-ur .rector::before {left: calc(50% - 2px);}
  #chart-flow-ur .rector details > summary {font-size: 1.3rem;}
  #chart-flow-ur .rector details > summary::after {font-size: 1rem;}
  #chart-flow-ur .rector details .secondary-branches .col-12 {padding-left: 0;}
  #chart-flow-ur .rector details .secondary-branches .col-12::before {
    top: 32px;
    left: 0;
  }
  #chart-flow-ur .rector details .management {
    max-width: 668px;
    margin-right: auto;
    margin-left: auto;
  }
  #chart-flow-ur .management, #chart-flow-ur .staff {padding: 0.5rem 0;}
  #chart-flow-ur .management .row > div, #chart-flow-ur .staff .row > div {position: relative;}
  #chart-flow-ur .management .row > div::before, #chart-flow-ur .staff .row > div::before {    content: none;}
  #chart-flow-ur .management .row > div:nth-child(odd)::after, #chart-flow-ur .staff .row > div:nth-child(odd)::after {
    left: auto;
    right: 0;
  }
  #chart-flow-ur .staff {
    max-width: 668px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  #chart-flow-ur .staff::before {
    content: "";
    background-color: var(--gray-60);
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
  }
  #chart-flow-ur .staff::after {
    content: "";
    background-color: var(--gray-60);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: calc(50% - 6px);
  }
  #chart-flow-ur .staff .row > div:first-child {padding-top: 0;}
}
@media (min-width: 768px) {
  #chart-flow-ur .rector details .secondary-branches {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #chart-flow-ur .staff {
    max-width: 992px;
    padding-top: 0;
  }
  #chart-flow-ur .staff::before {
    width: 82.5%;
    height: 4px;
    left: 8.6%;
  }
  #chart-flow-ur .staff::after {content: none;}
  #chart-flow-ur .staff .row > div {padding-top: 1rem;}
  #chart-flow-ur .staff .row > div:first-child {padding-top: 1rem;}
  #chart-flow-ur .staff .row > div::after {
    width: 4px;
    height: 32px;
    top: 0;
  }
  #chart-flow-ur .staff .row > div:nth-child(odd)::after, #chart-flow-ur .staff .row > div:nth-child(even)::after {
    left: calc(50% - 2px);
    right: 0;
  }
  #chart-flow-ur .staff .col-lg-div5 {
    flex: 0 0 auto;
    width: calc(100% / 5);
  }
}
@media (min-width: 1200px) {
  #chart-flow-ur .staff {max-width: 1200px;}
  #chart-flow-ur .staff::before {
    width: 82%;
    left: 9%;
  }
}
@media (min-width: 1600px) {
  #chart-flow-ur .staff {max-width: 1400px;}
}/*# sourceMappingURL=main.css.map */