
@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: #39B3AD;
--new-yellow: #ecc94b;
--new-purpler: #5a67d8;
--new-white: #f7fafc;
--new-dark: #1a202c;
--new-pink: #FF0075;
--new-1000: #39B3AD;
  /* 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;
    }
  }
}

      
  .fEXqOI {
    display:flex;
  max-width:100%;
  background: var(--white);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

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

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

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

      
        
        
      
      
  .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);
  }
      

      
        
        
      
      
  .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;
  }
      

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

      
        
        
      
      
  .cpnqOP {
    color:whitesmoke;
  width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  max-width:100%;
  background: var(--new-white);
  column-gap:0.5rem;
  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;
  }
      

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


          @media (min-width: 1000px) {
            
  .cpnqOP {
    width:325px;
  height:300px;
  }
      

          }
          
        
        
      
      
  .eIBaae {
    color:new-;
  }
      

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

      
        
        
      
      
  .frdLRI {
    color:#ffffff;
  width:fit-content;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  background:#000000;
  column-gap:0.5rem;
  align-items:center;
  font-family:Outfit;
  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;
  }
      

      
  .frdLRI:hover {
    background:var(--new-pink);
  }
      

        
        
      
      
  .eRVrGM {
    width:100%;
  row-gap:2rem;
  background:var(--blue-50);
  column-gap:2rem;
  min-height:400px;
  align-items:center;
  padding-top:5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:5rem;
  justify-content:start;
  }
      

      
  
      

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

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

      
        
        
      
      
  .ckLWzz {
    gap:20px;
  color:var(--grey-800, #262626);
  width:1100px;
  display:flex;
  flex-wrap:wrap;
  max-width:100%;
  background:var(--purple-50);
  align-items:center;
  font-family:'Outfit';
  padding-top:2rem;
  border-color:var(--new-white);
  border-style:solid;
  border-width:2px;
  padding-left:1rem;
  padding-right:1rem;
  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;
  }
      

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

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

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

      
        
        
      
      
  .bOVZWE {
    font-size:var(--font-size-xl);
  max-width:100%;
  font-family:"DM Serif Display";
  }
      

      
        
        
      
      
  .ekTdsZ {
    color:var(--new-dark);
  display:inline-block;
  font-size:var(--font-size-lg);
  font-style:italic;
  font-family:Outfit;
  font-weight:var(--font-weight-normal);
  }
      

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

      
          @media (min-width: 1000px) {
            
  .bpwEXY {
    display:none;
  }
      

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

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

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

      
        
        
      
      
  .dwWQJd {
    gap:20px;
  color:var(--grey-800, #262626);
  width:1100px;
  display:flex;
  flex-wrap:wrap;
  max-width:100%;
  background:var(--pink-50);
  align-items:flex-end;
  font-family:'Outfit';
  padding-top:2rem;
  border-color:var(--new-white);
  border-style:solid;
  border-width:2px;
  padding-left:1rem;
  padding-right:1rem;
  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;
  }
      

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

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

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

      
          @media (min-width: 550px) {
            
  .dbSTQF {
    align-items:center;
  padding-left:1.5rem;
  padding-right:1.5rem;
  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;
  }
      

      
        
        
      
      
  .ePDvWb {
    color:var(--white);
  width:fit-content;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  background:black;
  column-gap:0.5rem;
  align-items:center;
  font-family:Outfit;
  padding-top:8px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  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;
  }
      

      
  .ePDvWb:hover {
    background:var(--new-pink);
  }
      


          @media (min-width: 1000px) {
            
  .ePDvWb {
    display:none;
  }
      

          }
          
        
        
      
      
  .cmvKzt {
    color:var(--white);
  width:fit-content;
  cursor:pointer;
  display:none;
  row-gap:0.5rem;
  background:#000000;
  column-gap:0.5rem;
  align-items:center;
  font-family:Outfit;
  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;
  }
      

      
  .cmvKzt:hover {
    background:var(--new-pink);
  }
      


          @media (min-width: 1000px) {
            
  .cmvKzt {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

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

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

        
        
      
      
  .aLvSY {
    width:150px;
  }
      

      
        
        
      
      
  .cTrRoM {
    gap:1rem;
  color:var(--grey-800, #262626);
  flex-wrap:wrap;
  max-width:100%;
  align-items:center;
  font-family:Outfit;
  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%;
  }
      

      
        
        
      
      
  .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);
  }
      

      
        
        
      
      
  .ecODZG {
    color:var(--new-dark);
  display:inline-block;
  font-size:var(--font-size-lg);
  font-style:normal;
  font-family:Outfit;
  font-weight:var(--font-weight-bold);
  }
      

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

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

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

        
        
      
      
  .ebWuRo {
    color:var(--grey-500);
  display:inline-block;
  font-family:Outfit;
  }
      

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

      
  
      

        
        
      
      
  .fsyRXx {
    width:100%;
  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.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
        
      
      
  .eVKggz {
    width:400px;
  max-width:100%;
  }
      

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

      
  
      

        
        
      
      
  .eANapI {
    color:var(--new-dark);
  display:inline-block;
  font-size:var(--font-size-lg);
  font-family:Outfit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .fiEcKv {
    width:500px;
  row-gap:0.75rem;
  flex-wrap:wrap;
  max-width:100%;
  column-gap:0.75rem;
  align-items:start;
  padding-bottom:15px;
  justify-content:start;
  }
      

      
        
        
      
      
  .czuwsU {
    width:300px;
  display:none;
  max-width:100%;
  }
      

      
          @media (min-width: 1000px) {
            
  .czuwsU {
    width:400px;
  display:block;
  max-width:100%;
  }
      

          }
          
        
        
      
      
  .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);
  }
      

      
        
        
      
      
  .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;
  }
      

      
        
        
      
      
  .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;
  }
      

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

      
        
        
      
      
  .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;
  }
      

      
        
        
      
      
  .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;
  }
      

      
        
        
      
      
  .eeihrn {
    color:var(--white);
  width:fit-content;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  background:black;
  column-gap:0.5rem;
  align-items:center;
  font-family:Outfit;
  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;
  }
      

      
  .eeihrn:hover {
    background:var(--new-pink);
  }
      


          @media (min-width: 1000px) {
            
  .eeihrn {
    display:none;
  }
      

          }
          
        
        
      
      
  .bSGIVA {
    color:var(--r-gold, #F5E960);
  width:100%;
  row-gap:1rem;
  flex-wrap:wrap;
  max-width:100%;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .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);
  }
      

          }
          
        
        
      
      
  .exabhM {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-lg);
  font-family:Outfit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .fqeRGw {
    flex:3;
  width:1000px;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  max-width:100%;
  column-gap:0.5rem;
  align-items:flex-start;
  padding-top:15px;
  padding-bottom:15px;
  justify-content:center;
  }
      

      
        
        
      
      
  .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;
  }
      

      
        
        
      
      
  .fvASYd {
    width:175px;
  }
      

      
        
        
      
      
  
      

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

      
        
        
      
      
  .cblsfs {
    width:400px;
  max-width:100%;
  object-fit:contain;
  }
      

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

      
        
        
      
      
  .cJXWck {
    color:whitesmoke;
  width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  max-width:100%;
  background: var(--new-white);
  column-gap:0.5rem;
  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;
  }
      

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


          @media (min-width: 1000px) {
            
  .cJXWck {
    width:325px;
  height:300px;
  }
      

          }
          
        
        
      
      
  .edGhZX {
    color:var(--new-yellow);
  width:100%;
  flex-direction:row;
  }
      

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

      
        
        
      
      
  .bFrzXJ {
    gap:20px;
  color:f3f8fe;
  width:1100px;
  display:flex;
  flex-wrap:wrap;
  max-width:100%;
  background:var(--green-50);
  align-items:flex-end;
  font-family:'Outfit';
  padding-top:1rem;
  border-color:var(--new-white);
  border-style:solid;
  border-width:2px;
  padding-left:1rem;
  padding-right:1rem;
  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;
  }
      

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

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

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

      
  
      

        
        
      
      
  .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);
  }
      

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

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

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

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

      
          @media (min-width: 900px) {
            
  .eLJhch {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .bwPZOq {
    width:500px;
  flex-wrap:wrap;
  max-width:100%;
  align-items:start;
  padding-bottom:1rem;
  justify-content: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;
  }
      

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

      
        
        
      
      
  .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;
  }
      

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

      
        
        
      
      
  .cmGYLo {
    color:whitesmoke;
  width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  max-width:100%;
  background: var(--new-white);
  column-gap:0.5rem;
  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;
  }
      

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


          @media (min-width: 1000px) {
            
  .cmGYLo {
    width:325px;
  height:300px;
  }
      

          }
          
        
        
      
      
  .YuqZH {
    color:var(--white);
  width:100%;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  background:black;
  column-gap:0.5rem;
  align-items:center;
  font-family:Outfit;
  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;
  }
      

      
  .YuqZH:hover {
    background:var(--new-pink);
  }
      

        
        
      
      
  .doTOHy {
    color:var(--new-white);
  width:100%;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  background:black;
  column-gap:0.5rem;
  align-items:center;
  font-family:Outfit;
  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;
  }
      

      
  .doTOHy:hover {
    background:var(--new-pink);
  }
      

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

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

      
        
        
      