
  

  
  @property --grey-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FAFAFA;
}
@property --col--red {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --grey-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --grey-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #E5E5E5;
}
@property --grey-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --grey-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3A3A3;
}
@property --grey-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --grey-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #525252;
}
@property --grey-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --grey-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #262626;
}
@property --grey-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --col--blue {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --radius--m {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --radius--s {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --col--black {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --col--green {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --col--white {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --yellow-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --yellow-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D97706;
}
@property --col--yellow {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --size--mob-m {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --size--desk-m {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --size--mob-lg {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --size--mob-sm {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --size--desk-lg {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --size--desk-sm {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --weight--black {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --col--dark-grey {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --size--mob-base {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --weight--medium {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --col--light-grey {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --size--desk-base {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --col--medium-grey {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-weight-bold {
  syntax: "*";
  inherits: true;
  initial-value: 700;
}
@property --font-weight-normal {
  syntax: "*";
  inherits: true;
  initial-value: 500;
}
@property --font-weight-regular {
  syntax: "*";
  inherits: true;
  initial-value: 400;
}
@property --col--extra-dark-grey {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}

  :host, :root {
  --grey-50: #FAFAFA;
  --col--red: #FF3465;
  --grey-100: #F5F5F5;
  --grey-200: #E5E5E5;
  --grey-300: #D4D4D4;
  --grey-400: #A3A3A3;
  --grey-500: #737373;
  --grey-600: #525252;
  --grey-700: #404040;
  --grey-800: #262626;
  --grey-900: #171717;
  --col--blue: #74F7FF;
  --radius--m: 1rem;
  --radius--s: 0.5rem;
  --col--black: #000000;
  --col--green: #50FF61;
  --col--white: #ffffff;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --col--yellow: #FBFF2B;
  --size--mob-m: 2.5rem;
  --size--desk-m: 3rem;
  --size--mob-lg: 3rem;
  --size--mob-sm: 1.25rem;
  --weight--bold: 700;
  --size--desk-lg: 4rem;
  --size--desk-sm: 1.25rem;
  --weight--black: 900;
  --col--dark-grey: #8D8D8D;
  --size--mob-base: 1.5rem;
  --weight--medium: 500;
  --col--light-grey: #E8E8E8;
  --size--desk-base: 1.5rem;
  --col--medium-grey: #C9C9C9;
  --font-weight-bold: 900;
  --font-weight-normal: 700;
  --font-weight-regular: 500;
  --col--extra-dark-grey: #383838;
}
  
  
  [data-nc-theme~="Default"] {
  --grey-50: #FAFAFA;
  --col--red: #FF3465;
  --grey-100: #F5F5F5;
  --grey-200: #E5E5E5;
  --grey-300: #D4D4D4;
  --grey-400: #A3A3A3;
  --grey-500: #737373;
  --grey-600: #525252;
  --grey-700: #404040;
  --grey-800: #262626;
  --grey-900: #171717;
  --col--blue: #74F7FF;
  --radius--m: 1rem;
  --radius--s: 0.5rem;
  --col--black: #000000;
  --col--green: #50FF61;
  --col--white: #ffffff;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --col--yellow: #FBFF2B;
  --size--mob-m: 2.5rem;
  --size--desk-m: 3rem;
  --size--mob-lg: 3rem;
  --size--mob-sm: 1.25rem;
  --weight--bold: 700;
  --size--desk-lg: 4rem;
  --size--desk-sm: 1.25rem;
  --weight--black: 900;
  --col--dark-grey: #8D8D8D;
  --size--mob-base: 1.5rem;
  --weight--medium: 500;
  --col--light-grey: #E8E8E8;
  --size--desk-base: 1.5rem;
  --col--medium-grey: #C9C9C9;
  --font-weight-bold: 900;
  --font-weight-normal: 700;
  --font-weight-regular: 500;
  --col--extra-dark-grey: #383838;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-firacode: 'Fira Code',monospace;
--font-lora: 'Lora',serif;
--font-epilogue: 'Epilogue',sans-serif;
--font-Inter Tight: 'Inter Tight',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;
    }
  }
}


    .bjHlRq {
      width:100%;
      height:100%;
      display:flex;
      row-gap:80px;
      background:var(--col--light-grey);
      column-gap:80px;
      padding-top:128px;
      padding-left:128px;
      padding-right:128px;
      flex-direction:column;
      padding-bottom:128px;
    }

    @media (max-width: 640px) {

    .bjHlRq {
      padding-top:40px;
      padding-left:40px;
      padding-right:40px;
      padding-bottom:40px;
    }
    }

    .dVcUsT {
      color:var(--col--black);
      width:fit-content;
      font-size:var(--size--desk-m);
      font-family:"Inter Tight";
      font-weight:900;
    }

    @media (max-width: 640px) {

    .dVcUsT {
      font-size:var(--size--mob-m);
    }
    }

    .dVcUsT::selection {
      background:var(--col--yellow);
    }

    .XKNpU {
      width:fit-content;
      background:var(--col--black);
      transition:scale 300ms cubic-bezier(0.42, 0, 0.58, 1);
      border-radius:var(--radius--m);
      -webkit-tap-highlight-color:transparent;
    }

    .XKNpU:focus-visible {
      scale:1.05 1.05 1;
      transition:scale 100ms cubic-bezier(0.42, 0, 0.58, 1);
      outline-color:var(--col--black);
      outline-style:dotted;
      outline-width:4px;
      outline-offset:4px;
    }

    .XKNpU.disabled {
      opacity:0.4;
    }

    .bLKPPo {
      width:100%;
      bottom:0px;
      cursor:pointer;
      height:100%;
      display:inline;
      font-size:var(--size--desk-base);
      background:var(--col--bg);
      transition:bottom 200ms cubic-bezier(0.42, 0, 0.58, 1)  , filter 200ms cubic-bezier(0.42, 0, 0.58, 1);
      font-family:"Inter Tight";
      font-weight:inherit;
      padding-top:8px;
      user-select:none;
      border-color:var(--col--black);
      border-style:solid;
      border-width:4px;
      padding-left:24px;
      border-radius:var(--radius--m);
      padding-right:24px;
      padding-bottom:8px;
    }

    .bLKPPo.hover {
      bottom:4px;
      filter:brightness(120%);
      background:var(--col--bg);
      transition:bottom 100ms cubic-bezier(0.42, 0, 0.58, 1)  , filter 100ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .bLKPPo:active {
      bottom:0px;
      filter:hue-rotate(40deg);
      transition:bottom 100ms ease  , filter 100ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    @media (max-width: 640px) {

    .bLKPPo {
      bottom:4px;
      font-size:var(--size--mob-base);
    }
    }

    .bLKPPo.disabled:hover {
      bottom:0px;
      cursor:not-allowed;
    }

    .bLKPPo.disabled:active {
      background:var(--col--dark-grey);
    }

    .bLKPPo.black {
      color:var(--col--white);
      background:#1f1f1f;
    }

    .cJDnrn {
      color:var(--col--black);
      font-size:var(--size--desk-base);
      font-family:"Inter Tight";
      font-weight:700;
    }

    @media (max-width: 640px) {

    .cJDnrn {
      font-size:var(--size--mob-base);
    }
    }

    .dbgoaR {
      color:var(--col--black);
      width:fit-content;
      font-size:var(--size--desk-lg);
      font-family:"Inter Tight";
      font-weight:900;
    }

    @media (max-width: 640px) {

    .dbgoaR {
      font-size:var(--size--mob-lg);
    }
    }

    .dbgoaR::selection {
      background:var(--col--yellow);
    }

    .djzcbr {
      font-size:var(--size--desk-base);
      font-family:"Inter Tight";
      font-weight:500;
    }

    @media (max-width: 640px) {

    .djzcbr {
      font-size:var(--size--mob-base);
    }
    }

    .dqeMgY {
      display:flex;
      row-gap:24px;
      flex-wrap:wrap;
      column-gap:24px;
      flex-direction:row;
    }