
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --accent: var(--neutral-100);
--accent-foreground: var(--neutral-900);
--background: white;
--border: var(--neutral-200);
--card: white;
--card-foreground: var(--neutral-950);
--destructive: #DC2626;
--destructive-foreground: #FEF2F2;
--foreground: var(--neutral-950);
--input: var(--neutral-200);
--muted: var(--neutral-100);
--muted-foreground: var(--neutral-500);
--popover: white;
--popover-foreground: var(--neutral-950);
--primary: var(--brand-900);
--primary-foreground: var(--neutral-50);
--ring: var(--neutral-400);
--ring-offset: white;
--secondary: var(--neutral-100);
--secondary-foreground: var(--neutral-900);
--transparent: #ffffff00;
--neutral-50: #FAFAFA;
--neutral-100: #F5F5F5;
--neutral-200: #E5E5E5;
--neutral-300: #D4D4D4;
--neutral-400: #A3A3A3;
--neutral-500: #737373;
--neutral-600: #525252;
--neutral-700: #404040;
--neutral-800: #262626;
--neutral-900: #171717;
--neutral-950: #0A0A0A;
--brand-50: #f0fdfa;
--brand-100: #ccfbf1;
--brand-200: #99f6e4;
--brand-300: #5eead4;
--brand-400: #2dd4bf;
--brand-500: #14b8a6;
--brand-600: #0d9488;
--brand-700: #0f766e;
--brand-800: #115e59;
--brand-900: #134e4a;
--brand-950: #042f2e;
    /* Fonts */
    --font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-ibmplexsansthai: 'IBM Plex Sans Thai',sans-serif;
--font-ibmplexsansthailooped: 'IBM Plex Sans Thai Looped',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
--text-7xl: 4.5rem;
--text-8xl: 6rem;
--text-9xl: 8rem;
    /* Font weight */
    --font-thin: 100;
--font-extralight: 200;
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--font-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 */
    --s-1: 0.0625rem;
--s-2: 0.125rem;
--s-4: 0.25rem;
--s-6: 0.375rem;
--s-8: 0.5rem;
--s-10: 0.625rem;
--s-12: 0.75rem;
--s-14: 0.875rem;
--s-16: 1rem;
--s-20: 1.25rem;
--s-24: 1.5rem;
--s-28: 1.75rem;
--s-32: 2rem;
--s-36: 2.25rem;
--s-40: 2.5rem;
--s-44: 2.75rem;
--s-48: 3rem;
--s-56: 3.5rem;
--s-64: 4rem;
--s-80: 5rem;
--s-96: 6rem;
--s-128: 8rem;
--s-192: 12rem;
--s-256: 16rem;
    /* Z-index */
    --z-0: 0;
--z-10: 10;
--z-20: 20;
--z-30: 30;
--z-40: 40;
--z-50: 50;
  }
  @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;
    }
  }
}

      
  .dwHuvQ {
    flex:1;
  color:var(--foreground);
  width:100%;
  display:flex;
  background:var(--background);
  box-sizing:border-box;
  align-items:stretch;
  font-family:Geist;
  line-height:1.5em;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fFARmk {
    color:var(--muted-foreground);
  }
      

      
        
      
      
  .euZOEX {
    font-size:var(--text-lg);
  font-weight:var(--font-semibold);
  }
      

      
        
      
      
  .dFGgsR {
    color:var(--muted-foreground);
  font-size:var(--text-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bkifaw {
    width:100%;
  row-gap:var(--s-20);
  column-gap:var(--s-20);
  }
      

      
        
      
      
  .dbJSws {
    color:var(--muted-foreground);
  row-gap:var(--s-12);
  column-gap:var(--s-12);
  }
      

      
        
      
      
  .eyKeBO {
    color:var(--muted-foreground);
  text-align:center;
  line-height:var(--s-24);
  }
      

      
        
      
      
  .eeXsNo {
    width:100%;
  display:flex;
  max-width:1024px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .brOHAG {
    text-align:center;
  line-height:var(--s-24);
  }
      

      
        
      
      
  .bwcXnK {
    color:var(--primary-foreground);
  width:var(--width);
  cursor:pointer;
  height:var(--height);
  display:flex;
  row-gap:0.5rem;
  font-size:var(--font-size);
  background:var(--primary);
  box-shadow:0px 2px 4px 0px var(--shadow-color);
  column-gap:0.5rem;
  transition:all 150ms ease;
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-medium);
  line-height:var(--line-height);
  padding-top:8px;
  padding-left:var(--horizontal-padding);
  padding-right:var(--horizontal-padding);
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .bwcXnK:hover {
    opacity:0.9;
  }
      


  .bwcXnK:focus-visible {
    box-shadow:0px 0px 0px 3px #a3a3a380;
  }
      


  .bwcXnK:disabled {
    cursor:not-allowed;
  opacity:0.5;
  }
      


  .bwcXnK.loading {
    cursor:not-allowed;
  opacity:0.5;
  }
      


  .bwcXnK.secondary {
    color:var(--secondary-foreground);
  background:var(--secondary);
  }
      


  .bwcXnK.destructive {
    color:var(--destructive-foreground);
  background:var(--destructive);
  }
      


  .bwcXnK.destructive:focus-visible {
    box-shadow:0px 0px 0px 3px #FEF2F233;
  }
      


  .bwcXnK.outline {
    color:var(--foreground);
  background:var(--background);
  box-shadow:0px 0px 0px 1px var(--neutral-200) inset, 0px 1px 2px 0px #0000000d;
  }
      


  .bwcXnK.outline:hover {
    background:var(--accent);
  }
      


  .bwcXnK.ghost {
    color:var(--foreground);
  background:var(--transparent);
  }
      


  .bwcXnK.ghost:hover {
    background:var(--accent);
  }
      


  .bwcXnK.link {
    color:var(--primary);
  background:var(--transparent);
  }
      


  .bwcXnK.link:hover {
    text-decoration-line:underline;
  }
      

        
      
      
  .btJOGW {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cOOKCz {
    width:110%;
  height:110%;
  animation:1000ms linear 0ms infinite normal none running animation-foovsV;
  align-items:center;
  justify-content:center;
  }
      

      
        
                  @keyframes animation-foovsV {
                    
                        0% {
                          rotate: 0;
                        }
                        

                        100% {
                          rotate: 360deg;
                        }
                        
                  }
                  
      
      
  .telepath_ui\/tui-button\:2qCm_FdUNXHkiuoVDlD44 {
    width:1rem;
  height:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-tabs\:root {
    row-gap:var(--s-8);
  column-gap:var(--s-8);
  }
      

      
        
      
      
  .cxJHK {
    flex-direction:row;
  }
      

      
  .cxJHK.orientation-vertical {
    flex-direction:column;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-tabs\:LVj-MTkOi9yjcQY7RA4Jp {
    background:var(--muted);
  padding-top:3px;
  padding-left:3px;
  padding-right:3px;
  padding-bottom:3px;
  border-top-left-radius:var(--s-10);
  border-top-right-radius:var(--s-10);
  border-bottom-left-radius:var(--s-10);
  border-bottom-right-radius:var(--s-10);
  }
      

      
        
      
      
  .bqlEYS {
    top:0px;
  left:0px;
  width:var(--width);
  height:var(--height);
  display:flex;
  position:absolute;
  translate:var(--translate-x) var(--translate-y);
  flex-direction:column;
  pointer-events:none;
  }
      

      
  .bqlEYS.hidden {
    transition:none;
  }
      

        
      
      
  .telepath_ui\/tui-tabs\:O8852vD5Muai1cx48kXOA {
    background:var(--background);
  box-shadow:0px 1px 3px 0px #0000001a, 0px 1px 2px -1px #0000001a;
  border-color:var(--input);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .Home\:4CFRA0i0-i3aedBJCsyUh {
    display:flex;
  row-gap:var(--s-32);
  column-gap:var(--s-32);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .SOsNz {
    font-weight:var(--font-semibold);
  }
      

      
        
      
      
  .Arnzl {
    font-size:var(--text-4xl);
  font-weight:var(--font-semibold);
  line-height:1em;
  }
      

      
        
      
      
  .cwOgDE {
    row-gap:var(--s-12);
  column-gap:var(--s-12);
  }
      

      
        
      
      
  .ebRbFw {
    flex:1;
  row-gap:var(--s-16);
  column-gap:var(--s-16);
  }
      

      
        
      
      
  .Home\:8sevRYpc0JncDlNOiAmSQ {
    margin-top:var(--s-12);
  }
      

      
        
      
      
  .GYDsg {
    row-gap:var(--s-24);
  column-gap:var(--s-24);
  }
      

      
        
      
      
  .cEwbEH {
    display:flex;
  align-items:center;
  padding-top:var(--s-96);
  padding-left:var(--s-24);
  padding-right:var(--s-24);
  padding-bottom:var(--s-96);
  justify-content:center;
  }
      

      
          @media (max-width: 576px) {
            
  .cEwbEH {
    padding-top:var(--s-64);
  padding-bottom:var(--s-64);
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
  .VJAUL.hidden {
    display:none;
  }
      

        
      
      
  .telepath_ui\/tui-tabs-content\:root {
    width:100%;
  }
      

      
        
      
      
  .Home\:A82N47RCgBO3iGFqf1NP6 {
    width:100%;
  row-gap:var(--s-24);
  column-gap:var(--s-24);
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .Home\:A82N47RCgBO3iGFqf1NP6 {
    row-gap:var(--s-16);
  column-gap:var(--s-16);
  flex-direction:column;
  }
      

          }
          
        
      
      
  .Home\:Ah9Toq1z9ph_Mq7NhJprF {
    color:var(--primary-foreground);
  background:var(--primary);
  }
      

      
        
      
      
  .ejMRKz {
    display:flex;
  row-gap:var(--s-12);
  column-gap:var(--s-12);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .KulCc {
    color:var(--card-foreground);
  width:100%;
  row-gap:var(--s-24);
  background:var(--card);
  box-shadow:0px 1px 3px 0px #0000001a, 0px 1px 2px -1px #0000001a;
  column-gap:var(--s-24);
  padding-top:var(--s-24);
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  padding-left:var(--s-24);
  padding-right:var(--s-24);
  padding-bottom:var(--s-24);
  border-top-left-radius:var(--s-14);
  border-top-right-radius:var(--s-14);
  border-bottom-left-radius:var(--s-14);
  border-bottom-right-radius:var(--s-14);
  }
      

      
        
      
      
  .dWxmeo {
    row-gap:var(--s-6);
  column-gap:var(--s-6);
  }
      

      
        
      
      
  .eNOqkb {
    font-size:var(--text-base);
  font-weight:var(--font-semibold);
  }
      

      
        
      
      
  .eejslf {
    color:var(--muted-foreground);
  font-size:var(--text-sm);
  line-height:var(--s-20);
  }
      

      
        
      
      
  .Home\:BPb7oZLYdlll06tff_gIv {
    flex:1;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .eoleKH {
    width:100%;
  display:flex;
  row-gap:var(--s-48);
  max-width:624px;
  column-gap:var(--s-48);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-accordion-item\:root {
    border-bottom-color:var(--border);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .telepath_ui\/tui-accordion-item\:root:last-child {
    border-color:black;
  border-style:solid;
  border-width:0px;
  }
      

        
      
      
  .edAQxD {
    height:0px;
  overflow-x:hidden;
  overflow-y:hidden;
  will-change:height;
  }
      

      
  .edAQxD.open {
    height:var(--height);
  }
      

        
      
      
  .telepath_ui\/tui-accordion-item\:8r65Y6SJKbuGJZwqqtE6o {
    transition:height 300ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
        
      
      
  .enKmlI {
    width:100%;
  padding-bottom:var(--s-16);
  }
      

      
        
      
      
  .bjDpcr {
    color:var(--muted-foreground);
  }
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .telepath_ui\/tui-accordion-item\:PrTP4hHGNOYcIowzbC_Vm {
    color:var(--foreground);
  width:100%;
  cursor:pointer;
  display:flex;
  font-size:var(--text-sm);
  min-width:360px;
  align-items:center;
  font-weight:var(--font-medium);
  padding-top:var(--s-16);
  flex-direction:row;
  padding-bottom:var(--s-16);
  justify-content:space-between;
  }
      

      
  .telepath_ui\/tui-accordion-item\:PrTP4hHGNOYcIowzbC_Vm:hover {
    text-decoration-line:underline;
  }
      

        
      
      
  .BEodR {
    width:fit-content;
  height:fit-content;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .telepath_ui\/tui-accordion-item\:W37MCdhGp1HWZm0ZfR2Er {
    transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .telepath_ui\/tui-accordion-item\:W37MCdhGp1HWZm0ZfR2Er.open {
    rotate:0 0 1 180deg;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bJXyMO {
    font-size:var(--text-sm);
  line-height:var(--s-20);
  white-space:normal;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Home\:G2sd7jI3HLqtgo9_DHE2L {
    width:100%;
  row-gap:var(--s-24);
  column-gap:var(--s-24);
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .Home\:G2sd7jI3HLqtgo9_DHE2L {
    row-gap:var(--s-16);
  column-gap:var(--s-16);
  flex-direction:column;
  }
      

          }
          
        
      
      
  .Home\:GBtLBTtTxfVGNnQ24K8Qc {
    row-gap:var(--s-64);
  column-gap:var(--s-64);
  }
      

      
        
      
      
  
      

      
  .bJoCor.orientation-horizontal {
    flex-direction:row;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bFtwKY {
    width:100%;
  height:1px;
  background-color:var(--grey-600, #525252);
  }
      

      
  .bFtwKY.orientation-vertical {
    width:1px;
  height:100%;
  }
      

        
      
      
  .telepath_ui\/tui-separator\:root {
    background:var(--border);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fqxzzg {
    font-size:var(--text-sm);
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  .dXNOTF {
    color:var(--primary);
  }
      

      
        
      
      
  
      

      
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
      
      
  .cSWWbD {
    display:flex;
  row-gap:var(--s-20);
  max-width:576px;
  column-gap:var(--s-20);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Home\:OPXmM2pxoTYvNi2HYq-EV {
    color:var(--primary);
  margin-top:var(--s-20);
  }
      

      
        
      
      
  .fGYCWK {
    font-size:var(--text-4xl);
  text-align:center;
  font-weight:var(--font-bold);
  line-height:var(--s-40);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cNotYL {
    top:0px;
  height:var(--s-56);
  display:flex;
  z-index:var(--z-10);
  position:sticky;
  background:var(--background);
  align-items:center;
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  flex-direction:row;
  justify-content:center;
  border-bottom-color:var(--border);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-sheet\:Nat9kTMU1ZMxcIlv6eEh9 {
    color:var(--foreground);
  width:100%;
  height:100%;
  row-gap:var(--s-16);
  max-width:384px;
  translate:100% 0 0;
  background:var(--background);
  box-shadow:0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
  box-sizing:border-box;
  column-gap:var(--s-16);
  padding-top:var(--s-24);
  border-color:var(--border);
  border-style:Solid;
  border-width:1px;
  padding-left:var(--s-24);
  padding-right:var(--s-24);
  padding-bottom:var(--s-24);
  }
      

      
  .telepath_ui\/tui-sheet\:Nat9kTMU1ZMxcIlv6eEh9.open {
    translate:0 0 0;
  }
      


  .telepath_ui\/tui-sheet\:Nat9kTMU1ZMxcIlv6eEh9.open-transition {
    transition:all 500ms ease;
  }
      


  .telepath_ui\/tui-sheet\:Nat9kTMU1ZMxcIlv6eEh9.close-transition {
    transition:all 200ms ease;
  }
      

        
      
      
  .RHZdL {
    display:flex;
  row-gap:var(--s-6);
  column-gap:var(--s-6);
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 425px) {
            
  .RHZdL {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-sheet\:UqimGIOU2yGhp_7GJz5nD {
    display:flex;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-sheet\:mA6JJQ329vHFZk7zkeXY8 {
    opacity:0;
  background:#00000080;
  }
      

      
  .telepath_ui\/tui-sheet\:mA6JJQ329vHFZk7zkeXY8.open {
    opacity:1;
  }
      


  .telepath_ui\/tui-sheet\:mA6JJQ329vHFZk7zkeXY8.open-transition {
    transition:opacity 150ms ease;
  }
      


  .telepath_ui\/tui-sheet\:mA6JJQ329vHFZk7zkeXY8.close-transition {
    transition:opacity 150ms ease;
  }
      

        
      
      
  .fsBxCh {
    display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 425px) {
            
  .fsBxCh {
    align-items:stretch;
  flex-direction:column-reverse;
  }
      

          }
          
        
      
      
  .bMVtTk {
    flex:1;
  color:var(--foreground);
  font-size:var(--text-sm);
  background:var(--brand-50);
  box-sizing:border-box;
  padding-top:var(--s-16);
  border-color:var(--primary);
  border-style:Dashed;
  border-width:1px;
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dGAHxK {
    row-gap:var(--s-4);
  column-gap:var(--s-4);
  flex-direction:column;
  }
      

      
        
      
      
  .boUhLf {
    width:var(--s-24);
  height:var(--s-24);
  }
      

      
        
      
      
  .eiZJDm {
    width:100%;
  display:flex;
  max-width:1024px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .caIZrw {
    width:100%;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  }
      

      
        
      
      
  .djmmmP {
    display:flex;
  row-gap:var(--s-32);
  column-gap:var(--s-32);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
          @media (max-width: 360px) {
            
  .bCsvGE {
    display:none;
  }
      

          }
          
        
      
      
  .cQNlVM {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dfAykw {
    row-gap:var(--s-16);
  column-gap:var(--s-16);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .NmQYh {
    width:fit-content;
  height:32px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
          @media (min-width: 768px) {
            
  .top-nav\:urxvruQJrDEYiZoxSXyYN {
    display:none;
  }
      

          }
          
        
      
      
  .brWZPR {
    row-gap:var(--s-2);
  column-gap:var(--s-2);
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .brWZPR {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .dDeoiH {
    row-gap:var(--s-8);
  column-gap:var(--s-8);
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eVqbvU {
    row-gap:var(--s-20);
  column-gap:var(--s-20);
  }
      

      
        
      
      
  .Home\:QMxtykc6yT49tLwidrs60 {
    flex:1;
  }
      

      
        
      
      
  .cgYEex {
    display:flex;
  row-gap:var(--s-20);
  max-width:672px;
  column-gap:var(--s-20);
  text-align:center;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .Ghtno {
    row-gap:var(--s-8);
  column-gap:var(--s-8);
  }
      

      
        
      
      
  .Home\:VO22s0ciR0v5Zqxt7uxop {
    row-gap:var(--s-48);
  column-gap:var(--s-48);
  }
      

      
        
      
      
  .dUCwvU {
    height:300px;
  background:var(--accent);
  }
      

      
        
      
      
  .epUfSH {
    row-gap:var(--s-16);
  column-gap:var(--s-16);
  flex-direction:row;
  }
      

      
        
      
      
  .exdfLo {
    row-gap:var(--s-4);
  column-gap:var(--s-4);
  }
      

      
        
      
      
  .cYnxMa {
    color:var(--muted-foreground);
  font-size:var(--text-lg);
  }
      

      
        
      
      
  .PppDr {
    display:flex;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bwgTEA {
    font-size:var(--text-5xl);
  font-weight:var(--font-bold);
  line-height:1em;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-tabs-trigger-button\:fdhGvTAgQafgr2wfBiHWp {
    flex:1;
  height:28px;
  display:flex;
  row-gap:var(--s-8);
  z-index:var(--z-10);
  font-size:var(--text-sm);
  column-gap:var(--s-8);
  align-items:center;
  font-weight:var(--font-medium);
  padding-top:var(--s-4);
  white-space:nowrap;
  padding-left:var(--s-8);
  padding-right:var(--s-8);
  padding-bottom:var(--s-4);
  justify-content:center;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  
      

      
        
      
      
  .Home\:_H6Sjz2UF0PgQTjZDlISD {
    row-gap:var(--s-64);
  column-gap:var(--s-64);
  align-items:stretch;
  }
      

      
        
      
      
  .fqoIKI {
    flex:1;
  row-gap:var(--s-24);
  column-gap:var(--s-24);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dgfLTi {
    color:var(--muted-foreground);
  font-size:var(--text-sm);
  line-height:1.4em;
  }
      

      
        
      
      
  .BxcTl {
    color:var(--muted-foreground);
  display:flex;
  }
      

      
        
      
      
  .flXEsi {
    width:100%;
  row-gap:var(--s-24);
  column-gap:var(--s-24);
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .flXEsi {
    row-gap:var(--s-40);
  column-gap:var(--s-40);
  flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cPtfxN {
    color:var(--muted-foreground);
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 576px) {
            
  .cPtfxN {
    row-gap:var(--s-48);
  column-gap:var(--s-48);
  flex-direction:column-reverse;
  }
      

          }
          
        
      
      
  .cciHej {
    display:flex;
  align-items:center;
  padding-top:var(--s-96);
  padding-left:var(--s-24);
  padding-right:var(--s-24);
  padding-bottom:var(--s-96);
  justify-content:center;
  }
      

      
          @media (max-width: 576px) {
            
  .cciHej {
    text-align:center;
  padding-top:var(--s-64);
  padding-bottom:var(--s-64);
  }
      

          }
          
        
      
      
  .bdxJln {
    row-gap:var(--s-24);
  column-gap:var(--s-24);
  flex-direction:row;
  }
      

      
          @media (max-width: 576px) {
            
  .bdxJln {
    row-gap:var(--s-48);
  column-gap:var(--s-48);
  flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .Home\:ml2Omo4dvyBTURPh4r0mN {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Home\:pHYZSYEBK9bHt9yTAGYXn {
    flex:1;
  }
      

      
        
      
      
  .evBILX {
    width:100%;
  display:flex;
  row-gap:var(--s-20);
  max-width:576px;
  column-gap:var(--s-20);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .Home\:tw2xPK6i15OmSF1tebD5G {
    row-gap:var(--s-48);
  column-gap:var(--s-48);
  }
      

      
        
      
      
  .cFiIIE {
    flex:1;
  row-gap:var(--s-24);
  min-width:376px;
  column-gap:var(--s-24);
  }
      

      
          @media (max-width: 576px) {
            
  .cFiIIE {
    display:flex;
  min-width:auto;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .dIocBl {
    row-gap:var(--s-32);
  column-gap:var(--s-32);
  flex-direction:row;
  }
      

      
          @media (max-width: 576px) {
            
  .dIocBl {
    row-gap:var(--s-24);
  column-gap:var(--s-24);
  flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .fbFuql {
    width:100%;
  height:200px;
  background:var(--accent);
  border-top-left-radius:var(--s-14);
  border-top-right-radius:var(--s-14);
  border-bottom-left-radius:var(--s-14);
  border-bottom-right-radius:var(--s-14);
  }
      

      
        
      