
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --Sky: #00a7e1;
--Navy: #012238;
--Dark-Navy: #00121e;
--Dark-Sky: #0079dd;
--Green: #00fd48;
--Orange: #ff7139;
--Purple: #6b35e2;
--White: #ffffff;
--Lighter-Navy: #08365b;
--Light-Purple: #7a68f4;
--Light-Red: #ff3f5a;
--Yellow: #f3e700;
--Place-Holder: #00a7e1b3;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-jura: 'Jura',sans-serif;
--font-blinker: 'Blinker',sans-serif;
--font-redhatdisplay: 'Red Hat Display',sans-serif;
--font-bizudpgothic: 'BIZ UDPGothic',sans-serif;
--font-fredoka: 'Fredoka',sans-serif;
--font-raleway: 'Raleway',sans-serif;
--font-sharetechmono: 'Share Tech Mono',monospace;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .drMqgR {
      width:100vw;
      height:100vh;
      background:var(--Dark-Navy);
      padding-top:60px;
      padding-left:60px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .COwpX {
      font-family:"Red Hat Display";
    }

    .cQsoxI {
      color:var(--White, #ffffff);
      width:var(--width);
      cursor:pointer;
      height:fit-content;
      display:flex;
      background:#00a7e133;
      overflow-x:visible;
      overflow-y:visible;
      align-items:start;
      font-family:'Red Hat Display';
      flex-direction:column;
      justify-content:start;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    @media (max-width: 1024px) {

    .cQsoxI {
      flex:1;
      width:100%;
      height:fit-content;
      max-width:100%;
      min-width:100%;
    }
    }

    @media (max-width: 430px) {

    .cQsoxI {
      height:fit-content;
      max-width:100%;
      min-width:100%;
    }
    }

    .cQsoxI.fractional {
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .cQsoxI.condensed {
      width:auto;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .bxevQd {
      width:100%;
      align-items:flex-end;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .bjunAv {
      flex:1;
      width:100%;
      height:50%;
      display:flex;
      border-top-color:var(--Sky);
      border-top-style:solid;
      border-top-width:1px;
    }

    .QdgUO {
      width:100%;
      height:200px;
      object-fit:contain;
      align-items:center;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
    }

    .QdgUO.condensed {
      height:60px;
    }

    .cbtuxt {
      width:100%;
      flex-wrap:wrap;
    }

    .bQLSij {
      width:2px;
      height:2px;
      background:var(--grey-300);
      align-items:center;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .dQKPk {
      top:12px;
      left:12px;
      row-gap:4px;
      position:absolute;
      column-gap:4px;
      flex-direction:row;
    }

    .cbKFCQ {
      width:90%;
      height:90%;
      box-sizing:border-box;
    }

    .eCBOqT {
      width:100%;
      z-index:10;
    }

    .esUtYq {
      row-gap:8px;
      flex-wrap:wrap;
      column-gap:8px;
      align-items:start;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:end;
    }

    .esUtYq.condensed {
      flex-wrap:wrap;
      text-align:left;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .bkHCvn {
      width:122px;
      row-gap:4px;
      column-gap:4px;
      align-items:flex-end;
      flex-direction:column;
      justify-content:center;
    }

    .bCrn {
      flex:1;
      height:100%;
      row-gap:8px;
      flex-wrap:wrap;
      column-gap:8px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .bCrn.condensed {
      flex:1;
      flex-wrap:wrap;
      text-align:left;
    }

    .fiKbwM {
      width:fit-content;
      z-index:;
      position:relative;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
    }

    .doEkHo {
      gap:2px;
      color:var(--White, #ffffff);
      width:fit-content;
      height:28px;
      z-index:10;
      position:relative;
      font-size:var(--font-size-xs);
      min-width:fit-content;
      background:var(--Dark-Navy);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      border-color:#8af4a8;
      border-style:Dashed;
      border-width:2px;
      padding-left:8px;
      border-radius:24px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:start;
    }

    .doEkHo.concept {
      gap:2px;
      color:var(--White, #ffffff);
      width:fit-content;
      height:28px;
      z-index:10;
      position:relative;
      min-width:fit-content;
      background:var(--Dark-Navy);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      border-color:var(--Light-Purple);
      border-style:Dashed;
      border-width:2px;
      padding-left:8px;
      border-radius:24px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:start;
    }

    .doEkHo.in_development {
      gap:2px;
      color:var(--White, #ffffff);
      width:fit-content;
      height:28px;
      z-index:10;
      position:relative;
      font-size:var(--font-size-xs);
      min-width:fit-content;
      background:var(--Dark-Navy);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      border-color:var(--Sky);
      border-style:Dashed;
      border-width:2px;
      padding-left:8px;
      border-radius:24px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:start;
    }

    .doEkHo.coming_soon {
      gap:2px;
      color:var(--White, #ffffff);
      width:fit-content;
      height:28px;
      z-index:10;
      position:relative;
      font-size:var(--font-size-xs);
      min-width:fit-content;
      background:var(--Dark-Navy);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      border-color:var(--Green);
      border-style:Dashed;
      border-width:2px;
      padding-left:8px;
      border-radius:24px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:start;
    }

    .doEkHo.available {
      gap:2px;
      color:var(--White, #ffffff);
      width:fit-content;
      height:28px;
      z-index:10;
      position:relative;
      font-size:var(--font-size-xs);
      min-width:fit-content;
      background:var(--Dark-Navy);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      border-color:var(--Green);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:24px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:start;
    }

    .doEkHo.under_contract {
      gap:2px;
      color:var(--White, #ffffff);
      width:fit-content;
      height:28px;
      z-index:10;
      position:relative;
      font-size:var(--font-size-xs);
      min-width:fit-content;
      background:var(--Dark-Navy);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      border-color:var(--Yellow);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:24px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:start;
    }

    .doEkHo.closed_won {
      gap:2px;
      color:var(--White);
      width:fit-content;
      height:28px;
      z-index:10;
      position:relative;
      font-size:var(--font-size-xs);
      min-width:fit-content;
      background:var(--Dark-Navy);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:24px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:start;
    }

    .doEkHo.closed_lost {
      gap:2px;
      color:var(--White);
      width:fit-content;
      height:28px;
      z-index:10;
      position:relative;
      font-size:var(--font-size-xs);
      min-width:fit-content;
      background:var(--Dark-Navy);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      border-color:var(--grey-500);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:24px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:start;
    }

    .doEkHo.small {
      height:20px;
      font-size:var(--font-size-xxs);
      align-items:center;
      padding-top:0px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:0px;
      justify-content:center;
    }

    .bZWCAL {
      box-sizing:border-box;
    }

    .fieOqy {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ftgolV {
      width:100%;
      height:100%;
      background:white;
      box-shadow:-3px 12px 38px 8px #00a7e13b;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:box-shadow 300ms ease;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .ftgolV.condensed {
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .eDiFtc {
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bolder);
    }

    .bsUUzQ {
      width:100%;
      display:flex;
      font-size:var(--font-size-2xl);
      background:#00121e80;
      align-items:flex-end;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      justify-content:flex-end;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eXXmSZ {
      color:inherit;
      box-sizing:border-box;
    }

    .listing-card\:SGW9ykzajaPMswy9A2tRi {
      color:var(--Sky);
      width:14px;
      height:14px;
    }

    .dHUvYY {
      color:#ffffffb3;
      display:inline-list-item;
      row-gap:4px;
      flex-wrap:wrap;
      font-size:var(--font-size-sm);
      column-gap:4px;
      align-items:center;
      font-weight:var(--font-weight-bold);
      line-height:12px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bihoks {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:start;
      font-weight:inherit;
      flex-direction:row;
      justify-content:start;
    }

    .listing-card\:Wzk60ENc712S2RMu0lVrw {
      width:18px;
      height:18px;
    }

    .bFNxps {
      flex:1;
      width:100%;
      display:flex;
      font-size:var(--font-size-2xl);
      background:#00121e80;
      align-items:flex-end;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      justify-content:flex-end;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cQsaeD {
      color:var(--White);
      cursor:pointer;
      display:flex;
      row-gap:12px;
      font-size:var(--font-size-lg);
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:12px;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      padding-top:12px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cQsaeD.orange {
      background:linear-gradient(to bottom right, var(--Orange) 0%, var(--Light-Red) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .cQsaeD.purple {
      background:linear-gradient(to right, var(--Light-Purple) 0%, var(--purple-500) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-color:var(--Purple);
      border-style:solid;
      border-width:2px;
    }

    .cQsaeD.orange:hover {
      box-shadow:0px 0px 100px 0px var(--Orange);
    }

    .cQsaeD.purple:hover {
      box-shadow:0px 0px 100px 0px var(--Light-Purple);
    }

    .cQsaeD:hover {
      box-shadow:0px 0px 100px 0px var(--Sky);
    }

    .cQsaeD.white {
      color:var(--Dark-Navy);
      background:linear-gradient(var(--grey-50) 0%, var(--grey-300) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
    }

    .cQsaeD.white:hover {
      box-shadow:0px 0px 100px 0px var(--White);
    }

    .cQsaeD.coming_soon {
      background:linear-gradient(#00a7e133 0%, #0079dd33 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 0px 0px #00000000;
      border-color:#00a7e180;
      border-style:solid;
      border-width:2px;
    }

    .cQsaeD.small {
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
    }

    .cQsaeD.flashing {
      animation:2s ease 0ms infinite normal none running animation-fddWFY;
      box-shadow:0px 0px 20px 0px var(--Sky);
    }

    .cQsaeD.smallest {
      padding-top:2px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:2px;
    }

    .cQsaeD.green {
      background:linear-gradient(to bottom right, var(--Green) 0%, var(--green-500) 58%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-color:var(--Green);
      border-style:solid;
      border-width:2px;
    }

    @keyframes animation-fddWFY {
        0% {
          box-shadow: 0px 0px 0px 0px var(--Sky);
        }

        50% {
          box-shadow: 0px 0px 30px 5px rgb(0, 167, 225);
        }

        100% {
          box-shadow: 0px 0px 0px 0px rgb(0, 167, 225);
        }
    }

    .fndtvR {
      font-size:var(--font-size-xxs);
      font-weight:var(--font-weight-bold);
    }

    .fDwptF {
      align-items:center;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .fDwptF.small {
      font-size:var(--font-size-sm);
    }

    .ckKdkH {
      width:24px;
      height:24px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .ckKdkH.blur {
      filter:blur(5px);
    }

    .button-full-length-fractrade\:_-UdHdwExFktucJavFb7w {
      width:20px;
      height:20px;
    }

    .eirsLe {
      height:30px;
      align-items:center;
      justify-content:center;
    }

    .eirsLe.smallest {
      height:18px;
      font-size:var(--font-size-xs);
      font-weight:var(--font-weight-bold);
    }

    .efSQds {
      color:var(--Sky);
      height:30px;
      font-size:var(--font-size-sm);
      align-items:center;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .chsCYK {
      color:var(--White);
      row-gap:0px;
      flex-wrap:wrap;
      font-size:var(--font-size-base);
      column-gap:0px;
      align-items:flex-end;
      font-weight:var(--font-weight-bold);
      flex-direction:column;
      justify-content:center;
    }

    .dJXxQg {
      flex:1;
      color:inherit;
      width:100%;
      height:100%;
      display:inline;
      position:relative;
      font-size:inherit;
      min-width:100%;
      min-height:100%;
      object-fit:cover;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:24px;
      flex-direction:row;
    }

    .dJXxQg.condensed {
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .listing-card\:gTk5m_dopVRF3BIhUL3xX {
      color:var(--White, #ffffff);
      width:20px;
      height:20px;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .cXAbvO {
      top:12px;
      right:12px;
      width:32px;
      cursor:pointer;
      height:32px;
      display:flex;
      z-index:20;
      position:absolute;
      background:#ffffff33;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cXAbvO.liked {
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .cXAbvO:hover {
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 20px 0px var(--Orange);
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .fvpgUY {
      width:100%;
      row-gap:8px;
      font-size:var(--font-size-4xl);
      column-gap:8px;
      align-items:start;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:12px;
      justify-content:start;
    }

    .fvpgUY.condensed {
      flex-wrap:wrap;
      text-align:left;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .nNUHN {
      top:12px;
      right:12px;
      row-gap:8px;
      position:absolute;
      column-gap:8px;
      flex-direction:row;
    }

    .cxtKwp {
      width:100%;
      height:50%;
      z-index:5;
      position:absolute;
      background:linear-gradient(to bottom, #00a7e1, rgba(52, 152, 219, 0));
      border-top-left-radius:24px;
      border-top-right-radius:24px;
    }

    .cxtKwp.condensed {
      border-top-left-radius:12px;
      border-top-right-radius:12px;
    }

    .chAOKJ {
      width:100%;
    }

    .bGJsgz {
      color:var(--White);
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
    }

    .eKgvRW {
      color:var(--grey-300);
      font-size:var(--font-size-xxs);
      align-items:end;
      font-weight:var(--font-weight-bold);
      justify-content:start;
    }

    .fyGlsb {
      flex:0;
      width:100%;
      flex-wrap:wrap;
      text-align:left;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fyGlsb.condensed {
      flex-wrap:wrap;
    }

    .dIiCPi {
      width:100%;
      bottom:0px;
      height:50%;
      row-gap:12px;
      z-index:5;
      position:absolute;
      background:linear-gradient(to top, #00a7e180 22%, rgba(52, 152, 219, 0) 67%);
      column-gap:12px;
      align-items:flex-end;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:flex-end;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .dIiCPi.condensed {
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .emQgsm {
      left:0px;
      color:#00121e00;
      bottom:0px;
      row-gap:0px;
      position:absolute;
      font-size:var(--font-size-xs);
      background:linear-gradient(var(--Dark-Navy) 0%, var(--Lighter-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:0px;
      align-items:flex-start;
      font-weight:var(--font-weight-black);
      padding-top:2px;
      padding-right:2px;
      flex-direction:column;
      justify-content:center;
      border-top-right-radius:100px;
    }

    .emQgsm.private {
      left:0px;
      color:#00121e00;
      bottom:0px;
      row-gap:0px;
      position:absolute;
      font-size:var(--font-size-xs);
      background:linear-gradient(var(--Green) 0%, var(--Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:0px;
      align-items:flex-start;
      font-weight:var(--font-weight-black);
      padding-top:2px;
      padding-right:2px;
      flex-direction:column;
      justify-content:center;
      border-top-right-radius:100px;
    }

    .emQgsm.fractional {
      left:0px;
      color:#00121e00;
      bottom:0px;
      row-gap:0px;
      position:absolute;
      font-size:var(--font-size-xs);
      background:linear-gradient(var(--Light-Red) 0%, var(--Orange) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:0px;
      align-items:flex-start;
      font-weight:var(--font-weight-black);
      padding-top:2px;
      padding-right:2px;
      flex-direction:column;
      justify-content:center;
      border-top-right-radius:100px;
    }

    .emQgsm.condensed {
      display:none;
    }

    .qQmsv {
      color:var(--White, #ffffff);
      height:20px;
      row-gap:0px;
      z-index:10;
      font-size:var(--font-size-xs);
      column-gap:0px;
      align-items:center;
      font-weight:var(--font-weight-black);
      padding-top:4px;
      padding-left:2px;
      border-radius:24px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:center;
      background-color:#01223840;
    }

    .chwzFL {
      color:var(--White);
      font-size:var(--font-size-xs);
      background:#00121e33;
      font-weight:var(--font-weight-bold);
      padding-top:6px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:6px;
      border-top-right-radius:100px;
    }

    .dhTygZ {
      gap:8px;
      flex:1;
      color:inherit;
      width:100%;
      hyphens:auto;
      font-size:var(--font-size-lg);
      align-items:start;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:start;
    }

    .dhTygZ.condensed {
      flex:1;
      width:100%;
      flex-wrap:wrap;
      font-size:var(--font-size-xxs);
    }

    .cLfSpM {
      font-weight:var(--font-weight-bold);
    }

    .cLfSpM.wanted {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      position:relative;
    }

    .bGOdyU {
      top:0px;
      left:0px;
      width:50px;
      height:100%;
      z-index:100;
      position:absolute;
      background:linear-gradient(to right, var(--Dark-Navy) 0%, var(--Dark-Navy) 16%, transparent 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    .fhZLMl {
      width:100%;
      row-gap:48px;
      background:linear-gradient(to top left, #0079dd00 0%, var(--Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 50px 0px #00000063;
      column-gap:48px;
      align-items:flex-start;
      padding-top:48px;
      border-color:#00a7e166;
      border-style:solid;
      border-width:.5px;
      padding-left:48px;
      padding-right:48px;
      padding-bottom:48px;
      backdrop-filter:blur(5px);
      justify-content:center;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .ezDVOy {
      width:100%;
      max-width:1200px;
      min-width:800px;
    }

    .dKMxUF {
      color:var(--Sky);
      font-size:var(--font-size-lg);
      font-family:"Red Hat Display";
    }

    .deXvLL {
      width:60px;
      height:60px;
      background:linear-gradient(var(--Lighter-Navy), transparent) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 2px 4px 0px #00000020;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .fkkthG {
      color:var(--Sky);
      font-size:var(--font-size-lg);
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-regular);
    }

    .feCinX {
      width:50%;
      align-items:center;
      justify-content:center;
    }

    .eGxLpb {
      width:70%;
      height:700px;
      max-height:700px;
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .LFQGX {
      color:var(--Green);
      align-items:center;
      justify-content:center;
    }

    .edOZYU {
      align-items:center;
      padding-top:48px;
      padding-left:48px;
      padding-right:48px;
      padding-bottom:48px;
      justify-content:center;
    }

    .ZzCOd {
      left:0px;
      width:100%;
      height:100%;
      z-index:10;
      position:absolute;
    }

    .cSgBva {
      max-height:100%;
      flex-direction:row;
      border-top-color:var(--Sky);
      border-top-style:solid;
      border-top-width:1px;
      border-left-color:var(--Sky);
      border-left-style:solid;
      border-left-width:1px;
      border-top-left-radius:50px;
    }

    .cfGZei {
      flex:1;
      border-top-color:var(--Lighter-Navy);
      border-top-style:solid;
      border-top-width:2px;
      border-right-color:var(--Lighter-Navy);
      border-right-style:solid;
      border-right-width:2px;
      border-top-right-radius:24px;
    }

    .eLhRZC {
      font-size:var(--font-size-xl);
      font-weight:var(--font-weight-bold);
    }

    .SQgBO {
      width:30%;
      height:100%;
      row-gap:24px;
      column-gap:24px;
      align-items:flex-start;
      padding-top:48px;
      padding-left:48px;
      padding-right:48px;
      padding-bottom:48px;
      justify-content:center;
    }

    .bOSIIr {
      color:var(--Sky);
    }

    .bGlmDt {
      flex:1;
      padding-top:48px;
      padding-left:48px;
    }

    .eimHIA {
      color:var(--White);
      font-size:var(--font-size-lg);
      font-weight:normal;
    }

    .cZSUXU {
      color:var(--Sky);
      font-weight:var(--font-weight-regular);
    }

    .fkJpjY {
      color:var(--White);
      height:80px;
      font-size:var(--font-size-2xl);
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      padding-left:24px;
      padding-right:24px;
      justify-content:center;
    }

    .fymdyY {
      width:300px;
    }

    .fnTpqG {
      color:var(--White);
      width:250px;
      row-gap:12px;
      column-gap:12px;
      align-items:flex-start;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:center;
    }

    .eeApVv {
      color:var(--White);
      font-size:var(--font-size-5xl);
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
    }

    .bMvvWo {
      width:70%;
      height:700px;
      max-height:700px;
    }

    .mAalm {
      row-gap:48px;
      column-gap:48px;
      align-items:center;
      justify-content:flex-start;
    }

    .Home\:VqAxe49B9yCjIRQifD_hR {
      width:40px;
      height:40px;
    }

    .dWFlsH {
      width:100%;
      max-width:1200px;
      min-width:800px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .bNjuZZ {
      row-gap:24px;
      animation:10s cubic-bezier(0.42, 0, 0.58, 1) 5s infinite normal none running animation-cuRIAN;
      column-gap:24px;
    }

    @keyframes animation-cuRIAN {
        0% {
          translate: 0 -500px 0;
        }

        50% {
          translate: 0px 0px 0px;
        }

        100% {
          translate: 0px -500px 0px;
        }
    }

    .ffFVIR {
      display:flex;
      row-gap:48px;
      column-gap:48px;
      align-items:center;
      padding-top:48px;
      padding-left:48px;
      padding-right:48px;
      padding-bottom:48px;
      justify-content:center;
    }

    .flZrZl {
      width:100%;
      row-gap:48px;
      max-width:1200px;
      min-width:800px;
      column-gap:48px;
      align-items:center;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:flex-start;
    }

    .KOcio {
      width:100%;
      height:100%;
      display:flex;
      overflow-y:hidden;
      font-family:Red Hat Display;
      padding-top:28pxd;
    }

    .THrtd {
      display:flex;
      row-gap:4px;
      column-gap:4px;
      flex-direction:column;
    }

    .cAyaUY {
      color:var(--White);
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-xs);
      background:var(--Sky);
      column-gap:4px;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dTldTw {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:space-between;
    }

    .aCzFn {
      width:100%;
      height:175px;
      display:flex;
      overflow-y:scroll;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ehZiui {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:space-between;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .byaLcS {
      color:var(--White);
      cursor:pointer;
      height:40px;
      display:flex;
      row-gap:8px;
      font-size:var(--font-size-sm);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:8px;
      align-items:center;
      font-weight:var(--font-weight-bold);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .byaLcS:hover {
      box-shadow:0px 0px 8px 0px var(--Sky);
    }

    @media (max-width: 1024px) {

    .byaLcS {
      width:40px;
    }
    }

    .calendar-fractrade\:5ulWSX9oI40L_RswH3Wef {
      width:18px;
      height:18px;
    }

    .fvwtHh {
      cursor:pointer;
      display:flex;
    }

    @keyframes animation-qTbye {
        0% {
          border-color: var(--White);
        }

        0% {
          undefined: ;
        }

        0% {
          box-shadow: 0px 0px 20px 10px #ffffff66;
        }

        50% {
          box-shadow: 0px 0px 20px 10px #00a7e100;
        }

        50% {
          undefined: ;
        }

        50% {
          border-color: #ffffff00;
        }

        100% {
          border-color: var(--White);
        }

        100% {
          undefined: ;
        }

        100% {
          box-shadow: 0px 0px 20px 10px #ffffff66;
        }
    }

    .fdDRku {
      color:var(--Sky);
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .fdDRku {
      display:none;
    }
    }

    .uICdd {
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .ecjIdO {
      flex:1;
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .ftXbNN {
      width:40px;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .iOOri {
      color:var(--White);
      cursor:pointer;
      height:50%;
      display:flex;
      row-gap:2px;
      font-size:var(--font-size-xs);
      column-gap:2px;
      align-items:center;
      font-family:Red Hat Display;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:center;
      border-top-color:var(--Lighter-Navy);
      border-top-style:solid;
      border-top-width:2px;
    }

    .eJhMWZ {
      flex:1;
      display:flex;
      align-items:flex-end;
      flex-direction:row;
      justify-content:center;
    }

    .cygkWX {
      width:40px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .cygkWX {
      font-size:var(--font-size-xxs);
    }
    }

    .flight_event\:64bAMBwSBWF48QtFZwCad {
      width:14px;
      height:14px;
    }

    .coKRFW {
      color:var(--Sky);
      cursor:pointer;
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-xs);
      column-gap:4px;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      font-family:Red Hat Display;
      padding-top:2px;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
      padding-left:2px;
      padding-right:2px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .coKRFW.hover_flight {
      color:var(--White);
      display:flex;
      row-gap:12px;
      font-size:var(--font-size-sm);
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .coKRFW.highlighted {
      animation:2s ease 0ms infinite normal none running animation-bwUipz;
    }

    @keyframes animation-bwUipz {
        0% {
          undefined: ;
        }

        0% {
          color: var(--White);
        }

        50% {
          color: rgb(0, 167, 225);
        }

        50% {
          undefined: ;
        }

        100% {
          color: var(--White);
        }

        100% {
          undefined: ;
        }
    }

    .flight_event\:9KUL8tnsr7oGckUec0r1- {
      width:20px;
      height:20px;
    }

    .flight_event\:B9aTwwuWgx3UUki0zv1Lx {
      width:14px;
      height:14px;
    }

    .gUgVX {
      color:var(--Green);
      width:24px;
      height:24px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    @media (max-width: 1024px) {

    .gUgVX {
      display:none;
    }
    }

    .gUgVX.requested {
      color:var(--Yellow);
    }

    .WHzoG {
      color:var(--White);
      cursor:pointer;
      height:50%;
      display:flex;
      row-gap:2px;
      font-size:var(--font-size-xs);
      column-gap:2px;
      align-items:center;
      font-family:Red Hat Display;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:center;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .dUHWRx {
      display:flex;
      flex-direction:column;
    }

    .eWrZht {
      display:flex;
      flex-direction:row;
    }

    .eAoqbg {
      height:100%;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      padding-top:2px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .eAoqbg {
      display:flex;
      flex-direction:column;
    }
    }

    @media (max-width: 500px) {

    .eAoqbg {
      display:none;
    }
    }

    .eAoqbg.hover_flight {
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .cDeKMb {
      color:var(--White);
      cursor:pointer;
      height:40px;
      display:flex;
      row-gap:2px;
      font-size:var(--font-size-xs);
      box-shadow:0px 0px 10px 0px #0000003b;
      column-gap:2px;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      font-family:Red Hat Display;
      padding-top:4px;
      border-color:var(--Navy);
      border-style:solid;
      border-width:2px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cDeKMb.partner_flight {
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
    }

    .cDeKMb.my_flight {
      background:var(--Lighter-Navy);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .cDeKMb.hover_flight {
      height:44px;
      font-size:var(--font-size-sm);
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
    }

    .cDeKMb.past_flight {
      opacity:.3;
    }

    .cDeKMb.highlighted {
      animation:2s ease 0ms infinite normal none running animation-qTbye;
      box-shadow:0px 0px 20px 10px var(--White);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .eDYfYv {
      width:35px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .eDYfYv {
      font-size:var(--font-size-xxs);
    }
    }

    .dihNwn {
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 1024px) {
    }

    .flight_event\:_IR0GUtwYUgrAKvw5smxA {
      width:14px;
      height:14px;
    }

    .bZeDfe {
      color:var(--Sky);
      font-size:var(--font-size-xxs);
      font-weight:var(--font-weight-bold);
    }

    @media (max-width: 1024px) {

    .bZeDfe {
      display:none;
    }
    }

    .dogYDK {
      flex:1;
      color:var(--White);
      cursor:pointer;
      height:50%;
      display:flex;
      row-gap:2px;
      font-size:var(--font-size-xs);
      column-gap:2px;
      align-items:center;
      font-family:Red Hat Display;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:center;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .dNNoDj {
      color:var(--Sky);
      cursor:pointer;
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-xs);
      column-gap:4px;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      font-family:Red Hat Display;
      padding-top:2px;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
      padding-left:2px;
      padding-right:2px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dNNoDj.hover_flight {
      color:var(--White);
      display:flex;
      row-gap:12px;
      font-size:var(--font-size-sm);
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .dNNoDj.highlighted {
      animation:2s ease 0ms infinite normal none running animation-cjLasc;
    }

    @keyframes animation-cjLasc {
        0% {
          color: var(--White);
        }

        0% {
          undefined: ;
        }

        50% {
          color: var(--Sky);
        }

        50% {
          undefined: ;
        }

        100% {
          color: var(--White);
        }

        100% {
          undefined: ;
        }
    }

    .ehCqd {
      color:var(--Dark-Navy);
      width:24px;
      height:100%;
      display:flex;
      font-size:var(--font-size-xxs);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      font-weight:var(--font-weight-bold);
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .ehCqd.parter_flight {
      background:var(--Dark-Navy);
    }

    .ehCqd.flight_requested {
      background:linear-gradient(var(--yellow-400) 0%, var(--yellow-500) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    .ehCqd.flight_confirmed {
      background:linear-gradient(var(--Green) 0%, #04a473 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    @media (max-width: 1024px) {

    .ehCqd {
      width:20px;
      font-size:var(--font-size-xxs);
    }
    }

    @media (max-width: 500px) {

    .ehCqd {
      width:100%;
    }
    }

    .copgZy {
      flex:1;
      color:var(--White);
      cursor:pointer;
      height:50%;
      display:flex;
      row-gap:2px;
      font-size:var(--font-size-xs);
      column-gap:2px;
      align-items:center;
      font-family:Red Hat Display;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:center;
      border-top-color:var(--Lighter-Navy);
      border-top-style:solid;
      border-top-width:2px;
    }

    .HiEAx {
      color:var(--Sky);
      font-size:var(--font-size-xxs);
      font-weight:bold;
    }

    @media (max-width: 1024px) {

    .HiEAx {
      display:none;
    }
    }

    .dfNQtI {
      width:40px;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .dfNQtI {
      border-top-color:var(--Sky);
      border-top-style:solid;
      border-top-width:1px;
    }
    }

    .bZsCvN {
      color:var(--White);
      font-size:var(--font-size-xs);
    }

    .ecHRPI {
      flex:1;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      overflow-y:scroll;
      scrollbar-width:none;
    }

    .ecHRPI::-webkit-scrollbar {
    width: 0;
    }

    .JkNma {
      font-weight:var(--font-weight-bold);
    }

    .JkNma.today {
      color:var(--Dark-Navy);
    }

    .JkNma.not_current {
      color:var(--Navy);
    }

    .brbBHz {
      color:var(--White);
      height:40px;
      display:flex;
      row-gap:8px;
      background:#ff713933;
      column-gap:8px;
      align-items:center;
      padding-top:4px;
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ddzIMf {
      font-size:var(--font-size-xs);
    }

    .evrOZU {
      color:var(--Orange);
    }

    .maintenance_event\:KzIVXYzdN4A-VpJq2fug7 {
      width:16px;
      height:16px;
    }

    .bonSHY {
      color:var(--Dark-Navy);
      width:24px;
      height:100%;
      display:flex;
      background:var(--Orange);
      align-items:center;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    @media (max-width: 500px) {

    .bonSHY {
      width:100%;
    }
    }

    .maintenance_event\:aBtSIjKoEoVG6Q2kywDw4 {
      width:18px;
      height:18px;
    }

    .UnWZV {
      flex:1;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 500px) {

    .UnWZV {
      display:none;
    }
    }

    .eFnKRb {
      width:20px;
      height:2px;
      display:flex;
      background:var(--Lighter-Navy);
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .FoVRg {
      flex:1;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .fzmbVP {
      color:var(--White);
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fzmbVP.blue {
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .fzmbVP.red {
      background:linear-gradient(var(--Light-Red) 0%, var(--red-400) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
    }

    .fzmbVP.blue:hover {
      box-shadow:0px 0px 20px 0px var(--Sky);
    }

    .fzmbVP.red:hover {
      box-shadow:0px 0px 20px 0px var(--Light-Red);
    }

    .icon-button-fractrade\:0nvsYlbovwrtAercbSU21 {
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
    }

    .XFGyE {
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:flex-end;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:flex-end;
    }

    .fcGXCr {
      top:46px;
      right:0px;
      width:250px;
      display:flex;
      row-gap:0px;
      z-index:1000;
      position:absolute;
      background:var(--Dark-Navy);
      column-gap:0px;
      padding-top:8px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:column;
      padding-bottom:8px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .hUaPl {
      width:20px;
      height:4px;
      display:flex;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:dashed;
      border-bottom-width:2px;
    }

    .calendar-fractrade\:N266tsDcbFCtc0BwoFz08 {
      width:18px;
      height:18px;
    }

    .eDywlK {
      flex:1;
      right:0px;
      bottom:0px;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .eZHFOm {
      width:20px;
      height:4px;
      display:flex;
      border-bottom-color:var(--Sky);
      border-bottom-style:dashed;
      border-bottom-width:2px;
    }

    .calendar-fractrade\:Pa4sMSeGGxnFhtKIahjg1 {
      width:20px;
      height:20px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .dgHsbA {
      color:var(--Sky);
      width:100%;
      display:flex;
      z-index:100;
      position:sticky;
      font-size:var(--font-size-xs);
      background:var(--Navy);
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      flex-direction:row;
      padding-bottom:4px;
      border-top-color:var(--Lighter-Navy);
      border-top-style:solid;
      border-top-width:2px;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    @media (max-width: 500px) {

    .dgHsbA {
      font-size:var(--font-size-xxs);
      padding-top:2px;
      padding-bottom:2px;
    }
    }

    .calendar-fractrade\:QK9YtuqcJ0cT84a1yzEdI {
      width:18px;
      height:18px;
    }

    .cjsSRF {
      top:0px;
      left:30px;
      color:var(--Sky);
      display:flex;
      position:absolute;
      font-size:var(--font-size-xs);
      align-items:flex-start;
      justify-content:center;
    }

    @media (max-width: 500px) {

    .cjsSRF {
      display:none;
    }
    }

    .ccyssK {
      flex:1;
      color:var(--Navy);
      display:flex;
      font-size:var(--font-size-xs);
      align-items:center;
      font-weight:bold;
      padding-top:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ccyssK:hover {
      color:var(--White);
      background:var(--Navy);
    }

    .ccyssK.maintenance_day:hover {
      cursor:no-drop;
      background:var(--Orange);
    }

    .eCVXHh {
      width:100%;
      height:40px;
      display:flex;
      font-size:var(--font-size-xs);
      align-items:center;
      font-family:Red Hat Display;
      flex-direction:row;
      justify-content:center;
    }

    .eCVXHh.past_trip {
      opacity:.3;
    }

    @media (max-width: 500px) {

    .eCVXHh {
      font-size:var(--font-size-xxs);
    }
    }

    .trip_placeholder\:3ljGDIeZXdzixfHUTYQAB {
      width:16px;
      height:16px;
    }

    .eaVcVq {
      color:var(--White);
      display:flex;
      row-gap:2px;
      background:var(--Lighter-Navy);
      column-gap:2px;
      align-items:center;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .eaVcVq.my_trip {
      background:var(--Sky);
    }

    @media (max-width: 500px) {

    .eaVcVq {
      display:flex;
      row-gap:0px;
      column-gap:0px;
      flex-direction:column;
    }
    }

    .dEviVx {
      color:var(--Sky);
      font-weight:var(--font-weight-bold);
    }

    .dEviVx.my_trip {
      color:var(--Dark-Navy);
    }

    .UmLmp {
      color:var(--Sky);
      display:flex;
    }

    .UmLmp.my_trip {
      color:var(--Dark-Navy);
    }

    @media (max-width: 500px) {

    .UmLmp {
      display:none;
    }
    }

    .ezBFxi {
      flex:1;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:dashed;
      border-bottom-width:1px;
    }

    .ezBFxi.my_trip {
      border-bottom-color:var(--Sky);
      border-bottom-style:dashed;
      border-bottom-width:1px;
    }

    .calendar-fractrade\:WEwBR8PKVv-RQY5a6SzvQ {
      color:var(--Green);
      width:16px;
      height:16px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .eRnNpg {
      top:0px;
      color:var(--White);
      display:flex;
      row-gap:8px;
      z-index:var(--dynamic-z-index);
      position:sticky;
      font-size:var(--font-size-3xl);
      column-gap:8px;
      flex-direction:column;
    }

    .bpYVnx {
      flex:1;
      color:var(--Dark-Navy);
      display:flex;
      align-items:flex-end;
      padding-left:4px;
      padding-right:4px;
      justify-content:center;
    }

    .bvccRb {
      display:flex;
      background:var(--Navy);
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .bvccRb.today {
      color:var(--Dark-Navy);
      background:linear-gradient(to right, var(--White) 0%, var(--grey-400) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    .bvccRb.previous_next {
      background:var(--Navy);
    }

    .bvccRb.maintenance_day {
      background:var(--Orange);
    }

    @media (max-width: 500px) {

    .bvccRb {
      padding-top:0px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:0px;
    }
    }

    .SDwnE {
      color:var(--Orange);
      width:16px;
      height:16px;
      display:flex;
      align-items:center;
      font-weight:var(--font-weight-bold);
      justify-content:center;
      border-top-left-radius:2px;
      border-top-right-radius:2px;
      border-bottom-left-radius:2px;
      border-bottom-right-radius:2px;
    }

    .PsYMi {
      flex:1;
      height:40px;
      background:var(--Navy);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .calendar-fractrade\:ZnXdWckTeEr1Qpzqqw85a {
      width:12px;
      height:12px;
    }

    .bVAVoD {
      top:0px;
      color:var(--Orange);
      right:0px;
      display:flex;
      position:absolute;
      font-size:var(--font-size-xs);
      align-items:flex-end;
      padding-right:4px;
      justify-content:center;
    }

    @media (max-width: 500px) {

    .bVAVoD {
      display:none;
    }
    }

    .eYCqvo {
      display:flex;
      row-gap:4px;
      column-gap:4px;
    }

    .eOIDBH {
      display:grid;
      z-index:0;
      grid-row-gap:2px;
      grid-column-gap:2px;
      grid-template-rows:repeat(5, 2fr);
      grid-template-columns:repeat(7, 1fr);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .SAjld {
      color:var(--White);
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-xs);
      background:var(--Lighter-Navy);
      column-gap:4px;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .uDKrT {
      width:16px;
      height:16px;
      display:flex;
      background:linear-gradient(var(--Green) 0%, var(--green-500) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-top-left-radius:2px;
      border-top-right-radius:2px;
      border-bottom-left-radius:2px;
      border-bottom-right-radius:2px;
    }

    .ciAXjP {
      display:flex;
      row-gap:8px;
      background:var(--Navy);
      column-gap:8px;
      flex-direction:column;
    }

    .cZGHsp {
      width:16px;
      height:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-top-left-radius:2px;
      border-top-right-radius:2px;
      border-bottom-left-radius:2px;
      border-bottom-right-radius:2px;
    }

    .dCBVYm {
      color:var(--Sky);
      display:flex;
      font-size:var(--font-size-xs);
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dCBVYm.me {
      color:var(--White);
      background:var(--Sky);
    }

    @media (max-width: 500px) {

    .dCBVYm {
      font-size:var(--font-size-xxs);
      padding-top:01px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:01px;
    }
    }

    .oVPjR {
      flex:1;
      color:var(--Sky);
      width:100%;
      height:100%;
      display:flex;
      row-gap:4px;
      flex-wrap:nowrap;
      max-width:100%;
      min-width:100%;
      background:var(--Dark-Navy);
      column-gap:4px;
      overflow-y:scroll;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:column;
      padding-bottom:4px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .oVPjR:hover {
      color:var(--White);
      cursor:pointer;
    }

    .oVPjR.today {
      color:var(--White);
      background:;
      font-weight:var(--font-weight-black);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .oVPjR.past_days {
      color:var(--Lighter-Navy);
    }

    .oVPjR.previous_next_month {
      color:var(--Navy);
      background:var(--Navy);
    }

    .oVPjR.my_preferred {
      color:var(--Sky);
    }

    .oVPjR.past_days:hover {
      cursor:default;
      background:var(--Dark-Navy);
    }

    .oVPjR.ninety_one_day {
      border-left-color:var(--Sky);
      border-left-style:solid;
      border-left-width:2px;
      border-top-left-radius:0px;
      border-bottom-left-radius:0px;
    }

    .oVPjR.ninety_day {
      border-right-color:var(--Orange);
      border-right-style:solid;
      border-right-width:2px;
      border-top-right-radius:0px;
      border-bottom-right-radius:0px;
    }

    .fCTZSC {
      color:var(--Sky);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-bold);
    }

    .cbPJKL {
      width:100%;
      height:fit-content;
      align-items:start;
      justify-content:start;
    }

    .cbPJKL.icon_only {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-left:8px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dropdown-select-fractrade-inset\:3U2VBLqIIFk1mh_3rm7cB {
      color:var(--Sky);
      width:20px;
      cursor:pointer;
      height:20px;
      z-index:25;
      position:relative;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dropdown-select-fractrade-inset\:3U2VBLqIIFk1mh_3rm7cB:hover {
      color:var(--White);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .dropdown-select-fractrade-inset\:3bB2E1t4c_CJFZ9po1KzC {
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eaqiXP {
      flex:1;
      width:100%;
      height:40px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eGvKHe {
      width:100%;
      height:fit-content;
      flex-grow:1;
      flex-basis:100%;
      min-height:40px;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
    }

    .bGKskf {
      flex:1;
      flex-wrap:wrap;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
      padding-left:8px;
      padding-right:8px;
    }

    .bGKskf.small_label {
      font-size:var(--font-size-sm);
    }

    .VGPmA {
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-normal);
      padding-left:28px;
      padding-right:28px;
    }

    .VGPmA.no_icon {
      padding-left:8px;
      padding-right:8px;
    }

    .dNHGwj {
      color:var(--Place-Holder);
      cursor:pointer;
      display:flex;
      background:#00a7e11a;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dNHGwj:hover {
      color:var(--White);
      background:var(--Sky);
    }

    .dropdown-select-fractrade-inset\:HDb2Uzr47r_NgNzyPxTPp {
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .bKAmbb {
      color:var(--Place-Holder);
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
      padding-left:4px;
      padding-right:4px;
    }

    .dQTdqO {
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-base);
      background:#00a7e11a;
      column-gap:4px;
      overflow-x:scroll;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
      padding-top:2px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dropdown-select-fractrade-inset\:Lu8mLNstA_Wgz1xGU0Dvm {
      width:20px;
      cursor:pointer;
      height:20px;
      z-index:25;
      position:relative;
      background: var(--Dark-Navy);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dropdown-select-fractrade-inset\:Lu8mLNstA_Wgz1xGU0Dvm:hover {
      color:var(--White);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .bNgHGS {
      flex:1;
      color:var(--Sky, #00a7e1);
      display:inline-block;
      flex-wrap:wrap;
      font-size:var(--font-size-sm);
      max-width:100%;
      overflow-y:auto;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-normal);
    }

    .bjgckf {
      color:var(--Sky, #00a7e1);
      transition:all 300ms ease 0ms ;
    }

    .bjgckf.open {
      color:var(--White, #ffffff);
      rotate:z -90deg;
    }

    .cgTRbr {
      gap:8px;
      flex:1  ;
      flex-wrap:wrap;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
    }

    .dropdown-select-fractrade-inset\:S3UzUwJseyOJIAEGiKZAs {
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
    }

    .AccNF {
      right:0px;
      height:100%;
      display:flex;
      row-gap:2px;
      position:absolute;
      column-gap:2px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:flex-end;
      border-top-right-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ffFcFi {
      gap:8px;
      flex:1;
      color:var(--Sky, #00a7e1);
      width:100%;
      font-size:var(--font-size-sm);
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-bold);
      scrollbar-width:none;
    }

    .ffFcFi::-webkit-scrollbar {
    width: 0;
    }

    .fhYnQI {
      gap:24px;
      color:var(--White, #ffffff);
      width:100%;
      cursor:pointer;
      min-height:36px;
      overflow-x:clip;
      transition:all 300ms ease 0ms ;
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:4px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
    }

    .fhYnQI:hover {
      color:var(--White, #ffffff);
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .dkWxyH {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:center;
    }

    .fHdpSo {
      display:flex;
      max-width:100%;
      text-align:center;
      align-items:center;
      justify-content:flex-start;
    }

    .bhxoxa {
      gap:0px;
      flex:1;
      align-items:center;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:start;
    }

    .bhxoxa.blue_text {
      color:var(--Sky, #00a7e1);
    }

    .dOxIpy {
      display:flex;
      align-items:center;
      padding-top:4px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    .dropdown-select-fractrade-inset\:iOdjJOCmn7wHtHMdTCZwD {
      color:var(--Sky);
      width:100%;
      cursor:pointer;
      height:100%;
      position:relative;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dropdown-select-fractrade-inset\:iOdjJOCmn7wHtHMdTCZwD:hover {
      color:var(--White);
    }

    .cObMKy {
      top:100%;
      flex:1;
      width:100%;
      opacity:0;
      row-gap:0px;
      position:absolute;
      column-gap:0px;
      max-height:0px;
      overflow-x:clip;
      overflow-y:clip;
      transition:all 300ms ease 0ms ;
      padding-top:0px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:0px;
      padding-left:0px;
      border-radius:6px;
      padding-right:0px;
      padding-bottom:0px;
      background-color:var(--Dark-Navy, #00121e);
    }

    .cObMKy.open {
      opacity:1;
      max-width:100%;
      box-shadow:0px 10px 22px 5px var(--Dark-Navy, #00121e);
      max-height:325px;
      overflow-y:clip;
      padding-top:4px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:4px;
      border-radius:6px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .cObMKy.open_compact {
      width:fit-content;
    }

    .dZowLz {
      width:18px;
      height:18px;
      display:flex;
      position:relative;
      align-items:center;
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
      justify-content:center;
    }

    .KeHUN {
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
    }

    .bBzUwY {
      width:100%;
      row-gap:4px;
      flex-grow:1;
      column-gap:4px;
      overflow-y:scroll;
      flex-shrink:1;
      scrollbar-width:none;
    }

    .bBzUwY::-webkit-scrollbar {
    width: 0;
    }

    .bBzUwY.compact {
      flex:1;
      width:fit-content;
      position:relative;
    }

    .UvMgm {
      width:20px;
      height:20px;
      align-items:center;
      justify-content:center;
    }

    .qQFD {
      color:var(--White, #ffffff);
      height:20px;
      font-size:var(--font-size-base);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-left:0px;
      padding-right:8px;
      flex-direction:row;
      justify-content:space-between;
    }

    .fdmfEJ {
      width:40px;
    }

    .dmAcBl {
      display:flex;
      row-gap:8px;
      flex-wrap:wrap;
      column-gap:8px;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .eUJtXP {
      display:flex;
      row-gap:4px;
      position:relative;
      flex-wrap:wrap;
      font-size:var(--font-size-base);
      column-gap:4px;
      overflow-x:scroll;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
      padding-top:4px;
      margin-right:48px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:4px;
      scrollbar-color:transparent;
      scrollbar-width:none;
    }

    .eUJtXP::-webkit-scrollbar {
    width: 0;
    }

    .boqWgV {
      top:14px;
      right:8px;
      position:absolute;
    }

    .doyagK {
      width:18px;
      height:18px;
      display:flex;
      position:relative;
      align-items:center;
      justify-content:center;
    }

    .fdKXfK {
      color:var(--grey-50, #FAFAFA);
      width:100%;
      cursor:pointer;
      height:fit-content;
      display:flex;
      flex-grow:1;
      flex-wrap:wrap;
      font-size:var(--font-size-base);
      flex-basis:100%;
      min-height:fit-content;
      overflow-x:hidden;
      align-items:center;
      flex-shrink:1;
      font-weight:var(--font-weight-normal);
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:6px;
      padding-right:36px;
      flex-direction:row;
      justify-content:flex-start;
      scrollbar-color:transparent;
      scrollbar-width:thin;
    }

    .fdKXfK::-webkit-scrollbar {
    width: 4px;
    }

    .fdKXfK.multi {
      flex:1;
      width:100%;
      height:fit-content;
      display:flex;
      min-height:40px;
      align-items:center;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fdKXfK.hover {
      background:#00a7e11a;
    }

    .fdKXfK.compact {
      padding-left:0px;
      padding-right:0px;
    }

    .fGuNtV {
      top:0px;
      left:0px;
      color:var(--White);
      height:36px;
      z-index:10;
      position:relative;
      flex-grow:1;
      font-size:var(--font-size-sm);
      background: var(--Dark-Navy);
      font-family:Red Hat Display;
      font-weight:bolder;
      padding-left:4px;
      border-radius:6px;
      padding-right:4px;
    }

    .fGuNtV::placeholder {
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-bold);
    }

    .fGuNtV:focus-visible {
      animation:2s ease 0ms infinite normal none running animation-ekysmE;
      border-bottom-color:var(--Sky);
      border-bottom-style:solid;
      border-bottom-width:2px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    @keyframes animation-ekysmE {
        0% {
          border-bottom-color: rgb(0, 167, 225);
        }

        50% {
          border-bottom-color: #00a7e100;
        }

        100% {
          border-bottom-color: #00a7e1;
        }
    }

    .calendar-fractrade\:nNMvWJOXZ9GyPU3bRlDfy {
      height:40px;
      z-index:101;
    }

    .cjKlfM {
      width:20px;
      height:2px;
      display:flex;
      background:var(--Sky);
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .eaBqFf {
      width:fit-content;
      display:flex;
      row-gap:8px;
      background:var(--Navy);
      column-gap:8px;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      border-right-color:var(--Lighter-Navy);
      border-right-style:solid;
      border-right-width:2px;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
      border-bottom-right-radius:24px;
    }

    @media (max-width: 1024px) {

    .eaBqFf {
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
    }
    }

    .cryXxV {
      width:24px;
      height:24px;
      display:flex;
      font-size:var(--font-size-sm);
      align-items:center;
      font-weight:var(--font-weight-normal);
      justify-content:center;
    }

    .cryXxV.today {
      color:var(--Dark-Navy);
    }

    .cryXxV.my_preferred {
      color:var(--Sky);
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:4px;
    }

    .cryXxV.first_come_first_serve {
      color:var(--Sky);
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .cryXxV.maintenance_day {
      color:var(--White);
    }

    @media (max-width: 500px) {

    .cryXxV {
      width:fit-content;
      font-size:var(--font-size-xs);
    }
    }

    .ftnSeU {
      flex:1;
      display:flex;
      row-gap:4px;
      column-gap:4px;
    }

    .enNFJZ {
      width:16px;
      height:16px;
      display:flex;
      background:linear-gradient(var(--Yellow) 0%, var(--yellow-500) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-top-left-radius:2px;
      border-top-right-radius:2px;
      border-bottom-left-radius:2px;
      border-bottom-right-radius:2px;
    }

    .fwbdkT {
      flex:1;
      height:100%;
      display:flex;
      background:var(--Navy);
      overflow-x:scroll;
      flex-direction:column;
      scrollbar-width:none;
    }

    .fwbdkT::-webkit-scrollbar {
    width: 0;
    }

    @media (max-width: 1024px) {

    .bfkdQE {
      display:none;
    }
    }

    .calendar-fractrade\:wxgY4xOClYRuloI0YRRo4 {
      width:12px;
      height:12px;
    }

    .eLAXrJ {
      color:var(--White);
      font-size:var(--font-size-5xl);
      text-align:left;
      align-items:center;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .dsHUgj {
      height:50px;
      row-gap:12px;
      background:var(--White);
      column-gap:12px;
      align-items:center;
      font-family:"Red Hat Display";
      padding-top:0px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:flex-start;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cRThxz {
      color:#ffffff80;
      cursor:pointer;
    }

    .cRThxz:hover {
      color:var(--White);
    }

    .dxRXJi {
      color:var(--Sky);
      cursor:pointer;
      align-items:flex-start;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .dxRXJi:hover {
      color:var(--White);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
    }

    .dxRXJi.last {
      color:var(--Sky);
      cursor:pointer;
      align-items:flex-start;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-bottom-color:#00000000;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .fEZgxe {
      top:50px;
      left:0px;
      width:100%;
      position:absolute;
    }

    .dScdIe {
      width:100%;
      height:40px;
      align-items:center;
      justify-content:center;
    }

    .brrdMt {
      width:100%;
      height:auto;
      row-gap:0px;
      column-gap:0px;
      max-height:200px;
      overflow-y:scroll;
      transition:height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      font-family:"Red Hat Display";
      padding-top:0px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bBMvgI {
      color:var(--grey-400);
    }

    .TxixB {
      font-size:var(--font-size-xs);
      font-weight:var(--font-weight-bold);
    }

    .ePzAJP {
      color:var(--White);
      font-weight:var(--font-weight-bold);
    }

    .dFjocG {
      flex:1;
      color:var(--Dark-Navy);
      font-weight:bold;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dFjocG::placeholder {
      color:var(--grey-400);
      font-weight:var(--font-weight-bold);
    }

    .IKylu {
      width:40px;
      height:40px;
    }

    .eKbtAb {
      color:var(--grey-400);
      width:100%;
      font-size:var(--font-size-xxs);
      align-items:flex-start;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .dsEVIH {
      flex:1;
    }

    .chFgqu {
      width:100%;
      row-gap:12px;
      max-width:600px;
      column-gap:12px;
      font-family:"Red Hat Display";
    }

    .DrbRA {
      width:100%;
      bottom:0px;
      height:150px;
      z-index:20;
      position:absolute;
      background:linear-gradient(to top, var(--Dark-Navy) 0%, var(--Dark-Navy) 16%, transparent 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    .MvbPd {
      max-height:100%;
      padding-top:48px;
      padding-right:48px;
      flex-direction:row;
      border-top-color:var(--Sky);
      border-top-style:solid;
      border-top-width:1px;
      border-right-color:var(--Sky);
      border-right-style:solid;
      border-right-width:1px;
      border-top-right-radius:50px;
    }

    .vLhhu {
      width:100%;
      height:100%;
    }

    .fvnfLb {
      width:100%;
      height:100%;
      display:flex;
    }

    .eHpzdO {
      height:100%;
    }

    .bgRnhT {
      row-gap:4px;
      font-size:var(--font-size-sm);
      column-gap:4px;
      flex-direction:row;
    }

    .biVCDX {
      width:auto;
      height:100%;
    }

    .botmdi {
      left:0px;
      color:var(--White);
      right:0px;
      bottom:0px;
      height:40px;
      display:flex;
      row-gap:4px;
      z-index:20;
      position:absolute;
      background:var(--Dark-Navy);
      column-gap:4px;
      align-items:center;
      padding-top:10px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:flex-end;
      border-top-color:var(--Lighter-Navy);
      border-top-style:solid;
      border-top-width:2px;
    }

    @media (max-width: 1024px) {

    .botmdi {
      display:none;
    }
    }

    .KOWXU {
      width:300px;
      row-gap:24px;
      column-gap:24px;
      max-height:100%;
      overflow-y:clip;
      padding-top:48px;
      padding-left:48px;
    }

    .lkBhr {
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/firstclientside:ProposalImage.png/public") no-repeat no-repeat center center / cover;
      box-shadow:0px 0px 40px 0px var(--Sky) inset, 0px 0px 40px 0px var(--Sky);
      align-items:center;
      padding-top:80px;
      flex-direction:row;
      padding-bottom:80px;
      justify-content:center;
      border-bottom-color:var(--Sky);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .fpfYcA {
      flex:1;
      color:var(--grey-50, #FAFAFA);
      width:100%;
      bottom:0px;
      height:86px;
      display:flex;
      z-index:100;
      position:fixed;
      overflow-x:visible;
      overflow-y:visible;
      transition:width 300ms cubic-bezier(1, 0, 0, 1) 0ms allow-discrete;
      align-items:flex-start;
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-thin);
      padding-top:0px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:center;
    }

    .dHLOZF {
      width:100%;
      background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      box-shadow:0px 2px 50px 10px #00121e;
      align-items:;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      flex-direction:row;
      justify-content:;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .Mobile-Nav\:4w8OCX1CugedopIEyezSA {
      width:60px;
      height:60px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .nMrzu {
      width:100%;
      height:100%;
      position:absolute;
    }

    .Mobile-Nav\:czHfB-Gh0a2U7tDBPIKr6 {
      width:60px;
      height:60px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .Mobile-Nav\:egT_nN6PTepxT39srnmMg {
      width:60px;
      height:60px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .bQUmKF {
      width:60px;
      height:60px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .fdofKX {
      gap:8px;
      color:var(--Sky);
      width:250px;
      cursor:pointer;
      height:60px;
      font-size:var(--font-size-sm);
      max-height:60px;
      overflow-x:visible;
      overflow-y:visible;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-light);
      flex-direction:row;
      justify-content:start;
    }

    .fdofKX:hover {
      color:var(--White);
      background:linear-gradient(to right, var(--Dark-Navy) 0%, var(--Lighter-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      overflow-x:visible;
      overflow-y:visible;
    }

    @media (max-width: 1024px) {

    .fdofKX {
      gap:0px;
      flex:1;
      width:60px;
      height:60px;
      display:flex;
      min-height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }
    }

    @media (max-width: 768px) {

    .fdofKX {
      flex-direction:column;
    }
    }

    .fdofKX.active_page {
      color:var(--White);
      background:linear-gradient(to top left, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      box-shadow:5px 0px 20px 0px var(--Dark-Navy);
    }

    .fdofKX.upcoming_feature {
      color:#016689b3;
    }

    @media (max-width: 1024px) {

    .fdofKX:hover {
      background:#ffffff00;
    }
    }

    .bjIiSa {
      width:60px;
      height:60px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    @media (max-width: 1024px) {

    .bjIiSa {
      width:50px;
      height:30px;
      padding-top:0px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:0px;
    }
    }

    .bqynBo {
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
    }

    @media (max-width: 1024px) {

    .bqynBo {
      display:none;
      font-size:var(--font-size-xxs);
    }
    }

    .nav-link\:idf5XkBPGYMXixSHkH9Nq {
      width:18px;
      height:18px;
    }

    @media (max-width: 1024px) {

    .nav-link\:idf5XkBPGYMXixSHkH9Nq {
      display:none;
    }
    }

    .cEKAGw {
      top:0px;
      left:0px;
      color:var(--Sky);
      width:100%;
      bottom:0px;
      height:100%;
      display:flex;
      row-gap:8px;
      z-index:1000;
      position:absolute;
      font-size:var(--font-size-xs);
      background:linear-gradient(to right, var(--Dark-Navy) 0%, var(--Lighter-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:8px;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    @media (max-width: 1024px) {

    .cEKAGw {
      display:flex;
      align-items:center;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }
    }

    .eKJDbW {
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-xs);
      column-gap:4px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .eKJDbW {
      display:flex;
      align-items:center;
      justify-content:center;
    }
    }

    .clbGKx {
      width:fit-content;
      flex-direction:column;
    }

    .navigation\:2TEDmcbcMxBxNEmHscoty {
      z-index:1;
    }

    @media (min-width: 1024px) {

    .navigation\:2TEDmcbcMxBxNEmHscoty {
      display:none;
    }
    }

    .bnZkSz {
      top:0px;
      flex:1;
      left:0px;
      color:var(--grey-50, #FAFAFA);
      width:60px;
      height:100%;
      display:flex;
      z-index:100;
      position:fixed;
      background:var(--Dark-Navy);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:width 300ms cubic-bezier(1, 0, 0, 1) 0ms allow-discrete;
      align-items:flex-start;
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-thin);
      padding-top:80px;
      padding-bottom:0px;
      justify-content:space-between;
      border-right-color:var(--Lighter-Navy);
      border-right-style:solid;
      border-right-width:2px;
    }

    .bnZkSz:hover {
      width:250px;
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .bpNqdM {
      width:100%;
      align-items:;
      flex-direction:column;
      justify-content:;
    }

    .Side-Nav\:4w8OCX1CugedopIEyezSA {
      width:60px;
      height:60px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .Side-Nav\:czHfB-Gh0a2U7tDBPIKr6 {
      width:60px;
      height:60px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .Side-Nav\:egT_nN6PTepxT39srnmMg {
      width:60px;
      height:60px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .bgTLfu {
      width:60px;
      flex-direction:column;
    }

    .navigation\:Fl1AYMmmWxZ_D1VPX4jEA {
      z-index:1;
    }

    @media (max-width: 1024px) {

    .navigation\:Fl1AYMmmWxZ_D1VPX4jEA {
      display:none;
    }
    }

    .dtsAmf {
      top:0px;
      left:0px;
      width:100%;
      height:60px;
      z-index:101;
      position:fixed;
      background:var(--Dark-Navy);
      align-items:start;
      border-radius:0px;
      flex-direction:row;
      justify-content:start;
      border-bottom-color:var(--Lighter-Navy, #08365b);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    @media (max-width: 1024px) {

    .dtsAmf {
      height:50px;
      background:#ffffff00;
      align-items:start;
      flex-direction:row;
      justify-content:center;
      border-bottom-color:#00000000;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }
    }

    .Rgtiu {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 1024px) {

    .Rgtiu {
      flex:0;
    }
    }

    .sYLcL {
      color:var(--White);
      display:flex;
      row-gap:12px;
      position:relative;
      font-size:var(--font-size-sm);
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Green) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:12px;
      align-items:center;
      padding-top:8px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-end;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .sYLcL.false {
      background:var(--Dark-Navy);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
    }

    .FQklp {
      row-gap:0px;
      column-gap:0px;
    }

    .ftXJON {
      top:-12px;
      left:8px;
      color:var(--Sky);
      row-gap:8px;
      z-index:2;
      position:absolute;
      font-size:var(--font-size-xs);
      background:var(--Dark-Navy);
      column-gap:8px;
      font-weight:var(--font-weight-bold);
      padding-top:2px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:2px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .faXWhi {
      flex:1;
      row-gap:0px;
      column-gap:0px;
      overflow-y:scroll;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:24px;
      scrollbar-width:none;
    }

    .faXWhi::-webkit-scrollbar {
    width: 0;
    }

    .bgOshH {
      bottom:-8px;
    }

    .VQBGO {
      flex:1;
      height:50%;
      border-bottom-color:var(--Sky);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bFiqTy {
      color:var(--White);
      display:inline;
      row-gap:10px;
      flex-wrap:wrap;
      background:var(--Lighter-Navy);
      column-gap:10px;
      font-weight:var(--font-weight-normal);
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ezUERJ {
      width:100%;
      height:fit-content;
      align-items:start;
      justify-content:start;
    }

    .ezUERJ.icon_only {
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-left:8px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dropdown-select-fractrade\:3U2VBLqIIFk1mh_3rm7cB {
      color:var(--Sky);
      width:20px;
      cursor:pointer;
      height:20px;
      z-index:25;
      position:relative;
      background: var(--Dark-Navy);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dropdown-select-fractrade\:3U2VBLqIIFk1mh_3rm7cB:hover {
      color:var(--White);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .dropdown-select-fractrade\:3bB2E1t4c_CJFZ9po1KzC {
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dQIu {
      flex:1;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bQAygV {
      flex:1;
      height:40px;
      padding-left:0px;
      padding-right:0px;
    }

    .bmCtnZ {
      flex:1;
      flex-wrap:wrap;
      font-weight:var(--font-weight-bold);
      padding-left:8px;
      padding-right:8px;
    }

    .bmCtnZ.small_label {
      font-size:var(--font-size-sm);
    }

    .beNwyW {
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-normal);
      padding-left:28px;
      padding-right:28px;
    }

    .beNwyW.no_icon {
      padding-left:8px;
      padding-right:8px;
    }

    .beNwyW.blue_text {
      color:var(--grey-300);
    }

    .cIwRIj {
      color:var(--Place-Holder);
      cursor:pointer;
      display:flex;
      background:#08365b80;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cIwRIj:hover {
      color:var(--White);
      background:var(--Sky);
    }

    .dropdown-select-fractrade\:HDb2Uzr47r_NgNzyPxTPp {
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .eGBvOV {
      color:var(--Place-Holder);
      font-size:var(--font-size-base);
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
      padding-left:4px;
      padding-right:4px;
    }

    .cTGNPS {
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-base);
      column-gap:4px;
      overflow-x:scroll;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
      padding-top:2px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:1.5px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dropdown-select-fractrade\:Lu8mLNstA_Wgz1xGU0Dvm {
      width:20px;
      cursor:pointer;
      height:20px;
      z-index:25;
      position:relative;
      background: var(--Dark-Navy);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dropdown-select-fractrade\:Lu8mLNstA_Wgz1xGU0Dvm:hover {
      color:var(--White);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .dropdown-select-fractrade\:S3UzUwJseyOJIAEGiKZAs {
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
    }

    .bpfRsK {
      right:0px;
      height:100%;
      display:flex;
      row-gap:2px;
      position:absolute;
      background:linear-gradient(to right, #00121e00 0%, var(--Dark-Navy) 20%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:2px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:flex-end;
      border-top-right-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cnUGAl {
      gap:24px;
      color:var(--White, #ffffff);
      width:100%;
      cursor:pointer;
      min-height:36px;
      overflow-x:clip;
      transition:all 300ms ease 0ms ;
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:4px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
    }

    .cnUGAl:hover {
      color:var(--White, #ffffff);
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.opporuntity {
      border-color:var(--green-400);
      border-style:dashed;
      border-width:2px;
    }

    .cnUGAl.sign-up {
      border-color:var(--green-400);
      border-style:dashed;
      border-width:2px;
    }

    .cnUGAl.available {
      border-color:var(--Green);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.under-contract {
      border-color:var(--Yellow);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.sold {
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.terminated {
      border-color:var(--grey-300);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.closed-lost {
      border-color:var(--grey-300);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.hypothetical {
      border-color:var(--pink-400);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.external {
      border-color:var(--pink-300);
      border-style:solid;
      border-width:2px;
    }

    .dropdown-select-fractrade\:iOdjJOCmn7wHtHMdTCZwD {
      color:var(--Sky);
      width:100%;
      cursor:pointer;
      height:100%;
      position:relative;
      background: var(--Dark-Navy);
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dropdown-select-fractrade\:iOdjJOCmn7wHtHMdTCZwD:hover {
      color:var(--White);
    }

    .GEvGm {
      top:40px;
      flex:1;
      width:100%;
      opacity:0;
      row-gap:0px;
      position:absolute;
      column-gap:0px;
      max-height:0px;
      overflow-x:clip;
      overflow-y:clip;
      transition:all 300ms ease 0ms ;
      padding-top:0px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:0px;
      padding-left:0px;
      border-radius:6px;
      padding-right:0px;
      padding-bottom:0px;
      background-color:var(--Dark-Navy, #00121e);
    }

    .GEvGm.open {
      opacity:1;
      box-shadow:0px 10px 22px 5px var(--Dark-Navy, #00121e);
      max-height:325px;
      overflow-y:clip;
      padding-top:4px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:4px;
      border-radius:6px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .bRgOVz {
      font-size:var(--font-size-base);
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
    }

    .pVGTY {
      width:100%;
      row-gap:4px;
      flex-grow:1;
      column-gap:4px;
      overflow-y:scroll;
      flex-shrink:1;
    }

    .fxmmwz {
      display:flex;
      row-gap:4px;
      position:absolute;
      flex-grow:1;
      flex-wrap:nowrap;
      column-gap:4px;
      flex-basis:100%;
      overflow-x:scroll;
      flex-shrink:1;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      margin-right:48px;
      padding-left:0px;
      padding-right:200px;
      flex-direction:row;
      scrollbar-color:transparent;
      scrollbar-width:none;
    }

    .fxmmwz::-webkit-scrollbar {
    width: 0;
    }

    .egoeDr {
      flex:1;
      color:var(--grey-50, #FAFAFA);
      cursor:pointer;
      height:40px;
      display:flex;
      font-size:var(--font-size-sm);
      overflow-x:hidden;
      align-items:center;
      font-weight:var(--font-weight-bold);
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:6px;
      padding-right:36px;
      flex-direction:row;
      justify-content:flex-start;
      scrollbar-color:transparent;
      scrollbar-width:thin;
      background-color:var(--Dark-Navy, #00121e);
    }

    .egoeDr::-webkit-scrollbar {
    width: 4px;
    }

    .egoeDr.open {
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .egoeDr.multi {
      flex:1;
      width:100%;
      padding-left:4px;
      padding-right:4px;
    }

    .Top-Header\:3kfNmmA-pd4z_OlvJcyiT {
      z-index:7;
    }

    .dEFQsm {
      display:inline;
    }

    .uIaxM {
      width:100%;
      row-gap:12px;
      column-gap:12px;
      padding-top:12px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fDtJPX {
      display:flex;
      font-size:var(--font-size-2xl);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
    }

    .Top-Header\:5yUzmeO_gbpLQcHLVFsp- {
      display:none;
      z-index:9;
    }

    .Top-Header\:6UgvWBOSxt7W6xyeLZlPj {
      height:18px;
    }

    .bgXrpI {
      width:fit-content;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:999999px;
      flex-direction:row;
      justify-content:start;
    }

    .ayKjQ {
      width:1rem;
      height:1rem;
      display:flex;
      position:absolute;
      transform:x(NaNrem);
      transition:all 175ms ease 0ms normal;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:99999px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--Sky, #00a7e1);
      transition-duration:150ms;
      transition-property:transform;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ayKjQ:hover {
      background-color:var(--White, #ffffff);
    }

    .ayKjQ.on {
      translate:1.25rem;
      background-color:var(--White, #ffffff);
    }

    .dKxPVf {
      width:2.75rem;
      cursor:pointer;
      height:1.5rem;
      display:flex;
      position:relative;
      transition:all 300ms ease 0ms ;
      align-items:center;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:0.125rem;
      border-radius:99999px;
      padding-right:0.125rem;
      flex-direction:row;
      justify-content:start;
      background-color:var(--Dark-Navy, #00121e);
      transition-duration:150ms;
      transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .dKxPVf:hover {
      box-shadow:0px 0px 20px 1px #00a7e182;
      transition:all 300ms ease 0ms ;
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
      border-radius:9999px;
    }

    .dKxPVf.on {
      outline:none;
      box-shadow:0 0 0 2px var(--tw-ring-color);
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
      --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      --tw-ring-offset-width:2px;
      --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    .bnooWa {
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:200px;
      justify-content:flex-end;
    }

    .Top-Header\:8lWCKsL7Cj37JpgtBpy3a {
      width:18px;
      height:18px;
    }

    @media (max-width: 1024px) {

    .Top-Header\:8lWCKsL7Cj37JpgtBpy3a {
      color:var(--Sky);
      width:32px;
      height:32px;
      background:var(--Lighter-Navy);
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
      padding-left:6px;
      padding-right:6px;
    }
    }

    .edqCAG {
      top:-8px;
      left:8px;
      color:var(--Sky);
      position:absolute;
      font-size:var(--font-size-xxs);
      background:var(--Dark-Navy);
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      padding-left:4px;
      padding-right:4px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .beBKYf {
      right:-8px;
      width:18px;
      bottom:0px;
      height:18px;
      position:absolute;
      background:linear-gradient(var(--Green) 0%, var(--green-500) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      border-color:var(--Dark-Navy);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cDBhag {
      row-gap:12px;
      column-gap:12px;
      padding-top:12px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dOhvxp {
      width:70px;
      height:70px;
      background:linear-gradient(to bottom right, var(--Dark-Sky) 0%, var(--Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      object-fit:contain;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      justify-content:center;
      border-bottom-right-radius:24px;
    }

    @media (max-width: 1024px) {

    .dOhvxp {
      width:50px;
      height:50px;
      background:#ffffff00;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }
    }

    .bQzRKz {
      color:var(--grey-300);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-normal);
      padding-left:8px;
      padding-right:8px;
    }

    .ciGDUf {
      width:100vw;
      height:100vh;
      z-index:100;
      overflow-y:scroll;
      align-items:center;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
      backdrop-filter:blur(5px);
      justify-content:center;
    }

    .cMcahR {
      color:var(--Sky);
      font-size:var(--font-size-lg);
      font-weight:var(--font-weight-bold);
    }

    .dZXIpI {
      background:var(--Lighter-Navy);
      box-shadow:0px 0px 20px 0px var(--Sky) inset;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bQgXag {
      flex:1;
      color:var(--White);
      row-gap:0px;
      font-size:var(--font-size-lg);
      column-gap:0px;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      flex-direction:column;
    }

    .eSRCRI {
      color:var(--White, #ffffff);
      width:fit-content;
      cursor:pointer;
      height:40px;
      row-gap:0px;
      position:relative;
      font-size:var(--font-size-sm);
      background:linear-gradient(to top left,  #00a7e1, #0079dd);
      box-shadow:0px 2px 20px  #00000080;
      column-gap:0px;
      overflow-x:visible;
      overflow-y:visible;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      padding-left:8px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eSRCRI:hover {
      background:linear-gradient(to bottom right,  #00a7e1, #0079dd);
      box-shadow:0px 0px 20px 10px #4addff4f;
    }

    .eSRCRI.red {
      background:linear-gradient(to top, var(--Light-Red) 0%, var(--red-600) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    .eSRCRI.red:hover {
      background:linear-gradient(to bottom, var(--red-600) 0%, #ff3f5a 100%);
      box-shadow:-1px 5px 43.81818156202964px 0.9090908893868948px var(--Light-Red,#ff3f5a);
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
    }

    .eSRCRI.grey {
      background:linear-gradient(var(--grey-500) 0%, var(--grey-600) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
    }

    .eSRCRI.grey:hover {
      box-shadow:0px 0px 40px 0px #f5f5f580;
    }

    .eSRCRI.icon_only {
      width:40px;
      height:40px;
      row-gap:0px;
      column-gap:0px;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .eSRCRI.orange {
      background:linear-gradient(to bottom right, var(--Orange) 0%, var(--Light-Red) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    .eSRCRI.orange:hover {
      box-shadow:0px 0px 20px 0px var(--Orange);
    }

    .eSRCRI.small {
      width:fit-content;
      height:28px;
      row-gap:0px;
      column-gap:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
    }

    .eSRCRI.small_title {
      width:fit-content;
      height:28px;
      row-gap:0px;
      column-gap:0px;
      padding-left:0px;
      padding-right:8px;
      flex-direction:row;
    }

    .eSRCRI.icon_right {
      padding-left:12px;
      padding-right:8px;
    }

    .eSRCRI.clear {
      color:var(--Sky);
      background:#ffffff00;
      box-shadow:0px 2px 4px 0px #00000000;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
    }

    .eSRCRI.clear:hover {
      color:var(--White);
      background:#ffffff00;
      box-shadow:0px 0px 0px 0px #00000020;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
    }

    .cdmNWT {
      color:var(--White);
      width:40px;
      bottom:0px;
      display:flex;
      z-index:1;
      position:absolute;
      font-size:var(--font-size-xxs);
      max-width:40px;
      min-width:40px;
      translate:0 0px 0;
      transition:translate 300ms cubic-bezier(0.42, 0, 0.58, 1) normal normal;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      text-shadow:0px 2px 4px #0000009e;
      justify-content:center;
    }

    .cdmNWT.hover {
      width:fit-content;
      bottom:0px;
      display:flex;
      position:absolute;
      max-width:200px;
      min-width:200px;
      translate:0 16px 0;
      transition:translate 300ms ease  normal;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      text-shadow:0px 2px 4px #0000009e;
      justify-content:center;
    }

    .button-standard\:OiVLLV8JG1IpSusTxQIoi {
      width:28px;
      height:28px;
      padding-left:6px;
      padding-right:6px;
    }

    .ecYdal {
      top:0px;
      color:var(--White);
      width:40px;
      height:38px;
      display:flex;
      z-index:1;
      position:absolute;
      font-size:var(--font-size-xxs);
      max-width:40px;
      min-width:40px;
      translate:0 0px 0;
      overflow-y:hidden;
      transition:translate 300ms cubic-bezier(0.42, 0, 0.58, 1) normal normal;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      padding-top:2px;
      text-shadow:0px 2px 4px #0000009e;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
      justify-content:center;
    }

    .ecYdal.hover {
      top:0px;
      width:fit-content;
      height:auto;
      display:flex;
      position:absolute;
      max-width:200px;
      min-width:200px;
      translate:0 -16px 0;
      transition:translate 300ms ease  normal;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      text-shadow:0px 2px 4px #0000009e;
    }

    .cjEMfT {
      width:100%;
      height:100%;
      z-index:2;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cjEMfT.grey {
      background:linear-gradient(var(--grey-400) 0%, var(--grey-600) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--grey-400);
      border-style:solid;
      border-width:2px;
    }

    .cjEMfT.orange {
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .cjEMfT.red {
      background:linear-gradient(var(--Light-Red) 0%, var(--red-600) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
    }

    .cjEMfT.icon_plus_title {
      width:auto;
      background:#ffffff00;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .cjEMfT.not_icon_only {
      flex:0;
      z-index:2;
      background:#ffffff00;
      align-items:center;
      border-color:black;
      border-style:solid;
      border-width:0px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .button-standard\:rM6ODxYqkU6MX3dUtWP74 {
      width:28px;
      height:28px;
      padding-left:6px;
      padding-right:6px;
    }

    .bEtEGe {
      display:flex;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
    }

    .bEtEGe.icon_only {
      display:none;
    }

    .bEtEGe.small {
      font-size:var(--font-size-sm);
    }

    .dPUoLS {
      color:var(--White);
      font-size:var(--font-size-xl);
      font-weight:var(--font-weight-bold);
    }

    .dgpvVA {
      color:var(--White);
      row-gap:8px;
      font-size:var(--font-size-lg);
      column-gap:8px;
      flex-direction:row;
    }

    .eOwKIA {
      row-gap:12px;
      background:linear-gradient(to left, var(--Dark-Navy) 0%, var(--Lighter-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:12px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:space-between;
      border-top-color:var(--Lighter-Navy);
      border-top-style:solid;
      border-top-width:2px;
    }

    @media (max-width: 1024px) {

    .eOwKIA {
      display:flex;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:24px;
    }
    }

    .Top-Header\:Gi5fPD5wEA3HeQvic8R1i {
      width:18px;
      height:18px;
    }

    .cWIrbd {
      width:100%;
      display:flex;
      row-gap:24px;
      column-gap:24px;
      align-items:flex-start;
      padding-top:24px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:60px;
      justify-content:flex-start;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .vmqxf {
      height:100%;
      align-items:flex-start;
      padding-left:24px;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .vmqxf {
      width:0px;
      height:0px;
      overflow-x:hidden;
      overflow-y:hidden;
    }
    }

    .dwztJs {
      color:var(--Sky);
      display:inline;
    }

    .diuwrI {
      row-gap:4px;
      column-gap:4px;
      flex-direction:row;
    }

    .dptmQm {
      top:0px;
      left:0px;
      width:100%;
      height:80px;
      display:flex;
      z-index:101;
      position:fixed;
      background:linear-gradient(var(--Dark-Navy) 0%, transparent 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
    }

    .EoQlG {
      width:100%;
      height:60px;
      object-fit:contain;
      align-items:center;
      padding-top:16px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:16px;
      justify-content:center;
    }

    .JoQUR {
      left:8px;
      color:var(--Sky);
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      z-index:20;
      position:absolute;
      align-items:center;
      padding-left:2px;
      padding-right:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .JoQUR:hover {
      color:var(--White);
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .JoQUR.active {
      color:var(--White);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
    }

    .Mobile-Top-Header\:Gjz2l5HxVAhPHcR31zSlw {
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
    }

    .dUbwqr {
      height:60px;
      align-items:start;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .dLRPaB {
      width:40px;
      height:40px;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      padding-top:8px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .fbwvSe {
      color:var(--Sky);
      right:8px;
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      z-index:20;
      position:absolute;
      align-items:center;
      padding-left:2px;
      padding-right:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .fbwvSe:hover {
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bCedmj {
      width:100%;
      height:60px;
      display:flex;
      background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 50px 10px #00121eb3;
      align-items:center;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bsrMTG {
      color:var(--grey-300);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-normal);
    }

    .Top-Header\:LIQswCGtTjYCOpqdwmmv9 {
      width:18px;
      height:18px;
    }

    .cmtMOm {
      color:var(--White);
      font-size:var(--font-size-base);
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
    }

    .eKmeMD {
      row-gap:4px;
      column-gap:4px;
    }

    .dsmvBN {
      width:44px;
      height:44px;
      background:linear-gradient(to bottom, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      padding-top:6px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:6px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .ckiegi {
      flex:1;
      row-gap:8px;
      font-size:var(--font-size-sm);
      column-gap:8px;
      align-items:center;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:flex-start;
    }

    .Top-Header\:PUzisLrHLUU0am4YnLmo4 {
      color:var(--Sky);
      width:20px;
      height:20px;
    }

    .yELPo {
      color:var(--Orange);
      row-gap:12px;
      font-size:var(--font-size-xs);
      background:var(--Dark-Navy);
      column-gap:12px;
      align-items:center;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:flex-start;
    }

    .bYQKLj {
      color:var(--Sky);
      font-size:var(--font-size-sm);
      text-align:right;
      align-items:flex-end;
      font-weight:var(--font-weight-normal);
      justify-content:center;
    }

    .Top-Header\:SZ8nSBasj3PQWsbKq8vb6 {
      z-index:8;
    }

    .bwZILR {
      color:var(--White);
      font-size:var(--font-size-lg);
      font-weight:var(--font-weight-bold);
    }

    .bxrhOc {
      width:100%;
      row-gap:24px;
      column-gap:24px;
      padding-top:12px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .hrJNd {
      color:var(--Sky);
      cursor:pointer;
      align-items:center;
      padding-top:8px;
      padding-right:0px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .hrJNd:hover {
      color:var(--White);
    }

    .cavNnW {
      padding-bottom:8px;
    }

    .eOhDnE {
      color:var(--White);
      width:auto;
      height:auto;
      row-gap:24px;
      background:var(--Dark-Navy);
      box-shadow:0px 0px 40px 0px #000000e8;
      column-gap:24px;
      align-items:center;
      font-family:"Red Hat Display";
      padding-top:48px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:48px;
      padding-right:48px;
      padding-bottom:48px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ctfEsk {
      padding-left:12px;
      padding-right:12px;
    }

    .fsZNfb {
      row-gap:12px;
      column-gap:12px;
    }

    .dFOUci {
      right:-400px;
      width:400px;
      height:100vh;
      z-index:100;
      position:absolute;
      font-size:var(--red);
      max-width:400px;
      background:var(--Dark-Navy);
      overflow-y:scroll;
      transition:right 300ms ease;
      font-family:"Red Hat Display";
      border-left-color:var(--Lighter-Navy);
      border-left-style:solid;
      border-left-width:2px;
    }

    .dFOUci.show {
      right:0px;
      position:absolute;
      transition:right 300ms ease;
    }

    @media (max-width: 1024px) {

    .dFOUci {
      right:-100vw;
      width:100vw;
      height:100vh;
      z-index:100;
      position:absolute;
      font-size:var(--red);
      max-width:100vw;
      background:var(--Dark-Navy);
      overflow-y:scroll;
      transition:right 300ms ease;
      font-family:"Red Hat Display";
      border-left-color:var(--Lighter-Navy);
      border-left-style:solid;
      border-left-width:2px;
    }
    }

    @media (max-width: 1024px) {

    .dFOUci.show {
      right:0px;
    }
    }

    .bkAPeu {
      width:100%;
      display:none;
      row-gap:12px;
      column-gap:12px;
      padding-top:12px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cwRkhC {
      color:var(--White);
      row-gap:8px;
      background:linear-gradient(to right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:8px;
      align-items:center;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:flex-start;
      border-top-color:var(--Lighter-Navy);
      border-top-style:solid;
      border-top-width:2px;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .Top-Header\:WUBxVdwkvSelisQGDjUta {
      z-index:10;
    }

    .eNQjbh {
      row-gap:24px;
      column-gap:24px;
    }

    .fjRFta {
      align-items:flex-start;
      justify-content:center;
    }

    .BuFUI {
      flex:1;
      width:100%;
      row-gap:12px;
      z-index:2;
      column-gap:12px;
      align-items:center;
      font-family:"Red Hat Display";
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:12px;
      justify-content:space-between;
    }

    .BuFUI.condensed {
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .evMAyC {
      flex:1;
      z-index:2;
      font-size:var(--font-size-xl);
      overflow-x:scroll;
      font-weight:var(--font-weight-bold);
    }

    .evMAyC.condensed {
      flex-wrap:wrap;
      font-size:var(--font-size-xs);
      text-align:center;
    }

    .euXlSv {
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cgSyYJ {
      right:-8px;
      width:18px;
      bottom:0px;
      height:18px;
      display:none;
      position:absolute;
      background:linear-gradient(var(--Green) 0%, var(--green-500) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      border-color:var(--Dark-Navy);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .heROe {
      top:12px;
      color:var(--White);
      right:12px;
      width:32px;
      cursor:pointer;
      height:32px;
      display:flex;
      z-index:20;
      position:absolute;
      background:#ffffff33;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .heROe.liked {
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .heROe:hover {
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 20px 0px var(--Orange);
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .ftIhim {
      width:100%;
      height:100%;
      align-items:center;
      justify-content:center;
    }

    .dNhRLn {
      box-sizing:border-box;
      align-items:center;
      justify-content:center;
    }

    .fvVKQ {
      right:-10px;
      width:26px;
      bottom:-2px;
      height:26px;
      position:absolute;
      background:linear-gradient(var(--Dark-Sky) 0%, var(--Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .fvVKQ.condensed {
      width:20px;
      height:20px;
    }

    .eGWcna {
      flex:1;
      color:var(--grey-400);
      flex-wrap:wrap;
      font-size:var(--font-size-xs);
      font-weight:var(--font-weight-bold);
    }

    .cNnkji {
      color:var(--White);
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      padding-top:2px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:2px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .oJUVn {
      flex:1;
      row-gap:4px;
      column-gap:4px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .evEyqp {
      color:var(--Sky);
      font-size:var(--font-size-xxs);
      font-weight:var(--font-weight-bold);
    }

    .pvPHz {
      color:var(--White);
      width:60px;
      height:60px;
      row-gap:1px;
      font-size:var(--font-size-xl);
      background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:1px;
      overflow-x:visible;
      overflow-y:visible;
      align-items:center;
      font-weight:var(--font-weight-bold);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .pvPHz.boosted {
      color:var(--White);
      width:60px;
      height:60px;
      row-gap:1px;
      font-size:var(--font-size-xl);
      background:radial-gradient(var(--Dark-Navy) 34%, var(--Green) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:1px;
      overflow-x:visible;
      overflow-y:visible;
      align-items:center;
      font-weight:var(--font-weight-bold);
      border-color:var(--Green);
      border-style:solid;
      border-width:2px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .pvPHz.condensed {
      width:50px;
      height:50px;
      font-size:var(--font-size-base);
    }

    .eKlcQY {
      flex:1;
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .dtQZQm {
      flex:1;
      color:var(--grey-300);
      row-gap:4px;
      flex-wrap:wrap;
      font-size:var(--font-size-xs);
      column-gap:4px;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
    }

    .cjYKQb {
      row-gap:0px;
      column-gap:0px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .potential_partner_v2\:Z9XFNXHN_XkM8Xl9Sj1TL {
      width:18px;
      height:18px;
    }

    .ecrYRr {
      font-weight:var(--font-weight-bold);
    }

    .bYJqvr {
      flex:1;
      width:100%;
      row-gap:12px;
      z-index:1;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bYJqvr.condensed {
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .egaYFh {
      width:100%;
      font-size:var(--font-size-xxs);
      align-items:flex-end;
      justify-content:center;
    }

    .bYWmpK {
      width:100%;
      z-index:20;
    }

    .HmNsr {
      top:0px;
      left:0px;
      width:100%;
      cursor:pointer;
      height:100%;
      z-index:5;
      position:absolute;
    }

    .HmNsr:hover {
      cursor:pointer;
      box-shadow:0px 0px 20px 0px var(--Sky) inset;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .HmNsr.boosted:hover {
      background:#00fd481a;
    }

    .bAtGdN {
      color:var(--Green);
    }

    .fuInPL {
      flex:1;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
    }

    .uweNN {
      color:var(--White);
      width:100%;
      height:100%;
      display:flex;
      font-size:var(--font-size-xl);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .rsspK {
      font-size:var(--font-size-2xl);
    }

    .fzDKli {
      flex:1;
      width:100%;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bGKRBD {
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
    }

    @media (max-width: 1024px) {

    .bGKRBD {
      align-items:center;
      flex-direction:column-reverse;
      justify-content:center;
    }
    }

    .PAgFY {
      color:var(--White);
      width:32px;
      cursor:pointer;
      height:32px;
      display:none;
      z-index:20;
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      align-items:center;
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .PAgFY:hover {
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cBwkMP {
      color:var(--White);
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:flex-start;
    }

    .cBwkMP.false {
      color:#00a7e1;
    }

    @media (min-width: 1024px) {

    .dNyjZC {
      display:none;
    }
    }

    .ejBdwC {
      color:var(--White);
      width:100%;
      height:100%;
      display:flex;
      font-size:var(--font-size-3xl);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .bOHfCU {
      color:var(--White);
      font-size:var(--font-size-lg);
      align-items:flex-start;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .Top-Header\:diHOVaN6BLru-V9yK5bum {
      width:18px;
      height:18px;
    }

    .fgCIsW {
      color:var(--White);
      display:flex;
      row-gap:12px;
      position:relative;
      font-size:var(--font-size-sm);
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:12px;
      align-items:center;
      padding-top:8px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-end;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fgCIsW.false {
      background:var(--Dark-Navy);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
    }

    .fdOqmt {
      width:80px;
      height:80px;
      display:flex;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      border-color:var(--White);
      border-style:solid;
      border-width:5px;
      justify-content:center;
      background-color:var(--Lighter-Navy, #08365b);
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bzYcMV {
      font-size:var(--font-size-lg);
      font-weight:var(--font-weight-bold);
    }

    .fkMhHH {
      width:48px;
      height:48px;
      display:flex;
      overflow-x:visible;
      overflow-y:visible;
      align-items:center;
      justify-content:center;
      background-color:var(--Lighter-Navy, #08365b);
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bjKnWJ {
      right:0px;
      height:60px;
      display:flex;
      row-gap:12px;
      position:absolute;
      column-gap:12px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .bjKnWJ {
      width:50px;
      height:50px;
    }
    }

    .fbIHnZ {
      color:var(--Sky);
      font-size:var(--font-size-base);
      align-items:center;
      font-weight:var(--font-weight-normal);
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:space-between;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .eXjzcl {
      color:var(--White);
      display:inline;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-normal);
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .Top-Header\:nHkDLjB7tu45zeUly7o4e {
      z-index:9;
    }

    .dExtmx {
      --px:6px;
      color:var(--White);
      width:100%;
      height:140px;
      display:flex;
      row-gap:8px;
      position:relative;
      font-size:var(--font-size-2xl);
      background:linear-gradient(to left, var(--Dark-Navy) 0%, var(--Lighter-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:8px;
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:flex-end;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    @media (max-width: 1024px) {

    .dExtmx {
      height:160px;
      align-items:center;
      padding-bottom:8px;
      justify-content:flex-end;
    }
    }

    .cZdpCw {
      font-size:var(--font-size-2xl);
      text-align:center;
      font-weight:var(--font-weight-bold);
    }

    .Top-Header\:p2FtBH6xWD5L425hL4FpF {
      width:18px;
      height:18px;
    }

    .Top-Header\:pcKPqBogNjhsmLxHlKujR {
      height:18px;
    }

    .bhvMnL {
      row-gap:10px;
      column-gap:10px;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .eYBbPg {
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
    }

    .bMELTH {
      row-gap:8px;
      column-gap:8px;
    }

    .dBldRE {
      color:var(--Sky);
      font-size:var(--font-size-sm);
      align-items:flex-end;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .kUVpD {
      color:var(--White);
      cursor:pointer;
      row-gap:8px;
      font-size:var(--font-size-xxs);
      background:var(--Dark-Navy);
      box-shadow:0px 0px 0px 0px var(--Sky) inset;
      column-gap:8px;
      transition:box-shadow 300ms ease  , border-color 300ms ease;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .kUVpD:hover {
      box-shadow:0px 0px 10px 0px var(--Sky) inset, 0px 0px 10px 0px var(--Sky);
      transition:border-color 300ms ease  , box-shadow 300ms ease;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .kUVpD.showing {
      box-shadow:0px 0px 10px 0px var(--Sky) inset;
      transition:border-color 300ms ease  , box-shadow 300ms ease;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .fyQouC {
      color:var(--White);
      width:100%;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:center;
    }

    .bIooXj {
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bolder);
      justify-content:center;
    }

    .dnCgXL {
      width:100%;
      display:flex;
      row-gap:24px;
      column-gap:24px;
      align-items:flex-start;
      padding-top:24px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:24px;
      justify-content:flex-start;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cvIOse {
      width:32px;
      height:32px;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      padding-top:6px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:6px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bXTSWA {
      color:var(--Sky);
      font-size:var(--font-size-xs);
      text-align:right;
      align-items:flex-end;
      font-weight:var(--font-weight-normal);
      justify-content:center;
    }

    .bKnBcn {
      align-items:center;
      justify-content:center;
    }

    .ernVGJ {
      color:var(--Sky);
      font-size:var(--font-size-base);
      text-align:center;
      align-items:center;
      font-weight:var(--font-weight-normal);
      justify-content:center;
    }

    .cxyHLF {
      width:400px;
      bottom:0px;
      z-index:20;
      position:fixed;
      max-width:400px;
    }

    @media (max-width: 1024px) {

    .cxyHLF {
      width:100%;
      max-width:100%;
    }
    }

    .vlbFV {
      top:0px;
      left:0px;
      width:100%;
      height:60px;
      z-index:101;
      position:fixed;
      background:var(--Dark-Navy);
      align-items:start;
      border-radius:0px;
      padding-right:12px;
      flex-direction:row;
      justify-content:start;
      border-bottom-color:var(--Lighter-Navy, #08365b);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    @media (max-width: 1025px) {

    .vlbFV {
      display:none;
    }
    }

    .Top-Header\:xqyOdmXRTcTCP5Iog9rhg {
      width:18px;
      height:18px;
    }

    .eCGPed {
      color:var(--White);
      display:flex;
      row-gap:12px;
      position:relative;
      font-size:var(--font-size-sm);
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:12px;
      align-items:center;
      padding-top:8px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-end;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eCGPed.false {
      background:var(--Lighter-Navy);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
    }

    .btvZMc {
      width:auto;
      height:12px;
      transform:translateZ(0);
      object-fit:contain;
      flex-shrink:0;
      aspect-ratio:1366 / 156;
    }

    .navigation\:SQ1z6768g-ZwOIsGaAaKV {
      z-index:2;
    }

    .Home\:io6mbl8yqMUsHpzY6jNpS {
      width:40px;
      height:40px;
    }

    .fjYeWI {
      top:0px;
      right:0px;
      width:150px;
      height:20px;
      z-index:20;
      position:absolute;
      background:linear-gradient(to left, var(--Dark-Navy) 0%, var(--Dark-Navy) 16%, transparent 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
    }

    .Shgvs {
      flex-direction:row;
    }

    .lhkzv {
      width:100%;
      max-width:1200px;
      min-width:800px;
      align-items:flex-start;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:center;
    }

    .dQqOyn {
      width:100%;
      height:100%;
      overflow-x:clip;
      overflow-y:clip;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .dKWyoN {
      color:var(--White);
    }

    .fFOwST {
      width:100%;
      height:100%;
      overflow-y:scroll;
    }