
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.125rem;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.875rem;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.5rem;
}
@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: 1rem;
}
@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: initial;
}
@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: initial;
}
@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 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;
    }
  }
}


    .ecSZQO {
      width:100%;
      height:100%;
      display:flex;
      background:#29323c;
      align-items:center;
      justify-content:flex-start;
    }

    .eHFWwd {
      color:white;
      display:flex;
      font-size:xx-large;
      min-width:50%;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:flex-start;
    }

    .bAYBAa {
      display:list-item;
    }

    .Jermt {
      width:90%;
      height:45px;
      border-color:darkgrey;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .daUvjP {
      display:flex;
      min-width:50%;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .cDFuMI {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      max-width:1000px;
      flex-direction:row;
      align-items:center;
      justify-content:center;
      padding-top:10px;
      padding-bottom:10px;
    }

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

    .byUswQ {
      row-gap:10px;
      column-gap:10px;
      padding-top:30px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:30px;
      font-size:x-large;
      list-style-type:disc;
    }

    .eNxDUO {
      display:flex;
      row-gap:10px;
      background:white;
      column-gap:10px;
      min-height:200px;
      align-items:center;
      padding-top:20px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:20px;
      justify-content:flex-start;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .fnRWZq {
      width:100%;
      display:flex;
      font-size:larger;
      background:white;
      align-items:center;
      padding-top:10px;
      padding-bottom:10px;
      justify-content:center;
    }

    .BcNsZ {
      color:white;
      width:90%;
      height:50px;
      display:flex;
      font-size:larger;
      background:#0e9ae5;
      align-items:center;
      font-weight:bold;
      justify-content:center;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
      cursor:pointer;
      margin-top:10px;
    }

    .BcNsZ:hover {
      background:#0c7bb8;
    }

    .BcNsZ:focus {
      outline:2px solid #0e9ae5;
      outline-offset:2px;
    }

    .lbPDT {
      font-size:1.5rem;
      font-weight:bold;
      margin-bottom:10px;
      color:#29323c;
    }

    .bjahCu {
      font-size:1rem;
      line-height:1.5;
      color:#737373;
    }

    .eOJIut {
      display:flex;
      flex-direction:column;
      flex:1;
      padding:30px;
      text-align:center;
      align-items:center;
    }

    .eImhTb {
      width:100%;
      display:flex;
      flex-direction:column;
      background:white;
      padding-top:20px;
      padding-bottom:20px;
      justify-content:space-between;
      align-items:center;
      row-gap:5px;
      column-gap:5px;
    }

    @media (max-width: 1023px) {

    .eImhTb {
      flex-direction:column;
    }
    }

    @media (min-width: 1024px) {

    .eImhTb {
      flex-direction:column;
    }
    }

    .mBkFi {
      color:var(--color--grey--300);
      width:100%;
      bottom:0px;
      display:flex;
      row-gap:6px;
      position:relative;
      font-size:small;
      column-gap:6px;
      align-items:center;
      padding-top:10px;
      padding-bottom:10px;
      justify-content:center;
      background:#29323c;
    }

    .bTwKNw {
      position:absolute;
      left:-9999px;
      z-index:999;
      padding:10px;
      background:#0e9ae5;
      color:white;
      text-decoration:none;
    }

    .bTwKNw:focus {
      left:10px;
      top:10px;
    }

    .fDUqDx {
      width:100%;
      display:flex;
      flex-direction:column;
      align-items:center;
    }

    .bjgwTb {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:bold;
    }

    .bdyKZP {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .egMXDP {
      width:90%;
      font-weight:bold;
      color:#29323c;
    }

    .NNKlh {
      font-size:1.5rem;
      font-weight:bold;
      margin-bottom:10px;
      color:#29323c;
      width:90%;
      text-align:center;
    }

    .evShoM {
      font-size:1rem;
      margin-bottom:15px;
      color:#737373;
      width:90%;
      text-align:center;
    }

    .cumyFc {
      width:90%;
      font-weight:bold;
      color:#29323c;
      margin-top:5px;
    }

    .cudVnm {
      font-size:2rem;
      font-weight:bold;
      color:#29323c;
      text-align:center;
      width:100%;
    }

    .etXpcl {
      width:100%;
      display:flex;
      flex-direction:row;
      justify-content:space-between;
      gap:20px;
    }

    @media (max-width: 1023px) {

    .etXpcl {
      flex-direction:column;
    }
    }

    @media (min-width: 1024px) {

    .etXpcl {
      flex-direction:row;
    }
    }