
  

  

  
  
  
  


@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;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .eEbBXH {
    min-width:100%;
  min-height:100%;
  align-items:center;
  font-family:'Inter';
  flex-direction:column;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
      
      
  .bckJgM {
    display:flex;
  margin-top:4rem;
  }
      

      
          @media (min-width: 640px) {
            
  .bckJgM {
    margin-top:6rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .bckJgM {
    flex-grow:1;
  margin-top:0rem;
  flex-shrink:0;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cbSdqK {
    color:#4F46E5;;
  display:none;
  transition:color 0.2s ease;;
  font-weight:600;;
  text-decoration:none;;
  }
      

      
        
      
      
  .fExrmR {
    width:35rem;
  filter:drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));;
  max-width:100%;
  margin-left:auto;;
  margin-right:auto;;
  }
      

      
        
      
      
  .bxikbu {
    color:var(--grey-600, #525252);
  display:flex;
  font-size:1.125rem;
  text-wrap:pretty;
  margin-top:2rem;
  font-weight:500;
  flex-direction:column;
  }
      

      
          @media (min-width: 640px) {
            
  .bxikbu {
    font-size:1.25rem;
  line-height:2rem;
  }
      

          }
          
        
      
      
  .esOUEE {
    width:100%;
  height:5px;
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:column;
  }
      

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

          }
          
        
      
      
  
      

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

      
        
      
      
  .EtIPV {
    display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

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

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

      
        
      
      
  .eWgAvQ {
    clip:rect(0, 0, 0, 0);
  width:1px;
  height:1px;
  margin:-1px;
  display:block;
  padding:0px;
  overflow:hidden;
  position:absolute;
  white-space:nowrap;
  border-width:0px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cKVXQD {
    top:0rem;
  left:0rem;
  right:0rem;
  display:flex;
  z-index:50;
  position:absolute;
  flex-direction:row;
  }
      

      
        
      
      
  .duUYJZ {
    display:flex;
  transition:all 200ms ease 0ms normal;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .duUYJZ.hidden {
    display:none;
  }
      


          @media (min-width: 1024px) {
            
  .duUYJZ {
    display:none;
  }
      

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

      
          @media (min-width: 1024px) {
            
  .iyUJS {
    flex:1 1 0%;
  }
      

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

      
          @media (min-width: 1024px) {
            
  .cJiIIa {
    display:flex;
  column-gap:3rem;
  }
      

          }
          
        
      
      
  .yzXWR {
    top:0rem;
  left:0rem;
  right:0rem;
  bottom:0rem;
  display:block;
  z-index:50;
  position:fixed;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bdaaHa {
    clip:rect(0, 0, 0, 0);
  width:1px;
  height:1px;
  margin:-1px;
  display:flex;
  padding:0px;
  overflow:hidden;
  position:absolute;
  white-space:nowrap;
  border-width:0px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ftTrxr {
    display:flex;
  transition:all 200ms ease 0ms normal;
  flex-direction:row;
  }
      

      
  .ftTrxr.hidden {
    display:none;
  }
      


          @media (min-width: 1024px) {
            
  .ftTrxr {
    display:none;
  }
      

          }
          
        
      
      
  .fuOjvv {
    display:flow-root;
  margin-top:1.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .clnsIt {
    top:0rem;
  right:0rem;
  width:100%;
  bottom:0rem;
  display:flex;
  z-index:50;
  position:fixed;
  overflow-y:auto;
  padding-top:1.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  background-color:#fff;
  }
      

      
          @media (min-width: 640px) {
            
  .clnsIt {
    max-width:24rem;
  box-shadow:0 0 0 1px var(--tw-ring-color);
  --tw-ring-shadow:0 0 0 calc(1px + 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);
  }
      

          }
          
        
      
      
  .eZyZYf {
    display:block;
  margin-top:-1.5rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:-1.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bpmLiy {
    flex:1;
  display:flex;
  padding:1.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

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

          }
          
        
      
      
  .fcZfWv {
    color:var(--grey-700, #404040);
  cursor:pointer;
  margin:-0.625rem;;
  display:flex;
  padding:0.625rem;;
  z-index:51;
  align-items:center;;
  user-select:none;;
  border-radius:0.375rem;;
  flex-direction:column;
  justify-content:center;;
  -webkit-user-select:none;;
  }
      

      
        
      
      
  .csHKXl {
    color:#374151;;
  cursor:pointer;;
  margin:-0.625rem;;
  padding:0.625rem;;
  z-index:51;;
  position:relative;  /* Add this */;
  align-items:center;;
  border-radius:0.375rem;;
  justify-content:center;;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cqVrCq {
    color:var(--grey-900, #171717);
  display:flex;
  font-size:2.75rem;
  text-wrap:pretty;;
  margin-top:2.5rem;;
  font-weight:600;
  flex-direction:column;
  letter-spacing:-0.025em;;
  }
      

      
          @media (min-width: 640px) {
            
  .cqVrCq {
    display:flex;
  font-size:4.5rem;;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .bvUHoz {
    display:none;
  }
      

      
          @media (min-width: 640px) {
            
  .bvUHoz {
    display:flex;
  align-items:start;
  margin-bottom:2rem;;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .eLbclc {
    flex:1;
  width:100%;
  position:relative;;
  isolation:isolate;;
  padding-top:3.5rem;;
  }
      

      
        
      
      
  .fsHeKh {
    top:-10rem;
  left:0px;
  right:0px;
  filter:blur(64px);
  display:flex;
  z-index:-10;
  overflow:hidden;
  position:absolute;
  transform:translateZ(0);
  flex-direction:column;
  }
      

      
          @media (min-width: 640px) {
            
  .fsHeKh {
    top:-20rem;
  }
      

          }
          
        
      
      
  .dZinHZ {
    left:calc(50% - 11rem);
  width:36.125rem;
  rotate:z 30deg;
  display:flex;
  opacity:0.3;
  position:relative;
  clip-path:polygon(74.1% 44.1%,100% 61.6%,97.5% 26.9%,85.5% 0.1%,80.7% 2%, 72.5% 32.5%,60.2% 62.4%,52.4% 68.1%,47.5% 58.3%,45.2% 34.5%,27.5% 76.7%,0.1% 64.9%,17.9% 100%,27.6% 76.8%,76.1% 97.7%,74.1% 44.1%);
  translate:-50%;
  background:linear-gradient(to top right,#ff80b5,#9089fc);
  aspect-ratio:1155/678;
  flex-direction:column;
  }
      

      
          @media (min-width: 640px) {
            
  .dZinHZ {
    left:calc(50% - 30rem);
  width:72.1875rem;;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .vXyDM {
    display:flex;
  max-width:80rem;
  margin-left:auto;
  margin-right:auto;
  padding-left:1.5rem;
  /* margin-top:8rem */;
  padding-right:1.5rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
          @media (min-width: 640px) {
            
  .vXyDM {
    margin-top:6rem;
  /* margin-top:14rem */;
  }
      

          }
          

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

          }
          
        
      
      
  .doYwnz {
    color:#111827;
  display:flex;
  font-size:2.25rem;
  margin-top:0.5rem;
  font-weight:600;
  line-height:1.2;
  flex-direction:column;
  letter-spacing:-0.02em;
  }
      

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

          }
          

          @media (min-width: 1024px) {
            
  .doYwnz {
    text-wrap:balance;
  }
      

          }
          
        
      
      
  .csXsEj {
    color:#4f46e5;
  display:flex;
  font-size:1rem;
  font-weight:600;
  line-height:1.75rem;;
  flex-direction:column;
  }
      

      
        
      
      
  .QRBac {
    color:#ffffff;
  width:1.5rem;
  height:1.5rem;
  }
      

      
        
      
      
  .fjCFyn {
    left:-4rem;
  width:2.5rem;
  height:2.5rem;
  display:flex;
  position:absolute;
  align-items:center;
  border-radius:0.5rem;
  justify-content:center;
  background-color:var(--purple-800, #5B21B6);
  }
      

      
        
      
      
  .oxxha {
    color:#4b5563;
  display:flex;
  font-size:1.125rem;
  margin-top:1.5rem;
  line-height:2;
  flex-direction:column;
  }
      

      
        
      
      
  .cocnVY {
    color:#111827;
  font-size:1rem;
  font-weight:600;
  line-height:1.75rem;
  }
      

      
        
      
      
  .cHqoeu {
    flex:calc(50%-1rem);
  width:100%;
  display:flex;
  position:relative;
  flex-grow:1;
  flex-shrink:0;
  padding-left:4rem;
  flex-direction:column;
  }
      

      
          @media (min-width: 1024px) {
            
  .cHqoeu {
    flex:calc(50%-1rem);
  width:calc(50% - 1rem);
  flex-grow:0;
  align-items:;
  flex-shrink:0;
  flex-direction:column;
  justify-content:;
  }
      

          }
          
        
      
      
  .bdyVYU {
    max-width:42rem;
  margin-left:auto;
  margin-right:auto;
  }
      

      
          @media (min-width: 1024px) {
            
  .bdyVYU {
    text-align:center;
  }
      

          }
          
        
      
      
  .bInzaC {
    color:#4B5563;
  font-size:1rem;
  margin-top:0.5rem;
  line-height:1.75rem;
  }
      

      
        
      
      
  .brrWge {
    max-width:42rem;
  margin-top:4rem;
  margin-left:auto;
  margin-right:auto;
  }
      

      
          @media (min-width: 640px) {
            
  .brrWge {
    margin-top:5rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .brrWge {
    max-width:56rem;
  margin-top:6rem;
  flex-direction:row;
  }
      

          }
          
        
      
      
  .cjzjYw {
    width:100%;
  row-gap:2.5rem;
  flex-wrap:wrap;
  column-gap:2rem;
  }
      

      
          @media (min-width: 1024px) {
            
  .cjzjYw {
    row-gap:4rem;
  max-width:none;
  flex-direction:row;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fipuYj {
    gap:0.25rem;
  color:var(--grey-500, #737373);
  padding:0.25rem 0.75rem;
  position:relative;
  font-size:0.875rem;
  box-shadow:inset 0 0 0 1px rgba(17, 24, 39, 0.1);
  transition:box-shadow 0.2s ease;
  line-height:1.5rem;
  border-radius:9999px;
  flex-direction:row;
  }
      

      
  .fipuYj:hover {
    box-shadow:inset 0 0 0 1px rgba(17, 24, 39, 0.2);
  }
      

        
      
      
  .flPfJe {
    flex:1;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .ExclK {
    top:0rem;
  left:0rem;
  right:0rem;
  bottom:0rem;
  display:flex;
  position:absolute;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dUlyAc {
    display:flex;
  max-width:80rem;
  margin-left:auto;
  padding-top:6rem;
  margin-right:auto;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:column;
  padding-bottom:6rem;
  }
      

      
          @media (min-width: 640px) {
            
  .dUlyAc {
    padding-top:8rem;
  padding-bottom:8rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .dUlyAc {
    column-gap:2.5rem;
  align-items:center;
  padding-top:10rem;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:row;
  padding-bottom:10rem;
  }
      

          }
          
        
      
      
  .Homepage\:kIODsaZKlfLbTioOFiC4o {
    z-index:999;
  }
      

      
        
      
      
  .efdvKb {
    display:flex;
  max-width:42rem;
  margin-left:auto;
  margin-right:auto;
  flex-direction:column;
  }
      

      
          @media (min-width: 1024px) {
            
  .efdvKb {
    flex:auto;
  flex-grow:1;
  flex-shrink:1;
  margin-left:0px;
  margin-right:0px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cCcaPf {
    flex:1;
  width:100%;
  font-family:inherit;
  background-color:#ffffff;
  }
      

      
        
      
      
  .coyllX {
    color:var(--grey-600, #525252);
  font-size:0.875rem;
  line-height:1.5rem;
  }
      

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

        
      
      
  .cLbCAA {
    width:auto;
  height:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cSinDu {
    color:var(--grey-600, #525252);
  display:block;
  font-size:0.875rem;
  transition:all 200ms ease 0ms normal;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

        
      
      
  .bogUpI {
    display:flex;
  flex-direction:column;
  border-top-color:var(--grey-300, #D4D4D4);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .dGXhUH {
    gap:0.5rem;
  width:100%;
  display:grid;
  box-sizing:border-box;
  text-align:center;
  grid-template-columns:repeat(auto-fit, minmax(14rem, 1fr));
  }
      

      
          @media (min-width: 820px) {
            
  .dGXhUH {
    width:calc(100% - 16rem);
  text-align:left;
  }
      

          }
          
        
      
      
  .zVtoJ {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .cSsnzb {
    text-align:center;
  flex-direction:row;
  }
      

      
          @media (min-width: 768px) {
            
  .cSsnzb {
    text-align:left;
  }
      

          }
          
        
      
      
  .diWgYd {
    clip:rect(0, 0, 0, 0);
  width:1px;
  height:1px;
  margin:-1px;
  padding:0px;
  overflow:hidden;
  position:absolute;
  white-space:nowrap;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .emmOSD {
    gap:1.5rem;
  display:flex;
  flex-wrap:wrap;
  margin-top:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 768px) {
            
  .emmOSD {
    margin-top:0px;
  }
      

          }
          
        
      
      
  .MCRIk {
    min-width:100%;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (min-width: 820px) {
            
  .MCRIk {
    gap:1rem;
  min-width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
  .bExbdo.tiny {
    margin-bottom:0.25rem;
  }
      


  .bExbdo.xxsmall {
    margin-bottom:0.5rem;
  }
      


  .bExbdo.xsmall {
    margin-bottom:1rem;
  }
      


  .bExbdo.small {
    margin-bottom:1.5rem;
  }
      


  .bExbdo.medium {
    margin-bottom:2rem;
  }
      


  .bExbdo.large {
    margin-bottom:3rem;
  }
      


  .bExbdo.xlarge {
    margin-bottom:4rem;
  }
      


  .bExbdo.xxlarge {
    margin-bottom:5rem;
  }
      


  .bExbdo.huge {
    margin-bottom:6rem;
  }
      


  .bExbdo.xhuge {
    margin-bottom:7rem;
  }
      


  .bExbdo.xxhuge {
    margin-bottom:10rem;
  }
      

        
      
      
  
      

      
        
      
      
  .oGuCP {
    gap:1.5rem;
  flex-wrap:wrap;
  align-items:center;
  padding-top:2.5rem;
  flex-direction:column-reverse;
  padding-bottom:2.5rem;
  justify-content:start;
  }
      

      
          @media (min-width: 768px) {
            
  .oGuCP {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .bcAfYh {
    color:var(--grey-600, #525252);
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .euXbMR {
    width:100%;
  max-width:80rem;
  margin-top:8rem;
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
          @media (min-width: 640px) {
            
  .euXbMR {
    z-index:10rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

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

          }
          
        
      
      
  .dxtXgr {
    width:15rem;
  display:flex;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (min-width: 820px) {
            
  .dxtXgr {
    width:15rem;
  display:grid;
  }
      

          }
          
        
      
      
  .fDWFro {
    color:inherit;
  font-size:1rem;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  line-height:1.5rem;
  }
      

      
        
      
      
  .brNOWq {
    gap:4rem;
  display:flex;
  padding-top:4rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:5rem;
  }
      

      
        
      
      
  .cFKfoe {
    gap:2rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      