
  

  

  
  
  
  


@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;
--Darktheme_Sidebar: #212226;
--DarkTheme_Section: #2a2b2e;
--DarkTheme_ChatList: #2b2c31;
--DarkTheme_Main_Font: var(--grey-200);
--DarkTheme_Hover: #404040d4;
--LightTheme_Sidebar: var(--grey-200);
--LightTheme_Hover: var(--grey-300);
--LightTheme_Section: var(--grey-100);
--LightTheme_Main_Font: var(--grey-900);
--LightTheme_ChatList: #ebebeb;
--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;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-lexend: 'Lexend',sans-serif;
--font-afacad: 'Afacad',sans-serif;
--font-inter: '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;
    }
  }
}

      
  .eEYBgP {
    display:flex;
  background:#ECEDEE;
  min-height:100%;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dCCfGT {
    display:flex;
  row-gap:8rem;
  column-gap:8rem;
  padding-top:2.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:2.5rem;
  }
      

      
        
      
      
  .bjVPgf {
    gap:2rem;
  width:100%;
  display:flex;
  padding:2rem;
  flex-wrap:wrap;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eygmDx {
    width:100%;
  height:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  text-align:center;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ZaZZO {
    display:block;
  font-size:1.875rem;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bdOWyW {
    width:100%;
  height:auto;
  display:block;
  max-width:40rem;
  min-width:20rem;
  background:linear-gradient(var(--red-300) 0%, var(--red-50) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:1px 1px 30px 10px var(--red-200);
  object-fit:cover;
  border-color:var(--red-300);
  border-style:solid;
  border-width:5px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .eZsOSK {
    color:var(--red-400);
  display:block;
  font-size:1.875rem;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bIfFUE {
    width:100%;
  row-gap:0.3rem;
  column-gap:0.3rem;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .exypCz {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Homepage_Content_QNA_Block\:sEnBLnt-IelpKgCKZ1v99 {
    background:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eXLiWp {
    color:#718096;
  display:block;
  max-width:48rem;
  font-family:Lexend;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bDCioF {
    flex:1;
  width:100%;
  display:flex;
  min-width:20rem;
  align-items:center;
  margin-left:auto;
  padding-top:1rem;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .dBFbwr {
    color:#F9FAFB;
  cursor:pointer;
  height:3rem;
  display:flex;
  opacity:0.9;
  font-size:0.875rem;
  background:linear-gradient(var(--red-300) 0%, var(--red-400) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 4px 0px #00000020;
  transition:all 300ms ease;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dBFbwr:hover {
    cursor:pointer;
  opacity:1;
  background:radial-gradient(var(--red-400) 0%, var(--red-300) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 10px 10px 0px #00000020;
  }
      

        
      
      
  .dyBbvT {
    font-family:Lexend;
  font-weight:700;
  }
      

      
        
      
      
  .bvVWIA {
    flex:1;
  width:100%;
  height:auto;
  display:flex;
  transition:all 300ms ease;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ugHSb {
    width:100%;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .dsRaj {
    flex:2;
  width:100%;
  display:flex;
  animation:;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .dnmSzm {
    gap:1.5rem;
  flex:1;
  width:100%;
  display:flex;
  min-width:10rem;
  text-align:center;
  align-items:center;
  margin-left:auto;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .cEyXiw {
    gap:1rem;
  display:flex;
  padding:1.5rem;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dqexRI {
    width:5rem;
  height:5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
  .dqexRI.influencer {
    box-shadow:0px 1px 20px  var(--red-200) inset;
  }
      


  .dqexRI.fans {
    box-shadow:0px 1px 20px  var(--blue-200) inset;
  }
      

        
      
      
  .ajPii {
    width:5rem;
  height:5rem;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .eHWHYl {
    display:block;
  font-size:1.3rem;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bqfVAR {
    width:100%;
  height:auto;
  rotate:0 0 1 -5deg;
  display:block;
  max-width:50rem;
  min-width:25rem;
  object-fit:cover;
  flex-direction:row;
  }
      

      
        
      
      
  .caVblN {
    width:100%;
  display:flex;
  font-size:2rem;
  font-style:normal;
  align-items:center;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  letter-spacing:-0.025em;
  justify-content:center;
  }
      

      
          @media (min-width: 640px) {
            
  .caVblN {
    font-size:3rem;
  }
      

          }
          

          @media (min-width: 768px) {
            
  .caVblN {
    font-size:4rem;
  }
      

          }
          
        
      
      
  .ZdCjP {
    color:var(--red-400);
  font-size:var(--font-size-2xl);
  font-family:Lexend;
  font-weight:var(--font-weight-bold);
  padding-top:0.5rem;
  border-color:#fca5a5d9;
  border-style:Dashed;
  border-width:3px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Homepage_Content_Benefits\:Xavw-Nr4SJXqgwdmwmguM {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .Homepage_Content_Benefits\:cRMzBpuLdPnVPJWVv-tJN {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .daWwcG {
    width:100%;
  height:100%;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .fBIIFA {
    color:var(--red-400);
  display:block;
  font-family:Lexend;
  font-weight:var(--font-weight-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fyVwlO {
    color:#6480ff;
  font-size:var(--font-size-2xl);
  font-family:Lexend;
  font-weight:var(--font-weight-bold);
  padding-top:0.5rem;
  border-color:#bfdbfede;
  border-style:Dashed;
  border-width:3px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Homepage_Content_Benefits\:s5AY2x-RTE1ojiQlkm96h {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .crRkab {
    width:100%;
  display:flex;
  row-gap:2rem;
  flex-wrap:wrap;
  column-gap:2rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .cjbHqo {
    width:100%;
  height:auto;
  rotate:0 0 1 8deg;
  display:block;
  max-width:50rem;
  min-width:24rem;
  object-fit:cover;
  flex-direction:row;
  }
      

      
        
      
      
  .deHquY {
    color:var(--grey-800);
  cursor:pointer;
  height:3rem;
  display:flex;
  opacity:0.9;
  font-size:0.875rem;
  box-shadow:0px 2px 4px 0px #00000020;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  border-color:var(--red-400);
  border-style:solid;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-color:var(--red-300);
  border-top-style:solid;
  border-top-width:3px;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .deHquY:hover {
    cursor:pointer;
  opacity:1;
  box-shadow:0px 10px 10px 0px #00000020;
  }
      

        
      
      
  .nceOa {
    flex:1;
  width:100%;
  display:flex;
  animation:;
  align-items:center;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .dlJPvQ {
    color:var(--red-400);
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .btVrpl {
    display:block;
  font-size:2rem;
  font-style:normal;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
          @media (min-width: 640px) {
            
  .btVrpl {
    font-size:3rem;
  }
      

          }
          

          @media (min-width: 768px) {
            
  .btVrpl {
    font-size:4rem;
  }
      

          }
          
        
      
      
  .egCCVV {
    color:#718096;
  display:block;
  font-size:1.125rem;
  max-width:42rem;
  font-family:Lexend;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
          @media (min-width: 640px) {
            
  .dyxndC {
    flex-direction:row;
  }
      

          }
          
        
      
      
  .dbWLIb {
    gap:1.5rem;
  flex:1;
  width:100%;
  display:flex;
  min-width:20rem;
  text-align:center;
  align-items:center;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .eSnBQc {
    color:var(--red-400);
  display:block;
  font-weight:var(--font-weight-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fDumnG {
    color:#F9FAFB;
  cursor:pointer;
  height:3rem;
  display:flex;
  opacity:0.9;
  font-size:0.875rem;
  background:linear-gradient(var(--red-300) 0%, var(--red-400) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 4px 0px #00000020;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .fDumnG:hover {
    cursor:pointer;
  opacity:1;
  background:radial-gradient(var(--red-400) 0%, var(--red-300) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 10px 10px 0px #00000020;
  }
      

        
      
      
  
      

      
        
      
      
  .dOFUqy {
    gap:3rem;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .cQDdKe {
    width:100%;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .cQDdKe {
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .cyJrpx {
    color:var(--red-400);
  width:20rem;
  height:25rem;
  display:flex;
  align-items:center;
  padding-top:0.3rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.3rem;
  padding-right:0.3rem;
  flex-direction:row;
  padding-bottom:0.3rem;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .evtDRB {
    display:block;
  font-family:Lexend;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fxLGlM {
    width:20rem;
  height:25rem;
  }
      

      
        
      
      
  .Homepage_Content_Presentation\:E4Th7zJFB849q38fZuLsG {
    flex:1;
  width:100%;
  animation:;
  background:linear-gradient(#fecaca80 0%, #f87171a8 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 10px 0px var(--red-300);
  transition:all 300ms ease;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

      
  .Homepage_Content_Presentation\:E4Th7zJFB849q38fZuLsG:hover {
    flex:1;
  background:linear-gradient(#fecaca80 0%, #f87171e6 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:1px 2px 20px 5px var(--red-300);
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

        
      
      
  .Homepage_Content_Presentation\:LzPPJvM-89oFXqJyihFBb {
    flex:1;
  width:100%;
  animation:;
  background:linear-gradient(#fecaca80 0%, #f87171a8 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 10px 0px var(--red-300);
  transition:all 300ms ease;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

      
  .Homepage_Content_Presentation\:LzPPJvM-89oFXqJyihFBb:hover {
    flex:1;
  background:linear-gradient(#fecaca80 0%, #f87171e6 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:1px 2px 20px 5px var(--red-300);
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

        
      
      
  .bNPDEQ {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  font-size:4rem;
  column-gap:0.5rem;
  font-style:normal;
  align-items:center;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 900px) {
            
  .bNPDEQ {
    font-size:3rem;
  }
      

          }
          

          @media (max-width: 700px) {
            
  .bNPDEQ {
    font-size:2rem;
  }
      

          }
          
        
      
      
  .Homepage_Content_Presentation\:_h0XNb-RTsULL34e-bpXh {
    flex:1;
  width:100%;
  animation:;
  background:linear-gradient(#fecaca80 0%, #f87171a8 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 10px 0px var(--red-300);
  transition:all 300ms ease;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

      
  .Homepage_Content_Presentation\:_h0XNb-RTsULL34e-bpXh:hover {
    flex:1;
  background:linear-gradient(#fecaca80 0%, #f87171e6 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:1px 2px 20px 5px var(--red-300);
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

        
      
      
  .dTCIWC {
    width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bOlsqE {
    color:var(--red-400);
  width:100%;
  display:flex;
  align-items:center;
  font-family:Lexend;
  font-weight:var(--font-weight-bold);
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cqzfOm {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .dMIeEj {
    width:5rem;
  height:5rem;
  display:flex;
  background:radial-gradient(var(--red-100) 0%, #f87171c9 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 100px 0px var(--red-300);
  align-items:center;
  padding-top:0.3rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.3rem;
  padding-right:0.3rem;
  flex-direction:row;
  padding-bottom:0.3rem;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .epBuRD {
    width:4rem;
  height:4rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ISSSo {
    width:100%;
  display:block;
  font-size:2rem;
  font-style:normal;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
          @media (min-width: 640px) {
            
  .ISSSo {
    font-size:3rem;
  }
      

          }
          

          @media (min-width: 800px) {
            
  .ISSSo {
    font-size:4rem;
  }
      

          }
          
        
      
      
  .eptTAj {
    gap:1.5rem;
  flex:1;
  width:100%;
  height:auto;
  display:flex;
  min-width:20rem;
  text-align:center;
  align-items:center;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .bJCqpT {
    width:100%;
  height:auto;
  display:block;
  max-width:40rem;
  min-width:20rem;
  object-fit:cover;
  flex-direction:row;
  }
      

      
        
      
      
  .dDAztE {
    flex:1;
  width:100%;
  height:auto;
  rotate:0 0 1 3deg;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Homepage_Content\:m-eP-niOwb5RhnGq7QHq3 {
    flex-wrap:wrap;
  }
      

      
        
      
      
  .bqYGgf {
    width:100%;
  height:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .yeLOG {
    flex:1;
  width:100%;
  rotate:0 0 1 -10deg;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .frtDpO {
    width:30rem;
  height:30rem;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
          @media (max-width: 500px) {
            
  .frtDpO {
    width:20rem;
  height:20rem;
  }
      

          }
          
        
      
      
  .cPNyje {
    gap:1.5rem;
  flex:1;
  width:100%;
  display:flex;
  text-align:center;
  align-items:center;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .cXFKr {
    width:100%;
  height:auto;
  display:block;
  max-width:40rem;
  min-width:23rem;
  object-fit:cover;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:row;
  }
      

      
        
      
      
  .YIddr {
    width:100%;
  display:block;
  font-size:2rem;
  font-style:normal;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
          @media (min-width: 640px) {
            
  .YIddr {
    font-size:3rem;
  }
      

          }
          

          @media (min-width: 768px) {
            
  .YIddr {
    font-size:4rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cxvZee {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  padding-top:1.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:1.5rem;
  justify-content:space-between;
  }
      

      
        
      
      
  .IquIU {
    flex:0;
  display:flex;
  row-gap:0.3rem;
  column-gap:0.3rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  }
      

      
  .IquIU:hover {
    cursor:pointer;
  }
      

        
      
      
  .dLytfR {
    gap:1.5rem;
  flex:2;
  display:flex;
  flex-wrap:wrap;
  font-size:1rem;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .qBQpD {
    display:block;
  font-family:Lexend;
  font-weight:var(--font-weight-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  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);
  }
      

      
  .qBQpD:hover {
    color:var(--red-400);
  }
      

        
      
      
  .faMcEC {
    flex:2;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .faMcEC {
    display:none;
  }
      

          }
          
        
      
      
  .bbEtrP {
    gap:1rem;
  flex:1;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fegBNm {
    display:block;
  font-size:1.25rem;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (max-width: 500px) {
            
  .fegBNm {
    font-size:1rem;
  }
      

          }
          
        
      
      
  .eUwBbK {
    color:var(--grey-800);
  cursor:pointer;
  height:3rem;
  display:flex;
  opacity:0.9;
  font-size:0.875rem;
  box-shadow:0px 2px 4px 0px #00000020;
  transition:all 300ms ease;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  border-color:var(--red-400);
  border-style:solid;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-color:var(--red-300);
  border-top-style:solid;
  border-top-width:3px;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .eUwBbK:hover {
    cursor:pointer;
  opacity:1;
  box-shadow:0px 10px 10px 0px #00000020;
  }
      


          @media (max-width: 500px) {
            
  .eUwBbK {
    height:2rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

          }
          
        
      
      
  .djCbFG {
    width:2rem;
  height:2rem;
  }
      

      
          @media (max-width: 500px) {
            
  .djCbFG {
    width:1.5rem;
  height:1.5rem;
  }
      

          }
          
        
      
      
  .ecuChu {
    width:fit-content;
  cursor:pointer;
  display:flex;
  background:;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .ecuChu:hover {
    cursor:pointer;
  background: var(--grey-200);
  }
      

        
      
      
  .fykkGg {
    color:var(--grey-900);
  display:none;
  }
      

      
          @media (max-width: 800px) {
            
  .fykkGg {
    display:flex;
  }
      

          }
          
        
      
      
  .ezPSEE {
    color:#F9FAFB;
  cursor:pointer;
  height:3rem;
  display:flex;
  opacity:0.9;
  font-size:0.875rem;
  background:linear-gradient(var(--red-300) 0%, var(--red-400) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 4px 0px #00000020;
  transition:all 300ms ease;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .ezPSEE:hover {
    cursor:pointer;
  opacity:1;
  background:radial-gradient(var(--red-400) 0%, var(--red-300) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 10px 10px 0px #00000020;
  }
      


          @media (max-width: 500px) {
            
  .ezPSEE {
    height:2rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

          }
          
        
      
      
  .HomePage\:9TQKVPWhsr8ZCHUkMYu4S {
    padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .dGwdEm {
    width:100%;
  height:100%;
  z-index:998;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dRfiVd {
    width:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cZEfQn {
    gap:1rem;
  flex:1;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dhMVAz {
    width:100%;
  display:flex;
  row-gap:0.3rem;
  column-gap:0.3rem;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  border-bottom-color:var(--red-300);
  border-bottom-style:solid;
  border-bottom-width:3px;
  }
      

      
  .dhMVAz:hover {
    cursor:pointer;
  }
      

        
      
      
  .chQCqY {
    gap:1.5rem;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  font-size:1rem;
  align-items:flex-start;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 500px) {
            
  .chQCqY {
    display:flex;
  font-size:0.9rem;
  flex-direction:column;
  }
      

          }
          

          @media (max-width: 700px) {
            
  .chQCqY {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .eBxTiZ {
    color:#F9FAFB;
  width:100%;
  cursor:pointer;
  height:3rem;
  display:flex;
  opacity:0.9;
  font-size:0.875rem;
  background:linear-gradient(var(--red-300) 0%, var(--red-400) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 4px 0px #00000020;
  transition:all 300ms ease;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  border-color:var(--red-300);
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .eBxTiZ:hover {
    cursor:pointer;
  opacity:1;
  }
      


          @media (max-width: 500px) {
            
  .eBxTiZ {
    height:2rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

          }
          
        
      
      
  .VXOYm {
    color:var(--grey-800);
  width:100%;
  cursor:pointer;
  height:3rem;
  display:flex;
  opacity:0.9;
  font-size:0.875rem;
  box-shadow:0px 2px 4px 0px #00000020;
  transition:all 300ms ease;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  border-color:var(--red-400);
  border-style:solid;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-color:var(--red-300);
  border-top-style:solid;
  border-top-width:3px;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .VXOYm:hover {
    cursor:pointer;
  opacity:1;
  box-shadow:0px 10px 10px 0px #00000020;
  }
      


          @media (max-width: 500px) {
            
  .VXOYm {
    height:2rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

          }
          
        
      
      
  .HomePage\:CS5J1v_P-5WVp1Q-uDVlW {
    width:40%;
  height:100%;
  display:flex;
  z-index:998;
  position:absolute;
  background:var(--grey-100);
  box-shadow:0px 2px 4px 0px #00000020;
  min-height:;
  overflow-y:auto;
  transition:translate 200ms ease 0s;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dHqWXZ {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:998;
  position:fixed;
  background:#d4d4d480;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:column;
  padding-bottom:2rem;
  backdrop-filter:blur(15px);
  justify-content:center;
  }
      

      
  .dHqWXZ.hidden {
    opacity:0;
  z-index:-1;
  }
      

        
      
      
  .bLTacl {
    gap:2rem;
  display:flex;
  padding-top:3rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:1.5rem;
  border-top-width:1px;
  }
      

      
        
      
      
  .bzuIBf {
    color:#718096;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .bzuIBf:hover {
    color:var(--red-400);
  }
      

        
      
      
  .dCOpMo {
    color:#718096;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .dCOpMo:hover {
    color:#5a67d8;
  }
      

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

      
        
      
      
  .dwbjOZ {
    color:#718096;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ZVipL {
    gap:1rem;
  display:none;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .foKZpb {
    gap:1rem;
  flex:1;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:flex-start;
  }
      

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

      
        
      
      
  .eLReux {
    width:2rem;
  height:2rem;
  }
      

      
        
      
      
  .OFKod {
    display:flex;
  row-gap:0.3rem;
  column-gap:0.3rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  }
      

      
  .OFKod:hover {
    cursor:pointer;
  }
      

        
      
      
  .bTYBLO {
    display:block;
  font-family:Lexend;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eCJqzU {
    gap:2rem;
  display:flex;
  align-items:flex-start;
  border-style:solid;
  border-width:0px;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:row;
  justify-content:center;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 640px) {
            
  .eCJqzU {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          

          @media (min-width: 768px) {
            
  .eCJqzU {
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .XqtsX {
    display:block;
  font-size:1.25rem;
  font-family:Lexend;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cQwAFF {
    gap:1rem;
  display:flex;
  align-items:center;
  padding-top:0.3rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.3rem;
  justify-content:space-between;
  border-top-width:1px;
  }
      

      
          @media (min-width: 640px) {
            
  .cQwAFF {
    flex-direction:row;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cAWFLT {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  z-index:998;
  position:fixed;
  background:#d4d4d480;
  transition:all 300ms ease 0ms normal;
  align-items:flex-start;
  flex-direction:column;
  backdrop-filter:blur(15px);
  justify-content:flex-start;
  }
      

      
  .cAWFLT.hidden {
    opacity:0;
  z-index:-1;
  }
      

        
      
      
  .dOxEuR {
    width:100%;
  display:block;
  max-width:80rem;
  margin-left:auto;
  padding-top:3rem;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:3rem;
  }
      

      
          @media (min-width: 640px) {
            
  .dOxEuR {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .dOxEuR {
    padding-left:2rem;
  padding-right:2rem;
  }
      

          }
          
        
      
      
  .bheBaa {
    width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  max-width:60rem;
  min-width:20rem;
  background:var(--grey-50);
  box-shadow:0px 2px 4px 0px #00000020;
  max-height:50rem;
  min-height:5rem;
  align-items:center;
  border-color:var(--red-300);
  border-style:solid;
  border-width:3px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .bFpOqP {
    width:100%;
  height:min-content;
  display:flex;
  row-gap:0.3rem;
  flex-wrap:wrap;
  column-gap:0.3rem;
  flex-direction:column;
  }
      

      
        
      
      
  .Skjvo {
    cursor:pointer;
  opacity:0.8;
  z-index:2;
  position:relative;
  align-items:end;
  flex-direction:column;
  justify-content:start;
  }
      

      
  .Skjvo:hover {
    opacity:1;
  }
      

        
      
      
  .bReMkS {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  max-width:50rem;
  min-width:10rem;
  max-height:50rem;
  min-height:20rem;
  object-fit:cover;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  }
      

      
        
      
      
  .dzREwk {
    flex:2;
  width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  max-width:30rem;
  min-width:10rem;
  box-shadow:0px 2px 4px 0px #00000020;
  max-height:50rem;
  min-height:5rem;
  align-items:center;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .doLoHc {
    color:#F9FAFB;
  cursor:pointer;
  height:3rem;
  display:flex;
  row-gap:0.5rem;
  font-size:0.875rem;
  background:linear-gradient(var(--red-300) 0%, var(--red-400) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:0.5rem;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  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);
  }
      

      
  .doLoHc:hover {
    background:radial-gradient(var(--red-400) 0%, var(--red-300) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      


  .doLoHc:disabled {
    cursor:not-allowed;
  opacity:0.75;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .mknDG {
    rotate:z 180deg;
  }
      

      
        
      
      
  .eDnpDp {
    color:var(--green-500);
  width:100%;
  display:flex;
  row-gap:0.3rem;
  animation:2s ease 0ms 1 normal none running animation-diMMIZ;
  flex-wrap:wrap;
  background:linear-gradient(var(--green-100) 0%, var(--green-200) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:0.3rem;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--teal-500);
  border-style:solid;
  border-width:2px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .eDnpDp.failed {
    color:var(--red-500);
  width:100%;
  display:flex;
  background:linear-gradient(var(--red-100) 0%, var(--red-200) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--red-500);
  border-style:solid;
  border-width:2px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

        
                  @keyframes animation-diMMIZ {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  
      

      
          @media (max-width: 800px) {
            
  .dohgKT {
    display:none;
  }
      

          }
          
        
      
      
  .fAyUNd {
    font-size:0.8rem;
  font-family:Lexend;
  }
      

      
        
      
      
  
      

      
        
      
      
  .qVkmF {
    color:var(--red-400, #F87171);
  display:flex;
  font-size:var(--font-size-sm);
  align-items:end;
  font-family:Lexend;
  font-weight:inherit;
  flex-direction:column;
  justify-content:start;
  }
      

      
  .qVkmF:hover {
    color:var(--red-500, #EF4444);
  cursor:pointer;
  display:flex;
  flex-direction:column;
  text-decoration-line: underline;
  }
      

        
      
      
  .cnbCGt {
    gap:2rem;
  flex:1;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .dAcqif {
    font-size:inherit;
  font-family:Lexend;
  font-weight:inherit;
  }
      

      
        
      
      
  .bohONQ {
    width:100%;
  height:2.5rem;
  display:flex;
  box-shadow:0px 2px 4px 0px #00000020;
  font-family:Lexend;
  padding-top:0.5rem;
  padding-left:0.75rem;
  border-radius:8px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  --tw-ring-offset-color:#fff;
  }
      

      
  .bohONQ:focus-visible {
    outline-color:#fca5a561;
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cqbRtV {
    width:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  padding-top:0.15rem;
  flex-direction:column;
  padding-bottom:0.15rem;
  justify-content:flex-start;
  }
      

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

      
  .dmdxlL.mobileView {
    display:none;
  }
      

        
      
      
  .cFSMif {
    color:#a0aec0;
  display:inline-block;
  font-size:0.75rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  }
      

      
        
      
      
  .xGPKc {
    gap:0.5rem;
  color:var(--grey-700, #404040);
  width:fit-content;
  cursor:pointer;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:0.65rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
  .xGPKc:hover {
    background-color:var(--grey-200, #E5E5E5);
  }
      

        
      
      
  .Connexion_Login\:jPlPvZrU8VGy7VZ0l8ROK {
    transition:all 400ms ease 0ms normal;
  }
      

      
        
      
      
  .biYCFv {
    gap:0.1rem;
  display:flex;
  align-items:center;
  padding-top:1rem;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .eribFZ {
    cursor:pointer;
  display:flex;
  align-items:center;
  font-family:Lexend;
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  justify-content:center;
  }
      

      
  .eribFZ:hover {
    color:var(--red-300);
  }
      

        
      
      
  .cfbVeG {
    color:#a0aec0;
  width:100%;
  display:block;
  font-size:0.875rem;
  text-align:center;
  font-family:Lexend;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bFpLoM {
    display:block;
  font-size:1.5rem;
  font-family:Lexend;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .fDMKoa {
    flex:2;
  width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  max-width:30rem;
  min-width:10rem;
  box-shadow:0px 2px 4px 0px #00000020;
  max-height:50rem;
  min-height:5rem;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
          @media (max-width: 400px) {
            
  .fDMKoa {
    font-size:0.8rem;
  }
      

          }
          
        
      
      
  .dssbcl {
    gap:0.5rem;
  display:flex;
  flex-direction:column;
  }
      

      
  .dssbcl.mobileView {
    display:none;
  }
      

        
      
      
  .fBFywj {
    flex-direction:column;
  }
      

      
        
      
      
  .Connexion_Gender_Choice\:6gZ1uxoGrk8DHsmeywflH {
    padding-top:0.3rem;
  flex-direction:column;
  padding-bottom:0.3rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eZTmdr {
    gap:4rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bmKLyk {
    gap:0.3rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Connexion_SignUp\:1mEKiaMpE2OYxoV8vn2W2 {
    display:flex;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ceenph {
    width:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .dSgXFi {
    gap:0.5rem;
  cursor:pointer;
  box-shadow:0px 2px 4px 0px #00000020;
  align-items:center;
  border-radius:10px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--grey-200, #E5E5E5);
  }
      

      
  .dSgXFi:disabled {
    cursor:not-allowed;
  opacity:0.6;
  }
      

        
      
      
  .bZFKAu {
    font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .eiwfzi {
    gap:0.5rem;
  display:flex;
  font-size:0.800rem;
  align-items:center;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dLGyyZ {
    gap:0.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .bgXSlw {
    width:50%;
  display:flex;
  background:linear-gradient(var(--red-50) 0%, var(--red-100) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  }
      

      
        
      
      
  .dAQMlq {
    display:block;
  font-size:0.875rem;
  text-align:center;
  font-family:Lexend;
  font-weight:var(--font-weight-bold);
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .fABAkD {
    color:var(--red-400, #F87171);
  width:100%;
  height:3rem;
  display:inline-block;
  font-size:var(--font-size-base);
  box-shadow:1px 4px 8px 0px #00000044 inset;
  text-align:center;
  font-weight:850;
  padding-top:1rem;
  border-color:var(--red-300);
  border-style:solid;
  border-width:2px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  }
      

      
  .fABAkD:focus {
    border-color:var(--red-400);
  border-style:solid;
  border-width:2px;
  --tw-ring-color:#edf2f7;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dkTgOb {
    flex:2;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .Connexion_SignUp\:TrhfP717Reip0lEmXcZnb {
    flex:0;
  width:100%;
  height:100%;
  }
      

      
        
      
      
  .Connexion_SignUp\:XcSwX1b0XAGM9YLSqSKsy {
    transition:all 400ms ease 0ms normal;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cZzuPJ {
    gap:0.5rem;
  display:flex;
  align-items:center;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:start;
  }
      

      
        
      
      
  .crSETi {
    gap:1rem;
  display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .UeiSQ {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  max-width:30rem;
  min-width:10rem;
  max-height:50rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  }
      

      
          @media (max-width: 600px) {
            
  .UeiSQ {
    display:none;
  }
      

          }
          
        
      
      
  .eFatqJ {
    flex:2;
  width:100%;
  height:3rem;
  display:flex;
  font-size:0.875rem;
  max-width:20rem;
  min-width:10rem;
  box-shadow:0px 2px 4px 0px #00000020;
  padding-top:0.5rem;
  border-color:var(--red-300);
  border-style:solid;
  border-width:3px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:#fff;
  --tw-ring-offset-color:#fff;
  }
      

      
  .eFatqJ:focus-visible {
    border-color:var(--red-400);
  border-style:solid;
  border-width:3px;
  }
      

        
      
      
  .eGSnan {
    width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .dDfIzS {
    flex:0;
  color:#F9FAFB;
  width:100%;
  cursor:pointer;
  height:3rem;
  display:flex;
  opacity:0.9;
  font-size:0.875rem;
  background:linear-gradient(var(--red-300) 0%, var(--red-400) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 4px 0px #00000020;
  transition:all 300ms ease;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dDfIzS:hover {
    cursor:pointer;
  opacity:1;
  background:radial-gradient(var(--red-400) 0%, var(--red-300) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 10px 10px 0px #00000020;
  }
      


  .dDfIzS:disabled {
    cursor:not-allowed;
  opacity:0.75;
  }
      

        
      
      
  .ctieSG {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .doNfYK {
    flex:1;
  width:100%;
  height:100%;
  max-width:30rem;
  min-width:10rem;
  max-height:50rem;
  align-items:start;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .bKfgIr {
    flex:2;
  width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  max-width:30rem;
  min-width:10rem;
  background:var(--LightTheme_Section);
  box-shadow:0px 2px 4px 0px #00000020;
  max-height:50rem;
  min-height:5rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
  .bKfgIr.resetFromSettings {
    width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  max-width:30rem;
  min-width:10rem;
  background:var(--grey-50);
  box-shadow:0px 2px 4px 0px #00000020;
  max-height:30rem;
  min-height:5rem;
  align-items:flex-start;
  border-color:var(--red-400);
  border-style:solid;
  border-width:3px;
  flex-direction:column;
  justify-content:flex-start;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      


  .bKfgIr.darkTheme {
    color:var(--DarkTheme_Main_Font);
  background:var(--DarkTheme_Section);
  }
      

        
      
      
  .UkFov {
    flex:2;
  width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .epoiHI {
    gap:2rem;
  }
      

      
        
      
      
  .jswUs {
    gap:0.5rem;
  display:flex;
  font-family:Lexend;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .KKzjj {
    width:100%;
  height:fit-content;
  display:flex;
  position:absolute;
  max-height:100%;
  align-items:end;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .bDwYLv {
    cursor:pointer;
  opacity:0.8;
  z-index:2;
  position:relative;
  background:linear-gradient(var(--red-300) 0%, var(--red-400) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  align-items:end;
  padding-top:0.15rem;
  padding-left:0.15rem;
  padding-right:0.15rem;
  flex-direction:column;
  padding-bottom:0.15rem;
  justify-content:start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .bDwYLv:hover {
    opacity:1;
  background:radial-gradient(var(--red-400) 0%, var(--red-300) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      


  .bDwYLv.greenTheme {
    background:linear-gradient(var(--teal-300) 0%, var(--teal-400) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      


  .bDwYLv.greenTheme:hover {
    background:radial-gradient(var(--teal-400) 0%, var(--teal-300) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

        
      
      
  .Password_Recover\:kka-Ypcu2-11ybJOWMUei {
    flex:1;
  width:100%;
  height:100%;
  position:absolute;
  padding-top:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eiFKPY {
    width:100%;
  display:flex;
  font-size:1rem;
  align-items:center;
  font-family:Lexend;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cymgVK {
    width:100%;
  display:flex;
  row-gap:0.3rem;
  flex-wrap:wrap;
  column-gap:0.3rem;
  align-items:flex-start;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
        
      
      
  .fAxLlS {
    width:100%;
  height:fit-content;
  display:flex;
  position:absolute;
  max-height:100%;
  align-items:end;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:start;
  }
      

      
          @media (max-width: 500px) {
            
  .fAxLlS {
    display:none;
  }
      

          }
          
        
      
      
  .HomePage\:Q5NHXslw1R68mUwljgPzh {
    z-index:999;
  }
      

      
        
      