:root {
  --trans: transparent;
  --gray: #333;
  --organization-bg: #f5f5f5;
  --yellow: #f5c35b;
  --org-table-divider: #3333334d;
  --white: white;
  --black: black;
  --lightgray: #dadada;
  --info-selection: 100px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: auto;
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  flex: 0 auto;
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

.heading {
  color: #fff;
  text-shadow: 4px 4px 1px #3333331c;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 46px;
  font-weight: 700;
  text-decoration: none;
}

.cell {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  mix-blend-mode: normal;
  background-color: #ffffffb3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
  box-shadow: 4px 4px 0 1px #0000001a;
}

.cell.profile-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
}

.cell.info-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 400px;
  display: flex;
}

.cell.extra-info {
  justify-content: center;
  align-items: center;
}

.cell.radar-card {
  justify-content: flex-start;
  align-items: center;
}

.cell.org-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cell.org-divisions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.cell.organization-table {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  overflow: visible;
}

.cell.users-table {
  margin-bottom: 40px;
}

.cell.org-info-edit {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.cell.user-actions {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #ffffff96;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 94px;
  display: flex;
}

.body {
  text-align: center;
  background-color: #fff8e1;
  background-image: linear-gradient(45deg, #f5c35b, #fff8e1 50%, #aae297);
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: transform .3s ease-in-out;
}

.body.login, .body.download {
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile-username {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.profile_input {
  text-align: center;
  border: 2px solid #00000024;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  z-index: auto;
  float: none;
  color: #ffd3d324;
  text-align: center;
  vertical-align: middle;
  flex: 0 auto;
  max-width: none;
  max-height: 24px;
  margin: 0 auto;
  padding-top: 0;
  display: inline-block;
  position: static;
  inset: 310% 0% auto auto;
}

.section {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.textfield {
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex: 1;
  margin-bottom: 0;
  padding-right: 66px;
  font-size: 18px;
  line-height: 1;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.form-block-2 {
  margin-left: 40px;
  margin-right: 40px;
}

.table-div-time {
  color: #fff;
  background-color: #fff;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.table-div-time.blank {
  border: 1px solid #0000;
  border-top-left-radius: 6px;
}

.table-div-time.today {
  color: #fff;
  background-color: #24738c;
  border-width: 2px;
  font-size: 18px;
  font-weight: 700;
}

.table-div-time.last-7 {
  color: #fff;
  background-color: #006480;
  font-size: 18px;
  font-weight: 700;
}

.table-div-time.last-30 {
  background-color: #24738c;
  font-size: 18px;
  font-weight: 700;
}

.table-div-time.total {
  background-color: #354b5d;
  border-top-right-radius: 6px;
  font-size: 18px;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #e477a000;
  border-radius: 8px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 19px;
  margin-right: 19px;
  padding: 2px;
}

.text-block-2 {
  font-weight: 700;
}

.table-div-category {
  background-color: #e0e0e0;
  padding: 5px;
  font-weight: 700;
}

.table-div-category.dark {
  background-color: #efefef;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.table-div-category.dark.left-corner {
  border-bottom-left-radius: 5px;
}

.table-div-category.light {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.table-div-score {
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-div-score.dark {
  background-color: #ffffff54;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.table-div-score.dark.right-corner {
  border-bottom-right-radius: 6px;
}

.table-div-score.light {
  background-color: #ffffff80;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.custom-date-picker {
  color: #000;
  text-align: center;
  background-color: #fff0;
  border: 0 solid #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding-right: 66px;
  font-size: 18px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 54px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  overflow: visible;
}

.custom_select {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-right: 66px;
  font-size: 18px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button {
  background-color: #52aeff;
  border-radius: 16px;
  flex: 0 auto;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.login-wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff9;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 24px 95px 0;
  display: flex;
  position: relative;
}

.login-text-field {
  background-color: var(--trans);
  color: #333;
  text-align: center;
  border: 0 solid #000;
  border-bottom: 1px solid #0000001f;
  margin-bottom: 24px;
  font-size: 22px;
}

.form-3 {
  flex-flow: column;
  display: flex;
}

.login-button {
  background-color: #9de7ae;
  border-radius: 16px;
  height: 60px;
  margin-top: 32px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
}

.image-4 {
  width: 72px;
  height: 72px;
  margin-bottom: 80px;
}

.form-block-4 {
  flex: 1;
  width: auto;
  margin-bottom: -30px;
}

.text-block-5, .text-block-6 {
  font-size: 18px;
}

.text-block-7 {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.text-block-8 {
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: block;
}

.text-block-9 {
  white-space: nowrap;
  overflow-wrap: normal;
}

.code-embed-2 {
  width: 100%;
  margin-left: 40px;
  padding-left: 0;
  display: none;
}

.div-block-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  width: 300px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.form-block-5 {
  margin-bottom: 0;
}

.form-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.tournamentmessage {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #93db9f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  display: block;
  position: relative;
  inset: auto 15% 0%;
}

.tournamentmessage.error {
  background-color: #db9393;
  display: block;
}

.div-block-4 {
  float: none;
  clear: none;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 240px;
  font-size: 12px;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.text-field-5 {
  text-align: center;
  border-radius: 16px;
  flex: 1;
  align-self: auto;
  padding: 12px 40px;
  font-size: 14px;
}

.admin-panel-tab {
  color: #333;
  text-align: right;
  border-right: 2px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.admin-panel-tab.unselected {
  color: #3333334d;
  border-right-width: 0;
}

.nav-tab {
  color: var(--gray);
  background-color: #dadada80;
  border-bottom: 0 solid #000;
  border-radius: 16px;
  margin-right: 0;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-tab.unselected {
  background-color: #0000;
  border-bottom-width: 0;
  display: block;
}

.list-item {
  border-bottom: 0 solid #000;
  margin-right: 0;
}

.quick-stack {
  margin-bottom: 40px;
  padding: 0 0 40px;
}

.logout_button {
  color: #fff;
  background-color: #112d46b0;
  border-radius: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

.quick-stack-2 {
  padding: 0;
}

.text-block-10 {
  border-bottom: 4px solid #000;
  margin-left: 600px;
  margin-right: 600px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.organization-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  align-self: auto;
  place-items: flex-start stretch;
  display: grid;
}

.organization-card {
  background-color: var(--organization-bg);
  border-radius: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.organization-name {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  height: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.organization-badge {
  color: #fff;
  background-color: #1fb215;
  border-radius: 8px;
  width: 120px;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
}

.organization-badge.type {
  background-color: #7189c7;
}

.organization-badge.capacity {
  background-color: #6faf6b;
}

.organization-badge.id {
  background-color: #dfad6d;
}

.organization-date {
  color: #fff;
  border-radius: 16px 0 0 16px;
  flex: none;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
}

.organization-date.end {
  border-radius: 0;
  width: 125px;
}

.organization-date.remaining {
  background-color: #d1d1d1;
  border-radius: 8px;
  width: 120px;
  margin-left: 12px;
}

.organization-date.start {
  width: 125px;
}

.org-dates {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  display: flex;
}

.org-dates.edit {
  justify-content: center;
  align-items: center;
}

.div-block-10 {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.image-8 {
  height: 32px;
}

.organization-image {
  border-radius: 16px;
  align-self: auto;
  display: block;
}

.loader {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
  display: none;
}

.loader.absolute {
  display: none;
  position: absolute;
  top: 20%;
  left: 40%;
}

.div-block-11 {
  display: none;
}

.profile-image {
  align-self: center;
  max-width: 30%;
}

.profile-status {
  color: #fff;
  background-color: #c7c7c7;
  border-radius: 16px;
  flex: none;
  padding: 8px 24px;
  font-weight: 500;
}

.code-embed-5 {
  width: 600px;
  height: 600px;
}

.organization-name-container {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  height: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.image-9 {
  width: 32px;
  max-width: none;
  position: static;
  right: 1413.25px;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.org-date {
  background-color: #d1d1d1;
  border-radius: 8px;
  flex: none;
  justify-content: space-between;
  width: 252px;
  display: flex;
}

.div-block-14 {
  border: 1.2px solid #fff;
  border-radius: 1px;
  flex: none;
  order: 0;
  align-self: center;
  width: 0;
  height: 16px;
  display: block;
  position: relative;
}

.org-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 200px 2fr 5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.org-info-divisions, .org-users-admins {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.org-info-image {
  align-self: center;
  max-width: 50%;
}

.division-and-search {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-bottom: 12px;
  display: flex;
}

.divisions-search-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  align-self: center;
  width: 60%;
  padding: 8px 10px;
  display: none;
}

.organization-h2 {
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  display: flex;
}

.org-info-name {
  align-self: center;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.org-info-name.edit {
  padding-bottom: 0;
  padding-left: 28px;
  padding-right: 28px;
}

.image-11 {
  width: 24px;
  max-width: none;
  padding-right: 0;
}

.code-embed-6 {
  width: 0;
}

.division-button {
  background-color: #9b9b9b;
  border-radius: 8px;
  justify-content: space-between;
  padding: 8px 16px;
  display: flex;
}

.division-button.selected {
  color: #fff;
}

.division-button.unselected {
  color: #9b9b9b;
  background-color: #fff;
}

.division-name {
  font-size: 18px;
}

.orga-table-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.add-user-button {
  border-radius: 8px;
  width: 40px;
  padding: 8px;
  font-style: normal;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.organization-report-button {
  background-color: var(--trans);
  color: #333;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.organization-report-button.division {
  display: block;
}

.org-table-container {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.org-table-header {
  background-color: var(--yellow);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
}

.org-table-header-cell {
  flex: 0 auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.org-table-header-cell.name {
  border-right: .5px solid var(--org-table-divider);
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.org-table-header-cell.email {
  border-right: .5px solid var(--org-table-divider);
  border-left: .5px solid var(--org-table-divider);
  width: 40%;
}

.org-table-header-cell.delete {
  border-left: .5px solid var(--org-table-divider);
  width: 10%;
}

.org-table-header-cell.report {
  border-right: .5px solid var(--org-table-divider);
  border-left: .5px solid var(--org-table-divider);
  width: 10%;
}

.org-table-body {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.org-table-row {
  background-color: #fff9;
  height: 56px;
  display: flex;
  overflow: visible;
}

.org-table-cell {
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.org-table-cell.name, .org-table-cell.email {
  align-self: center;
  width: 40%;
}

.org-table-cell.delete {
  align-self: auto;
  width: 10%;
}

.org-table-header-text {
  font-size: 16px;
  font-weight: 700;
}

.org-delete-button {
  vertical-align: baseline;
  border-radius: 8px;
  align-self: center;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.org-table-cell-text {
  word-break: break-all;
  font-size: 16px;
  font-weight: 400;
}

.org-table-body-wrapper {
  position: relative;
  overflow: visible;
}

.division-count {
  font-size: 18px;
}

.users-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 200px minmax(200px, 3fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.users-table-container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.users-table-header {
  background-color: #fdd887;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  min-width: 800px;
  display: flex;
}

.users-table-header-cell {
  border-right: .5px solid var(--org-table-divider);
  border-left: .5px solid var(--org-table-divider);
  flex: 0 auto;
  width: 25%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.users-table-header-cell.name {
  border-right: .5px solid var(--org-table-divider);
  text-align: left;
  width: 20%;
}

.users-table-header-cell.email {
  border-right: .5px solid var(--org-table-divider);
  border-left: .5px solid var(--org-table-divider);
  text-align: left;
  width: 20%;
  padding-left: 8px;
}

.users-table-header-cell.checkbox {
  border-left-width: 0;
  width: 5%;
}

.users-table-header-cell.user-type {
  border-right-width: 0;
  width: 16%;
}

.users-table-header-cell.date-register {
  width: 13%;
}

.users-table-header-cell.date-end {
  border-right-width: 0;
  width: 13%;
}

.users-table-header-cell.date-login {
  width: 13%;
}

.users-table-body-wrapper {
  flex-flow: column;
  width: 100%;
  min-width: 800px;
}

.users-table-body {
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.users-table-row {
  background-color: #fff9;
  height: 56px;
  display: flex;
  overflow: visible;
}

.users-table-cell {
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.users-table-cell.name, .users-table-cell.email {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 20%;
}

.users-table-cell.checkbox {
  width: 5%;
  position: static;
}

.users-table-cell.user-type {
  width: 16%;
}

.users-table-cell.date-register, .users-table-cell.date-end, .users-table-cell.date-login {
  width: 13%;
}

.users-table-header-text {
  padding-left: 8px;
  font-size: 16px;
  font-weight: 700;
}

.users-table-cell-text {
  word-break: break-all;
  font-size: 16px;
  font-weight: 400;
}

.users-table-cell-text.user-type {
  color: #fff;
  background-color: #acabab;
  border-radius: 16px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 120px;
  padding: 8px 16px;
}

.code-embed-8 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
}

.users-filters-comboboxes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.combobox {
  width: 50%;
  height: 40px;
}

.users-table-tools {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.code-embed-10 {
  order: 1;
}

.image-12 {
  height: 40px;
}

.users-add-search {
  justify-content: space-between;
  display: flex;
}

.org-badges {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.org-badges.edit {
  justify-content: center;
  align-items: center;
}

.org-edit-block {
  background-color: #fff6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  padding-left: 10px;
  display: flex;
}

.org-edit-block.location {
  min-height: 70px;
}

.org-edit-block.editable {
  background-color: #fff;
}

.image-13 {
  width: 24px;
}

.code-embed-11 {
  background-color: #ffffff03;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.code-embed-12 {
  position: absolute;
  left: 929.148px;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25 {
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 150px;
  height: 200px;
  display: flex;
}

.image-loader-parent {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.org-active-users {
  color: #999;
  align-self: center;
  font-size: 18px;
  font-weight: 700;
}

.org-active-users.count {
  font-weight: 400;
}

.list-item-2 {
  display: none;
}

.add-user-popup {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #b4b4b4a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
}

.add-user-panel {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--organization-bg);
  border-radius: 8px;
  flex-flow: column;
  width: 40%;
  padding: 28px;
  display: flex;
}

.add-user-text {
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spinner-parent {
  order: 0;
  width: 400px;
  height: 400px;
  display: flex;
  position: absolute;
}

.div-block-30 {
  opacity: 1;
  display: block;
}

.org-report-button {
  border-radius: 8px;
  align-self: center;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.chart-div {
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 500px;
  display: flex;
}

.user-report-popup {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #b4b4b4a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
}

.user-report-panel {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--organization-bg);
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.report-download-icon {
  vertical-align: baseline;
  border-radius: 8px;
  align-self: flex-end;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.text-block-18 {
  align-self: center;
  font-size: 18px;
  font-weight: 700;
}

.user-report-download-button {
  border-radius: 8px;
  align-self: flex-end;
  width: 20%;
  margin-top: 0;
  padding-left: 10px;
  display: flex;
}

.chart-div-parent {
  display: flex;
  position: relative;
}

.user-report-panel-top {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  width: 100%;
  margin-top: -20px;
  display: flex;
}

.report-dropdown-menu {
  align-self: center;
  width: 32%;
}

.report-dropdown-menu.time, .report-dropdown-menu.game {
  display: block;
}

.report-dropdown-menu.category {
  display: none;
}

.report-dropdown-menu.type {
  display: block;
}

.report-dropdown-menus {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  width: 70%;
  display: flex;
}

.organization-report-popup {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #b4b4b4a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  display: none;
  position: fixed;
  top: 0;
  overflow: scroll;
}

.organization-report-panel {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 1400px;
  min-width: 1400px;
  padding: 40px 40px 60px;
  display: none;
  overflow: visible;
}

.org-rep-top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.org-rep-top-logo-image {
  width: 130px;
}

.org-rep-top-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-self: center;
  width: 33%;
  display: flex;
}

.org-rep-top-header-text {
  border-bottom: 3px solid var(--gray);
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
}

.org-rep-top-header-date {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
}

.org-rep-top-logo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-self: center;
  width: 33%;
  display: flex;
}

.org-rep-top-logo-text {
  color: #f5c35b;
  align-self: center;
  font-size: 40px;
  font-weight: 700;
}

.org-rep-info {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.org-rep-info-image {
  border: 3px solid var(--gray);
  border-radius: 8px;
  height: 246px;
}

.org-rep-top-download {
  align-self: flex-start;
  width: 33%;
  display: flex;
}

.org-rep-info-table {
  border: 3px solid var(--gray);
  border-radius: 8px;
  flex: none;
  width: 60%;
  height: 246px;
  margin-left: 60px;
  overflow: hidden;
}

.org-rep-info-table-text {
  text-align: left;
  align-self: center;
  align-items: center;
  width: 30%;
  height: 48px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.org-rep-info-table-text.key {
  border-right: 1px solid var(--org-table-divider);
  align-self: center;
  height: 20px;
  font-weight: 700;
}

.org-rep-info-table-text.value {
  width: 70%;
  height: 20px;
  font-weight: 400;
}

.org-rep-info-table-row {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.org-rep-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.org-rep-section-header {
  border-bottom: 3px solid var(--gray);
  flex: 0 auto;
  align-self: center;
  padding-bottom: 8px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.org-rep-about-tables {
  grid-column-gap: 9%;
  grid-row-gap: 9%;
  flex-flow: row;
  display: flex;
}

.org-rep-about-div-table {
  width: 65%;
}

.org-rep-about-admin-table {
  width: 26%;
}

.org-rep-about-admin-table-header {
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.org-rep-about-admin-table-header-cell {
  background-color: var(--yellow);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.org-rep-table-header {
  border: 3px solid var(--gray);
  background-color: var(--yellow);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
}

.org-rep-about-div-table-header-cell {
  width: 30%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.org-rep-about-div-table-header-cell.name {
  width: 40%;
}

.org-rep-about-div-table-header-cell.count {
  width: 20%;
}

.org-rep-about-div-table-header-cell.admin {
  width: 40%;
}

.org-rep-about-div-table-header-text {
  font-size: 18px;
  font-weight: 700;
}

.org-rep-about-div-table-header-text.name, .org-rep-about-div-table-header-text.count {
  border-right: 1px solid var(--org-table-divider);
}

.org-rep-table-body {
  border-right: 3px solid var(--gray);
  border-bottom: 3px solid var(--gray);
  border-left: 3px solid var(--gray);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.org-rep-table-body.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  grid-template-rows: 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px;
  grid-template-columns: 15% 30% 40% 15%;
  grid-auto-rows: 44px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: grid;
}

.org-rep-table-body.div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  grid-template-rows: 44px 44px 44px;
  grid-template-columns: 40% 20% 40%;
  grid-auto-rows: 44px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: grid;
}

.org-rep-about-div-table-row {
  background-color: var(--white);
  display: flex;
}

.org-rep-about-div-table-cell {
  padding-top: 12px;
  padding-bottom: 12px;
}

.org-rep-about-div-table-cell.name, .org-rep-about-div-table-cell.count {
  width: 30%;
}

.org-rep-about-div-table-cell.admin {
  width: 40%;
}

.org-rep-about-div-table-text {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 18px;
  display: block;
}

.org-rep-about-admin-table-body {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.org-rep-about-admin-table-row {
  background-color: var(--white);
}

.org-rep-about-admin-table-text {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.org-rep-categories {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.org-rep-categories-header {
  font-size: 24px;
  font-weight: 700;
}

.org-rep-categories-tables {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.org-rep-category-table {
  width: 100%;
}

.org-rep-category-header {
  border-top: 3px solid var(--gray);
  border-right: 3px solid var(--gray);
  border-left: 3px solid var(--gray);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  align-self: center;
  width: 20%;
  padding: 8px 24px;
  font-size: 22px;
  font-weight: 700;
}

.org-rep-category {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.org-rep-category-table-header {
  background-color: var(--yellow);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
}

.org-rep-category-table-header-cell {
  width: 30%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.org-rep-category-table-header-cell.rank {
  width: 15%;
}

.org-rep-category-table-header-cell.div {
  width: 30%;
}

.org-rep-category-table-header-cell.user {
  width: 40%;
}

.org-rep-category-table-header-cell.score {
  width: 15%;
}

.org-rep-category-table-header-text {
  font-size: 18px;
  font-weight: 700;
}

.org-rep-category-table-header-text.rank, .org-rep-category-table-header-text.div, .org-rep-category-table-header-text.user {
  border-right: 1px solid var(--org-table-divider);
}

.org-rep-category-div-table-body {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.org-rep-category-div-table-row {
  background-color: var(--white);
  display: flex;
}

.org-rep-category-div-table-cell {
  padding-top: 12px;
  padding-bottom: 12px;
}

.org-rep-category-div-table-cell.rank {
  width: 15%;
}

.org-rep-category-div-table-cell.div {
  width: 30%;
}

.org-rep-category-div-table-cell.user {
  width: 40%;
}

.org-rep-category-div-table-cell.score {
  width: 15%;
  display: block;
}

.org-rep-category-div-table-text {
  font-size: 18px;
}

.org-rep-games {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  order: 0;
  align-self: center;
  width: 100%;
  display: flex;
}

.org-rep-games-header {
  font-size: 24px;
  font-weight: 700;
}

.org-rep-games-table {
  align-self: center;
  width: 80%;
  display: block;
}

.org-rep-games-table-header {
  background-color: var(--yellow);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
}

.org-rep-games-table-header-cell {
  width: 30%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.org-rep-games-table-header-cell.category {
  width: 15%;
}

.org-rep-games-table-header-cell.game {
  width: 30%;
}

.org-rep-games-table-header-cell.user {
  width: 40%;
}

.org-rep-games-table-header-cell.score {
  width: 15%;
}

.org-rep-games-table-header-text {
  font-size: 18px;
  font-weight: 700;
}

.org-rep-games-table-header-text.category, .org-rep-games-table-header-text.game, .org-rep-games-table-header-text.user, .org-rep-games-table-header-text.score {
  border-right: 1px solid var(--org-table-divider);
}

.org-rep-games-table-cell {
  background-color: var(--white);
}

.org-rep-games-table-cell.category {
  text-align: center;
  background-color: #fdd88766;
  flex-flow: column-reverse;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.org-rep-games-table-cell.game {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.org-rep-games-table-cell.game.first {
  padding-top: 23px;
}

.org-rep-games-table-cell.user {
  justify-content: center;
  align-items: center;
  display: flex;
}

.org-rep-games-table-text {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  display: flex;
}

.org-rep-games-table-text.category {
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-weight: 700;
  transform: rotate(-90deg);
}

.org-rep-games-table-text.game {
  border-right: 1px solid var(--org-table-divider);
  border-bottom: 1px solid var(--org-table-divider);
  width: 100%;
}

.org-rep-games-table-vertical {
  border-bottom: 1px solid var(--org-table-divider);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0 0 8px 8px;
  grid-template-rows: 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px 44px;
  grid-template-columns: 15% 30% 40% 15%;
  grid-auto-rows: 44px;
  grid-auto-flow: column;
  overflow: hidden;
}

.org-rep-stats {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.org-rep-stats-header {
  font-size: 24px;
  font-weight: 700;
}

.org-rep-stats-category-table {
  width: 80%;
}

.org-rep-stats-table-header {
  background-color: var(--yellow);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
}

.org-rep-stats-table-header-cell {
  width: 15%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.org-rep-stats-table-header-cell.category, .org-rep-stats-table-header-cell.today {
  width: 20%;
}

.org-rep-stats-table-header-cell.most-played {
  width: 100%;
}

.org-rep-stats-table-header-cell.week, .org-rep-stats-table-header-cell.month, .org-rep-stats-table-header-cell.total {
  width: 20%;
}

.org-rep-stats-category-tables {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.org-rep-stats-most-played-table {
  width: 48%;
  display: none;
}

.org-rep-table-row {
  display: flex;
}

.org-rep-stats-table-cell.category, .org-rep-stats-table-cell.today, .org-rep-stats-table-cell.week, .org-rep-stats-table-cell.month {
  width: 20%;
}

.org-rep-stats-table-cell.user {
  width: 100%;
}

.org-rep-stats-table-cell.total {
  width: 20%;
}

.org-rep-stats-table-text {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.image-14 {
  width: 240px;
}

.org-rep-about-div-grid-cell.name {
  border-right: 1px solid var(--org-table-divider);
  border-bottom: 1px solid var(--org-table-divider);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.org-rep-about-div-grid-cell.count {
  border-right: 1px solid var(--org-table-divider);
  border-bottom: 1px solid var(--org-table-divider);
  justify-content: center;
  align-items: center;
  display: flex;
}

.org-rep-about-div-grid-cell.admin {
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.org-rep-about-div-grid-cell.admin.end {
  border-bottom: 1px solid var(--org-table-divider);
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding: 30px;
  display: flex;
}

.download-header {
  border-bottom: 3px solid var(--yellow);
  color: var(--yellow);
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2vh;
  font-weight: 700;
}

.download-header.small {
  padding-bottom: 4px;
  font-size: 1.5vh;
}

.image-15 {
  width: 12vh;
}

.text-block-19 {
  font-size: 16px;
  line-height: 40px;
}

.body-temp {
  text-align: center;
  background-color: #fff8e1;
  background-image: linear-gradient(45deg, #f1b1de, #ffffe1 49%, #b95d77);
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: transform .3s ease-in-out;
}

.body-temp.login, .body-temp.download {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-32 {
  height: 400vh;
}

.div-block-33 {
  height: 30vh;
}

.div-block-34 {
  justify-content: center;
  align-items: flex-start;
  height: 1500vh;
  display: flex;
}

.div-block-34.last {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.div-block-35 {
  background-color: #9797976b;
  border-radius: 16px;
  margin-top: 400px;
  margin-bottom: 400px;
}

.div-block-35.message {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 100px 100px 100px 100px;
  grid-template-columns: 100px 100px 100px 100px 100px;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.div-block-35.asdfasdf {
  margin-top: 0;
  margin-bottom: 100px;
}

.text-block-20 {
  color: #fff;
  padding: 160px;
  font-size: 40px;
}

.text-block-20.last {
  padding: 41px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #9797976b;
  border-radius: 16px;
  width: 540px;
  height: 540px;
}

.text-block-21 {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 80px;
  font-weight: 700;
  display: flex;
}

.text-block-21.irmakim {
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  font-size: 110px;
  transform: rotate(0);
}

.text-block-21.akim {
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
  margin-right: -5px;
  font-size: 150px;
  transform: rotate(90deg);
}

.text-block-21.seni {
  color: #b92851;
  font-size: 100px;
  line-height: 100px;
}

.lottie-animation {
  width: 120px;
}

.organization-report-panel-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10%;
  display: flex;
  overflow: visible;
}

.org-report-loader {
  display: block;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .cell {
    flex-flow: column;
  }

  .organization-container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }
}

#w-node-bf407f3e-ade8-ddea-d81b-377fa14479d6-1bc48fc1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.5fr .5fr;
}

#w-node-bf407f3e-ade8-ddea-d81b-377fa14479d7-1bc48fc1, #w-node-bf407f3e-ade8-ddea-d81b-377fa14479d8-1bc48fc1, #w-node-_12409ef7-d89c-d590-4c0c-6357a15aa320-1bc48fc1 {
  grid-row: span 2 / span 2;
}

#w-node-bf407f3e-ade8-ddea-d81b-377fa14479d6-4ab9b39c {
  grid-template-rows: 400px auto;
  grid-template-columns: 200px minmax(400px, 6fr);
}

#w-node-_12409ef7-d89c-d590-4c0c-6357a15aa320-4ab9b39c {
  grid-row: span 2 / span 2;
}

#w-node-_6c272905-74cb-e9a7-baa6-b2cef715b98f-da51ef57 {
  justify-self: center;
}

#w-node-_70a4838d-3435-dbf1-e74b-c12fc289ea0f-da51ef57 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_70a4838d-3435-dbf1-e74b-c12fc289ea12-da51ef57 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: auto;
}

#w-node-_70a4838d-3435-dbf1-e74b-c12fc289ea15-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ea18-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ea1b-da51ef57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_70a4838d-3435-dbf1-e74b-c12fc289eba4-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eba8-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebac-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebb0-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebb4-da51ef57 {
  grid-area: span 12 / span 1 / span 12 / span 1;
  place-self: center;
}

#w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebb8-da51ef57 {
  grid-area: span 12 / span 1 / span 12 / span 1;
  place-self: auto;
}

#w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebbc-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebbf-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebc2-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebc5-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebc8-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebcb-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebce-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebd1-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebd4-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebd7-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebda-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebdd-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebe0-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebe3-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebe6-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebe9-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebec-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebef-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebf2-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebf5-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebf8-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebfb-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ebfe-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec01-da51ef57 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec04-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec07-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec0a-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec0d-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec10-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec13-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec16-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec19-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec1c-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec1f-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec22-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec25-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec28-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec2b-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec2e-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec31-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec34-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec37-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec3a-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec3d-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec40-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec43-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec46-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec49-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec4c-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec4f-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec52-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec55-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec58-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec5b-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec5e-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec61-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec64-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec67-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec6a-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec6d-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec70-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec73-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec76-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec79-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec7c-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec7f-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec82-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec85-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec88-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec8b-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec8e-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec91-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec94-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec97-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec9a-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ec9d-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eca0-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eca3-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eca6-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eca9-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecac-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecaf-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecb2-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecb5-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecb8-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecbb-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecbe-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecc1-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecc4-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecc7-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecca-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eccd-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecd0-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecd3-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecd6-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecd9-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecdc-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecdf-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ece2-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ece5-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ece8-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eceb-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecee-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecf1-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecf4-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecf7-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecfa-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ecfd-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed00-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed03-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed06-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed09-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed0c-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed0f-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed12-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed15-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed18-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed1b-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed1e-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed21-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed24-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed27-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed2a-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed2d-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed30-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed33-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed36-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed39-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed3c-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed3f-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed42-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed45-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed48-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed4b-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed4e-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed51-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed54-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed57-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed5a-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed5d-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed60-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed63-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed66-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed69-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed6c-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed6f-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed72-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed75-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed78-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed7b-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed7e-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed81-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed84-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed87-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed8a-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed8d-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed90-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed93-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed96-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed99-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed9c-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289ed9f-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eda2-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eda5-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289eda8-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289edab-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289edae-da51ef57, #w-node-_70a4838d-3435-dbf1-e74b-c12fc289edb1-da51ef57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff3b278a-6b26-9699-fb18-f5c683e32a91-a7cbfb9f {
  grid-template-rows: 100px 100px 100px 100px 100px;
  grid-template-columns: 100px 100px 100px 100px 100px;
}

#w-node-ff3b278a-6b26-9699-fb18-f5c683e32a92-a7cbfb9f {
  grid-column: span 2 / span 2;
}

#w-node-_0c3ad19e-fda8-ff81-e5ef-01fdf5583e12-a7cbfb9f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_5b100737-e765-0d49-6f81-8e0682d4970f-a7cbfb9f {
  grid-column: span 2 / span 2;
}

#w-node-_699793c7-8468-0f8b-f91f-ea2ec1781143-a7cbfb9f {
  grid-column: span 3 / span 3;
}

#w-node-db820b44-5b79-34c5-a7a7-8ad9d754cd11-a7cbfb9f, #w-node-_33a6c1be-dc50-df21-b74f-053783b1cc59-a7cbfb9f {
  grid-row: span 3 / span 3;
}

#w-node-d0eaf0b1-bbf6-bb98-77fe-eeac999bc8f5-a7cbfb9f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-bf407f3e-ade8-ddea-d81b-377fa14479d6-4ab9b39c {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  #w-node-_12409ef7-d89c-d590-4c0c-6357a15aa320-4ab9b39c {
    grid-row: span 2 / span 2;
  }
}


