:root {
  --background--main-background: #0b1220;
  --borders--light: #374151;
  --text-colors--primary: #e5e7eb;
  --accent--primary: #38bdf8;
  --text-colors--secondary: #9ca3af;
  --secondary-accent-economic--red: #ef4444;
  --accent--secondary-hover: #0ea5e9;
  --secondary-accent-economic--green: #22c55e;
  --text-colors--muted: #6b7280;
  --background--secondary: #0f172a;
  --background--tertiary-hover-active: #111827;
  --background--modal-window: #1e293b;
  --accent--glow: #22d3ee;
  --secondary-accent-economic--gold: #facc15;
  --text-colors--accent-link: #38bdf8;
  --borders--default: #1f2937;
  --borders--accent: #38bdf8;
  --map-lines--route-line: #22d3ee;
  --map-lines--map-glow: #ff910066;
  --map-lines--aircraft-light: #60a5fa;
}

.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 {
  background-color: var(--background--main-background);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.h1-hero {
  letter-spacing: -.03em;
  font-family: Sora, sans-serif;
  font-size: 64px;
  line-height: 105px;
}

.body-first-page {
  background-color: #0b1220;
  max-width: 100vw;
  max-height: 100vh;
}

.navbar-1st_page {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 1.25rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.image {
  max-width: 9%;
}

.image.menu {
  max-width: 16%;
  overflow: hidden;
}

.logotype-linkblock {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logotype-linkblock.menu {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}

.div-horizontal {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  display: flex;
  overflow: visible;
}

.div-horizontal.gap-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
}

.div-horizontal.gap-10._1st_page_card_settings {
  width: auto;
  min-width: 0;
  max-width: 269px;
}

.div-horizontal.gap-10.mb-15 {
  margin-bottom: 0;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  padding-left: 1.25rem;
}

.div-horizontal.gap-10.sizing-shrink {
  width: 23ch;
}

.div-horizontal.gap-10.ch-20 {
  max-width: 16ch;
}

.div-horizontal.align-rignt {
  justify-content: flex-end;
  align-items: center;
}

.div-horizontal.align-rignt.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-horizontal.left-up {
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.div-horizontal.sizing-shrink {
  flex: 0 auto;
}

.div-horizontal.gap-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.div-horizontal.gap-20.margin_top-20 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 1.25rem;
  position: static;
}

.div-horizontal.gap-20.margin_top-20.streach, .div-horizontal.align-all {
  align-self: stretch;
}

.div-horizontal.shrink {
  flex: 0 auto;
}

.div-horizontal.gap-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-horizontal.gap-5.border-bottom-line {
  border-bottom: 1px solid var(--borders--light);
}

.div-horizontal.gap-5.border-bottom-line.stretch {
  align-self: stretch;
}

.div-horizontal.gap-5.border-bottom-line.margin-bottom-10 {
  padding-bottom: 5px;
}

.div-horizontal.gap-5.alighn-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-horizontal.up-5 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 5px;
}

.div-horizontal.up-5.gap-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
}

.logotype-text {
  color: var(--text-colors--primary);
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 100%;
}

.logotype-text.blue {
  color: var(--accent--primary);
}

.logotype-text.menu {
  font-size: 1.5rem;
}

.div-fullscreen {
  width: 100vw;
  height: 100vh;
}

.div-fullscreen.background-1st {
  background-image: url('../images/main_background.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-fullscreen.background-1st._5vw-margin {
  padding-left: 5vw;
  padding-right: 5vw;
}

.div-fullscreen.background-1st._5vw-margin._20px-top {
  background-image: url('../images/main_background_1.jpg');
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0%;
}

.text-block-2 {
  color: #fff;
}

.btn-primary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: .0625rem solid var(--borders--light);
  background-color: var(--background--main-background);
  color: var(--text-colors--primary);
  cursor: pointer;
  border-radius: .5625rem;
  justify-content: center;
  align-items: center;
  min-width: 9.375rem;
  padding: .625rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.btn-primary.glow-border {
  pointer-events: auto;
  cursor: pointer;
  border-color: #a0dcff8c;
}

.btn-primary.glow-border.transparent-40 {
  background-color: #0b122066;
}

.btn-primary.glow-border.transparent-40.margin-top-20 {
  margin-top: 20px;
}

.btn-primary.fixed {
  flex: 0 auto;
  min-width: 12.5rem;
  max-width: none;
  transition: all .2s;
}

.btn-primary.fixed:hover {
  background-color: #17233c;
}

.text-block-3 {
  padding: 0;
  font-size: .75rem;
}

.btn-icon {
  max-width: 1.8125rem;
}

._1st_page-hero_text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0%;
  padding-top: 7vh;
  padding-bottom: 7vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.h1 {
  color: var(--text-colors--secondary);
  font-family: Sora, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

.h1.small {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 100%;
}

.h1.align-text-center {
  color: var(--text-colors--primary);
  text-align: center;
}

.bold-text {
  color: #0a8aff;
  font-weight: 400;
}

.bold-text-2 {
  color: #23abd3;
  font-weight: 400;
}

.text-block-5 {
  color: var(--text-colors--secondary);
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 21px;
  line-height: 150%;
}

.text-block-5.left {
  text-align: left;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.button-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-image: linear-gradient(#0a91f899, #55adff99 52%, #4296f0 100%, #4296f099);
  border: 1px solid #a0dcff8c;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 13.125rem;
  height: 3.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.text-block-6 {
  color: var(--text-colors--primary);
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 120%;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.bottom-icons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0b122066;
  border-radius: 14px;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 60%;
  display: flex;
}

.image-2 {
  max-width: 32%;
  overflow: visible;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.register_modal_overlay {
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #040a18b3;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.register_modal_wrap {
  border: 1px solid var(--borders--light);
  background-color: #1e293b80;
  border-radius: 24px;
  min-width: 600px;
  padding: 28px;
  position: relative;
}

.text-block-7 {
  color: var(--text-colors--primary);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}

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

.css_border {
  display: none;
}

.form-text {
  color: var(--text-colors--secondary);
  font-family: Inter, sans-serif;
}

.form-text.form-error-text.red {
  color: var(--secondary-accent-economic--red);
  display: none;
}

.form-text-field {
  border: 1px solid var(--borders--light);
  color: var(--text-colors--primary);
  background-color: #1e293bcc;
  border-radius: 9px;
  font-family: Sora, sans-serif;
}

.div-vertical {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  display: flex;
}

.div-vertical.sizing-grow {
  flex: 1;
}

.div-vertical.align-stretch {
  align-self: stretch;
  align-items: flex-start;
  width: 20vw;
  height: 100vh;
}

.div-vertical.align-stretch.menu-card {
  background-color: #0f172a;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 12vw;
  max-width: 14vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.25rem;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-vertical.stetch {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100%;
}

.div-vertical.left-up {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 15vw;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-vertical.top {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.div-vertical.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-vertical.gap-10.margin_top-20, .div-vertical.padding-top-20 {
  margin-top: 20px;
}

.div-vertical.up-5 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 5px;
}

.div-vertical.up-5.gap-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-vertical.margin-bottom-10 {
  margin-top: .625rem;
}

.icon-close {
  z-index: 2;
  box-sizing: border-box;
  float: none;
  cursor: pointer;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 20px 20px auto auto;
}

.image-3 {
  z-index: 2;
  float: right;
  cursor: pointer;
  width: 25px;
  max-width: none;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.login_modal_overlay {
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #040a18b3;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.login_modal_wrap {
  border: 1px solid var(--borders--light);
  background-color: #1e293b80;
  border-radius: 24px;
  min-width: 600px;
  padding: 28px;
  position: relative;
}

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

.menu-items {
  flex-flow: column;
  align-self: stretch;
  margin-top: 0;
  padding-top: 2.5rem;
  padding-left: 1.25rem;
  display: flex;
}

.menu-text {
  color: var(--text-colors--secondary);
  flex: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.image-4 {
  max-width: 10%;
  font-size: 1rem;
}

.pilot-menu_icon {
  border-radius: .5625rem;
  max-width: 64%;
  overflow: hidden;
}

.rank-menu-icon {
  max-width: 52%;
}

.vertical-wrapper-menu {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 6.25rem;
  max-height: 12.5rem;
  padding-left: 0;
  display: flex;
}

.top-card-bg {
  border-radius: .5625rem;
  width: 100%;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.welcome-time_zone {
  color: var(--text-colors--primary);
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.welcome_time_zone_name {
  color: var(--accent--primary);
  font-weight: 400;
}

.text-top-status-dashboard {
  color: var(--text-colors--secondary);
  flex: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.text-top-status-dashboard.white {
  color: var(--text-colors--primary);
  font-size: 1em;
}

.text-top-status-dashboard.white.b {
  margin-right: 0;
  font-weight: 400;
}

.text-top-status-dashboard.white.b.size {
  align-self: auto;
  margin-bottom: 0;
  font-size: .875rem;
}

.text-top-status-dashboard.white.b.size.left-1rem {
  margin-bottom: 0;
}

.text-top-status-dashboard.white.b.size.big {
  font-family: JetBrains Mono, sans-serif;
  font-size: 1rem;
}

.text-top-status-dashboard.aircraft-class {
  max-width: 18ch;
}

.css-border {
  display: none;
}

.bold-text-5 {
  font-size: .875rem;
  font-weight: 500;
  line-height: 120%;
}

.div-block-8 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  order: -9999;
  padding-top: 0;
  display: flex;
}

.menu-text-2 {
  color: #9ca3af;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.menu-text-2.white {
  color: #e5e7eb;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 100%;
}

.menu-text-2.white.rank {
  font-size: .6rem;
  line-height: 100%;
}

.div-horizontal-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  display: flex;
  overflow: visible;
}

.div-horizontal-2.top {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.text-block-14 {
  color: #22c55e;
  font-size: 1rem;
}

.image-12 {
  max-width: 8%;
}

.dashboard-center-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.dashboard-center-wrapper.gap-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  width: 100%;
}

.dashboard-center-wrapper-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 35vw;
  display: flex;
}

.dashboard-center-wrapper-left-top {
  border-radius: .5625rem;
  flex: 1;
  align-self: stretch;
  padding: 1.25rem;
}

.dashboard-center-wrapper-left-top.temp {
  margin: 10px;
  padding-top: .625rem;
  box-shadow: inset 0 2px 12px 6px #0003;
}

.css-dashboard-center-wrapper-left-top {
  display: none;
}

.dashboard-card-name {
  color: var(--text-colors--primary);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
}

.image-13 {
  border-radius: .5625rem;
  width: 100px;
  max-width: none;
  height: 100px;
  overflow: hidden;
}

.div-verticall-with_line {
  border-top: .0625rem solid var(--borders--light);
  border-bottom: .0625rem solid var(--borders--light);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: visible;
}

.div-verticall-with_line.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
}

.div-verticall-with_line.gap-10._1st_page_card_settings {
  width: auto;
  min-width: 0;
  max-width: 269px;
}

.div-verticall-with_line.gap-10.mb-15 {
  margin-bottom: .9375rem;
}

.div-verticall-with_line.gap-10.sizing-shrink {
  width: 27ch;
}

.div-verticall-with_line.gap-10.ch-20 {
  max-width: 20ch;
}

.div-verticall-with_line.align-rignt {
  justify-content: flex-end;
  align-items: center;
}

.div-verticall-with_line.align-rignt.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-verticall-with_line.left-up {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-verticall-with_line.sizing-shrink {
  flex: 0 auto;
}

.div-verticall-with_line.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-verticall-with_line.gap-20.margin_top-20 {
  margin-top: 1.25rem;
  position: static;
}

.image-14 {
  max-width: 9%;
}

.dashboard-center-wrapper-center {
  border-radius: .5625rem;
  flex: 1;
  max-width: none;
  min-height: auto;
  max-height: 850px;
  padding: 0;
}

.mb-10 {
  margin-bottom: .625rem;
}

.dashboard-center-wrapper-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: .5625rem;
  flex-flow: column;
  flex: 1;
  width: auto;
  max-width: 20%;
  padding: 0;
  display: flex;
}

.dashboard-center-wrapper-center-top {
  border-radius: .5625rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}

.ashboard-center-wrapper-center-bottom {
  border-radius: .5625rem;
  height: auto;
  padding: 1.25rem;
}

.tabs-menu {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tab-link {
  border: .0625rem solid var(--borders--light);
  background-color: var(--background--main-background);
  border-radius: .5625rem;
  padding: .3125rem .5625rem;
}

.tab-link.w--current {
  border: 1px solid var(--accent--secondary-hover);
  background-color: var(--background--main-background);
  border-radius: 9px;
  padding: 5px 9px;
}

.tab-text {
  color: var(--text-colors--primary);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: .8em;
}

.tab-text.button {
  font-size: .75rem;
}

.hangar-snapshot-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.tabs {
  position: static;
  inset: 0% 0% auto;
}

.hangar-snapshot-table-name-text {
  color: var(--text-colors--primary);
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 100%;
  display: inline-flex;
}

.tabs-content {
  border-top: .0625rem solid var(--borders--light);
  max-height: 295px;
  margin-top: 1.25rem;
  padding-top: .625rem;
  overflow: auto;
}

.grid {
  grid-column-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .5fr .5fr 1fr;
  position: static;
}

.grid.hangar {
  grid-column-gap: 9px;
  border-bottom: .0625rem solid var(--borders--light);
  grid-template-columns: .75fr 1.25fr .5fr .6fr 1.1fr;
  grid-auto-columns: .25fr;
  margin-top: .9375rem;
  padding-bottom: .625rem;
}

.hangar-snapshot-image_wrapper {
  object-fit: cover;
  border-radius: .5625rem;
  width: 6.25rem;
  height: 3.5625rem;
  margin-right: .625rem;
  overflow: hidden;
}

.hangar-snapshot-image_wrapper-image {
  object-fit: cover;
}

.hangar-snapshot-wrapper-status-wrapper {
  flex-flow: column;
  padding-right: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: .9em;
  font-weight: 300;
  display: flex;
}

.hangar-snapshot-wrapper-status-wrapper.gap-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.hangar_snapshot-text {
  color: var(--text-colors--secondary);
  font-size: .875rem;
  line-height: 120%;
}

.hangar_snapshot-text.bold {
  font-size: .875rem;
  font-weight: 600;
}

.graph-status {
  background-color: var(--secondary-accent-economic--green);
  width: 97.8%;
  height: .3125rem;
}

.graph-status.red {
  background-color: var(--secondary-accent-economic--red);
  width: 64.1%;
}

.graph-status._79 {
  width: 79.4%;
}

.div-block-10 {
  background-color: var(--secondary-accent-economic--green);
  width: 100%;
  height: 5px;
}

.hangar-snapshot-wrapper-model-wrapper {
  flex-flow: column;
  font-family: Inter, sans-serif;
  font-size: .9em;
  font-weight: 300;
  display: flex;
}

.hangar-snapshot-wrapper-fuel-wrapper {
  flex-flow: column;
  padding-right: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: .9em;
  font-weight: 300;
  display: flex;
}

.hangar-snapshot-wrapper-fuel-wrapper.gap-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.graph-fuel {
  background-color: var(--text-colors--muted);
  width: 97.8%;
  height: .3125rem;
}

.graph-fuel.white {
  background-color: var(--text-colors--secondary);
  width: 72%;
}

.graph-fuel.white._36 {
  width: 36%;
}

.hangar-snapshot-wrapper-availability-wrapper {
  flex-flow: column;
  padding-right: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: .9em;
  font-weight: 300;
  display: flex;
}

.hangar-snapshot-wrapper-availability-wrapper.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.hangar-button {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: .0625rem solid var(--borders--light);
  background-color: var(--background--main-background);
  border-radius: .5625rem;
  order: -9999;
  justify-content: center;
  align-items: center;
  padding: .3125rem .5625rem;
  text-decoration: none;
  display: flex;
}

.hangar-button.w--current {
  border: 1px solid var(--accent--secondary-hover);
  background-color: var(--background--main-background);
  border-radius: 9px;
  padding: 5px 9px;
}

.code-embed {
  width: .625rem;
}

.tab-pane-featured-aircraft {
  overflow: visible;
}

.airline-name_logo-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.right-line {
  border-right: .0625rem solid var(--text-colors--muted);
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.airline-logo-overview-wrapper {
  object-fit: contain;
  width: auto;
  min-width: 8.75rem;
  height: auto;
}

.airline-overview-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.airline-overview-wrapper-stars_wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-rating {
  width: .625rem;
}

.containter {
  flex: 1;
  width: auto;
}

.body {
  font-size: 16px;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-size: 1rem;
  line-height: 100%;
}

.dashboard-center-wrapper-right-top {
  border-radius: 9px;
  flex-flow: column;
  padding: 1.25rem;
  display: flex;
}

.dashboard-center-wrapper-right-bottom {
  border-radius: 9px;
  padding: 1.25rem;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav-menu {
  flex-flow: column;
  margin-top: 2.5rem;
  margin-left: 0;
  display: flex;
}

.container {
  flex-flow: column;
  display: flex;
}

.nan-link-block {
  text-decoration: none;
}

.nan-link-block.w--current {
  background-color: #37415180;
}

.balance-summary-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--borders--light);
  justify-content: flex-start;
  padding-bottom: .625rem;
  display: flex;
}

.code-embed-2 {
  width: 20px;
}

.text-block-15 {
  color: #22c55e;
  align-self: center;
  font-family: Sora, sans-serif;
  font-size: 1.25rem;
  line-height: 100%;
  display: inline-flex;
}

.dashboard-center-wrapper-left-top-temp {
  border-radius: .5625rem;
  flex: 1;
  align-self: stretch;
  padding: 1.25rem;
  overflow: visible;
}

.dashboard-center-wrapper-left-top-temp-2-copy {
  position: relative;
}

.bage-image-wrapper {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100px;
  height: 100px;
  overflow: visible;
}

.image-15 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.code-embed-3 {
  width: 1rem;
  font-size: 14px;
}

.right-line-2 {
  border-right: .0625rem solid #6b7280;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  height: auto;
  display: flex;
}

.right-line-2._1-rem {
  justify-content: flex-start;
  align-items: center;
  height: 1rem;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, 120px) minmax(1px, 1px) .25fr;
}

.sign-text {
  color: var(--text-colors--primary);
  font-family: Great Vibes, cursive;
  font-size: 32px;
}

.code-embed-4 {
  width: auto;
  min-width: 22px;
  max-width: 24px;
}

.admin-va-form {
  width: 100%;
}

.airline-logo-va-btn {
  border: 1px solid var(--borders--light);
  height: 30px;
}

@media screen and (max-width: 991px) {
  .div-horizontal.gap-10.mb-15 {
    display: flex;
  }

  .nav-menu {
    background-color: #0000;
    align-self: flex-start;
  }

  .nan-link-block {
    align-self: flex-start;
    display: block;
  }

  .menu-button {
    background-color: #c8c8c8;
  }

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

#last-name.w-node-_14e3ef3b-3a0b-e89e-4daf-4d280a3abbdf-67da625b, #last-name.w-node-_8aa473c6-aba9-9593-f955-018f50208aa1-67da625b {
  place-self: auto;
}

#w-node-_465054b1-c540-9493-9b99-3b2d98c50202-67da625b, #w-node-_4272e2b8-4657-22b1-00e4-ec34c2cc25b8-67da625b, #w-node-a47bfcbf-469f-1a78-54f0-36e38289d744-67da625b, #w-node-b26025d0-48fa-fc15-bd6e-e31b52d41cec-67da625b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


