
  

  
  

  
  
  
  
    


@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;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--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;
--white: #ffffff;
--greeeeeen: #02a0ac;
--yellow: #FAEEE5;
--new-green: #38b2ac;
--new-yellow: #ecc94b;
--new-purpler: #5a67d8;
--new-white: #f7fafc;
--new-dark: #1a202c;
--new-pink: #FF0075;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-playfairdisplay: 'Playfair Display',serif;
--font-outfit: 'Outfit',sans-serif;
--font-dmserifdisplay: 'DM Serif Display',serif;
--font-worksans: 'Work Sans',sans-serif;
--font-manrope: 'Manrope',sans-serif;
--font-ibmplexsans: 'IBM Plex Sans',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;
    }
  }
}


    .rVhdb {
      display:flex;
      max-width:100%;
      background: var(--white);
      align-items:center;
      padding-bottom:2rem;
      justify-content:flex-start;
    }

    .fiZuH {
      font-size:var(--font-size-lg);
      max-width:100%;
      font-family:IBM Plex Sans;
    }

    .bocYPd {
      color:var(--grey-500);
      display:inline-block;
      font-family:IBM Plex Sans;
    }

    .dgSBxo {
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:var(--font-size-4xl);
      font-family:DM Serif Display;
      font-weight:var(--font-weight-bold);
    }

    .dHMWUi {
      width:400px;
      row-gap:1rem;
      flex-wrap:wrap;
      max-width:100%;
      column-gap:1rem;
      flex-direction:column;
    }

    .cxNuHs {
      display:flex;
      row-gap:0.75rem;
      flex-wrap:wrap;
      column-gap:0.75rem;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .hctne {
      color:var(--h-green);
      width:40px;
      height:40px;
      display:flex;
      background: #ff00752b;
      align-items:center;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .efoBFi {
      color:var(--new-pink);
    }

    .bsjHSu {
      font-weight:var(--font-weight-regular);
      justify-content:center;
    }

    .bWdKnO {
      color:var(--white);
      width:fit-content;
      cursor:pointer;
      display:flex;
      row-gap:0.5rem;
      background: var(--new-green);
      column-gap:0.5rem;
      align-items:center;
      font-family:IBM Plex Sans;
      padding-top:8px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .bWdKnO:hover {
      background: var(--new-dark);
      font-family:IBM Plex Sans;
    }

    .eZnZYq {
      gap:20px;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      max-width:100%;
      align-items:center;
      padding-top:2rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:2rem;
      justify-content:flex-start;
    }

    .bTnFBG {
      color:var(--new-green);
      font-size:var(--font-size-2xl);
      font-family:inherit;
      font-weight:inherit;
    }

    .WGuDv {
      width:100%;
      row-gap:2rem;
      column-gap:2rem;
      min-height:400px;
      align-items:center;
      padding-top:8rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:8rem;
      justify-content:start;
      background-color:var(--grey-50, #FAFAFA);
    }

    .eqFxRp {
      color:var(--new-green);
    }

    .bdwIXT {
      gap:25px;
      width:1000px;
      flex-wrap:wrap;
      max-width:100%;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }

    .dCmjtx {
      gap:20px;
      color:var(--grey-800, #262626);
      width:1100px;
      display:flex;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      align-items:center;
      font-family:'Outfit';
      padding-top:2rem;
      border-color:var(--new-white);
      border-style:solid;
      border-width:2px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .dCmjtx:hover {
      border-color:var(--new-purpler);
      border-style:solid;
      border-width:2px;
    }

    .dauIMA {
      color:var(--new-dark);
      row-gap:1rem;
      flex-wrap:wrap;
      max-width:100%;
      column-gap:1rem;
      flex-direction:column;
    }

    .bpwEXY {
      width:300px;
      display:block;
    }

    @media (min-width: 1000px) {

    .bpwEXY {
      display:none;
    }
    }

    .czmTxD {
      color:inherit;
      display:inline-block;
      font-family:IBM Plex Sans;
    }

    .bIlIyC {
      color:var(--new-yellow);
    }

    .djJEUx {
      color:var(--new-pink);
      display:inline-block;
      font-family:IBM Plex Sans;
      font-weight:var(--font-weight-bold);
    }

    .dySgRr {
      color:var(--h-text-grey);
      display:inline-block;
      font-size:var(--font-size-2xl);
      font-family:DM Serif Display;
    }

    .cemJfm {
      gap:20px;
      width:500px;
      flex-wrap:wrap;
      max-width:100%;
      align-items:start;
      padding-top:15px;
      padding-bottom:15px;
      justify-content:start;
    }

    .eUMPyl {
      gap:20px;
      color:var(--grey-800, #262626);
      width:1100px;
      display:flex;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      align-items:center;
      font-family:'Outfit';
      padding-top:2rem;
      border-color:var(--new-white);
      border-style:solid;
      border-width:2px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .eUMPyl:hover {
      border-color:var(--new-yellow);
      border-style:solid;
      border-width:2px;
    }

    .fEvGcN {
      color:whitesmoke;
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      column-gap:1rem;
      align-items:flex-start;
      padding-top:2rem;
      border-style:solid;
      border-width:2px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:2rem;
      justify-content:flex-start;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .fEvGcN:hover {
      color:var(--h-green);
      border-color:var(--new-pink);
      border-style:solid;
      border-width:2px;
    }

    @media (min-width: 1100px) {

    .fEvGcN {
      width:325px;
      height:300px;
    }
    }

    .cQNliA {
      width:100%;
      height:87px;
      z-index:9999999999;
      max-width:100%;
      background: #ffffff;
      align-items:center;
      justify-content:start;
    }

    .euiKqJ {
      gap:0.5rem;
      top:1rem;
      width:1100px;
      z-index:999999;
      position:fixed;
      flex-wrap:wrap;
      max-width:95%;
      min-height:50px;
      align-items:center;
      padding-top:1rem;
      border-color:#1f29373b;
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      border-radius:1rem;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
      background-color:var(--white, #ffffff);
    }

    @media (min-width: 550px) {

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

    .dpCbHZ {
      gap:2rem;
      color:var(--r-gold, #F5E960);
      width:500px;
      max-width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .zKXrj {
      color:var(--white);
      width:fit-content;
      cursor:pointer;
      display:flex;
      row-gap:0.5rem;
      background: var(--new-green);
      column-gap:0.5rem;
      align-items:center;
      font-family:IBM Plex Sans;
      padding-top:8px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .zKXrj:hover {
      background: var(--new-purpler);
      font-family:IBM Plex Sans;
    }

    @media (min-width: 1000px) {

    .zKXrj {
      display:none;
    }
    }

    .fhAFjY {
      color:inherit;
      display:inline-block;
      font-size:var(--font-size-2xl);
      font-family:DM Serif Display;
      font-weight:var(--font-weight-black);
    }

    .wGRzD {
      color:var(--white);
      width:fit-content;
      cursor:pointer;
      display:none;
      row-gap:0.5rem;
      background: var(--new-green);
      column-gap:0.5rem;
      align-items:center;
      font-family:IBM Plex Sans;
      padding-top:8px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .wGRzD:hover {
      background: var(--new-purpler);
      font-family:IBM Plex Sans;
    }

    @media (min-width: 1000px) {

    .wGRzD {
      display:flex;
      align-items:center;
      justify-content:center;
    }
    }

    .dhJqBy {
      font-size:var(--font-size-sm);
      font-family:inherit;
    }

    .dhJqBy:hover {
      color:var(--greeeeeen, #02a0ac);
    }

    .bPnywB {
      gap:1rem;
      color:var(--grey-800, #262626);
      flex-wrap:wrap;
      max-width:100%;
      align-items:center;
      font-family:IBM Plex Sans;
      flex-direction:row;
      justify-content:start;
    }

    .cLOWJG {
      color:var(--new-green);
      font-size:var(--font-size-2xl);
      font-family:DM Serif Display;
      font-weight:var(--font-weight-black);
    }

    .home2\:CDD0Rsjjo7JuoEkqdJoJh {
      max-width:100%;
    }

    .rSpRu {
      color:var(--h-green);
      width:40px;
      height:40px;
      display:flex;
      background: #38b2ac21;
      align-items:center;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cEBSxe {
      color:inherit;
      display:inline-block;
      flex-wrap:wrap;
      font-size:var(--font-size-4xl);
      font-family:DM Serif Display;
      font-weight:var(--font-weight-bold);
    }

    .bPQibK {
      gap:20px;
      color:var(--grey-800, #262626);
      width:1100px;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      align-items:center;
      font-family:'Outfit';
      padding-top:0rem;
      border-radius:25px;
      flex-direction:column;
      padding-bottom:0rem;
      justify-content:start;
    }

    .bMtcJp {
      font-size:var(--font-size-lg);
      font-family:inherit;
      font-weight:var(--font-weight-bold);
    }

    .sNUZi {
      color:var(--new-purpler);
    }

    .dslhOO {
      width:100%;
      row-gap:5rem;
      background: #ffffff;
      column-gap:5rem;
      min-height:400px;
      align-items:center;
      padding-top:40px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:40px;
      justify-content:start;
    }

    .fsxAYp {
      width:275px;
      display:flex;
      row-gap:0.75rem;
      flex-grow:1;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--white);
      column-gap:0.75rem;
      align-items:flex-start;
      padding-top:1.5rem;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:1.5rem;
      justify-content:flex-start;
      border-top-left-radius:0.24rem;
      border-top-right-radius:0.24rem;
      border-bottom-left-radius:0.24rem;
      border-bottom-right-radius:0.24rem;
    }

    .euJdWS {
      width:300px;
      height:x;
    }

    .dqevVz {
      gap:1rem;
      width:100%;
      padding-top:1rem;
      padding-bottom:1rem;
    }

    .ctWuCH {
      width:100%;
      row-gap:2rem;
      background: #ffffff;
      column-gap:2rem;
      align-items:center;
      padding-left:1rem;
      padding-right:1rem;
      justify-content:start;
    }

    .nFBrC {
      gap:1rem;
      width:1000px;
      display:flex;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      min-height:400px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .cgVbIP {
      flex:1;
      color:inherit;
      display:inline-block;
    }

    .cxAUuy {
      color:#E5E5E5;
      width:100%;
      height:32px;
      font-size:0.75rem;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:#262626;
    }

    .cxAUuy:focus {
      outline-color:#2463ebff;
      outline-style:solid;
      outline-width:1px;
    }

    .cwuhtD {
      width:550px;
      row-gap:1rem;
      max-width:100%;
      column-gap:1rem;
    }

    .bNmSMd {
      flex:1;
      max-width:100%;
      min-width:250px;
    }

    .egMTDO {
      gap:0.25rem;
      color:var(--grey-600, #525252);
      width:fit-content;
      cursor:pointer;
      font-size:var(--font-size-xs);
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }

    .egMTDO.active {
      color:var(--greeeeeen, #02a0ac);
    }

    .czqixJ {
      color:var(--grey-700, #404040);
      width:fit-content;
      cursor:pointer;
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:IBM Plex Sans;
      padding-top:8px;
      border-color:var(--grey-400);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:1rem;
      padding-right:1rem;
      padding-bottom:8px;
      justify-content:center;
    }

    .czqixJ:hover {
      color:var(--new-green);
      background-color:var(--white, #ffffff);
    }

    .czqixJ.active {
      color:var(--white, #ffffff);
      background: var(--new-green);
      border-color:var(--new-green);
      border-style:solid;
      border-width:1px;
    }

    .dldbIi {
      max-width:100%;
      align-items:center;
      padding-top:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:space-between;
    }

    .fFHfgC {
      flex:1;
      color:inherit;
      display:inline-block;
      font-weight:var(--font-weight-semi-bold);
    }

    .bXKCFL {
      color:inherit;
      display:inline-block;
    }

    .dLIVYk {
      color:var(--grey-700, #404040);
      width:100%;
      height:44px;
      font-size:0.75rem;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:var(--grey-50, #FAFAFA);
    }

    .dLIVYk:focus {
      outline-color:#2463ebff;
      outline-style:solid;
      outline-width:1px;
    }

    .tiMbQ {
      color:inherit;
      display:inline-block;
      font-family:IBM Plex Sans;
      font-weight:var(--font-weight-semi-bold);
    }

    .dxKuDU {
      color:inherit;
      display:inline-block;
      font-size:var(--font-size-2xl);
      font-family:DM Serif Display;
    }

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

    .euAMkr {
      width:900px;
      max-width:100%;
      padding-left:0.5rem;
      padding-right:0.5rem;
    }

    .ftjUjZ {
      width:100%;
      max-width:100%;
    }

    .fiAUOF {
      gap:1rem;
      width:350px;
      flex-wrap:wrap;
      max-width:100%;
      align-items:start;
      padding-top:2px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:start;
    }

    .rClTm {
      color:var(--grey-700, #404040);
      width:fit-content;
      cursor:pointer;
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:IBM Plex Sans;
      padding-top:8px;
      border-color:var(--grey-400);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:1rem;
      padding-right:1rem;
      padding-bottom:8px;
      justify-content:center;
    }

    .rClTm:hover {
      color:var(--greeeeeen, #02a0ac);
      background-color:var(--white, #ffffff);
    }

    .rClTm.active {
      color:var(--white, #ffffff);
      background: var(--new-green);
      border-color:var(--new-green);
      border-style:solid;
      border-width:1px;
    }

    .UtBSi {
      gap:8px;
      width:100%;
      max-width:100%;
      flex-direction:column;
    }

    .fCLpWW {
      gap:0.5rem;
      flex-wrap:wrap;
      flex-direction:row;
    }

    .RacCl {
      font-family:DM Serif Display;
      flex-direction:row;
    }

    .dYJBxj {
      width:100%;
      max-width:100%;
      font-weight:var(--font-weight-semi-bold);
      padding-top:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
    }

    .bBqIcS {
      flex:1;
      width:100%;
      max-width:100%;
      flex-direction:row;
    }

    .fijJAB {
      gap:1rem;
      width:550px;
      flex-wrap:wrap;
      max-width:100%;
      flex-direction:column;
    }

    .dOnsHr {
      gap:1rem;
      flex-wrap:wrap;
      max-width:100%;
      flex-direction:column;
    }

    .cgOaWy {
      gap:1rem;
      width:350px;
      flex-wrap:wrap;
      max-width:100%;
      background: white;
      padding-top:2rem;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:2rem;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .cytdpN {
      color:var(--grey-700, #404040);
      width:100%;
      height:44px;
      font-size:0.75rem;
      max-width:100%;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:var(--grey-50, #FAFAFA);
    }

    .cytdpN:focus {
      outline-color:#2463ebff;
      outline-style:solid;
      outline-width:1px;
    }

    .feaxsH {
      gap:1rem;
      flex-wrap:wrap;
      max-width:100%;
      flex-direction:row;
    }

    .eLuQmm {
      width:100%;
      max-width:100%;
      align-items:center;
      padding-top:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:space-between;
    }

    .bjxmPL {
      color:var(--new-green);
      display:inline-block;
      font-size:var(--font-size-3xl);
      font-weight:var(--font-weight-semi-bold);
    }

    .ZiRFx {
      width:80%;
      max-width:100%;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
    }

    .bpYlbX {
      max-width:100%;
      min-width:250px;
    }

    .ehSEgc {
      gap:0.5rem;
      width:fit-content;
      cursor:pointer;
      align-items:center;
      padding-top:0.5rem;
      border-color:var(--grey-50, #FAFAFA);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:start;
    }

    .ehSEgc:hover {
      color:var(--greeeeeen, #02a0ac);
    }

    .crkOnl {
      color:var(--greeeeeen, #02a0ac);
      width:100%;
      height:32px;
      font-size:0.75rem;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:#02a0ac;
    }

    .crkOnl:focus {
      outline-color:#2463ebff;
      outline-style:solid;
      outline-width:1px;
    }

    .dQOhfS {
      max-width:100%;
      flex-direction:row;
    }

    .dZWuaE {
      width:900px;
      max-width:100%;
    }

    .dXyPSd {
      align-items:center;
      padding-top:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:space-between;
    }

    .fzzPoE {
      width:300px;
      display:none;
    }

    @media (min-width: 1000px) {

    .fzzPoE {
      display:block;
    }
    }

    .bWGOiQ {
      color:var(--new-dark);
      display:flex;
      font-size:var(--font-size-base);
      max-width:85%;
      font-family:IBM Plex Sans;
      font-weight:var(--font-weight-normal);
    }

    .dDqSPW {
      width:275px;
      display:flex;
      row-gap:0.75rem;
      flex-grow:1;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--white);
      column-gap:0.75rem;
      align-items:flex-start;
      padding-top:1.5rem;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:1.5rem;
      justify-content:flex-start;
      border-top-left-radius:0.24rem;
      border-top-right-radius:0.24rem;
      border-bottom-left-radius:0.24rem;
      border-bottom-right-radius:0.24rem;
    }

    .ebotnV {
      color:var(--grey-500);
      row-gap:1rem;
      column-gap:1rem;
      text-align:center;
      flex-direction:column;
    }

    .zuSzb {
      gap:20px;
      color:var(--grey-800, #262626);
      width:1100px;
      flex-wrap:wrap;
      max-width:100%;
      background:;
      align-items:center;
      font-family:'Outfit';
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      justify-content:start;
    }

    .dvFMga {
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:var(--font-size-4xl);
      text-align:center;
      align-items:flex-start;
      font-family:DM Serif Display;
      font-weight:var(--font-weight-bold);
      justify-content:flex-start;
    }

    @media (min-width: 1000px) {

    .dvFMga {
      font-size:var(--font-size-5xl);
    }
    }

    .dThoxD {
      color:var(--new-dark);
      display:flex;
      font-size:var(--font-size-base);
      max-width:85%;
      font-family:IBM Plex Sans;
      font-weight:var(--font-weight-normal);
      flex-direction:column;
    }

    .fpkLKd {
      gap:20px;
      color:var(--grey-800, #262626);
      width:1100px;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      align-items:center;
      font-family:'Outfit';
      padding-top:2rem;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
      padding-left:2rem;
      border-radius:25px;
      padding-right:2rem;
      flex-direction:column;
      justify-content:start;
    }

    .crVvLA {
      gap:20px;
      color:var(--grey-800, #262626);
      width:1100px;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      align-items:center;
      font-family:'Outfit';
      padding-top:2rem;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
      padding-left:2rem;
      border-radius:25px;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:2rem;
      justify-content:start;
    }

    .cGcVUk {
      gap:20px;
      width:100%;
      flex-wrap:wrap;
      max-width:100%;
      align-items:start;
      padding-top:2rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:2rem;
      justify-content:start;
    }

    .eHsULo {
      color:whitesmoke;
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      column-gap:1rem;
      align-items:flex-start;
      padding-top:2rem;
      border-style:solid;
      border-width:2px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:2rem;
      justify-content:flex-start;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .eHsULo:hover {
      color:var(--h-green);
      border-color:var(--new-pink);
      border-style:solid;
      border-width:2px;
    }

    @media (min-width: 1000px) {

    .eHsULo {
      width:325px;
      height:300px;
    }
    }

    .cqjXvt {
      width:100%;
      row-gap:2rem;
      background: #ffffff;
      column-gap:2rem;
      min-height:400px;
      align-items:center;
      padding-top:5rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:5rem;
      justify-content:start;
    }

    .cFSWHE {
      width:100%;
      max-width:500px;
    }

    .eybMQJ {
      width:300px;
    }

    .fFRxcN {
      color:var(--white);
      width:100%;
      cursor:pointer;
      display:flex;
      row-gap:0.5rem;
      background: var(--new-green);
      column-gap:0.5rem;
      align-items:center;
      font-family:IBM Plex Sans;
      padding-top:8px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .fFRxcN:hover {
      background: var(--new-dark);
      font-family:IBM Plex Sans;
    }

    .dPtML {
      color:inherit;
      display:inline-block;
      font-size:var(--font-size-lg);
      font-family:IBM Plex Sans;
    }

    .BmqbJ {
      row-gap:1rem;
      font-size:var(--font-size-lg);
      column-gap:1rem;
      flex-direction:column;
    }

    .AsWiF {
      gap:20px;
      color:f3f8fe;
      width:1100px;
      display:flex;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      align-items:center;
      font-family:'Outfit';
      padding-top:2rem;
      border-color:var(--new-white);
      border-style:solid;
      border-width:2px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .AsWiF:hover {
      border-color:var(--new-green);
      border-style:solid;
      border-width:2px;
    }

    .ehZSQz {
      color:inherit;
      display:inline-block;
      font-size:var(--font-size-lg);
      font-family:IBM Plex Sans;
      font-weight:var(--font-weight-normal);
    }

    .enUUnv {
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:var(--font-size-4xl);
      text-align:center;
      align-items:center;
      font-family:DM Serif Display;
      font-weight:var(--font-weight-bold);
      justify-content:flex-start;
    }

    @media (min-width: 1000px) {

    .enUUnv {
      font-size:var(--font-size-5xl);
    }
    }

    .capnwb {
      width:900px;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      max-width:100%;
      column-gap:1rem;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .bcfCjr {
      width:1000px;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      column-gap:1rem;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .dPSmMt {
      color:inherit;
      width:100%;
      display:inline-block;
    }

    .zgsvb {
      color:inherit;
      display:inline-block;
      font-family:Manrope;
    }

    .dkcGGA {
      color:inherit;
      width:100%;
      display:inline-block;
      font-family:IBM Plex Sans;
      font-weight:var(--font-weight-semi-bold);
    }

    .byYFxZ {
      gap:1rem;
      width:550px;
      flex-wrap:wrap;
      max-width:100%;
      flex-direction:row;
    }

    .fnUGIK {
      color:var(--new-green);
      display:inline-block;
      font-size:var(--font-size-3xl);
      font-family:IBM Plex Sans;
    }

    .eELNSB {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-start;
      padding-top:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:flex-start;
      border-top-color:var(--grey-200);
      border-top-style:solid;
      border-top-width:1px;
    }

    .dyKuHT {
      color:inherit;
      width:100%;
      display:inline-block;
      font-family:Manrope;
    }

    .dzEMjD {
      display:flex;
      font-style:italic;
      align-items:center;
      font-family:IBM Plex Sans;
      flex-direction:row;
      justify-content:space-between;
    }

    .ciavHy {
      width:350px;
      max-width:100%;
      background: white;
      padding-top:1rem;
      border-color:var(--grey-100);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .MZmSw {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-start;
      padding-top:0.5rem;
      flex-direction:column;
      justify-content:flex-start;
    }

    .kpgyE {
      row-gap:1rem;
      column-gap:1rem;
    }

    .bjaKap {
      gap:20px;
      flex:3;
      width:700px;
      display:flex;
      flex-wrap:wrap;
      max-width:100%;
      align-items:center;
      justify-content:center;
    }

    .fkPmPy {
      gap:20px;
      flex:3;
      width:1000px;
      display:flex;
      flex-wrap:wrap;
      max-width:100%;
      align-items:flex-start;
      padding-top:15px;
      padding-bottom:15px;
      justify-content:center;
    }

    .clIFmz {
      width:1100px;
      display:flex;
      row-gap:1rem;
      flex-wrap:nowrap;
      max-width:100%;
      column-gap:1rem;
      overflow-x:scroll;
      align-items:flex-start;
      padding-top:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    @media (min-width: 900px) {

    .clIFmz {
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }
    }

    .fHjoJN {
      color:var(--grey-500);
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:column;
    }

    .bPxggD {
      color:var(--new-yellow);
      font-size:var(--font-size-2xl);
      font-family:inherit;
      font-weight:inherit;
    }

    .dsESwt {
      color:var(--grey-500);
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      text-align:left;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .eWcgrT {
      gap:8px;
      width:100%;
      display:flex;
      flex-wrap:nowrap;
      overflow-x:scroll;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cpkpWZ {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      max-width:100%;
      background: white;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .lHKhE {
      color:var(--new-dark);
      width:fit-content;
      cursor:pointer;
      background:;
      font-family:IBM Plex Sans;
      font-weight:var(--font-weight-semi-bold);
      padding-top:1rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1rem;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
    }

    .lHKhE:hover {
      color:var(--new-green);
      background:;
    }

    .lHKhE.active {
      color:var(--new-purpler);
      background: var(--new-white);
    }

    .cOZfOu {
      color:var(--h-green);
      width:40px;
      height:40px;
      display:flex;
      background: #5a67d81f;
      align-items:center;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cmDEOT {
      color:var(--new-dark);
      width:100%;
      cursor:pointer;
      display:flex;
      row-gap:0.5rem;
      background: var(--new-yellow);
      column-gap:0.5rem;
      align-items:center;
      font-family:IBM Plex Sans;
      padding-top:8px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .cmDEOT:hover {
      color:var(--new-white);
      background: var(--new-dark);
      font-family:IBM Plex Sans;
    }

    .bWSNBS {
      color:var(--white);
      width:100%;
      cursor:pointer;
      display:flex;
      row-gap:0.5rem;
      background: var(--new-purpler);
      column-gap:0.5rem;
      align-items:center;
      font-family:IBM Plex Sans;
      padding-top:8px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .bWSNBS:hover {
      background: var(--new-dark);
      font-family:IBM Plex Sans;
    }

    .wvVWn {
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:column;
    }

    .dXKIkl {
      color:var(--new-purpler);
      font-size:var(--font-size-2xl);
      font-family:inherit;
      font-weight:inherit;
    }

    .bBLubi {
      color:whitesmoke;
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      max-width:100%;
      background: var(--new-white);
      column-gap:1rem;
      align-items:flex-start;
      padding-top:2rem;
      border-style:solid;
      border-width:2px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:2rem;
      justify-content:flex-start;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .bBLubi:hover {
      color:var(--h-green);
      border-color:var(--new-pink);
      border-style:solid;
      border-width:2px;
    }

    @media (min-width: 1000px) {

    .bBLubi {
      width:325px;
    }
    }