@font-face {
  font-family: "Display-Bold";
  src: url("../fonts/SF Pro Display Bold/SFProDisplay-Bold.eot");
  src: local("SFProDisplay-Bold"), local("SFProDisplay-Bold"), url("../fonts/SF Pro Display Bold/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SF Pro Display Bold/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SF Pro Display Bold/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SF Pro Display Bold/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Display-Regular";
  src: url("../fonts/SF Pro Display Regular/SFProDisplay-Regular.eot");
  src: local("SFProDisplay-Regular"), local("SFProDisplay-Regular"), url("../fonts/SF Pro Display Regular/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SF Pro Display Regular/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SF Pro Display Regular/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SF Pro Display Regular/SFProDisplay-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Display-Medium";
  src: url("../fonts/SF Pro Display Medium/SFProDisplay-Medium.eot");
  src: local("SFProDisplay-Medium"), local("SFProDisplay-Medium"), url("../fonts/SF Pro Display Medium/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SF Pro Display Medium/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SF Pro Display Medium/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SF Pro Display Medium/SFProDisplay-Medium.ttf") format("truetype");
  font-style: normal;
}
.page-header {
  background-color: #F4F4F4;
  padding: 10px 60px;
}
@media (max-width: 992px) {
  .page-header {
    padding: 10px 20px;
  }
}
.page-header .navbar-brand {
  padding: 0;
}
.page-header .navbar-brand img {
  width: 140px;
  height: 40px;
}
@media (max-width: 992px) {
  .page-header .navbar-brand img {
    width: 110px;
  }
}

@media (max-width: 992px) {
  .text-us {
    flex-basis: 100%;
  }
}

.sidebar-mobile-wrap-toggler {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (max-width: 1200px) {
  .buttons-bar {
    justify-content: end;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .buttons-bar .btn-with-icon {
    margin-bottom: 10px;
  }
}

.sidebar {
  width: 340px;
}
@media (max-width: 768px) {
  .sidebar {
    left: -100%;
    position: absolute;
    max-width: 100%;
    height: 100%;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    top: 0;
    bottom: 0;
    width: 90%;
    z-index: 10151;
  }
}
.sidebar-dark {
  background-color: #58419C;
}
.sidebar-dark .nav-sidebar .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-family: "Display-Regular";
  font-size: 16px;
  padding: 12px 0 12px 34px;
  margin-bottom: 10px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.sidebar-dark .nav-sidebar .nav-link .icon {
  width: 25px;
  height: 25px;
  fill: white;
  margin-right: 15px;
}
.sidebar-dark .nav-sidebar .nav-link .icon.stroke {
  fill: transparent;
  stroke: white;
}
.sidebar-dark .nav-sidebar .nav-link:not(.disabled):hover, .sidebar-dark .nav-sidebar .nav-link.active {
  background-color: #8568DA !important;
  color: #fff;
}
.sidebar-dark .nav-sidebar .nav-link:not(.disabled):hover .icon, .sidebar-dark .nav-sidebar .nav-link.active .icon {
  fill: #fff;
}
.sidebar-dark .nav-sidebar .nav-link:not(.disabled):hover .icon.stroke, .sidebar-dark .nav-sidebar .nav-link.active .icon.stroke {
  fill: transparent;
  stroke: white;
}
.sidebar-dark .nav-sidebar .nav-item-border {
  background-color: #3A8EC6;
  height: 1px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.sidebar-dark .nav-sidebar .nav-item-open > .nav-link:not(.disabled) {
  background-color: #58419C;
}
.sidebar-dark .nav-sidebar .nav-item-submenu > .nav-group-sub {
  background: none;
}
.sidebar-dark .nav-sidebar .nav-item-submenu > .nav-link:before {
  content: "";
  display: inline-block;
  background-image: url("../images/chevron-right.svg");
  width: 8px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  left: 16px;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-dark .nav-sidebar .nav-item-submenu.nav-item-open > .nav-link:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-dark .nav-sidebar .nav-item-submenu > .nav-link:after {
  content: none;
}
.sidebar-dark .nav-sidebar .user-photo img {
  max-width: 50px;
}
.sidebar-dark .nav-sidebar .user-type-box {
  display: flex;
  flex-direction: column;
}
.sidebar-dark .nav-sidebar .user-type-box .user-type {
  font-size: 14px;
  font-weight: 400;
}
.sidebar-dark .nav-sidebar .nav-link-child {
  border-radius: 20px;
}
.sidebar-content {
  padding: 30px 20px 30px 0;
}
.sidebar .nav-item-header {
  padding: 0;
  color: #8BB3FF;
  font-size: 16px;
  font-weight: bold;
  margin: 20px;
}
.sidebar .nav-item-header img {
  display: none;
}
.sidebar .nav-item {
  padding: 0;
}
.sidebar-user {
  border-bottom: 1px solid #6AFFF5;
  margin: 0 0 20px 20px;
}
@media (max-width: 1350px) {
  .sidebar-user {
    border-bottom: none;
  }
}
.sidebar-user .media {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.sidebar-user .media-body:hover .media-title {
  color: white;
}
.sidebar-user .media-link {
  margin-top: 8px;
  margin-left: 10px;
}
.sidebar-user .media-title {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.sidebar-user .media-description {
  color: white;
}
.sidebar-user .user-photo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 9px;
  overflow: hidden;
}
.sidebar-user .user-photo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100%;
}
.sidebar-user .user-photo a img {
  width: 100%;
}
.sidebar-user .sign-out {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 14px;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-user .sign-out .icon {
  fill: white;
  width: 20px;
  height: 17px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-control {
  position: absolute;
  right: -20px;
  top: 35%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 80px;
  background-color: #6854A7;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}
.sidebar .sidebar-control img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .sidebar-xs .sidebar-dark .nav-sidebar .nav-link {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 10px;
  }
  .sidebar-xs .sidebar-dark .nav-sidebar .nav-link .icon {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
  .sidebar-xs .sidebar-dark .nav-sidebar .nav-link:not(.disabled):hover {
    color: #fff;
  }
  .sidebar-xs .sidebar-dark .nav-sidebar .nav-link:not(.disabled):hover .icon {
    fill: #fff;
  }
  .sidebar-xs .sidebar-main {
    width: 6.625rem;
  }
  .sidebar-xs .sidebar-main .sidebar-user .media .media-body, .sidebar-xs .sidebar-main .sidebar-user .sign-out {
    display: none !important;
  }
  .sidebar-xs .sidebar-main .sidebar-user .card-body {
    padding-bottom: 40px;
    margin-right: 0;
  }
  .sidebar-xs .sidebar-main .nav-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-header {
    margin: 27px auto;
  }
  .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-header img {
    display: block;
  }
  .sidebar-xs .sidebar-control img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
}

@media (max-width: 992px) {
  .navbar-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
  }
}

.sidebar-mobile-main-toggle {
  display: none;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .sidebar-mobile-main-toggle {
    display: block;
  }
}
.sidebar-mobile-main-toggle:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/mobile-menu.svg");
}

@media (max-width: 992px) {
  .sidebar:not(.sidebar-component) .sidebar-content {
    position: absolute;
    width: 96%;
  }
}

.sidebar-mobile-toggler a {
  padding: 0 1.25rem;
}

.content-wrapper {
  min-height: 100%;
}

.content {
  background-color: white;
  padding: 0;
  margin: 20px 62px;
  color: #303030;
  flex: 1 0 auto;
}
@media (max-width: 1536px) {
  .content {
    margin: 20px 40px;
  }
}
@media (max-width: 1350px) {
  .content {
    margin: 20px 31px;
  }
}
@media (max-width: 992px) {
  .content {
    margin: 20px;
  }
}

.horizontal-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}

.breadcrumb-line {
  padding: 0;
}
.breadcrumb-line:last-child {
  margin: 0;
  border: none;
}
.breadcrumb-line .breadcrumb {
  width: 100%;
  margin: 0;
  padding: 0 21px;
  background-color: #F4F4F4;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  font-size: 14px;
}
.breadcrumb-line .breadcrumb-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb-line .breadcrumb-item:hover {
  text-decoration: none;
}
.breadcrumb-line .breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.breadcrumb-line .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 5px;
}
.breadcrumb-line .breadcrumb-item.active {
  color: #626262;
}

h5 {
  font-size: 18px !important;
}

.page-footer {
  padding: 24px 62px;
  color: #808080;
  font-size: 18px;
  line-height: normal;
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .page-footer {
    flex-wrap: wrap;
  }
}
.page-footer .navbar-brand {
  margin-right: 46px;
}
.page-footer .navbar-brand img {
  width: 160px;
  height: 43px;
}

body {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #58419C;
}
a:hover {
  text-decoration: none;
}

.font-size-sm {
  font-size: 0.875rem;
}

.fb-3 {
  flex-basis: 33.3%;
}

.fb-10 {
  flex-basis: 10%;
}

.fb-20 {
  flex-basis: 20%;
}

.fb-25 {
  flex-basis: 25%;
}

.fb-lg-25 {
  flex-basis: 25%;
}
@media (max-width: 1366px) {
  .fb-lg-25 {
    flex-basis: 50% !important;
  }
}

.fb-30 {
  flex-basis: 30%;
}

.fb-35 {
  flex-basis: 35%;
}

.fb-40 {
  flex-basis: 40%;
}

.fb-lg-40 {
  flex-basis: 40%;
}
@media (max-width: 992px) {
  .fb-lg-40 {
    flex-basis: 100% !important;
  }
}

.fb-45 {
  flex-basis: 45%;
}

.fb-50 {
  flex-basis: 50%;
}

.fb-55 {
  flex-basis: 55%;
}

.fb-lg-50 {
  flex-basis: 50%;
}
@media (max-width: 1444px) {
  .fb-lg-50 {
    flex-basis: 100% !important;
  }
}

.fb-60 {
  flex-basis: 60%;
}

.fb-lg-60 {
  flex-basis: 60%;
}
@media (max-width: 992px) {
  .fb-lg-60 {
    flex-basis: 100% !important;
  }
}

.fb-65 {
  flex-basis: 65%;
}

.fb-70 {
  flex-basis: 70%;
}

.fb-80 {
  flex-basis: 80%;
}

.fb-90 {
  flex-basis: 90%;
}

.fb-100 {
  flex-basis: 100%;
}

.fb-auto {
  flex-basis: auto;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-lg-13 {
  margin-right: 13px !important;
}

.padding-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 576px) {
  .padding-x-10-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .padding-x-10-md {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .padding-x-10-lg {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .padding-x-10-xl {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  .padding-y-10-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .padding-y-10-md {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .padding-y-10-lg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .padding-y-10-xl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.padding-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 576px) {
  .padding-y-15-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .padding-y-15-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .padding-y-15-lg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .padding-y-15-xl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.padding-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .padding-x-15-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .padding-x-15-md {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .padding-x-15-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .padding-x-15-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pt-lg-40 {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .pt-lg-50 {
    padding-top: 50px;
  }
}

.text-us {
  color: #8CA0BB;
}

.sub-title {
  color: #58419C;
  font-family: "Display-Medium";
  text-transform: uppercase;
  margin-bottom: 0;
}

.main-title {
  font-family: "Display-Regular";
  font-size: 24px;
  font-weight: 500;
  color: #58419C;
  margin-bottom: 0;
}
.main-title span {
  font-family: "Display-Bold";
}
@media (max-width: 992px) {
  .main-title {
    margin-bottom: 16px;
  }
}

.btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 14px;
  font-family: "Display-Regular";
  font-weight: 500;
  padding: 0.625rem 0.75rem;
}
.btn.main-btn {
  color: white;
  background-color: #58419C;
}
.btn.main-btn:hover, .btn.main-btn:focus {
  background-color: #8568DA;
}
.btn.outline-main-btn {
  border: 1px solid #58419C;
}
.btn.outline-main-btn:focus {
  box-shadow: none;
}
.btn.btn-with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.btn-yellowColor {
  color: white;
  background-color: #FCA03B;
}

.card-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 20px;
}
@media (max-width: 1444px) {
  .card-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1600px) {
  .card-wrapper-box {
    flex-wrap: wrap;
  }
  .card-wrapper-box .fb-lg-50 {
    flex-basis: 100%;
  }
}

.card {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sideitem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sideitem:last-child .item {
  margin-right: 0;
}
.sideitem-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
}

.padding-1 {
  padding: 38px 20px 16px 20px;
}

.padding-2 {
  padding: 16px 13px;
}

.padding-3 {
  padding: 28px 20px;
}

.item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 10px 0;
  min-height: 154px;
  height: 100%;
  flex-grow: 1;
  background: white;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(143, 143, 232, 0.41);
  -moz-box-shadow: 0px 2px 7px 0px rgba(143, 143, 232, 0.41);
  box-shadow: 0px 2px 7px 0px rgba(143, 143, 232, 0.41);
  border: 2px solid transparent;
}
.item.i-title-violet {
  background: #D7D7F5;
}
.item.i-title-purple {
  background: #E7D4F2;
}
.item.i-title-lightpink {
  background: #F2DDD4;
}
.item.i-title-indigo {
  background: #D4E0F2;
}
.item.i-outline-violet {
  border-color: #D7D7F5;
}
.item.i-outline-purple {
  border-color: #E7D4F2;
}
.item.i-outline-lightpink {
  border-color: #F2DDD4;
}
.item.i-outline-indigo {
  border-color: #D4E0F2;
}
.item.i-outline-white {
  border-color: white;
  box-shadow: none;
}
.item.min-h-100 {
  min-height: 100px;
}
.item-height-auto {
  height: auto;
  flex-grow: 0;
}
.item .title {
  font-family: "Display-Regular";
  font-size: 16px;
  color: #58419C;
  line-height: normal;
  font-weight: 600;
}
.item .title span {
  text-align: right;
  display: block;
}
.item h4 {
  margin-bottom: auto;
  color: #303030;
  font-family: "Display-Regular";
  font-size: 20px;
}
.item h5 {
  margin-bottom: auto;
  color: #303030;
  font-family: "Display-Regular";
  font-size: 16px;
}
.item p.num {
  margin-top: auto;
  margin-bottom: 0;
  font-family: "Display-Bold";
  font-size: 48px;
  line-height: normal;
  color: #58419C;
}
.item p.num-min {
  font-size: 32px;
}
.item p.num-light {
  font-family: "Display-Regular";
}
@media (max-width: 1600px) {
  .item p.num {
    font-size: 40px;
  }
}
.item .list-header {
  padding: 20px 20px 0 20px;
}
@media (min-width: 1600px) {
  .item .list-header {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 1350px) {
  .item .list-header {
    padding: 20px 10px;
  }
}
.item .list-header .title:first-child {
  padding-right: 10px;
}
.item ul.list li {
  font-size: 16px;
  line-height: normal;
  color: #303030;
  font-family: "Display-Regular";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  margin: 0;
}
.item ul.list li:first-child {
  padding: 12px 20px 15px 20px;
}
.item ul.list li:last-child {
  padding: 15px 20px 12px 20px;
  border-bottom: none;
  /* border-top: 2px solid rgba(0,0,0,.1);*/
}
.item ul.list li span {
  display: block;
  color: #58419C;
  font-family: "Display-Regular";
  font-weight: 600;
  text-align: right;
}
.item ul.list-long {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item ul.list-long li {
  height: 100%;
}
.item ul.list-long li, .item ul.list-long li:last-child, .item ul.list-long li:first-child {
  padding: 10px 20px;
}
.item ul.list-double {
  height: 100%;
}
.item ul.list-double li {
  height: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.item ul.list-short {
  padding: 0 20px;
  margin-top: auto;
}
.item ul.list-short li {
  padding: 5px 0;
  border-bottom: 1px solid #C3C3E9;
}
.item ul.list-short li:first-child {
  padding: 7px 0 15px 0;
}
.item ul.list-short li:last-child {
  padding: 8px 0 15px 0;
}
@media (max-width: 1350px) {
  .item ul.list-short {
    padding: 0 10px;
  }
}
.item ul.list-height li {
  font-size: 16px;
  line-height: normal;
  color: #303030;
  font-family: "Display-Regular";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 6px;
  margin: 0;
}
.item ul.list-height li:last-child {
  border-bottom: none;
}
.item ul.list-height li span {
  display: block;
  color: #58419C;
  font-family: "Display-Regular";
  font-weight: 600;
  text-align: right;
}
.item ul.list-long-border {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item ul.list-long-border li {
  height: 100%;
  font-size: 16px;
  line-height: normal;
  color: #303030;
  font-family: "Display-Regular";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 6px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.item ul.list-long-border li:last-child {
  border-bottom: none;
}
.item ul.list-long-border li div {
  margin: auto 0;
}
.item ul.list-long-border li span {
  display: block;
  color: #58419C;
  font-family: "Display-Regular";
  font-weight: 600;
  text-align: right;
}
.item .border-top-black {
  border-top: 4px solid rgba(0, 0, 0, 0.1);
}

.card-short {
  max-width: 275px;
}

.crop-text {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.table-card {
  font-family: "Display-Regular";
  font-size: 16px;
}
.table-card th, .table-card td {
  color: #58419C;
  font-weight: bold;
  padding: 10px;
  text-align: right;
}
@media (min-width: 1600px) {
  .table-card th, .table-card td {
    padding: 10px 12px;
  }
}
.table-card td:first-child {
  width: 35%;
  color: #303030;
  font-weight: normal;
  padding-left: 20px;
}
.table-card th:first-child {
  padding-left: 20px;
}
.table-card th:first-child, .table-card td:first-child {
  text-align: left;
}
.table-card td {
  border-top: 1px solid #C3C3E9;
}

@media (max-width: 1440px) {
  table.table-card {
    border: 0;
  }
  table.table-card th {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-card td {
    display: block;
    text-align: right;
  }
  .table-card td:first-child {
    width: auto;
  }
  table.table-card td::before {
    content: attr(data-label);
    float: left;
  }
  table.table-card td:last-child {
    border-bottom: 0;
  }
}
/************  Login  *************/
.auth-container {
  background: #58419C;
  background: -webkit-linear-gradient(top right, #58419C, #3F1B89);
  background: -moz-linear-gradient(top right, #58419C, #3F1B89);
  background: linear-gradient(to bottom left, #58419C, #3F1B89);
  padding: 90px 0 65px 0;
  height: 100vh;
}
@media (max-width: 992px) {
  .auth-container {
    padding: 0;
    height: 100%;
  }
}
.auth-container--body {
  background-image: url("../images/bg-auth.svg");
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1680px) {
  .auth-container--body {
    padding-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .auth-container--body {
    background-image: none;
  }
}
.auth-container .padding-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 992px) {
  .auth-container .padding-card {
    padding: 30px 15px;
  }
}
.auth-container .logo-img {
  display: block;
  width: 250px;
  height: 73px;
  margin-bottom: 30px;
}
.auth-container .flex-group {
  display: flex;
  gap: 42px;
}
@media (max-width: 992px) {
  .auth-container .flex-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .auth-container .img-app {
    width: 100%;
    height: auto;
  }
}
.auth-container h4 {
  font-family: "Display-Bold";
  font-size: 24px;
  margin-bottom: 45px;
  letter-spacing: 0.5px;
  color: #A389EE;
}

.auth-form {
  -webkit-box-shadow: 0 4px 20px 0 rgba(88, 65, 156, 0.2);
  -moz-box-shadow: 0 4px 20px 0 rgba(88, 65, 156, 0.2);
  box-shadow: 0 4px 20px 0 rgba(88, 65, 156, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 28px 28px 40px 28px;
  line-height: normal;
  background-color: #8568DA;
  width: 80%;
}
@media (max-width: 992px) {
  .auth-form {
    width: 100%;
  }
}
.auth-form label {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: "Display-Regular";
  color: white;
  margin-bottom: 16px;
}
.auth-form input {
  background-color: white;
  padding: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  font-size: 18px;
  line-height: normal;
  color: #000000;
}
.auth-form input::placeholder {
  color: #000000;
}
.auth-form hr {
  border-color: #A286F5;
  margin-top: 20px;
  margin-bottom: 20px;
}
.auth-form .btn {
  font-family: "Display-Bold";
  font-size: 18px;
  line-height: normal;
  padding: 15px;
  letter-spacing: 0.5px;
}
.auth-form .link-forgot {
  color: #FCA03B;
  font-family: "Display-Regular";
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: right;
  display: block;
  text-decoration: underline;
}
.auth-form .link-forgot:hover {
  color: #FCA03B;
  text-decoration: none;
}

/*******    MAIN     ********/
.col-gap-1 {
  column-gap: 13px;
}

.col-gap-2 {
  column-gap: 20px;
}

.col-gap-5 {
  column-gap: 5px;
}

.sideitem-header {
  background-color: #D7D7F5;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(143, 143, 232, 0.41);
  -moz-box-shadow: 0px 2px 7px 0px rgba(143, 143, 232, 0.41);
  box-shadow: 0px 2px 7px 0px rgba(143, 143, 232, 0.41);
  padding: 12px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sideitem-header .sub-title {
  text-transform: none;
}
.sideitem-header .more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.sideitem-header .more:after {
  content: "";
  background-image: url("../images/ic-more.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  margin: 6px 0 0 7px;
  display: block;
}

.badge-white {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 13px 10px 0;
  color: #58419C;
  font-family: "Display-Medium";
  font-weight: 500;
  font-size: 14px;
}

.search-form {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-form .form-group {
  width: 100%;
  margin: 0;
}
.search-form .form-control {
  padding: 0 15px 0 42px;
  border: 1px solid #D7D7F5;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  background-image: url(../images/search-ic.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  height: 46px;
}
.search-form .form-control.placeholder {
  color: #58419C;
  font-size: 14px;
}
.search-form .form-control:-moz-placeholder {
  color: #58419C;
  font-size: 14px;
}
.search-form .form-control::-moz-placeholder {
  color: #58419C;
  font-size: 14px;
}
.search-form .form-control::-webkit-input-placeholder {
  color: #58419C;
  font-size: 14px;
}
.search-form .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-form .search-btn {
  background-color: #58419C;
  border: 1px solid #58419C;
  color: #fff;
  min-height: 46px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0 40px;
}

.border-top-1, .border-right-1 {
  border-color: #C9C9E6;
}

.box3 {
  width: calc((100% - 40px) / 3);
}

.box5 {
  width: calc((100% - 80px) / 5);
}

.u-list li.description {
  background: #F7F7FD;
  position: relative;
}
.u-list li.description:before {
  content: "";
  width: 20px;
  height: 100%;
  left: -20px;
  top: 0;
  position: absolute;
  background: #F7F7FD;
}
.u-list li.description:after {
  content: "";
  width: 20px;
  height: 100%;
  right: -20px;
  top: 0;
  position: absolute;
  background: #F7F7FD;
}

.u-list li:nth-child(n+13) {
  display: none;
}

.u-list li.open {
  display: list-item !important;
}

.u-list li:first-child .font-weight-bold {
  font-weight: normal !important;
}

.u-list li:nth-child(2) .font-weight-bold {
  font-weight: normal !important;
}

.list-toggle {
  color: #58419C;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border: none;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-toggle:after {
  content: "";
  background-image: url("../images/ic-vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 9px;
  display: block;
  margin-left: 10px;
}
.list-toggle.bg__theme_hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*custom-accordion*/
.custom-accordion {
  padding: 0 1rem;
}

.accordion-row {
  display: grid;
  grid-auto-flow: row;
  padding: 0.5rem 0;
  border-bottom: 1px solid #58419C;
}

.custom-heading {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}
.custom-heading__link {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 500;
}

.custom-dropdown {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 0.5rem;
  align-items: baseline;
  padding-top: 0.5rem;
  padding-left: 1rem;
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out all;
}
.custom-dropdown--show {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: 0.3s ease-in-out all;
}

.custom-btn {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 12 12' fill='none'%3E%3Cline x1='10.2528' y1='6.71764' x2='4.59596' y2='1.06079' stroke='%2358419C' stroke-width='3'/%3E%3Cline x1='6.71789' y1='1.0609' x2='1.06103' y2='6.71776' stroke='%2358419C' stroke-width='3'/%3E%3C/svg%3E");
  transform: rotate(180deg) translateY(3px);
  transition: 0.3s ease-in-out all;
  background-repeat: no-repeat;
}
.custom-btn--show {
  transition: 0.3s ease-in-out all;
  transform: rotate(0deg) translateY(0px);
}

.nav-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 15px 0;
}
@media (max-width: 992px) {
  .nav-bar {
    flex-wrap: wrap;
  }
}
.nav-bar h6 {
  color: #465CA7;
  font-family: "Display-Regular";
  font-size: 14px;
  margin-bottom: 0;
}
.nav-bar .navbar-brand {
  margin-left: 10px;
}
.nav-bar .navbar-brand img {
  width: 135px;
  height: 40px;
}

.buttons-bar .btn {
  margin-left: 10px;
}
.buttons-bar .btn .icon {
  width: 17px;
  height: 20px;
  fill: white;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fb-28 {
  flex-basis: 28%;
}

.fb-22 {
  flex-basis: 22%;
}

.h-border {
  position: relative;
  padding-left: 13px;
}
.h-border:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #C3C3E9;
  position: absolute;
  left: 0;
  top: 0;
}

.content-hr {
  border-top: 4px solid #C3C3E9;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .card-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .card:not(:last-child) {
    margin-right: 0;
  }
  .fb-lg-25:last-child .item {
    margin-left: 13px;
  }
}
@media screen and (max-width: 600px) {
  .flex {
    flex-wrap: wrap;
  }
  .sideitem { /*flex-direction:row;*/
    flex-basis: 100%;
  }
  .item {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 450px) {
  .sideitem { /*flex-wrap: wrap;*/ }
  .item {
    flex-basis: 100%;
  }
  .item:first-child {
    margin-right: 0;
  }
}
.child-container {
  margin-top: 15px;
}

.child-heading {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-gap: 20px;
}
.child-heading--column {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.child-heading--simple {
  grid-template-columns: 1fr 50px;
}
.child-heading--column-height {
  grid-template-rows: 2fr 2fr 1fr;
}
.child-heading--2-items {
  grid-template-columns: 1fr 1fr;
}
.child-heading--3-items-first {
  grid-template-columns: 1.5fr 1fr 1fr;
}
.child-heading--4-items {
  grid-template-columns: 1.5fr repeat(3, 1fr);
}
.child-heading--4-items-reverse {
  grid-template-columns: repeat(3, 1fr) 1.53fr;
}
.child-heading--3-items {
  grid-template-columns: 1fr 1fr 1fr;
}
.child-heading--4-items-with-table {
  grid-template-columns: repeat(3, 1fr) 1.53fr;
}

.child-block {
  background-color: #D7D7F5;
  padding: 20px 30px;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.child-block--simple {
  background-color: transparent;
  border: 2px solid #D7D7F5;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.child-block--simple .child-block__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #303030;
}
.child-block--simple .child-block__number {
  font-weight: 400;
  font-size: 48px;
  line-height: 57px;
  color: #58419C;
}
.child-block--max-width .child-block__title {
  max-width: 355px;
  white-space: normal;
}
.child-block--no-bg {
  background-color: transparent;
  border: 2px solid #D7D7F5;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.child-block--column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.child-block--between {
  justify-content: space-between;
}
.child-block--between .child-block__title {
  max-width: 100%;
}
.child-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  color: #303030;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.child-block__number {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  color: #58419C;
  margin-bottom: 0;
}

.child-content {
  margin-top: 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-areas: "area-1 area-1 area-2 area-2 area-3 area-3" "area-4 area-4 area-4 area-5 area-5  area-5";
}
.child-content--max-width .child-box__title {
  max-width: 100%;
}
.child-content--align-start {
  align-content: start;
}
.child-content--columns-0-6-2 {
  grid-template-columns: 0.65fr 2fr;
  grid-template-areas: none;
}
.child-content--columns-0-6-1-1 {
  grid-template-columns: 0.65fr 1fr 1fr;
  grid-template-areas: none;
}
.child-content--row-1 {
  grid-template-areas: none;
  grid-template-columns: 1fr;
}
.child-content--row-2 {
  grid-template-areas: "area-1 area-1" "area-2 area-3";
}
.child-content--count {
  display: grid;
  margin-top: 0;
  grid-template-areas: "area-1 area-1" "area-2 area-3";
}
.child-content--columns-1-2-1 {
  display: grid;
  grid-template-areas: "area-1 area-2 area-4" "area-1 area-3 area-4";
}
.child-content--columns-1-1-2 {
  display: grid;
  grid-template-areas: "area-1 area-2 area-3" "area-1 area-2 area-4";
}
.child-content--columns-half-full {
  display: grid;
  grid-template-areas: "area-1 area-4" "area-2 area-4" "area-2 area-4" "area-3 area-4" "area-3 area-4";
}
.child-content--columns-half-1-1 {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  grid-template-areas: none;
}
.child-content--columns-one-half-1-1 {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
}
.child-content--columns-3-1-1 {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
}
.child-content--columns-3-1-1-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
}
.child-content--columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: none;
}
.child-content--columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: none;
}
.child-content--columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: none;
}
.child-content--columns-government {
  display: grid;
  grid-template-areas: "area-1 area-3" "area-1 area-4" "area-2 area-4" "area-2 area-4";
}
.child-content--columns-2-1-1 {
  display: grid;
  grid-template-areas: "area-1 area-3 area-4" "area-2 area-3 area-4";
}
.child-content--columns-2-1-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-template-areas: "area-1 area-3 area-4 area-4" "area-2 area-3 area-5 area-5";
}
.child-content--columns-2-1 {
  display: grid;
  grid-template-areas: "area-1 area-3" "area-1 area-3" "area-2 area-3";
}
.child-content--columns-2-2-1-empty {
  display: grid;
  grid-template-areas: "area-1 area-3 area-5" "area-1 area-3 area-5" "area-1 area-4 area-5" "area-2 area-4 .";
}
.child-content--columns-2-1-0-5-empty {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "area-1 area-3 area-4" "area-2 area-3 .";
}
.child-content--columns-2-2 {
  display: grid;
  grid-template-areas: "area-1 area-3 " "area-1 area-4 " "area-2 area-4 ";
}
.child-content--columns-2-3 {
  display: grid;
  grid-template-areas: "area-1 area-3 " "area-1 area-4 " "area-2 area-5 ";
}
.child-content--columns-2-1-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "area-1 area-2 " "area-1 area-3 ";
}
.child-content--columns-0-5-1 {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  grid-template-areas: none;
}
.child-content--columns-half-1 {
  display: grid;
  grid-template-columns: 0.74fr 1.5fr;
  grid-template-areas: none;
}
.child-content--columns-1-half {
  display: grid;
  grid-template-columns: 1.5fr 0.74fr;
  grid-template-areas: none;
}
.child-content--columns-3-2-2 {
  display: grid;
  grid-template-areas: "area-1 area-4 area-7" "area-1 area-5 area-8" "area-2 area-5 area-8" "area-3 area-6 area-8";
}
.child-content--columns-3-3-2 {
  display: grid;
  grid-template-areas: "area-1 area-4 area-7" "area-1 area-5 area-8" "area-2 area-6 area-8" "area-3 area-6 area-8";
}
.child-content--columns-4-2-1 {
  display: grid;
  grid-template-areas: "area-1 area-5 area-7" "area-2 area-5 area-7" "area-3 area-6 area-7" "area-4 area-6 area-7";
}
.child-content--columns-3-3-1-empty {
  display: grid;
  grid-template-areas: "area-1 area-4 area-7" "area-1 area-4 area-7" "area-1 area-5 area-7" "area-2 area-6 area-7" "area-3 area-6 ." "area-3 area-6 .";
}
.child-content--row {
  display: grid;
  grid-template-areas: none;
  grid-template-columns: repeat(3, 1fr);
}
.child-content--row-2 {
  display: grid;
  grid-template-areas: none;
  grid-template-columns: repeat(2, 1fr);
}
.child-content--education {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-template-areas: none;
}
.child-content--education .child-row {
  display: grid;
  grid-template-columns: 1.5fr minmax(auto, 50px);
}
.child-content--four {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "area-1 area-2" "area-3 area-4";
}

.education-box {
  display: grid;
  grid-template-columns: 1.5fr minmax(auto, 50px);
}
.education-box__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #58419C;
  margin-bottom: 0;
  text-align: end;
}

.child-box {
  background-color: #FFFFFF;
  border: 2px solid #D7D7F5;
  padding: 15px 25px;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.child-box--count .child-row {
  padding: 25px 0;
}
.child-box--1 {
  grid-area: area-1;
}
.child-box--2 {
  grid-area: area-2;
}
.child-box--3 {
  grid-area: area-3;
}
.child-box--4 {
  grid-area: area-4;
}
.child-box--5 {
  grid-area: area-5;
}
.child-box--6 {
  grid-area: area-6;
}
.child-box--7 {
  grid-area: area-7;
}
.child-box--8 {
  grid-area: area-8;
}
.child-box__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #58419C;
  margin-bottom: 15px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.child-box--services {
  align-self: start;
}

.migration-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr;
  grid-gap: 20px;
}

.child-grid {
  display: grid;
  height: calc(100% - 30px);
  align-content: space-between;
}
.child-grid--start {
  align-content: start;
}
.child-grid .child-box__title {
  margin-bottom: 0;
  white-space: normal;
}
.child-grid--waiting .row-heading {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, minmax(auto, 140px));
  grid-column-gap: 25px;
}
.child-grid--waiting .child-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, minmax(auto, 70px));
  grid-column-gap: 25px;
}
.child-grid--max-width .row-heading {
  grid-template-columns: 1.5fr repeat(3, minmax(auto, 70px));
}
.child-grid--max-width .child-row {
  grid-template-columns: 1.5fr repeat(3, minmax(auto, 70px));
}
.child-grid--max-width .child-row__text {
  max-width: 100%;
}
.child-grid--simple .child-row {
  display: grid;
  grid-template-columns: 1.5fr minmax(auto, 50px);
}
.child-grid--simple .child-row__text {
  max-width: 100%;
}
.child-grid--simple .row-heading {
  display: grid;
  grid-template-columns: 1.5fr minmax(auto, 50px);
}
.child-grid--2-rows .row-heading {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, minmax(auto, 70px));
  grid-column-gap: 25px;
  grid-template-areas: " . row-1 row-2";
}
.child-grid--2-rows .child-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, minmax(auto, 70px));
  grid-column-gap: 25px;
}
.child-grid--2-rows .child-row__text {
  max-width: 100%;
}
.child-grid--3-rows .child-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(auto, 50px));
  grid-column-gap: 25px;
}
.child-grid--3-rows .child-row__text {
  max-width: 100%;
}

.row-heading {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(auto, 50px));
  grid-column-gap: 25px;
  grid-template-areas: " . row-1 row-2 row-3";
  margin-bottom: 20px;
}
.row-heading--2-rows {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, minmax(auto, 70px));
  grid-column-gap: 25px;
}
.row-heading__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
  color: #58419C;
  text-align: end;
}
.row-heading__title--1 {
  grid-area: row-1;
}
.row-heading__title--2 {
  grid-area: row-2;
}
.row-heading__title--3 {
  grid-area: row-3;
}

.child-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(auto, 50px));
  grid-column-gap: 25px;
  padding: 15px 0;
  border-bottom: 1px solid #EFEFEF;
}
.child-row:last-child {
  border-bottom: none;
}
.child-row--padding .child-row__text {
  padding-left: 20px;
}
.child-row--count .child-row__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #303030;
}
.child-row__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 0;
  color: #303030;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.child-row__text--color {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #58419C;
}
.child-row__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 19px;
  text-align: end;
  color: #58419C;
}

.child-link {
  background-color: #58419C;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 35px;
  color: #FFFFFF;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  width: fit-content;
}
.child-link:hover {
  color: #FFFFFF;
}

.child-collapse .card-header {
  padding: 0;
}
.child-collapse .collapse-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.child-collapse .collapse-heading__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #58419C;
  margin-bottom: 0;
}
.child-collapse .collapse-arrow {
  width: 12px;
  height: 6px;
  stroke: #58419C;
  fill: none;
  transform: rotate(180deg);
  transition: 0.2s ease;
}
.child-collapse .collapse-button {
  margin-right: 10px;
}
.child-collapse .collapse-button__hide {
  display: none;
}
.child-collapse .collapse-button__share {
  display: block;
}
.child-collapse .collapse-button__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #58419C;
  margin-bottom: 0;
}
.child-collapse .collapse-toggle[aria-expanded=true] .collapse-button__share {
  display: none;
}
.child-collapse .collapse-toggle[aria-expanded=true] .collapse-button__hide {
  display: block;
}
.child-collapse .collapse-toggle[aria-expanded=true] .collapse-arrow {
  transform: rotate(0deg);
  transition: 0.2s ease;
}
.child-collapse .card-body {
  padding: 0;
}

.social-grid {
  display: grid;
  grid-template-columns: 0.4fr 1.5fr;
  grid-gap: 20px;
}
.social-grid .child-heading {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.social-grid .child-block {
  flex-direction: column;
  padding: 30px 40px;
  align-items: flex-start;
}
.social-grid .child-content {
  margin-top: 0;
  grid-template-areas: none;
  width: 100%;
}

.staffing-grid {
  display: grid;
  grid-template-columns: 0.4fr 1.5fr;
  grid-gap: 20px;
}
.staffing-grid .child-heading {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.staffing-grid .child-block {
  flex-direction: column;
  padding: 30px 40px;
  align-items: flex-start;
}
.staffing-grid .child-content {
  margin-top: 0;
  width: 60%;
  grid-template-columns: 1fr;
  grid-template-areas: "area-1" "area-2";
}

.services-grid {
  display: grid;
  grid-template-columns: 0.3fr 1.5fr;
  grid-gap: 20px;
}
.services-grid .child-heading {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.services-grid .child-block {
  flex-direction: column;
  padding: 30px 40px;
  align-items: flex-start;
}
.services-grid .child-content {
  margin-top: 0;
  width: 100%;
  grid-template-areas: none;
  grid-template-columns: repeat(3, minmax(380px, 1fr));
}
@media (min-width: 1024px) and (max-width: 1820px) {
  .services-grid .child-content {
    overflow-x: scroll;
  }
}
.services-grid .child-content--services {
  grid-template-columns: 0.485fr 1fr;
}
.services-grid .child-arrow {
  background-color: #58419C;
}

.clubs-grid {
  display: grid;
  grid-template-columns: 0.4fr 1.5fr;
  grid-gap: 20px;
}
.clubs-grid .child-heading {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.clubs-grid .child-block {
  flex-direction: column;
  padding: 30px 40px;
  align-items: flex-start;
}
.clubs-grid .child-content {
  margin-top: 0;
  grid-template-areas: "area-1 area-2" "area-1 area-2" "area-1 area-4" "area-3 area-4";
  width: 100%;
}
.clubs-grid .child-content--3-blocks {
  margin-top: 0;
  grid-template-areas: "area-1 area-1" "area-2 area-3";
  width: 100%;
}
.clubs-grid .child-content--4-blocks {
  margin-top: 0;
  grid-template-areas: "area-1 area-2" "area-1 area-3" "area-4 .";
  width: 100%;
}
.clubs-grid .child-content--3-blocks-vertical {
  margin-top: 0;
  grid-template-areas: "area-1 area-2" "area-1 area-3";
  width: 100%;
}

.child-contingent .child-block {
  justify-content: space-between;
  gap: 0;
}
.child-contingent .child-block__title {
  white-space: normal;
  max-width: 100%;
}

.count-container {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-gap: 20px;
}
.count-container .child-heading {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
}
.count-container .child-box__title {
  max-width: 100%;
}

.child-government {
  grid-template-areas: none;
  grid-template-columns: repeat(3, 1fr);
}
.child-government .child-box__title {
  max-width: 100%;
}

.school-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr;
  grid-gap: 20px;
}
.school-grid .child-heading {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.school-grid .child-block {
  justify-content: space-between;
}
.school-grid .child-block__title {
  max-width: 100%;
}
.school-grid .child-row {
  display: grid;
  grid-template-columns: 1.5fr auto;
}

.school-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-template-areas: none;
}

.grid-2-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  height: 100%;
}
.grid-2-columns .child-row {
  padding: 15px 0;
}

.special-container {
  display: grid;
  grid-gap: 30px;
}

.teachers-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.coverage-container {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  grid-gap: 20px;
}

.staffing-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.child-wrapper {
  display: grid;
  grid-gap: 20px;
}

.child-storage {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
.child-storage .child-block {
  padding: 30px 25px;
}
.child-storage .child-block__title--normal {
  font-weight: 400;
}
.child-storage--teachers {
  display: grid;
  grid-template-columns: 1fr;
}
.child-storage--teachers .child-block {
  background: #D4E0F2;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
  padding: 15px;
}
.child-storage--normal {
  display: grid;
  grid-gap: 15px;
}
.child-storage--normal .child-block {
  background: #FFFFFF;
  border: 2px solid #E7D4F2;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
  padding: 10px;
}
.child-storage--normal .child-block__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #303030;
}
.child-storage--normal .child-block__number {
  font-weight: 700;
  font-size: 32px;
  color: #58419C;
}

.organization-section {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 20px;
}
@media (min-width: 320px) and (max-width: 1440px) {
  .organization-section {
    grid-template-columns: 1fr;
  }
}
.organization-section--professional {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 1440px) {
  .organization-section--professional {
    grid-template-columns: 1fr;
  }
}

.organization-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.organization-container__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #58419C;
}

.organization-wrapper--teachers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  grid-template-areas: "row-1 row-3" "row-2 row-3";
}
.organization-wrapper--violet .child-storage .child-block {
  background: #E7D4F2;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.organization-wrapper--violet .child-block--no-bg {
  background: #FFFFFF;
  border: 2px solid #E7D4F2;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.organization-wrapper--violet .child-block__title {
  max-width: 100%;
}
.organization-wrapper--violet .child-block--no-bg {
  background: #FFFFFF;
  border: 2px solid #E7D4F2;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.organization-wrapper--violet .child-block--no-bg .child-block__title {
  max-width: 100%;
}
.organization-wrapper--blue {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  height: 100%;
}
.organization-wrapper--blue .child-block--no-bg {
  background: #FFFFFF;
  border: 2px solid #B1CAEF;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.organization-wrapper--blue .child-block--no-bg .child-block__title {
  max-width: 100%;
}
.organization-wrapper--blue .child-block--blue {
  background: #D4E0F2;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.organization-wrapper--blue .child-block--blue .child-block__title {
  max-width: 100%;
}
.organization-wrapper--orange {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  height: 100%;
}
.organization-wrapper--orange .child-block--no-bg {
  background: #FFFFFF;
  border: 2px solid #F2DDD4;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.organization-wrapper--orange .child-block--no-bg .child-block__title {
  max-width: 100%;
}
.organization-wrapper--orange .child-block--orange {
  background: #F2DDD4;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.organization-wrapper--orange .child-block--orange .child-block__title {
  max-width: 100%;
}
.organization-wrapper--teachers-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.organization-wrapper--teachers-3 {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
}
.organization-wrapper--row-1 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas: "row-1 row-3" "row-2 row-3" "row-2 row-3";
}
.organization-wrapper--row-2 {
  display: grid;
  grid-gap: 15px;
  height: 100%;
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas: "row-1 row-3" "row-2 row-3";
}

.organization-row {
  display: grid;
}
.organization-row .child-row__text {
  white-space: normal;
}
.organization-row--row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.organization-row--row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.organization-row--normal {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.organization-row--normal .child-block {
  background: #E7D4F2;
  box-shadow: 0px 2px 7px rgba(143, 143, 232, 0.41);
}
.organization-row--1 {
  grid-area: row-1;
}
.organization-row--2 {
  grid-area: row-2;
}
.organization-row--3 {
  grid-area: row-3;
}

.organization-section {
  margin-bottom: 50px;
}
.organization-section .child-block__title--normal {
  font-weight: 400;
}
.organization-section .child-block__number--small {
  font-weight: 700;
  font-size: 16px;
  color: #58419C;
}
.organization-section .child-block--1 {
  grid-area: block-1;
}
.organization-section .child-block--2 {
  grid-area: block-2;
}
.organization-section .child-block--3 {
  grid-area: block-3;
}
.organization-section .organization-row--columns-1-2 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas: "block-1 block-2" "block-1 block-3";
}
.organization-section .organization-row--columns-2 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: none;
}

.title-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.title-container--teachers {
  grid-template-columns: 1fr 2fr;
}

.org-hr {
  width: 100%;
  height: 1px;
  background-color: #BDC3E9;
  margin: 0 !important;
}

.organization-block .child-box__title {
  max-width: 100%;
}

.correctional-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 20px;
}

/*# sourceMappingURL=main.css.map */
