
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 18px;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 14px;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 24px;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 16px;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: system-ui;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: "Inter";
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: "Inter";
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: "Inter";
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: "Inter";
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-Geist: 'Geist',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* 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;
    }
  }
}


    .cNnNaj {
      flex:1;
      background:#151517;
      align-items:center;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .cNnNaj {
      overflow-x:hidden;
    }
    }

    .bHvCEg {
      width:65px;
      height:65px;
      object-fit:contain;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .cqjKyA {
      color:var(--color--grey--300);
      width:500px;
      font-size:15px;
      text-align:center;
      line-height:24px;
    }

    @media (max-width: 470px) {

    .cqjKyA {
      width:100%;
    }
    }

    .CwuKh {
      width:360px;
      height:490px;
    }

    @media (max-width: 470px) {

    .CwuKh {
      width:100%;
    }
    }

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

    .eZDcCf {
      flex:1;
      width:360px;
      height:321px;
      background:url("https://indexnano.b-cdn.net/Screenshot%202026-05-20%20at%202.21.41%E2%80%AFAM.webp") scroll border-box padding-box no-repeat no-repeat left 0% top 0% / cover;
      align-items:center;
      justify-content:center;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (max-width: 470px) {

    .eZDcCf {
      width:100%;
    }
    }

    .cYJSrF {
      color:white;
      font-size:16px;
      font-weight:500;
    }

    .jtyML {
      color:var(--color--grey--300);
      display:flex;
      position:-;
      font-size:12px;
      background:var(--color--grey--900);
      align-items:center;
      font-family:"Geist";
      font-weight:500;
      padding-top:5px;
      border-color:#ffffff1f;
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .bKPaHn {
      height:145px;
      align-items:flex-start;
      padding-top:25px;
      padding-left:21px;
      padding-right:21px;
      padding-bottom:12px;
      justify-content:space-between;
    }

    .BowAl {
      color:var(--color--grey--300);
      font-size:15px;
      line-height:24px;
    }

    .dtmDln {
      width:100%;
      align-items:center;
      justify-content:flex-start;
    }

    .bDygKx {
      color:var(--color--grey--300);
      font-size:16px;
      font-family:"Geist";
      font-weight:700;
    }

    .fwpASC {
      width:100%;
      height:270px;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .fwpASC {
      width:100%;
      height:fit-content;
      padding-top:25px;
      padding-bottom:25px;
    }
    }

    .FOykU {
      color:var(--color--grey--300);
      font-size:15px;
      font-weight:500;
    }

    .joOuG {
      color:var(--color--grey--500);
      font-size:14px;
      line-height:24px;
      padding-top:4px;
      padding-bottom:4px;
    }

    .dLngyP {
      flex:1;
      row-gap:12px;
      column-gap:12px;
      padding-top:25px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
    }

    .eCvQhZ {
      height:31px;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bKEXnp {
      background:#1457ff;
      padding-top:3px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      border-top-left-radius:25px;
      border-top-right-radius:25px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    @media (max-width: 470px) {

    .bKEXnp {
      width:100%;
    }
    }

    .cobsSX {
      width:1200px;
      align-items:center;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      padding-bottom:55px;
      justify-content:flex-start;
      border-left-color:#262626;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .cobsSX {
      width:95%;
      padding-top:12px;
      padding-left:2%;
      padding-right:2%;
      padding-bottom:12px;
    }
    }

    .drTFOa {
      color:var(--color--grey--500);
    }

    .cuSSDi {
      width:34px;
      cursor:pointer;
      height:13px;
      background:#383838;
      transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
      align-items:center;
      border-color:#262626;
      border-style:solid;
      border-width:0.5px;
      border-radius:22px;
      flex-direction:row;
      justify-content:start;
    }

    .cuSSDi.isCheck {
      background:#00aa5b;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .poQLR {
      color:var(--color--grey--300);
      font-size:10px;
      font-weight:500;
    }

    .fmOXUI {
      width:275px;
      background:#1b1b1c;
      padding-top:12px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:5px;
      border-top-left-radius:21px;
      border-top-right-radius:21px;
      border-bottom-left-radius:21px;
      border-bottom-right-radius:21px;
    }

    @media (max-width: 470px) {

    .fmOXUI {
      width:100%;
    }
    }

    .dioHnM {
      align-items:center;
      padding-top:11px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:11px;
      justify-content:space-between;
    }

    .cbVasw {
      width:95%;
      row-gap:24px;
      column-gap:24px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .cbVasw {
      width:100%;
      flex-direction:column;
    }
    }

    .dxkcFm {
      color:var(--color--grey--500);
      font-size:12px;
      font-weight:600;
    }

    .dJdsBN {
      color:white;
      width:100%;
      cursor:pointer;
      height:40px;
      row-gap:5px;
      position:relative;
      font-size:13px;
      background:#1457ff;
      column-gap:5px;
      align-items:center;
      font-family:"Inter";
      font-weight:var(--font-weight--semi-bold);
      padding-top:8px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:11px;
      border-top-right-radius:11px;
      border-bottom-left-radius:11px;
      border-bottom-right-radius:11px;
    }

    .edpPaZ {
      color:white;
      font-size:15px;
      font-weight:500;
      border-bottom-color:var(--color--grey--500);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .edpPaZ:hover {
      border-bottom-color:white;
    }

    .UyBaR {
      flex:1;
      row-gap:20px;
      column-gap:20px;
      padding-top:29px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
    }

    .exAkiL {
      cursor:pointer;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ctWIZD {
      width:19px;
      height:20px;
      transition:all 300ms ease;
      border-color:#26262630;
      border-style:solid;
      border-width:0.5px;
      border-radius:99px;
      background-color:#ffffff;
    }

    .cltQRL {
      width:230px;
      padding-top:52px;
      padding-left:25px;
      padding-right:25px;
      padding-bottom:4px;
    }

    @media (max-width: 470px) {

    .cltQRL {
      display:none;
    }
    }

    .fiALFK {
      width:92px;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .cEmsIh {
      color:white;
      font-size:24px;
      font-weight:600;
    }

    .biPppG {
      width:19px;
      height:20px;
      transition:all 300ms ease;
      border-color:#262626;
      border-style:solid;
      border-width:0.5px;
      border-radius:99px;
      background-color:#ffffff;
    }

    .bWZjtC {
      width:44px;
      height:100%;
      align-items:end;
      padding-left:2px;
      padding-right:2px;
      justify-content:center;
    }

    .rEDbN {
      color:var(--color--grey--300);
      display:flex;
      row-gap:8px;
      position:-;
      font-size:12px;
      background:var(--color--grey--900);
      column-gap:8px;
      align-items:center;
      font-family:"Geist";
      font-weight:500;
      padding-top:5px;
      border-color:#ffffff1f;
      border-style:solid;
      border-width:1px;
      padding-left:5px;
      margin-bottom:12px;
      padding-right:11px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .dqDfXG {
      color:white;
      font-size:40px;
      font-family:"Geist";
      font-weight:600;
    }

    @media (max-width: 470px) {

    .dqDfXG {
      font-size:31px;
      text-align:center;
    }
    }

    .bHDmej {
      height:42px;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      margin-bottom:12px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .caamZe {
      background:black;
      padding-top:3px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      border-top-left-radius:25px;
      border-top-right-radius:25px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    @media (max-width: 470px) {

    .caamZe {
      width:100%;
    }
    }

    .bUaLkn {
      height:42px;
      align-items:center;
      margin-bottom:12px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .daRubb {
      height:136px;
    }

    .eQOxzt {
      color:white;
      width:451px;
      font-size:48px;
      font-family:"Geist";
      font-weight:600;
      line-height:59px;
    }

    @media (max-width: 470px) {

    .eQOxzt {
      width:100%;
      font-size:31px;
      line-height:36px;
    }
    }

    .dIHOHD {
      width:421px;
      row-gap:12px;
      column-gap:12px;
      padding-top:5px;
      padding-bottom:5px;
    }

    @media (max-width: 470px) {

    .dIHOHD {
      width:100%;
    }
    }

    .cfYznu {
      width:25%;
      height:100%;
      align-items:center;
      justify-content:center;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    .ukEIP {
      width:360px;
      height:490px;
    }

    .BRUMp {
      width:60%;
      height:60%;
      position:absolute;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:99px;
      border-top-right-radius:99px;
      border-bottom-left-radius:99px;
      border-bottom-right-radius:99px;
    }

    .dRihhe {
      left:53px;
      width:45px;
      bottom:54px;
      height:45px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .tYCSk {
      width:40px;
      height:40px;
      object-fit:contain;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .biHXv {
      width:30px;
      height:30px;
    }

    .epzRlx {
      top:14px;
      width:45px;
      height:45px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .fooLuE {
      flex:1;
      background:#151517;
      align-items:center;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
      justify-content:center;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
    }

    .cbbwjI {
      right:74px;
      width:45px;
      bottom:90px;
      height:45px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .bCxndO {
      left:57px;
      width:45px;
      bottom:166px;
      height:45px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .fzemis {
      width:45px;
      height:45px;
      background:#151517;
      align-items:center;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:99px;
      border-top-right-radius:99px;
      border-bottom-left-radius:99px;
      border-bottom-right-radius:99px;
    }

    .cELsbx {
      top:95px;
      right:67px;
      width:45px;
      height:45px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .fxMzfE {
      align-items:start;
      justify-content:start;
    }

    .step-sync\:dMg5V12UAvFVRy4KCXpT2 {
      width:45px;
      height:45px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .eXAZXD {
      width:25px;
      height:32px;
    }

    .cEucKx {
      width:80%;
      height:80%;
      position:absolute;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:139px;
      border-top-right-radius:139px;
      border-bottom-left-radius:139px;
      border-bottom-right-radius:139px;
    }

    @media (max-width: 470px) {

    .Home\:1x1giAXFcQIbCmO0IBJOU {
      width:100%;
    }
    }

    .fdUFmL {
      width:1200px;
      padding-top:12px;
      padding-left:25px;
      padding-right:25px;
      padding-bottom:25px;
      border-left-color:#262626;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .fdUFmL {
      width:100%;
      padding-top:20px;
      border-color:black;
      border-style:solid;
      border-width:0px;
      padding-left:2%;
      padding-right:2%;
      padding-bottom:20px;
    }
    }

    .cMgfEa {
      width:46%;
      row-gap:22px;
      column-gap:22px;
      align-items:flex-start;
      padding-top:12px;
      padding-left:35px;
      padding-right:35px;
      padding-bottom:12px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .cMgfEa {
      width:100%;
      row-gap:12px;
      column-gap:12px;
      align-items:flex-start;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:38px;
      justify-content:flex-start;
    }
    }

    .fgWAaW {
      width:100%;
      height:270px;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .fgWAaW {
      height:fit-content;
      padding-top:25px;
      padding-bottom:25px;
    }
    }

    .bnAnCD {
      height:246px;
      row-gap:20px;
      column-gap:20px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .bnAnCD {
      height:320px;
      row-gap:12px;
      flex-wrap:wrap;
      column-gap:12px;
      flex-direction:row;
    }
    }

    .AiKyR {
      width:55px;
      height:55px;
      align-items:center;
      justify-content:center;
    }

    .edIfWY {
      color:#262626;
      right:-13px;
      bottom:-13px;
      position:absolute;
      background:#151517;
    }

    @media (max-width: 470px) {

    .edIfWY {
      display:none;
    }
    }

    .bGsAcS {
      row-gap:12px;
      column-gap:12px;
      align-items:flex-start;
      padding-top:25px;
      padding-left:21px;
      padding-right:21px;
      padding-bottom:12px;
      justify-content:space-between;
    }

    .eXWCWY {
      flex:1;
      width:360px;
      height:321px;
      background:url("https://indexnano.b-cdn.net/Screenshot%202026-05-20%20at%202.27.43%E2%80%AFAM.webp") scroll padding-box border-box no-repeat no-repeat left 0% top -1px / cover;
      align-items:center;
      justify-content:center;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (max-width: 470px) {

    .eXWCWY {
      width:100%;
    }
    }

    .ddDsJE {
      width:45px;
      height:45px;
      background:white;
      object-fit:contain;
      padding-top:5px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .dihDKZ {
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .dihDKZ {
      width:100%;
      row-gap:25px;
      column-gap:25px;
      flex-direction:column;
    }
    }

    .cxyQCZ {
      flex:1;
      height:100%;
      row-gap:12px;
      column-gap:12px;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      padding-left:12px;
      padding-right:30px;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .cxyQCZ {
      width:100%;
      height:200px;
      overflow-x:auto;
      overflow-y:hidden;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }
    }

    .KEVno {
      color:var(--color--grey--300);
      width:441px;
      font-size:15px;
      line-height:24px;
    }

    @media (max-width: 470px) {

    .KEVno {
      width:100%;
    }
    }

    .bRtwkd {
      color:white;
      width:451px;
      font-size:35px;
      font-family:"Geist";
      font-weight:600;
      line-height:40px;
    }

    @media (max-width: 470px) {

    .bRtwkd {
      width:100%;
      font-size:31px;
      line-height:36px;
    }
    }

    .YTcOF {
      width:100%;
      align-items:center;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .YTcOF {
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }
    }

    .bBhjcE {
      height:310px;
      background:#1b1b1c;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .bBhjcE {
      height:fit-content;
      flex-direction:column;
    }
    }

    .bVfHUK {
      width:46%;
      row-gap:22px;
      column-gap:22px;
      align-items:flex-start;
      padding-top:12px;
      padding-left:35px;
      padding-right:35px;
      padding-bottom:12px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .bVfHUK {
      width:100%;
      padding-left:12px;
      padding-right:12px;
    }
    }

    .bojjiw {
      width:45px;
      height:45px;
      object-fit:contain;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .dMrEOa {
      left:12px;
      position:absolute;
    }

    .dINZRp {
      width:360px;
      background:#1b1b1c;
      overflow-x:hidden;
      overflow-y:hidden;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .dINZRp {
      width:100%;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }
    }

    .IMEvz {
      color:white;
      width:100%;
      cursor:pointer;
      height:40px;
      row-gap:5px;
      position:relative;
      font-size:13px;
      background:#1457ff;
      column-gap:5px;
      align-items:center;
      font-family:"Inter";
      font-weight:var(--font-weight--semi-bold);
      padding-top:8px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:13px;
      border-top-right-radius:13px;
      border-bottom-left-radius:13px;
      border-bottom-right-radius:13px;
    }

    .djLZNH {
      width:100%;
      align-items:center;
      justify-content:flex-start;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .eHnkFN {
      width:100%;
      height:161px;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .eHnkFN {
      height:fit-content;
      padding-top:25px;
      padding-bottom:25px;
    }
    }

    .ceqQca {
      width:450px;
      height:388px;
      background:#1b1b1c;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:flex-start;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      justify-content:space-between;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .ceqQca {
      width:100%;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }
    }

    .bzCZuM {
      width:1200px;
      height:203px;
      align-items:flex-start;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      flex-direction:row;
      padding-bottom:25px;
      justify-content:flex-start;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
      border-left-color:#262626;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .bzCZuM {
      width:95%;
      height:fit-content;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column-reverse;
    }
    }

    .GVdRU {
      width:35px;
      height:35px;
      background:black;
      object-fit:contain;
      padding-top:5px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .eujafD {
      color:#878787;
      cursor:pointer;
      font-size:14px;
      padding-top:5px;
      padding-bottom:5px;
    }

    .eujafD:hover {
      text-decoration-line:underline;
    }

    .dhttLr {
      color:white;
      font-size:17px;
      font-family:"Geist";
      font-weight:600;
      margin-bottom:15px;
    }

    .ehRFAV {
      cursor:pointer;
    }

    .deFbVL {
      width:35px;
      height:35px;
      background:#30a3e5;
      object-fit:contain;
      padding-top:3px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:3px;
      padding-right:3px;
      padding-bottom:3px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .eJOoTn {
      width:200px;
      height:100%;
      align-items:flex-start;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .eJOoTn {
      width:100%;
      height:fit-content;
      padding-left:0px;
      padding-right:0px;
    }
    }

    .cKiEXD {
      width:35px;
      height:35px;
      background:#1457ff;
      align-items:center;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .cIQEoQ {
      flex:1;
      height:100%;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-end;
    }

    @media (max-width: 470px) {

    .cIQEoQ {
      width:100%;
      height:fit-content;
      flex-direction:column;
    }
    }

    .bypQKw {
      width:35px;
      height:35px;
      background:white;
      object-fit:contain;
      padding-top:3px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:3px;
      padding-right:3px;
      padding-bottom:3px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .dChGOS {
      width:200px;
    }

    @media (max-width: 470px) {

    .dChGOS {
      width:100%;
    }
    }

    .brwGSy {
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      padding-top:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:flex-start;
    }

    .MByrA {
      color:white;
    }

    .eeSpFp {
      width:45px;
      height:45px;
      align-items:center;
      justify-content:center;
    }

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

    .bfIKJy {
      top:0px;
      left:0px;
      color:white;
      right:0px;
      bottom:0px;
      z-index:99;
      position:fixed;
      min-width:100%;
      background:#000000d6;
      min-height:100%;
      align-items:center;
      padding-left:5px;
      padding-right:5px;
      justify-content:center;
    }

    .dAGcvz {
      color:#064e3b85;
    }

    .egRuka {
      color:var(--color--grey--500);
      display:inline;
      font-size:14px;
      text-align:left;
      font-family:"Inter";
      font-weight:400;
      padding-left:6px;
      padding-right:6px;
    }

    .fFEwlu {
      width:100%;
      height:51px;
      background:#1b1b1c;
      align-items:center;
      padding-left:13px;
      padding-right:13px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .eWzDRY {
      color:var(--color--grey--300);
      display:inline;
      font-size:14px;
      text-align:left;
      font-family:"Inter";
      font-weight:400;
      padding-left:6px;
      padding-right:6px;
    }

    .EstNU {
      row-gap:19px;
      column-gap:19px;
      padding-top:0px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
    }

    @media (max-width: 470px) {

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

    .bRuTbz {
      color:#E5E5E5;
      width:100%;
      height:40px;
      font-size:15px;
      background:#1b1b1c;
      align-items:start;
      border-color:#ffffff1f;
      border-style:solid;
      border-width:1px;
      padding-left:19px;
      padding-right:19px;
      justify-content:center;
      border-top-left-radius:25px;
      border-top-right-radius:25px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    .bRuTbz:focus {
      outline-color:var(--color--grey--100);
      outline-style:solid;
      outline-width:1px;
    }

    .bRuTbz.error {
      outline-color:var(--color--red--700);
      outline-style:solid;
      outline-width:2px;
    }

    .cpLjLV {
      color:var(--color--grey--300);
      display:flex;
      row-gap:9px;
      font-size:14px;
      column-gap:9px;
      text-align:center;
      align-items:center;
      font-family:"Inter";
      font-weight:var(--font-weight--semi-bold);
      flex-direction:row;
      justify-content:flex-start;
    }

    .cpLlqS {
      width:500px;
      background:black;
      overflow-x:hidden;
      overflow-y:hidden;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:25px;
      border-top-right-radius:25px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    @media (max-width: 470px) {

    .cpLlqS {
      width:99%;
    }
    }

    .coTNNc {
      width:100%;
      height:51px;
      background:#1b1b1c;
      align-items:center;
      padding-left:13px;
      padding-right:13px;
      flex-direction:row;
      justify-content:flex-end;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
    }

    .dxuFAY {
      color:white;
      cursor:pointer;
      height:36px;
      row-gap:5px;
      position:relative;
      font-size:13px;
      background:#1457ff;
      column-gap:5px;
      align-items:center;
      font-family:"Inter";
      font-weight:var(--font-weight--semi-bold);
      padding-top:7px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:25px;
      padding-right:25px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:center;
      border-top-left-radius:25px;
      border-top-right-radius:25px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    .MuaWS {
      color:var(--color--grey--300);
      width:fit-content;
      display:flex;
      row-gap:7px;
      position:-;
      font-size:12px;
      background:var(--color--grey--900);
      column-gap:7px;
      align-items:center;
      font-family:"Geist";
      font-weight:500;
      padding-top:5px;
      border-color:#ffffff1f;
      border-style:solid;
      border-width:1px;
      padding-left:8px;
      padding-right:13px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

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

    .cqELMY {
      width:30px;
      height:30px;
      background:#1b1b1c;
      align-items:center;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .dvfdrn {
      flex:1;
      padding-top:25px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:25px;
    }

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

    .bWzRJA {
      color:var(--color--grey--300);
      display:inline;
      font-size:16px;
      text-align:left;
      font-family:"Inter";
      font-weight:400;
      line-height:26px;
      padding-left:6px;
      padding-right:6px;
    }

    .cjfvyn {
      width:436px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .cjfvyn {
      width:100%;
    }
    }

    .bNResY {
      width:1200px;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      padding-bottom:25px;
      border-left-color:#262626;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 470px) {

    .bNResY {
      width:95%;
      padding-top:12px;
      padding-left:2%;
      padding-right:2%;
      padding-bottom:12px;
      border-bottom-color:black;
      border-bottom-style:solid;
      border-bottom-width:0px;
    }
    }

    .cECLHM {
      color:#262626;
      right:-13px;
      bottom:-13px;
      position:absolute;
      background:#1b1b1c;
    }

    @media (max-width: 470px) {

    .cECLHM {
      display:none;
    }
    }

    .nelXp {
      width:175px;
      height:175px;
      background:#1b1b1c;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:22px;
      border-top-right-radius:22px;
      border-bottom-left-radius:22px;
      border-bottom-right-radius:22px;
    }

    @media (max-width: 470px) {

    .nelXp {
      width:150px;
      height:150px;
    }
    }

    .ekEdTn {
      width:100%;
      height:107px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 470px) {

    .ekEdTn {
      height:81px;
      border-bottom-color:black;
      border-bottom-style:solid;
      border-bottom-width:0px;
    }
    }

    .fjfFah {
      width:614px;
      height:392px;
      background:url("https://indexnano.b-cdn.net/Screenshot%202026-05-16%20at%201.02.47%E2%80%AFAM.webp") scroll border-box padding-box repeat repeat 0% 0% / cover;
      overflow-x:hidden;
      overflow-y:hidden;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-right-color:black;
      border-right-style:solid;
      border-right-width:0px;
      border-top-left-radius:12px;
      border-bottom-left-radius:12px;
    }

    @media (max-width: 470px) {

    .fjfFah {
      width:100%;
      height:234px;
      border-left-color:black;
      border-left-style:solid;
      border-left-width:0px;
      border-top-left-radius:12px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }
    }

    .eAwCih {
      left:-13px;
      color:#262626;
      bottom:-13px;
      position:absolute;
      background:#151517;
    }

    @media (max-width: 470px) {

    .eAwCih {
      display:none;
    }
    }

    .eOCJpT {
      width:450px;
      height:270px;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .eOCJpT {
      width:100%;
    }
    }

    .BGtAH {
      color:#fec2fe;
    }

    .eVHkIA {
      top:19px;
      right:55px;
      width:65px;
      height:65px;
      rotate:0 0 1 8deg;
      position:absolute;
      background:#aafeaa9c;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .bZIRFj {
      width:100%;
      height:125px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 470px) {

    .bZIRFj {
      height:125px;
    }
    }

    .esjxEo {
      top:19px;
      right:55px;
      width:65px;
      height:65px;
      rotate:0 0 1 8deg;
      position:absolute;
      background:#fd63fd80;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .SZlWD {
      width:65px;
      height:65px;
      background:blue;
      align-items:center;
      justify-content:center;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .dKjQEI {
      width:100%;
      height:125px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .dKjQEI {
      height:125px;
      border-bottom-color:black;
      border-bottom-style:solid;
      border-bottom-width:0px;
    }
    }

    .vSQX {
      top:19px;
      right:55px;
      width:65px;
      height:65px;
      rotate:0 0 1 8deg;
      position:absolute;
      background:#feb99f8a;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .eTEfnD {
      width:50%;
      height:100%;
      align-items:center;
      padding-bottom:6px;
      justify-content:center;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    .FTyps {
      color:var(--color--grey--300);
      bottom:10px;
      position:absolute;
      font-size:11px;
      font-style:italic;
    }

    .eHHpLW {
      width:50%;
      height:100%;
      align-items:center;
      padding-bottom:6px;
      justify-content:center;
    }

    .ouaeG {
      color:#262626;
      right:-13px;
      bottom:-13px;
      z-index:3;
      position:absolute;
      background:#1b1b1c;
    }

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

    .cevIpl {
      top:19px;
      right:55px;
      width:65px;
      height:65px;
      rotate:0 0 1 8deg;
      position:absolute;
      background:#8b8bfe85;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .dAvNMo {
      color:#c7c7ff;
    }

    .csOZEn {
      color:#b9feb9;
    }

    .dzykXG {
      width:65px;
      height:65px;
      background:#fc4603;
      align-items:center;
      justify-content:center;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .cBZBJW {
      color:#ffc0a8;
    }

    .dHgoLF {
      width:65px;
      height:65px;
      background:purple;
      align-items:center;
      justify-content:center;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .tVChS {
      width:436px;
      align-items:flex-start;
      padding-left:25px;
      padding-right:25px;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .tVChS {
      width:100%;
    }
    }

    .ftvQje {
      width:65px;
      height:65px;
      background:green;
      align-items:center;
      justify-content:center;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .eKSJXr {
      width:450px;
      height:270px;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      justify-content:center;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (max-width: 470px) {

    .eKSJXr {
      width:100%;
      height:285px;
    }
    }

    .dUEMCx {
      flex:1;
      align-items:flex-end;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .fkcNhk {
      color:var(--color--grey--300);
      font-size:14px;
      line-height:20px;
    }

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

    .YKeiv {
      width:50px;
      height:50px;
      align-items:center;
      justify-content:center;
    }

    .bIguLo {
      width:66%;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-left:18px;
      padding-right:18px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cLhjFA {
      color:white;
      width:fit-content;
      font-size:12px;
      background:green;
      font-weight:500;
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      border-top-left-radius:13px;
      border-top-right-radius:13px;
      border-bottom-left-radius:13px;
      border-bottom-right-radius:13px;
    }

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

    .dPxqRy {
      color:var(--color--grey--300);
      font-size:14px;
      background:#151517;
      line-height:20px;
      padding-top:12px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    @media (max-width: 470px) {

    .dPxqRy {
      width:100%;
    }
    }

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

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

    .eIfbOj {
      width:100%;
      row-gap:9px;
      column-gap:9px;
      flex-direction:column;
    }

    .TYfeV {
      color:black;
      width:fit-content;
      font-size:12px;
      background:var(--color--grey--300);
      font-weight:600;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

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

    .bZhrOY {
      width:100%;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
    }

    .eIQUYS {
      flex:1;
      padding-left:12px;
    }

    .cbyvGO {
      flex:1;
      align-items:flex-start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .imqKQ {
      width:100%;
      height:43px;
      background:#151517;
      flex-direction:row;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .dDbdoI {
      color:white;
      width:100%;
      cursor:pointer;
      height:40px;
      position:relative;
      font-size:13px;
      background:#1b1b1c;
      align-items:center;
      font-family:"Inter";
      font-weight:var(--font-weight--semi-bold);
      padding-top:8px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:13px;
      border-top-right-radius:13px;
      border-bottom-left-radius:13px;
      border-bottom-right-radius:13px;
    }

    .dCXgmU {
      width:54%;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .dCXgmU {
      width:100%;
    }
    }

    .frzkMU {
      width:450px;
      height:270px;
      align-items:center;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .frzkMU {
      width:100%;
    }
    }

    .evUMqf {
      flex:1;
      height:55px;
      align-items:center;
      padding-left:17px;
      padding-right:17px;
      flex-direction:row;
      justify-content:flex-end;
    }

    .DBFOH {
      top:33px;
      width:1px;
      height:60%;
      position:absolute;
      background:#262626;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .BIfaq {
      width:391px;
      height:55px;
      background:#151517;
      align-items:center;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .BIfaq {
      width:97%;
    }
    }

    .esTCJC {
      color:white;
      row-gap:5px;
      font-size:13px;
      column-gap:5px;
      align-items:center;
      font-family:"Inter";
      font-weight:var(--font-weight--semi-bold);
      flex-direction:row;
      justify-content:flex-start;
    }

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

    .caVFWY {
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .edrHlB {
      width:25px;
      height:25px;
    }

    .djbjsX {
      top:1px;
      left:1px;
      position:absolute;
      border-color:#17171700;
      border-style:solid;
      border-width:1.5px;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .cHKFxC {
      right:1px;
      bottom:1px;
      position:absolute;
      border-color:#17171700;
      border-style:solid;
      border-width:1.5px;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .benefit1\:9LkfORfzw1Rodm5KRA097 {
      width:45px;
      height:45px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

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

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

    .bDSXjw {
      top:72px;
      width:374px;
      height:55px;
      position:absolute;
      background:#151517;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .bDSXjw {
      width:90%;
    }
    }

    .bFJSzB {
      width:145px;
      height:55px;
      align-items:flex-start;
      padding-left:12px;
      padding-right:12px;
      justify-content:center;
    }

    .egXstR {
      flex:1;
      width:120px;
      row-gap:4px;
      min-width:120px;
      column-gap:4px;
      align-items:flex-end;
      justify-content:center;
    }

    .cyGirj {
      color:#00aa5b;
      display:inline;
      row-gap:5px;
      font-size:14px;
      column-gap:5px;
      text-align:left;
      align-items:center;
      font-family:"Inter";
      font-weight:var(--font-weight--semi-bold);
      flex-direction:row;
      justify-content:center;
    }

    .cyGirj.negative {
      color:var(--color--red--700);
    }

    .eaXFlp {
      color:var(--color--grey--300);
      display:flex;
      row-gap:8px;
      position:-;
      font-size:12px;
      background:var(--color--grey--900);
      column-gap:8px;
      align-items:center;
      font-family:"Geist";
      font-weight:500;
      padding-top:5px;
      border-color:#ffffff1f;
      border-style:solid;
      border-width:1px;
      padding-left:5px;
      margin-bottom:12px;
      padding-right:11px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 470px) {

    .eaXFlp {
      margin-bottom:0px;
    }
    }

    .dBKhOT {
      row-gap:25px;
      column-gap:25px;
      align-items:flex-start;
      padding-top:15px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .dBKhOT {
      width:100%;
      row-gap:25px;
      column-gap:25px;
      flex-direction:column;
    }
    }

    .cwQbJY {
      width:65px;
      height:65px;
      background:white;
      object-fit:contain;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .InDeG {
      height:526px;
      background:#1b1b1c;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .InDeG {
      height:593px;
      overflow-x:hidden;
      overflow-y:hidden;
      flex-direction:column;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }
    }

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

    .bQqzrx {
      width:300px;
      height:100%;
      align-items:flex-start;
      padding-left:32px;
      padding-right:32px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .bQqzrx {
      width:100%;
      height:90px;
      padding-left:15px;
      padding-right:15px;
    }
    }

    .eLzIcv {
      top:-13px;
      left:-13px;
      color:#262626;
      position:absolute;
      background:#151517;
    }

    @media (max-width: 470px) {

    .eLzIcv {
      display:none;
    }
    }

    .fGPRxL {
      width:100%;
      align-items:center;
      padding-left:100px;
      padding-right:100px;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .fGPRxL {
      padding-left:0px;
      padding-right:0px;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }
    }

    .dquxkE {
      top:0px;
      bottom:0px;
      height:fit-content;
      position:absolute;
      align-items:flex-start;
      padding-top:20px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      justify-content:flex-start;
    }

    .ddJfkJ {
      color:var(--color--grey--500);
      cursor:pointer;
      font-size:16px;
      font-weight:500;
    }

    @media (max-width: 470px) {

    .ddJfkJ {
      display:none;
    }
    }

    .ddJfkJ:hover {
      color:white;
      text-decoration-line:underline;
      text-decoration-color:var(--color--grey--500);
    }

    .fCa-Dtt {
      rotate:0 0 1 0deg;
      font-size:inherit;
      transition:rotate 300ms ease;
      font-family:inherit;
      font-weight:inherit;
    }

    .fCa-Dtt.open {
      rotate:0 0 1 180deg;
    }

    .bDmUDC {
      color:white;
      cursor:pointer;
      height:40px;
      row-gap:5px;
      position:relative;
      font-size:13px;
      background:#1457ff;
      column-gap:5px;
      align-items:center;
      font-family:"Inter";
      font-weight:600;
      padding-top:7px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:26px;
      padding-right:26px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 470px) {

    .bDmUDC {
      height:35px;
      padding-left:15px;
      padding-right:15px;
    }
    }

    .bGxFDk {
      rotate:0 0 1 0deg;
      font-size:inherit;
      transition:rotate 300ms ease;
      font-family:inherit;
      font-weight:inherit;
    }

    .bGxFDk.open {
      rotate:0 0 1 180deg;
      transition:rotate 300ms ease;
    }

    .dmRgJG {
      height:50px;
      align-items:center;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bLQBrD {
      height:60px;
      align-items:center;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .fjUqow {
      color:var(--color--grey--500);
      cursor:pointer;
      font-size:16px;
      font-weight:500;
    }

    .fjUqow:hover {
      color:white;
      text-decoration-line:underline;
      text-decoration-color:var(--color--grey--500);
    }

    .XiqWc {
      rotate:0 0 1 -90deg;
      font-size:inherit;
      transition:rotate 300ms ease;
      font-family:inherit;
      font-weight:inherit;
    }

    .cvuOCP {
      width:100%;
      row-gap:8px;
      column-gap:8px;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
    }

    .ejgFUp {
      flex:1;
      height:55px;
      align-items:flex-start;
      padding-left:5px;
      padding-right:5px;
      justify-content:center;
    }

    .eavaba {
      width:60px;
      height:60px;
      align-items:center;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      justify-content:center;
    }

    .cqFdrp {
      height:60px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cqFdrp:hover {
      cursor:pointer;
      background:#1b1b1c;
      border-top-left-radius:19px;
      border-top-right-radius:19px;
      border-bottom-left-radius:19px;
      border-bottom-right-radius:19px;
    }

    .eiPdRN {
      width:65px;
      height:65px;
      background:blue;
      align-items:center;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .producMenuMobile\:j6tqVoa28X1qZpDrS0UvH {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .crIjLp {
      width:65px;
      height:65px;
      background:purple;
      align-items:center;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .producMenuMobile\:jzsEE_P2GRpy4H9Xa3Zg9 {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .dSZpaK {
      width:65px;
      height:65px;
      background:#fc4603;
      align-items:center;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .producMenuMobile\:kWF-NTkXMkCtrWQBbx8Q3 {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .header\:Jhjpf3jNq1zb3mrTseXvA {
      padding-top:12px;
      padding-bottom:12px;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bQPNxh {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:99;
      position:fixed;
      background:#151517;
      overflow-x:hidden;
      overflow-y:auto;
    }

    @media (min-width: 470px) {

    .bQPNxh {
      display:none;
    }
    }

    .dCawnF {
      width:100%;
      row-gap:35px;
      column-gap:35px;
      align-items:center;
      padding-top:0px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .dCawnF {
      width:100%;
      padding-left:5px;
      padding-right:5px;
    }
    }

    .cDIYts {
      flex:1;
      height:60px;
      align-items:center;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .cDIYts {
      display:none;
    }
    }

    .eCXclP {
      color:var(--color--grey--500);
      cursor:pointer;
      font-size:16px;
      font-weight:500;
    }

    .eCXclP:hover {
      color:white;
      text-decoration-line:underline;
      text-decoration-color:var(--color--grey--500);
    }

    @media (max-width: 470px) {

    .eCXclP {
      display:none;
    }
    }

    .RyoXE {
      width:65px;
      height:65px;
      background:#7303fc;
      align-items:center;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .solutionMenuMobile\:qW9BEzgybhc9qvqYhQhsE {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .dJObQR {
      width:65px;
      height:65px;
      background:#008500;
      align-items:center;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .solutionMenuMobile\:wBZPzXIO7UVfDVA8k3CT_ {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .solutionMenuMobile\:zciXcMp7InP30ucwu_eaQ {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .header\:WsZKrcS4VGpdMnqZLmw5p {
      padding-top:12px;
      padding-bottom:12px;
    }

    .cygXtQ {
      width:300px;
      row-gap:8px;
      column-gap:8px;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
    }

    .solutionMenuDesktop\:qW9BEzgybhc9qvqYhQhsE {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .solutionMenuDesktop\:wBZPzXIO7UVfDVA8k3CT_ {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .solutionMenuDesktop\:zciXcMp7InP30ucwu_eaQ {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .bBchEm {
      color:var(--color--grey--500);
      cursor:pointer;
      row-gap:9px;
      font-size:16px;
      column-gap:9px;
      align-items:center;
      font-weight:500;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bBchEm:hover {
      color:white;
      text-decoration-line:underline;
      text-decoration-color:var(--color--grey--500);
    }

    .bsUpKR {
      width:45px;
      cursor:pointer;
      height:60px;
      align-items:center;
      justify-content:center;
    }

    .cDOZtH {
      width:1200px;
      align-items:center;
      padding-left:25px;
      padding-right:25px;
      justify-content:center;
      border-left-color:#262626;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .cDOZtH {
      width:95%;
      padding-top:5px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:5px;
    }
    }

    .DjGEC {
      width:45px;
      cursor:pointer;
      height:45px;
      align-items:center;
      justify-content:center;
    }

    .DoLSK {
      width:0px;
      height:0px;
      z-index:25;
      background:#151517;
      margin-top:15px;
      transition:all 300ms ease;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:25px;
      border-top-right-radius:25px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    .DoLSK.products {
      width:fit-content;
      height:fit-content;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      border-top-left-radius:25px;
      border-top-right-radius:25px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    .DoLSK.solutions {
      width:fit-content;
      height:fit-content;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      border-top-left-radius:25px;
      border-top-right-radius:25px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    .producMenuDesktop\:j6tqVoa28X1qZpDrS0UvH {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .producMenuDesktop\:jzsEE_P2GRpy4H9Xa3Zg9 {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .producMenuDesktop\:kWF-NTkXMkCtrWQBbx8Q3 {
      width:100%;
      height:100%;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .frpOah {
      color:var(--color--grey--500);
      cursor:pointer;
      row-gap:9px;
      font-size:16px;
      column-gap:9px;
      align-items:center;
      font-weight:500;
      flex-direction:row;
      justify-content:flex-start;
    }

    .frpOah:hover {
      color:white;
      text-decoration-line:underline;
      text-decoration-color:var(--color--grey--500);
    }

    @media (max-width: 470px) {

    .frpOah {
      display:none;
    }
    }

    .sthnD {
      width:35px;
      height:35px;
      align-items:center;
      justify-content:center;
    }

    @media (min-width: 470px) {

    .sthnD {
      display:none;
    }
    }

    .epYWgS {
      width:230px;
      height:60px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .epYWgS {
      width:fit-content;
      height:45px;
    }
    }

    .fzTJST {
      row-gap:35px;
      column-gap:35px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .fxBeCy {
      display:none;
    }
    }

    .fppdCk {
      width:35px;
      height:35px;
      align-items:center;
      justify-content:center;
    }

    .coVpNa {
      top:12px;
      left:14px;
      color:white;
      display:inline;
      position:absolute;
      font-size:10px;
      background:#00aa5b;
      font-style:italic;
      font-family:inherit;
      font-weight:500;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    @media (max-width: 470px) {

    .coVpNa {
      top:-5px;
      position:absolute;
    }
    }

    .cqsYfq {
      top:12px;
      left:14px;
      color:white;
      display:inline;
      position:absolute;
      font-size:10px;
      background:#1457ff;
      font-style:italic;
      font-family:inherit;
      font-weight:500;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    @media (max-width: 470px) {

    .cqsYfq {
      top:-5px;
      position:absolute;
    }
    }

    .eLNTYO {
      width:54%;
      align-items:flex-end;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .eLNTYO {
      width:100%;
      padding-left:9px;
    }
    }

    .dmPgYR {
      width:450px;
      height:388px;
      background:#1b1b1c;
      overflow-x:hidden;
      overflow-y:hidden;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .dmPgYR {
      width:100%;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }
    }

    .fmVwML {
      color:#878787;
      font-size:16px;
      line-height:24px;
    }

    @media (max-width: 470px) {

    .fmVwML {
      text-align:center;
    }
    }

    .cVJdtk {
      top:0px;
      width:1px;
      bottom:0px;
      height:86%;
      position:absolute;
      background:#262626;
    }

    .eZVcBc {
      color:white;
      display:inline;
      font-size:11px;
      text-align:left;
      font-family:"Inter";
      font-weight:500;
      padding-left:8px;
      padding-right:8px;
    }

    .GPkCV {
      right:4px;
      width:38%;
      bottom:4px;
      row-gap:5px;
      z-index:5;
      position:absolute;
      background:#101010;
      column-gap:5px;
      align-items:flex-start;
      padding-top:5px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:3px;
      padding-right:3px;
      padding-bottom:5px;
      justify-content:center;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .qrtFr {
      color:var(--color--grey--300);
      display:inline;
      font-size:12px;
      text-align:center;
      font-family:"Inter";
      font-weight:400;
    }

    .fpunRi {
      width:100%;
      height:100%;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      padding-top:15px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:4px;
      justify-content:space-between;
    }

    .nTvxl {
      width:50%;
      height:29px;
      align-items:flex-end;
      justify-content:flex-start;
    }

    .eWvvr {
      color:white;
      display:inline;
      font-size:11px;
      text-align:right;
      font-family:"Inter";
      font-weight:500;
      padding-left:8px;
      padding-right:8px;
    }

    .eHRYG {
      color:white;
      display:inline;
      font-size:13px;
      text-align:left;
      font-family:inherit;
      font-weight:600;
    }

    .XnfxP {
      color:var(--color--grey--500);
      display:inline;
      font-size:12px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
    }

    .caXPZs {
      width:100%;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      padding-top:5px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:space-between;
    }

    .cyLzuG {
      width:var(--sessionBarWidthN);
      cursor:pointer;
      height:29px;
      background:var(--color--red--900);
      align-items:flex-end;
      justify-content:center;
      border-top-left-radius:8px;
      border-bottom-left-radius:8px;
    }

    .brfmhI {
      width:100%;
      cursor:pointer;
      height:29px;
      display:flex;
      z-index:2;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .PbEqK {
      width:50%;
      height:29px;
    }

    .XGvdB {
      top:0px;
      left:25%;
      width:1px;
      bottom:0px;
      height:86%;
      position:absolute;
      background:#262626;
    }

    .bruXpM {
      top:0px;
      right:25%;
      width:1px;
      bottom:0px;
      height:86%;
      position:absolute;
      background:#262626;
    }

    .TMEhx {
      width:var(--sessionBarWidth);
      cursor:pointer;
      height:29px;
      background:#00752b;
      align-items:flex-start;
      justify-content:center;
      border-top-right-radius:8px;
      border-bottom-right-radius:8px;
    }

    .GAMpZ {
      color:var(--color--grey--500);
      display:inline;
      font-size:12px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      padding-right:8px;
    }

    .chtJz {
      flex:1;
      width:100%;
      row-gap:5px;
      column-gap:5px;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      justify-content:center;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
    }

    .WwOXd {
      width:100%;
      height:34px;
      z-index:3;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
    }

    .fdlnxq {
      color:#00aa5b;
      display:inline;
      font-size:13px;
      text-align:left;
      font-family:inherit;
      font-weight:600;
    }

    .fdlnxq.isNegative {
      color:red;
    }

    .bxdyCt {
      width:1200px;
      height:120px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-left-color:#262626;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .bxdyCt {
      width:95%;
      height:172px;
      flex-direction:column;
    }
    }

    .VEpyz {
      color:var(--color--grey--300);
      display:flex;
      row-gap:8px;
      position:-;
      font-size:12px;
      background:var(--color--grey--900);
      column-gap:8px;
      align-items:center;
      font-family:"Geist";
      font-weight:500;
      padding-top:5px;
      border-color:#ffffff1f;
      border-style:solid;
      border-width:1px;
      padding-left:7px;
      margin-bottom:12px;
      padding-right:11px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .cuUbDj {
      color:var(--color--grey--300);
      display:flex;
      position:-;
      font-size:12px;
      background:var(--color--grey--900);
      align-items:center;
      font-family:"Geist";
      font-weight:500;
      padding-top:5px;
      border-color:#ffffff1f;
      border-style:solid;
      border-width:1px;
      padding-left:13px;
      padding-right:13px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .iLRwx {
      width:1200px;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      padding-bottom:25px;
      border-left-color:#262626;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 470px) {

    .iLRwx {
      width:95%;
      padding-top:12px;
      padding-left:2%;
      padding-right:2%;
      padding-bottom:35px;
      border-bottom-color:black;
      border-bottom-style:solid;
      border-bottom-width:0px;
    }
    }

    .elErYo {
      top:-13px;
      color:#262626;
      right:-13px;
      position:absolute;
      background:#151517;
    }

    @media (max-width: 470px) {

    .elErYo {
      display:none;
    }
    }

    .dqqUmH {
      width:100%;
      height:37px;
      background:#1457ff;
      align-items:center;
      justify-content:center;
    }

    .cuhgKF {
      color:white;
      font-size:16px;
      font-weight:500;
    }

    @media (max-width: 470px) {

    .cuhgKF {
      font-size:14px;
    }
    }

    .fdlAlF {
      width:1200px;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      padding-bottom:25px;
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
      border-left-color:#262626;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .fdlAlF {
      width:95%;
      padding-top:12px;
      padding-left:2%;
      padding-right:2%;
      padding-bottom:12px;
    }
    }