
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--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;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* 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;
    }
  }
}


    .eluaUY {
      color:#171717;
      width:100%;
      height:100%;
      align-items:center;
      scroll-behavior:smooth;
      scrollbar-width:none;
      background-color:#FFFFFF;
    }

    .eluaUY::-webkit-scrollbar {
    width: 0;
    }

    .bDQRWy {
      gap:2rem;
      display:grid;
      grid-template-columns:repeat(1,minmax(0,1fr));
    }

    @media (min-width: 768px) {

    .bDQRWy {
      grid-template-columns:repeat(3,minmax(0,1fr));
    }
    }

    .dzBQJu {
      color:#171717;
      cursor:pointer;
      display:flex;
      font-size:1rem;
      margin-top:2rem;
      font-weight:600;
      padding-top:0.875rem;
      border-color:#171717;
      border-style:solid;
      border-width:2px;
      padding-left:2rem;
      border-radius:0.5rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:0.875rem;
      justify-content:center;
      background-color:#FFFFFF;
      transition-duration:200ms;
      transition-property:background-color, color;
    }

    .dzBQJu:hover {
      color:#FFFFFF;
      background-color:#171717;
    }

    .bBviyR {
      color:#171717;
      width:1.25rem;
      height:1.25rem;
      display:block;
      flex-shrink:0;
    }

    .cPckzc {
      gap:1.5rem;
      display:flex;
      flex-direction:column;
    }

    .bdoyQD {
      gap:0.75rem;
      display:flex;
      align-items:center;
      flex-direction:row;
    }

    .efIAnL {
      color:#171717;
      display:block;
      font-size:1.5rem;
      font-weight:700;
    }

    .eRltJo {
      gap:0.75rem;
      display:flex;
      border-top:1px solid #E5E5E5;
      padding-top:1.5rem;
      flex-direction:column;
    }

    .MIIHa {
      width:100%;
      display:flex;
      min-height:100vh;
      flex-direction:column;
      background-color:#FFFFFF;
    }

    .bthMeI {
      color:#171717;
      display:block;
      font-size:3rem;
      font-weight:700;
    }

    .fuAVHH {
      display:block;
    }

    .cxDIrE {
      gap:0.25rem;
      display:flex;
      align-items:baseline;
      flex-direction:row;
    }

    .kXRmK {
      display:flex;
      padding:2.5rem;
      position:relative;
      transform:scale(1.05);
      box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.15), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
      border-color:#171717;
      border-style:solid;
      border-width:3px;
      border-radius:1rem;
      flex-direction:column;
      background-color:#FFFFFF;
      transition-duration:200ms;
      transition-property:transform, box-shadow;
    }

    .kXRmK:hover {
      transform:scale(1.08) translateY(-4px);
      box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    }

    .fmBrKo {
      width:100%;
      border-top:1px solid var(--grey-300, #D4D4D4);
      padding-top:64px;
      padding-bottom:32px;
      background-color:#f7f7f7;
    }

    .aYwEX {
      gap:40px;
      flex:1;
      display:flex;
      flex-direction:column;
    }

    @media (min-width: 768px) {

    .aYwEX {
      gap:48px;
      flex-direction:row;
    }
    }

    .eWHMrv {
      gap:40px;
      display:flex;
      flex-direction:column;
    }

    @media (min-width: 768px) {

    .eWHMrv {
      gap:64px;
      flex-direction:row;
    }
    }

    .eBVjLL {
      color:var(--grey-900, #171717);
      margin:0px;
      font-size:24px;
      font-weight:700;
      line-height:1.3;
    }

    .exbqT {
      gap:16px;
      display:flex;
      border-top:1px solid var(--grey-300, #D4D4D4);
      align-items:center;
      padding-top:32px;
      flex-direction:column;
    }

    @media (min-width: 768px) {

    .exbqT {
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }
    }

    .eNojwJ {
      gap:16px;
      display:flex;
      flex-direction:column;
    }

    .dEpQSH {
      color:var(--grey-700, #404040);
      width:40px;
      height:40px;
      display:flex;
      transition:all 0.2s ease;
      align-items:center;
      border-radius:50%;
      justify-content:center;
      background-color:var(--grey-200, #E5E5E5);
    }

    .dEpQSH:hover {
      color:#ffffff;
      background-color:var(--grey-800, #262626);
    }

    .efNWmn {
      gap:48px;
      width:100%;
      display:flex;
      max-width:1280px;
      margin-left:auto;
      margin-right:auto;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
    }

    @media (min-width: 768px) {

    .efNWmn {
      padding-left:48px;
      padding-right:48px;
    }
    }

    .cWhEiZ {
      color:var(--grey-500, #737373);
      margin:0px;
      font-size:14px;
    }

    .dNoypG {
      color:var(--grey-600, #525252);
      font-size:15px;
      transition:color 0.2s ease;
      text-decoration:none;
    }

    .dNoypG:hover {
      color:var(--grey-900, #171717);
    }

    .dsItGJ {
      color:var(--grey-500, #737373);
      font-size:14px;
      transition:color 0.2s ease;
      text-decoration:none;
    }

    .dsItGJ:hover {
      color:var(--grey-900, #171717);
    }

    .fyomty {
      gap:32px;
      flex:1;
      display:flex;
      flex-direction:column;
    }

    @media (min-width: 768px) {

    .fyomty {
      gap:48px;
      flex-direction:row;
    }
    }

    .RZJhv {
      color:var(--grey-600, #525252);
      margin:0px;
      font-size:15px;
      line-height:1.6;
    }

    .eIEsTp {
      gap:24px;
      display:flex;
      align-items:center;
      flex-direction:row;
    }

    .bRxeSE {
      gap:16px;
      display:flex;
      align-items:center;
      flex-direction:row;
    }

    .esmtTX {
      color:var(--grey-800, #262626);
      margin:0px;
      font-size:14px;
      font-weight:600;
      letter-spacing:0.5px;
      text-transform:uppercase;
    }

    .uCUmS {
      gap:24px;
      flex:1;
      display:flex;
      max-width:100%;
      flex-direction:column;
    }

    @media (min-width: 768px) {

    .uCUmS {
      max-width:400px;
    }
    }

    .dQfajB {
      gap:12px;
      display:flex;
      flex-direction:column;
    }

    .fbwAjh {
      gap:16px;
      flex:1;
      display:flex;
      flex-direction:column;
    }

    .gONeV {
      color:#737373;
      display:block;
      font-size:1rem;
    }

    .cHZvYA {
      color:#FFFFFF;
      cursor:pointer;
      display:flex;
      font-size:1rem;
      margin-top:2rem;
      font-weight:600;
      padding-top:0.875rem;
      border-style:solid;
      border-width:0px;
      padding-left:2rem;
      border-radius:0.5rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:0.875rem;
      justify-content:center;
      background-color:#171717;
      transition-duration:200ms;
      transition-property:background-color;
    }

    .cHZvYA:hover {
      background-color:#262626;
    }

    .eAsoMm {
      gap:3rem;
      width:100%;
      display:flex;
      max-width:80rem;
      align-items:center;
      margin-left:auto;
      padding-top:5rem;
      margin-right:auto;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:5rem;
      justify-content:center;
    }

    .cJucgG {
      color:#525252;
      display:block;
      font-size:1.125rem;
      max-width:42rem;
      line-height:1.75;
    }

    .eouICc {
      display:flex;
      padding:2.5rem;
      box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
      border-color:#E5E5E5;
      border-style:solid;
      border-width:2px;
      border-radius:1rem;
      flex-direction:column;
      background-color:#FFFFFF;
      transition-duration:200ms;
      transition-property:transform, box-shadow;
    }

    .eouICc:hover {
      transform:translateY(-4px);
      box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .dnfNqH {
      width:100%;
      background-color:#FFFFFF;
    }

    .eIcQma {
      gap:1rem;
      display:flex;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .cGiuDN {
      color:#525252;
      display:block;
      font-size:0.875rem;
      font-weight:500;
      padding-top:0.5rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      padding-bottom:0.5rem;
    }

    .cGiuDN:hover {
      color:#171717;
    }

    .tDlmv {
      width:100%;
      display:flex;
      padding-top:1rem;
      border-color:#E5E5E5;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      background-color:#FFFFFF;
      border-bottom-width:1px;
    }

    @media (min-width: 768px) {

    .tDlmv {
      display:none;
    }
    }

    .feJWSH {
      color:var(--grey-50, #FAFAFA);
      height:2.5rem;
      display:flex;
      font-size:0.875rem;
      align-items:center;
      font-weight:500;
      padding-top:0.5rem;
      border-color:black;
      border-style:solid;
      border-width:0.5px;
      padding-left:1rem;
      border-radius:0.375rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:center;
      background-color:var(--grey-900, #171717);
      transition-duration:150ms;
      transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .bfVaWb {
      gap:1.5rem;
      display:none;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 768px) {

    .bfVaWb {
      display:flex;
    }
    }

    .fsqznS {
      width:1rem;
      height:1rem;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bgExRE {
      width:100%;
      height:4rem;
      display:flex;
      max-width:80rem;
      align-items:center;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      justify-content:space-between;
      background-color:inherit;
    }

    .bdDNeT {
      gap:0.5rem;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cVXplU {
      color:#171717;
      display:block;
      font-size:1.25rem;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .hSdBl {
      gap:1rem;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cGxNWb {
      color:#525252;
      display:block;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cGxNWb:hover {
      color:#171717;
    }

    .dfulTY {
      width:2.5rem;
      height:2.5rem;
      display:flex;
      align-items:center;
      border-color:#E5E5E5;
      border-style:solid;
      border-width:1px;
      border-radius:0.375rem;
      flex-direction:row;
      justify-content:center;
    }

    @media (min-width: 768px) {

    .dfulTY {
      display:none;
    }
    }

    .dfulTY:focus {
      outline:none;
      box-shadow:0 0 0 2px var(--tw-ring-color);
      --tw-ring-color:#cbd5e0;
      --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      --tw-ring-offset-width:2px;
      --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    .csWoXO {
      color:#FAFAFA;
      height:2.5rem;
      display:flex;
      font-size:0.875rem;
      align-items:center;
      font-weight:500;
      padding-top:0.5rem;
      border-color:#171717;
      border-style:solid;
      border-width:0.5px;
      padding-left:1rem;
      border-radius:0.375rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:center;
      background-color:#171717;
      transition-duration:150ms;
      transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
      transition-timing-function:cubic-bezier(0.4,0,0.2,1);
    }

    .csWoXO:hover {
      background-color:#262626;
    }

    .btjxTg {
      color:#FAFAFA;
      height:2.5rem;
      display:flex;
      font-size:0.875rem;
      align-items:center;
      font-weight:500;
      padding-top:0.5rem;
      border-color:#171717;
      border-style:solid;
      border-width:0.5px;
      padding-left:1rem;
      border-radius:0.375rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:center;
      background-color:#171717;
      transition-duration:150ms;
      transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
      transition-timing-function:cubic-bezier(0.4,0,0.2,1);
    }

    @media (min-width: 768px) {

    .btjxTg {
      display:flex;
    }
    }

    .btjxTg:hover {
      background-color:#262626;
    }

    .chJcPL {
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eYwCzp {
      width:100%;
      display:block;
      border-color:#E5E5E5;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      background-color:inherit;
      border-bottom-width:1px;
    }

    .dYbttf {
      top:-1rem;
      color:#FFFFFF;
      right:1.5rem;
      display:block;
      position:absolute;
      font-size:0.875rem;
      font-weight:700;
      padding-top:0.5rem;
      padding-left:1rem;
      border-radius:9999px;
      padding-right:1rem;
      padding-bottom:0.5rem;
      background-color:#171717;
    }

    .cmDEWC {
      color:#171717;
      display:block;
      font-size:2.5rem;
      font-weight:700;
      line-height:1.2;
    }

    @media (min-width: 768px) {

    .cmDEWC {
      font-size:3.5rem;
    }
    }

    .UJCII {
      gap:2rem;
      width:100%;
      display:flex;
      flex-direction:column;
    }

    .dqaThZ {
      gap:1.5rem;
      display:flex;
      text-align:center;
      align-items:center;
      flex-direction:column;
    }