
  

  
  @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: system-ui;
  --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: sans-serif;
  --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: system-ui;
  --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: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-Outfit: 'Outfit',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;
    }
  }
}


    .dOGRg {
      background:#161616;
    }

    .dDciKY {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .fgZEXc {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .ekWlwx {
      color:inherit;
      margin:0px;
      display:block;
      font-size:28px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .eDctbu {
      color:#ffffff;
      border:1px solid #333333;
      cursor:pointer;
      display:flex;
      padding:8px 12px;
      row-gap:0.25rem;
      font-size:14px;
      background:#2fa155;
      column-gap:0.25rem;
      transition:all 300ms ease;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      border-radius:6px;
      flex-direction:row;
    }

    .eDctbu:hover {
      background:#36bf64;
      border-color:#444444;
    }

    .eDctbu:active {
      background:#28954c;
    }

    .greIO {
      color:inherit;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .vYRUQ {
      gap:12px;
      color:inherit;
      width:300px;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .fCjnYX {
      color:#aaa;
      border:1px solid #333;
      display:inline-block;
      outline:none;
      padding:12px 16px;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      color-scheme:dark;
      border-radius:6px;
      flex-direction:row;
      background-color:#161616;
    }

    .fCjnYX:focus {
      border-color:#666;
    }

    .cPZCHU {
      color:#000000;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:12px 20px;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      border-radius:6px;
      flex-direction:row;
      background-color:#ffffff;
    }

    .eTSrBT {
      color:#aaa;
      display:inline;
      font-size:12px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dHNgCn {
      color:inherit;
      margin:0px;
      display:block;
      font-size:24px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .efbuEj {
      color:#fff;
      border:1px solid #333;
      display:inline-block;
      outline:none;
      padding:12px 16px;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
      background-color:#161616;
    }

    .efbuEj:focus {
      border-color:#666;
    }

    .BTzfG {
      gap:16px;
      color:#fff;
      display:flex;
      font-size:inherit;
      min-height:100vh;
      align-items:center;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
      background-color:#161616;
    }

    .eRDsAK {
      color:#a0a0a0;
      display:inline;
      font-size:12px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bCvfrn {
      color:inherit;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 600px) {

    .bCvfrn {
      display:none;
    }
    }

    .KHDKf {
      gap:4px;
      flex:1;
      color:inherit;
      display:flex;
      padding:16px 24px;
      font-size:inherit;
      margin-top:8px;
      border-left:4px solid #ffffff;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:column;
      background-color:#262626;
    }

    .byfltY {
      gap:16px;
      color:inherit;
      border:1px solid #2e2e2e;
      display:flex;
      opacity:var(--loadingOpacity);
      padding:20px;
      font-size:inherit;
      transition:opacity 0.2s ease;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:column;
      background-color:#1e1e1e;
    }

    .iquMt {
      color:inherit;
      display:inline;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .eYmPtL {
      color:inherit;
      width:100%;
      display:flex;
      position:relative;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .WcbhX {
      color:inherit;
      display:inline;
      font-size:22px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .NScma {
      color:inherit;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .blFKeI {
      gap:4px;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bwbLjb {
      color:inherit;
      border:1px solid #2e2e2e;
      display:flex;
      padding:16px;
      font-size:inherit;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:row;
      justify-content:space-between;
      background-color:#1e1e1e;
    }

    @media (max-width: 480px) {

    .bwbLjb {
      gap:12px;
      align-items:flex-start;
      flex-direction:column;
    }
    }

    .pXwvf {
      gap:8px;
      color:#888888;
      display:flex;
      font-size:16px;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 600px) {

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

    .dzsDwP {
      color:#888;
      display:inline;
      font-size:11px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
      letter-spacing:1px;
      text-transform:uppercase;
    }

    .fBxSIk {
      color:#666;
      display:inline;
      font-size:12px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .ecevgY {
      gap:8px;
      color:inherit;
      display:flex;
      opacity:var(--loadingOpacity);
      font-size:inherit;
      transition:opacity 0.2s ease;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bkHwkZ {
      color:#ffffff;
      display:flex;
      opacity:var(--loadingOpacity);
      row-gap:0px;
      font-size:32px;
      column-gap:0px;
      transition:opacity 0.2s ease;
      align-items:baseline;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:column;
    }

    @media (max-width: 600px) {

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

    .lrTNk {
      gap:16px;
      color:inherit;
      display:grid;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));
    }

    @media (max-width: 480px) {

    .lrTNk {
      grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));
    }
    }

    .fsEfhc {
      color:var(--color);
      width:32px;
      height:32px;
      display:flex;
      font-size:12px;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      border-radius:50%;
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
    }

    .eRaEJi {
      color:#ff4d4f;
      display:block;
      font-size:14px;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dhauUR {
      color:#fff;
      width:100%;
      border:1px solid #333;
      display:inline-block;
      outline:none;
      padding:12px;
      font-size:inherit;
      background:#1e1e1e;
      box-sizing:border-box;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      padding-right:40px;
      flex-direction:row;
    }

    .dhauUR:focus {
      border-color:#666;
    }

    .eYInOG {
      color:#000000;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:12px;
      font-size:inherit;
      background:#ffffff;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      border-radius:6px;
      flex-direction:row;
    }

    .exIazC {
      top:50%;
      color:#888;
      right:8px;
      border:none;
      cursor:pointer;
      display:flex;
      padding:4px;
      position:absolute;
      font-size:inherit;
      transform:translateY(-50%);
      background:transparent;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .exIazC:hover {
      color:#fff;
    }

    .dsRpDr {
      gap:8px;
      color:inherit;
      display:flex;
      padding:24px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:column;
      background-color:#262626;
    }

    @media (max-width: 768px) {

    .dsRpDr {
      padding:16px;
    }
    }

    .dYZFm {
      color:inherit;
      display:inline;
      font-size:24px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .oQvmp {
      color:#ffffff;
      display:inline;
      font-size:16px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .bIksRH {
      gap:16px;
      color:inherit;
      display:grid;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:1fr 1fr;
    }

    @media (max-width: 768px) {

    .bIksRH {
      grid-template-columns:1fr;
    }
    }

    .bMHsFs {
      gap:12px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cVyrHM {
      color:#888;
      margin:0px;
      display:block;
      font-size:12px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
      letter-spacing:1px;
      text-transform:uppercase;
    }

    .dVDIBt {
      color:inherit;
      margin:0px;
      display:block;
      font-size:16px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .dfQYpB {
      color:#777777;
      display:block;
      font-size:12px;
      border-top:1px solid #2e2e2e;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:16px;
      flex-direction:row;
    }

    .dZYTRe {
      color:#fff;
      border:1px solid #2e2e2e;
      display:flex;
      padding:16px;
      font-size:14px;
      background:#1e1e1e;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dsrqqJ {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bWHdaN {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 480px) {

    .bWHdaN {
      align-items:stretch;
      flex-direction:column;
    }
    }

    .delOqs {
      color:#7d7d7d;
      display:inline;
      font-size:1rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:var(--font-weight--semi-bold);
      flex-direction:row;
    }

    .eGqOIY {
      gap:4px;
      flex:1;
      color:inherit;
      display:flex;
      padding:16px 24px;
      font-size:inherit;
      margin-top:8px;
      border-left:4px solid #ff4d4f;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:column;
      background-color:#262626;
    }

    .SJJxC {
      gap:40px;
      zoom:1.5;
      color:#ffffff;
      width:100%;
      margin:0 auto;
      display:flex;
      font-size:inherit;
      max-width:1500px;
      box-sizing:border-box;
      min-height:100vh;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:inherit;
      padding-top:40px;
      padding-left:5%;
      padding-right:5%;
      flex-direction:column;
      padding-bottom:40px;
      background-color:#161616;
    }

    @media (max-width: 768px) {

    .SJJxC {
      gap:24px;
      padding:20px;
    }
    }

    .dryzmn {
      gap:24px;
      color:inherit;
      border:1px solid #2e2e2e;
      display:none;
      padding:24px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:column;
      background-color:#1e1e1e;
    }

    @media (max-width: 768px) {

    .dryzmn {
      gap:16px;
      padding:16px;
    }
    }

    .bdEMnR {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 1230px) {

    .bdEMnR {
      flex-direction:column;
    }
    }

    .boyFwH {
      color:inherit;
      width:18px;
      height:18px;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cFyDZG {
      gap:8px;
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:inherit;
      margin-top:8px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .LaevA {
      color:#ffffff;
      display:inline;
      font-size:16px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      margin-bottom:2px;
      flex-direction:row;
    }

    .eUGEyJ {
      color:inherit;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .kpjaP {
      gap:12px;
      color:inherit;
      display:flex;
      font-size:inherit;
      margin-top:8px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cYjEcb {
      color:inherit;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      margin-right:4px;
      flex-direction:row;
    }

    .bqhptT {
      color:#2fa155;
      border:1px solid #333333;
      display:flex;
      padding:4px 8px;
      font-size:12px;
      background:#262626;
      transition:all 200ms ease;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:4px;
      flex-direction:row;
      text-decoration:none;
    }

    .bqhptT:hover {
      background:#333333;
      border-color:#2fa155;
    }

    .RjvaP {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-end;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 480px) {

    .RjvaP {
      gap:12px;
      align-items:flex-start;
      flex-direction:column;
    }
    }