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

body {
  font-family: 'Avenir Next Arabic W01 Regular';
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.sidenav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999;
  background-color: transparent;
}

.side-menu-btn {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 5px;
}

.side-menu-hamburger {
  font-size: 40px;
  line-height: 40px;
}

.side-menu {
  position: fixed;
  top: 0px;
  overflow: auto;
  width: 250px;
  height: 2000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2f455c;
}

.flinder-logo {
  margin-top: 8px;
  margin-bottom: 20px;
  margin-left: 8px;
}

.side-menu-close {
  padding-top: 19px;
  padding-left: 60px;
}

.sidenav-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.sidenav-link:hover {
  background-color: #fff;
  color: #2f445c;
}

.header-dropdown {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile-img {
  border-radius: 20px;
}

.header-dropdown-toggle {
  padding: 5px 10px;
}

.header-dropdown-list {
  margin-top: 10px;
}

.header-dropdown-list.w--open {
  right: 10px;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7f7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 3px 2px #ccc;
}

.header-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9998;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #ccc;
}

.grid-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: minmax(60px, 60px);
  grid-column-gap: 5px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: minmax(auto, -webkit-max-content) 5px minmax(-webkit-max-content, 1fr) 5px minmax(auto, -webkit-max-content) 5px minmax(35px, 35px) 5px minmax(50px, 50px) 5px minmax(60px, 60px);
  -ms-grid-columns: minmax(auto, max-content) 5px minmax(max-content, 1fr) 5px minmax(auto, max-content) 5px minmax(35px, 35px) 5px minmax(50px, 50px) 5px minmax(60px, 60px);
  grid-template-columns: minmax(auto, -webkit-max-content) minmax(-webkit-max-content, 1fr) minmax(auto, -webkit-max-content) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
  grid-template-columns: minmax(auto, max-content) minmax(max-content, 1fr) minmax(auto, max-content) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dashboard-name {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.fav-star-img {
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
}

.company-name {
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-dropdown-spacer {
  width: 90%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5%;
  background-color: #f1f1f1;
}

.header-dropdown-link {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 18px;
}

.header-dropdown-link:hover {
  background-color: #f1f1f1;
}

.sidenav-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sidenav-spacer {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #999;
}

.sidenavdropdown {
  display: none;
  width: 100%;
  margin-bottom: 100px;
  float: left;
  clear: both;
}

.sidenav-dropdown-list {
  background-color: transparent;
  line-height: 18px;
}

.sidenav-dropdown-list.w--open {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.container-sidenav {
  max-height: 3000px;
  min-height: 2000px;
}

.container-filter {
  display: block;
  height: 30px;
  max-width: 100%;
}

.filter-txt {
  display: none;
}

.filter-scroll-wrapper {
  position: relative;
  display: inline-block;
  overflow: auto;
  width: 100vw;
  height: 30px;
  white-space: nowrap;
}

.filter-form-block {
  display: block;
  margin-bottom: 0px;
}

.filter-select {
  display: inline-block;
  height: 25px;
  max-width: 200px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding: 0px 20px 0px 0px;
  border: 0px none transparent;
  background-color: transparent;
  background-image: url('../images/iconsMB-chevron-black.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/iconsMB-chevron-black.svg'), linear-gradient(180deg, transparent, transparent);
  background-position: 100% 50%, 0px 0px;
  background-size: 10px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  -o-object-fit: contain;
  object-fit: contain;
}

.sidenav-scroll-wrapper {
  overflow: scroll;
  width: 100%;
  max-height: 85vh;
  min-height: 10vh;
  background-color: transparent;
}

.sidenav-header {
  width: 100%;
  height: 45px;
}

.section-footer {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.footer-copyright {
  font-size: 12px;
}

.sidenav-dropdown {
  width: 100%;
  margin-bottom: 100px;
  float: left;
  clear: both;
}

.sidenav-dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.icon-chevron-down {
  color: #fff;
}

.bg-grey {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.f-formblock {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #ccc;
}

.f-formblock.f-loginblock {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.f-formblock.f-profileblock {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 180px;
  padding-left: 180px;
  box-shadow: 0 0 3px 0 #ccc;
}

.f-text-field {
  height: 50px;
  margin-bottom: 0px;
  background-color: #f7f7f7;
  box-shadow: 0 0 2px 0 #ccc;
}

.f-field-label {
  margin-top: 25px;
  margin-bottom: 0px;
  font-weight: 400;
}

.btn-primary {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #f82a72;
  box-shadow: 0 1px 3px 0 #ccc;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: #c60649;
  box-shadow: none;
}

.btn-primary:focus {
  background-color: #c60649;
  box-shadow: none !important; 
}

.btn-primary:active {
  background-color: #c60649 !important;
  border:none !important;
  box-shadow: none;
}

.btn-primary.btn-large {
  width: 100%;
  line-height: 50px;
}

.f-form-title {
  margin-bottom: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.link {
  color: #fd6e3f;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  text-decoration: none;
}

.formmessage {
  height: 40px;
}

.formfooter {
  margin: 25px auto;
  text-align: center;
}

.text-block {
  display: inline-block;
  font-size: 14px;
}

.link-2 {
  display: inline-block;
  padding-left: 5px;
  color: #f82a72;
  font-size: 14px;
}

.image {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.btn-secondary {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #f12a73;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #ccc;
  color: #f12a73;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.btn-secondary:hover {
  border-color: #c60649;
  background-color: #fff;
  box-shadow: none;
  color: #c60649;
}

.btn-secondary:active {
  box-shadow: none;
}

.btn-secondary.btn-disabled {
  border-color: #ccc;
  box-shadow: none;
  color: #ccc;
  cursor: not-allowed;
}

.btn-secondary.btn-large {
  width: 100%;
  line-height: 50px;
}

.image-2 {
  border-radius: 50px;
}

.username-block {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.email-block {
  margin-bottom: 25px;
  font-size: 14px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-section {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.remove-photo {
  margin-left: 10px;
  color: #999;
  font-size: 12px;
  text-decoration: none;
}

.remove-photo:hover {
  text-decoration: underline;
}

.grid-table-portfolio {
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 2.5fr 1.5fr 0.5fr 1.5fr 1fr 1fr;
  grid-template-columns: 2.5fr 1.5fr 0.5fr 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f2f2f2;
}

.grid-table-view {
  display: block;
  text-align: center;
}

.grid-table-admin {
  display: block;
  text-align: center;
}

.grid-table-company-name-title {
  font-weight: 500;
}

.grid-table-integrations-title {
  font-weight: 500;
}

.grid-table-users-title {
  font-weight: 500;
}

.grid-table-accessed-title {
  font-weight: 500;
}

.grid-table-view-title {
  font-weight: 500;
  text-align: center;
}

.grid-table-admin-title {
  font-weight: 500;
  text-align: center;
}

.grid-table-dropdown {
  display: none;
  text-align: center;
}

.grid-table-dropdown-toggle {
  padding: 0px 0px 0px 10px;
}

.grid-table-dropdown-list {
  margin-top: 10px;
}

.grid-table-dropdown-list.w--open {
  right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7f7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 3px 2px #ccc;
}

.grid-table-more-title {
  display: none;
  font-weight: 500;
  text-align: center;
}

.account-profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-alt {
  height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 10px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #ccc;
  color: #f12a73;
  font-size: 40px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
}

.btn-alt:hover {
  box-shadow: none;
  color: #c60649;
}

.btn-alt:active {
  box-shadow: none;
}

.search-button {
  display: none;
}

.field-label {
  display: none;
}

.f-search-box {
  display: inline-block;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 50px;
  border-radius: 5px;
  background-image: url('../images/iconsMB-search.svg');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 #ccc;
}

.f-search-box:focus {
  border: 1px solid #2f455c;
}

.f-search {
  width: 320px;
  margin-bottom: 0px;
}

.box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: block;
  background-color: #fff;
  box-shadow: none;
}

.grid-table-useradmin {
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 2fr 1.5fr 1fr 1.5fr;
  grid-template-columns: 2fr 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f2f2f2;
}

.grid-table-role-title {
  font-weight: 500;
  text-align: center;
}

.grid-table-remove-title {
  font-weight: 500;
  text-align: center;
}

.grid-table-role {
  display: block;
  text-align: center;
}

.grid-table-remove {
  display: block;
  text-align: center;
}

.grid-table-integration {
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 2fr 1.5fr 1fr 1fr;
  grid-template-columns: 2fr 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f2f2f2;
}

.grid-table-integration-name-title {
  font-weight: 500;
}

.grid-table-integration-name {
  display: inline-block;
}

.grid-table-refresh {
  display: block;
  text-align: center;
}

.grid-table-user-name-title {
  font-weight: 500;
}

.f-container {
  margin-right: 20px;
  margin-left: 20px;
}

.grid-table-integration-refresh-title-copy {
  font-weight: 500;
}

.grid-table-integration-remove-title {
  font-weight: 500;
}

.grid-table-integration-img {
  margin-right: 5px;
}

.grid-table-integration-name-text {
  display: inline-block;
}

.grid-dashboard-tile-16x9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  background-color: #fff;
}

.grid-dashboard-tile-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: none;
  object-fit: none;
}
.grid-dashboard-tile-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: none;
  object-fit: none;
}

.grid-dashboard-tile-img {
  overflow: hidden;
}

.grid-dash-3 {
  display: -ms-grid;
  display: grid;
  margin: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-dash-4 {
  display: -ms-grid;
  display: grid;
  margin: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-dash-2 {
  display: -ms-grid;
  display: grid;
  margin: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-dash-5 {
  display: -ms-grid;
  display: grid;
  margin: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-dash-6 {
  display: -ms-grid;
  display: grid;
  margin: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-dash-1 {
  display: -ms-grid;
  display: grid;
  margin: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dashboard-row {
  width: 100%;
}

.dash-col-4 {
  display: inline-block;
  width: 25%;
  padding: 2px 5px;
}

.tile-content-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dash-tile-16x9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 7px;
  background-color: #fff;
}

.tile-title {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
}

.dash-tile-img {
  overflow: hidden;
}

.dash-col-3 {
  display: inline-block;
  width: 33.3%;
  padding: 2px 5px;
}

.dash-tile-xs {
  position: relative;
  width: 100%;
  height: 70px;
  border-radius: 7px;
  background-color: #fff;
}

.dash-tile-s {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100px;
  border-radius: 7px;
  background-color: #fff;
}

.dash-col-2 {
  display: inline-block;
  width: 50%;
  padding: 2px 5px;
}

.dash-col-1 {
  display: inline-block;
  width: 100%;
  padding: 2px 5px;
}

.dash-col-5 {
  display: inline-block;
  width: 20%;
  padding: 2px 5px;
}

.dash-col-6 {
  display: inline-block;
  width: 16.66%;
  padding: 2px 5px;
}

.dash-col-60 {
  display: inline-block;
  width: 60%;
  padding: 2px 5px;
}

.dash-col-40 {
  display: inline-block;
  width: 40%;
  padding: 2px 5px;
}

.grid-dash-60-40 {
  display: -ms-grid;
  display: grid;
  margin: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-dashboard-tile-large {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  border-radius: 8px;
  background-color: #fff;
}

.grid-dashboard-tile-large-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
}

.grid-dashboard-tile-xsmall {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 70px;
  border-radius: 8px;
  background-color: #fff;
}

.grid-dashboard-tile-small {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
  border-radius: 8px;
  background-color: #fff;
}

.grid-dashboard-tile-medium {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  border-radius: 8px;
  background-color: #fff;
}

.grid-dashboard-tile-xlarge {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  border-radius: 8px;
  background-color: #fff;
}

.tab-link-close {
  padding-left: 10px;
}

.tab-link-close.w--current {
  padding-right: 10px;
}

.filternav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999;
  background-color: transparent;
}

.container-filternav {
  max-height: 3000px;
  min-height: 2000px;
}

.filter-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  width: 285px;
  height: 2000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
  box-shadow: -3px 0 10px 1px #ccc;
}

.filter-menu-btn {
  position: fixed;
  top: 6px;
  right: 120px;
  padding: 5px;
}

.filternav-scroll-wrapper {
  overflow: scroll;
  width: 100%;
  max-height: 85vh;
  min-height: 10vh;
  background-color: transparent;
}

.filter-menu-close {
  display: inline-block;
}

.filter-heading {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.filter-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-placeholder {
  width: 35px;
}

.filter-header-title {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.accordion-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.accordion-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.accordion__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordion__plus-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.accordion__bar-vert {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ababab;
}

.accordion__bar-hor {
  width: 100%;
  height: 2px;
  background-color: #ababab;
}

.accordion__content-wrap {
  overflow: hidden;
  height: 0%;
  margin-left: 10px;
}

.accordion__content {
  margin: 10px;
}

.checkbox-field {
  text-align: left;
}

.checkbox-label {
  font-size: 14px;
}

.radio-button-label {
  font-size: 14px;
}

.radio-button-field {
  text-align: left;
}

.datepicker-placeholder {
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.filter-title-small {
  font-size: 12px;
  text-align: left;
}

.dash-tile-l {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  border-radius: 7px;
  background-color: #fff;
}

.dash-tile-m {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  border-radius: 7px;
  background-color: #fff;
}

.dash-tile-xl {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 7px;
  background-color: #fff;
}

.filternav-spacer {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e7e7e7;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.disable {
  color: #939393;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}


@media screen and (max-width: 991px) {
  .grid-header {
    grid-auto-columns: minmax(50px, 50px);
    grid-column-gap: 2px;
    -ms-grid-columns: minmax(auto, -webkit-max-content) minmax(auto, 1fr) minmax(auto, -webkit-max-content) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
    -ms-grid-columns: minmax(auto, max-content) minmax(auto, 1fr) minmax(auto, max-content) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
    grid-template-columns: minmax(auto, -webkit-max-content) minmax(auto, 1fr) minmax(auto, -webkit-max-content) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
    grid-template-columns: minmax(auto, max-content) minmax(auto, 1fr) minmax(auto, max-content) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
  }

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

  .f-formblock.f-profileblock {
    width: 650px;
    padding-right: 160px;
    padding-left: 160px;
  }

  .grid-table-portfolio {
    -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
  }

  .grid-table-integrations {
    display: none;
  }

  .grid-table-users {
    display: none;
  }

  .grid-table-integrations-title {
    display: none;
  }

  .grid-table-users-title {
    display: none;
  }

  .grid-table-useradmin {
    -ms-grid-columns: 2fr 1.5fr 1fr 1.5fr;
    grid-template-columns: 2fr 1.5fr 1fr 1.5fr;
  }

  .grid-table-integration {
    -ms-grid-columns: 1.5fr 1.5fr 1fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr 1fr 1.5fr;
  }

  .grid-dash-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-dash-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-dash-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-dash-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-dash-6 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-dash-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-dash-60-40 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .filter-menu-btn {
    top: 6px;
    right: 112px;
  }
}

@media screen and (max-width: 767px) {
  .flinder-logo {
    padding-left: 0px;
  }

  .grid-header {
    -ms-grid-columns: minmax(auto, -webkit-max-content) minmax(auto, 1fr) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
    -ms-grid-columns: minmax(auto, max-content) minmax(auto, 1fr) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
    grid-template-columns: minmax(auto, -webkit-max-content) minmax(auto, 1fr) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
    grid-template-columns: minmax(auto, max-content) minmax(auto, 1fr) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
  }

  .dashboard-name {
    font-size: 14px;
    line-height: 16px;
  }

  .company-name {
    display: none;
  }

  .f-formblock.f-profileblock {
    width: 450px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .grid-table-portfolio {
    grid-row-gap: 2px;
    -ms-grid-columns: 2.5fr 1fr 1fr;
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .grid-table-accessed {
    font-size: 12px;
  }

  .grid-table-accessed-title {
    display: none;
    font-size: 12px;
  }

  .box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-table-useradmin {
    grid-row-gap: 2px;
    -ms-grid-columns: 2fr 1fr 2fr;
    grid-template-columns: 2fr 1fr 2fr;
  }

  .grid-table-integration {
    grid-row-gap: 2px;
    -ms-grid-columns: 1.5fr 1fr 1.5fr;
    grid-template-columns: 1.5fr 1fr 1.5fr;
  }

  .grid-table-integration-img {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header-dropdown-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-dropdown-list {
    z-index: 999;
  }

  .header-sticky {
    padding: 0px;
  }

  .grid-header {
    padding-left: 0px;
    grid-auto-rows: 60px;
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(auto, -webkit-max-content) minmax(auto, 1fr) minmax(35px, 35px) minmax(50px, 50px) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
    -ms-grid-columns: minmax(auto, max-content) minmax(auto, 1fr) minmax(35px, 35px) minmax(50px, 50px) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
    grid-template-columns: minmax(auto, -webkit-max-content) minmax(auto, 1fr) minmax(35px, 35px) minmax(50px, 50px) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
    grid-template-columns: minmax(auto, max-content) minmax(auto, 1fr) minmax(35px, 35px) minmax(50px, 50px) minmax(35px, 35px) minmax(50px, 50px) minmax(60px, 60px);
  }

  .dashboard-name {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .dashboard-fav {
    display: block;
    padding-left: 40px;
  }

  .f-formblock {
    width: 300px;
  }

  .f-formblock.f-loginblock {
    width: 90%;
  }

  .f-formblock.f-profileblock {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-primary.btn-flex {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .btn-secondary.btn-flex {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid-table-portfolio {
    padding-right: 0px;
    grid-column-gap: 4px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-table-view {
    display: none;
  }

  .grid-table-admin {
    display: none;
  }

  .grid-table-company-name-title {
    display: block;
  }

  .grid-table-view-title {
    display: none;
  }

  .grid-table-admin-title {
    display: none;
  }

  .grid-table-dropdown {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid-table-dropdown-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 30px;
  }

  .grid-table-dropdown-list {
    box-shadow: none;
  }

  .grid-table-dropdown-list.w--open {
    top: -17px;
    right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-style: none;
    box-shadow: none;
  }

  .f-search {
    width: 100%;
  }

  .box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-table-useradmin {
    padding-right: 0px;
    grid-column-gap: 4px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-table-role-title {
    display: none;
  }

  .grid-table-remove-title {
    display: none;
  }

  .grid-table-role {
    display: none;
  }

  .grid-table-remove {
    display: none;
  }

  .grid-table-integration {
    padding-right: 0px;
    grid-column-gap: 4px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-table-integration-name-title {
    display: block;
  }

  .grid-table-refresh {
    display: none;
  }

  .grid-table-user-name-title {
    display: block;
  }

  .grid-table-integration-refresh-title-copy {
    display: none;
  }

  .grid-table-integration-remove-title {
    display: none;
  }

  .grid-dash-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-dash-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-dash-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-dash-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-dash-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-dash-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-dash-60-40 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .filter-menu-btn {
    right: 105px;
  }

  .filter-placeholder {
    width: 3px;
  }

  .accordion__plus-wrapper {
    margin-top: 15px;
    margin-left: 20px;
  }
}

#w-node-_4e9115bf-85aa-e9a2-f007-db0f13442c33-8bbabfaf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_464f4a2c-e785-98bf-3548-d8cd9e7d7edb-8bbabfaf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_266e3fea-112a-bdea-c8a4-1c0b955f097c-8bbabfaf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6f80cf22-6c4d-73f0-5ee7-591b86e6fc2b-8bbabfaf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a3640924-888e-bc12-e389-de596bbab9f3-8bbabfaf {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52883-8bbabfaf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d58c51f1-d45f-06be-cdd1-bd4a0af834d7-1fbabfb1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6905b32e-f9d4-8494-3cf0-899785860e30-1fbabfb1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e9115bf-85aa-e9a2-f007-db0f13442c33-1fbabfb1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_08601a5f-8a0d-5ae5-41e8-c77a47329dce-1fbabfb1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a856a8ed-529a-ba40-c470-f67f1af6126d-1fbabfb1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6f80cf22-6c4d-73f0-5ee7-591b86e6fc2b-1fbabfb1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_69c1a281-199c-8f3b-2ea7-dd86cb20430e-1fbabfb1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52881-1fbabfb1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52883-1fbabfb1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e9115bf-85aa-e9a2-f007-db0f13442c33-5cbabfb6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_08601a5f-8a0d-5ae5-41e8-c77a47329dce-5cbabfb6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a856a8ed-529a-ba40-c470-f67f1af6126d-5cbabfb6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6f80cf22-6c4d-73f0-5ee7-591b86e6fc2b-5cbabfb6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52883-5cbabfb6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-a3640924-888e-bc12-e389-de596bbab9f3-8bbabfaf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52883-8bbabfaf {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a5287e-1fbabfb1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52883-1fbabfb1 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a5287e-5cbabfb6 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52883-5cbabfb6 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_502ed7c0-8b4d-96c6-a09d-e1b4f0140239-44babfa7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_502ed7c0-8b4d-96c6-a09d-e1b4f014023b-44babfa7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_161320c4-cb1c-ded4-b2e0-a8895b0510f3-44babfa7 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7c42ea8e-7fee-51df-8b4e-a825499359ce-499359cc {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7c42ea8e-7fee-51df-8b4e-a825499359d0-499359cc {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7c42ea8e-7fee-51df-8b4e-a825499359d4-499359cc {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7c42ea8e-7fee-51df-8b4e-a825499359e9-499359cc {
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_2e6b2e18-482b-26fb-66f8-c1f56cab77ef-8bbabfaf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_464f4a2c-e785-98bf-3548-d8cd9e7d7edb-8bbabfaf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_266e3fea-112a-bdea-c8a4-1c0b955f097c-8bbabfaf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52883-8bbabfaf {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_962a545d-11a3-0d7e-cca8-38423d01051f-8bbabfaf {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-eab7701e-0cc8-cee0-e0a8-089d2083d280-1fbabfb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a5287e-1fbabfb1 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52883-1fbabfb1 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_962a545d-11a3-0d7e-cca8-38423d01051f-1fbabfb1 {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-eab7701e-0cc8-cee0-e0a8-089d2083d280-5cbabfb6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a5287e-5cbabfb6 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d3f598c7-cc4b-38f4-c9f7-648e54a52883-5cbabfb6 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_962a545d-11a3-0d7e-cca8-38423d01051f-5cbabfb6 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

