
  

  
  @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;
    }
  }
}


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

    .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);
    }

    .drTFOa {
      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;
    }

    .dAvNMo {
      color:#c7c7ff;
    }

    .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;
    }

    .BGtAH {
      color:#fec2fe;
    }

    .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;
    }

    .cBZBJW {
      color:#ffc0a8;
    }

    .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;
    }

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

    .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;
    }
    }

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

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

    .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;
    }

    .MByrA {
      color:white;
    }

    .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;
    }

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

    .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;
    }

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

    .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;
    }

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

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

    @media (max-width: 470px) {

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

    .cPwUoz {
      width:200px;
      height:100%;
      align-items:flex-start;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .cPwUoz {
      width:155px;
    }
    }

    .bBGFSX {
      color:white;
      font-size:14px;
      font-weight:500;
    }

    .ftMA-db {
      width:35%;
      height:100%;
      align-items:flex-start;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

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

    @media (max-width: 470px) {

    .bcQDfp {
      width:400px;
    }
    }

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

    .XdNOL {
      flex:1;
      height:100%;
      align-items:flex-start;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
    }

    .eQjtOf {
      color:white;
      font-size:13px;
    }

    .CrGUQ {
      width:1200px;
      row-gap:25px;
      column-gap:25px;
      align-items:center;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      padding-bottom:25px;
      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) {

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

    .fpNrpq {
      color:white;
      font-size:14px;
      font-weight:600;
    }

    .cDGViG {
      width:100%;
      background:#1b1b1c;
      overflow-x:hidden;
      overflow-y:hidden;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      flex-direction:column;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .cDGViG {
      width:800px;
      overflow-x:scroll;
      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;
    }
    }

    .cdhejo {
      height:50px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

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

    .BZLEd {
      width:100%;
      overflow-x:scroll;
    }

    .bRBeLd {
      width:100%;
      height:50px;
      background:black;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

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

    @media (max-width: 470px) {

    .cqjKyA {
      width:100%;
    }
    }

    .ermyJI {
      width:35%;
      height:100%;
      align-items:flex-start;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
      border-right-color:#262626;
      border-right-style:solid;
      border-right-width:1px;
    }

    .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;
    }
    }

    .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;
    }
    }

    .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;
    }

    .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;
    }

    .pricing\:uqByzXiN95Nr8vdvT00if {
      border-top-color:#262626;
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (max-width: 470px) {

    .pricing\:uqByzXiN95Nr8vdvT00if {
      border-top-color:black;
      border-top-style:solid;
      border-top-width:0px;
    }
    }