
  

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

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

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

    .MByrA {
      color:white;
    }

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

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

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

    @media (max-width: 470px) {

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

    .drTFOa {
      color:var(--color--grey--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;
    }

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

    .duNlUU {
      color:var(--color--grey--100);
      height:0px;
      font-size:16px;
      overflow-x:hidden;
      overflow-y:hidden;
      line-height:29px;
    }

    .duNlUU.active {
      height:fit-content;
    }

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

    @media (max-width: 470px) {

    .bGlGAY {
      border-top-color:black;
      border-top-style:solid;
      border-top-width:0px;
    }
    }

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

    @media (max-width: 470px) {

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

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

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

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

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

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

    .eKDjVX {
      width:100%;
      cursor:pointer;
      row-gap:12px;
      column-gap:12px;
      align-items:flex-start;
      padding-top:20px;
      padding-bottom:20px;
      justify-content:flex-start;
      border-bottom-color:#262626;
      border-bottom-style:solid;
      border-bottom-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;
    }
    }

    .dWRGne {
      flex:1;
      color:white;
      font-size:18px;
      font-weight:500;
    }

    @media (max-width: 470px) {

    .dWRGne {
      line-height:27px;
    }
    }

    .eJdnTA {
      background:#1b1b1c;
      padding-top:56px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:51px;
      padding-right:51px;
      flex-direction:column;
      padding-bottom:56px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .eJdnTA {
      overflow-x:hidden;
      overflow-y:hidden;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:12px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }
    }