
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #F8F8F8;
--grey-100: #F5F5F5;
--grey-200: #eaeaea;
--grey-300: #e2e2e2;
--grey-400: #dbdbdb;
--grey-500: #d3d3d3;
--grey-600: #c8c8c8;
--grey-700: #b5b5b5;
--grey-800: #878787;
--grey-900: #5f5f5f;
--white: #ffffff;
--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: #eff1ff;
--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: #f4ffef;
--green-100: #e0ffef;
--green-200: #e2f2e4;
--green-300: #d4ecd5;
--green-400: #cde4c4;
--green-500: #abdfa1;
--green-600: #88c292;
--green-700: #50d56a;
--green-800: #348853;
--green-900: #037232;
--green-950: #013028;
--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: #fefde8;
--yellow-100: #fef9c3;
--yellow-200: #fef08a;
--yellow-300: #fde047;
--yellow-400: #fac315;
--yellow-500: #eab308;
--yellow-600: #ca8a04;
--yellow-700: #a16207;
--yellow-800: #854d0e;
--yellow-900: #713712;
--Shadows-100: #ffffff;
--Shadows-200: #ffffff;
--Shadows-300: #ffffff;
--Shadows-400: #ffffff;
--Shadows-500: #ffffff;
--Shadows-600: #ffffff;
--Primary-50: #FAFBFB;
--Primary-100: #E6ECEC;
--Primary-200: #B3C9CB;
--Primary-300: #669194;
--Primary-400: #33676B;
--Primary-500: #033A3F;
--Primary-600: #04363A;
--Primary-700: #022D31;
--Primary-800: #031F22;
--Primary-900: #010D0F;
--Secondary-50: #FFF4F1;
--Secondary-100: #FFECE5;
--Secondary-200: #ffd2c1;
--Secondary-300: #ffb89e;
--Secondary-400: #ff936b;
--Secondary-500: #ff5d22;
--Secondary-600: #f54200;
--Secondary-700: #db3a00;
--Secondary-800: #b33000;
--Secondary-900: #5C1800;
  /* Fonts */
    --font-geist: 'Geist',sans-serif;

    /* Font size */
    --font-size-xsm: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.25rem;
    /* Font weight */
    --font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
    /* 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;
    }
  }
}

      
  .FYEaF {
    width:100%;
  height:100%;
  position:relative;
  overflow-x:hidden;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
        
        
      
      
  .bodOOI {
    color:var(--default-link-color, #2463ebff);
  font-family:'Geist';
  }
      

      
        
        
      
      
  .WDCGD {
    gap:1rem;
  width:100%;
  font-family:'Geist';
  }
      

      
        
        
      
      
  
      

      
  
      

        
        
      
      
  
      

      
        
        
      
      
  .UEMTu {
    width:var(-----width);
  height:var(-----height);
  border-color:var(-----color, #fff);
  border-style:solid;
  border-width:var(-----border-size);
  }
      

      
        
        
      
      
  .home-extension\:0Y6gSDUL9xdPMc1ogYNyM {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .eQgAEQ {
    gap:.25rem;
  color:var(--Primary-900, #010D0F);
  width:100%;
  height:fit-content;
  align-items:start;
  font-family:'Geist';
  border-radius:8px;
  flex-direction:column;
  justify-content:center;
  }
      

      
  .eQgAEQ.hidden {
    display:none;
  }
      

        
        
      
      
  .dxnOUv {
    color:var(--Primary-900, #010D0F);
  width:100%;
  display:flex;
  font-size:var(--font-size-sm);
  font-family:'Geist';
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:column;
  }
      

      
        
        
      
      
  .cGyRJd {
    display:flex;
  font-size:var(--font-size-sm);
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:column;
  }
      

      
  .cGyRJd.hidden {
    display:none;
  }
      

        
        
      
      
  .fyxLZE {
    color:var(--Primary-900, #010D0F);
  width:100%;
  height:3rem;
  font-size:var(--font-size-sm);
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:8px;
  padding-right:8px;
  }
      

      
  .fyxLZE:focus {
    outline-color:var(--Secondary-600, #f54200);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  
      

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

      
        
        
      
      
  .ftdKkR {
    gap:0.25rem;
  color:var(--Primary-900, #010D0F);
  display:flex;
  font-size:var(--font-size-lg);
  align-items:start;
  font-family:'Geist';
  font-weight:var(--font-weight-semi-bold);
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .ezrQKd {
    color:var(--grey-900, #5f5f5f);
  font-size:var(--font-size-base);
  font-family:'Geist';
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .home-extension\:2QFhcV4WjWlhgu7m63VUW {
    color:var(--Primary-900, #010D0F);
  }
      

      
        
        
      
      
  .ecawcS {
    gap:1rem;
  width:100%;
  height:fit-content;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .clrKFX {
    gap:2rem;
  width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .cMYbfo {
    gap:2rem;
  width:100%;
  align-items:center;
  border-radius:8px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .cVgljX {
    width:100px;
  height:100px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .tBfQA {
    gap:0.5rem;
  color:var(--Primary-500, #033a3f);
  width:100%;
  cursor:pointer;
  height:2.25rem;
  font-size:var(--font-size-sm);
  transition:scale 150ms ease 0ms ;
  align-items:center;
  font-family:'Geist';
  font-weight:var(--font-weight-normal);
  padding-top:0.5rem;
  padding-left:0.75rem;
  border-radius:6px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
  .tBfQA.primary {
    color:#ffffff;
  border-color:#055a61;
  border-style:solid;
  border-width:1px;
  border-radius:6px;
  background-color:var(--Primary-500, #033A3F);
  }
      


  .tBfQA.warning {
    color:#ffffff;
  border-color:#fd8458;
  border-style:solid;
  border-width:1px;
  border-radius:6px;
  background-color:#ff5d22;
  }
      


  .tBfQA.danger {
    color:#ffffff;
  border-color:var(--red-500, #EF4444);
  border-style:solid;
  border-width:1px;
  border-radius:6px;
  background-color:var(--red-600, #DC2626);
  }
      


  .tBfQA:disabled {
    color:var(--white, #ffffff);
  cursor:not-allowed;
  border-radius:6px;
  background-color:var(--Primary-200, #B3C9CB);
  }
      


  .tBfQA:active {
    scale:0.9;
  border-radius:6px;
  }
      


  .tBfQA.flat {
    border-radius:6px;
  }
      


  .tBfQA.selected {
    border-color:var(--grey-50, #F8F8F8);
  border-style:solid;
  border-width:1px;
  background-color:var(--Primary-100, #E6ECEC);
  }
      

        
        
      
      
  .evdoLP {
    color:inherit;
  }
      

      
        
        
      
      
  .dPJpVt {
    align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .dBRmIv {
    width:var(--width);
  height:var(--height);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .home-extension\:6IHcCsa-CG4KvHWl93Gq6 {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:7_G5qqWRc3PBd1dZFTcph {
    color:var(--Primary-900, #010D0F);
  font-family:'Geist';
  }
      

      
        
        
      
      
  .fqkMGE {
    top:3rem;
  flex:1;
  width:100%;
  z-index:;
  position:absolute;
  min-height:100%;
  overflow-y:auto;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bcnKgQ {
    width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  background-color:#f8f8f8;
  }
      

      
        
        
      
      
  .home-extension\:8MG8v8aCDB-r8exA7Zimy {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  border-color:var(--grey-700, #b5b5b5);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:9wZHsqQuuZEhOx8EEUq70 {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .vSsBc {
    gap:1rem;
  width:100%;
  height:100%;
  position:absolute;
  transition:translate 300ms ease 0ms normal;
  align-items:center;
  justify-content:center;
  }
      

      
  .vSsBc.hidden-right {
    translate:105%;
  }
      


  .vSsBc.hidden-left {
    translate:-105%;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .bAlCEw {
    gap:0.5rem;
  width:100%;
  height:3rem;
  align-items:center;
  border-color:var(--grey-200, #eaeaea);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:8px;
  padding-right:0.5rem;
  flex-direction:row;
  justify-content:start;
  background-color:var(--white);
  }
      

      
  .bAlCEw.checked {
    border-color:var(--Secondary-500, #ff5d22);
  border-style:solid;
  border-width:1px;
  }
      


  .bAlCEw:hover {
    cursor:pointer;
  border-color:var(--Secondary-500, #ff5d22);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .fpIUkm {
    font-family:'Geist';
  }
      

      
        
        
      
      
  .cZcCbw {
    gap:0.25rem;
  flex:1;
  width:100%;
  height:2rem;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .cZcCbw:hover {
    cursor:pointer;
  }
      

        
        
      
      
  .fooGCn {
    width:1.5rem;
  height:1.5rem;
  align-items:center;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  border-radius:6px;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .czIWAL {
    color:var(--Secondary-500, #ff5d22);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ekXQUD {
    gap:2rem;
  width:100%;
  max-width:40rem;
  box-shadow:0px 1px 2px -1px var(--grey-500,#d3d3d3), 0px 1px 3px 0px var(--grey-500, #d3d3d3);
  align-items:start;
  padding-top:2rem;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  padding-bottom:2rem;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .home-extension\:C-nJiPY7Zml8wpLb2LoYS {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  border-color:var(--grey-700, #b5b5b5);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:DimPzbfNmY7hx73zd2ZWJ {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  border-color:var(--grey-700, #b5b5b5);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fsjJFU {
    gap:2rem;
  width:100%;
  max-width:40rem;
  box-shadow:0px 1px 2px -1px var(--grey-500,#d3d3d3), 0px 1px 3px 1px var(--grey-500, #d3d3d3);
  align-items:start;
  padding-top:2rem;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  padding-bottom:2rem;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .home-extension\:L1lZwyMJHTgjYVQJp4kwx {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:Mrmy6oNmCNGpMEcVdaDBi {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:NOo1FWrtW-1mzPfQqni4Q {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .dAIroo {
    font-size:var(--font-size-base);
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .home-extension\:Q69sUHy0l1N9V4UeId2lq {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .kBUIk {
    gap:2rem;
  flex:1;
  width:100%;
  align-items:center;
  border-radius:8px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:R-_OQZ09BlBIoIRAsfddx {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  border-color:var(--grey-700, #b5b5b5);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .pFmlI {
    gap:0.25rem;
  flex:1;
  color:var(--grey-900, #5f5f5f);
  width:100%;
  flex-wrap:wrap;
  font-size:var(--font-size-sm);
  max-width:100%;
  align-items:center;
  font-family:'Geist';
  padding-top:0.5rem;
  padding-left:0.5px;
  padding-right:0.5px;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .home-extension\:_7_INi6Dm4m6OyVroGBxg {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Geist';
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:_MUzVKft31Op-jd5Jzgu9 {
    align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .home-extension\:ap4KsnpzaWO0CwDeqSEa9 {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Geist';
  justify-content:center;
  }
      

      
  .home-extension\:ap4KsnpzaWO0CwDeqSEa9:disabled {
    cursor:not-allowed;
  opacity:0.75;
  }
      

        
        
      
      
  .dvittp {
    width:100%;
  cursor:pointer;
  height:3rem;
  font-size:var(--font-size-sm);
  align-items:start;
  padding-top:0.75rem;
  padding-left:8px;
  border-radius:8px;
  padding-right:8px;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
  .dvittp:hover {
    border-color:var(--Secondary-600, #f54200);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  background-color:var(--grey-50, #FAFAFA);
  }
      

        
        
      
      
  .fusPgL {
    width:100%;
  height:5rem;
  align-items:start;
  padding-left:1.5rem;
  padding-right:1.5rem;
  justify-content:start;
  }
      

      
          @media (max-width: 600px) {
            
  .fusPgL {
    display:none;
  margin-top:10px;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .home-extension\:fkoEv67cdEvIa2nWvXuY1 {
    color:var(--Primary-900, #010D0F);
  font-family:'Geist';
  }
      

      
        
        
      
      
  .home-extension\:gHc6cCerqEmeN8lDsVdqg {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Geist';
  border-color:var(--grey-700, #b5b5b5);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:gKw0FGBNX8EkBRa9EzquW {
    align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .home-extension\:inJqKCBYkxwO-DM5TbwGH {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Geist';
  justify-content:center;
  }
      

      
  .home-extension\:inJqKCBYkxwO-DM5TbwGH:disabled {
    cursor:not-allowed;
  opacity:0.75;
  }
      

        
        
      
      
  .dMzDKQ {
    gap:2rem;
  width:100%;
  max-width:40rem;
  box-shadow:0px 1px 2px -1px var(--grey-500,#d3d3d3), 0px 1px 3px 0px var(--grey-500, #d3d3d3);
  align-items:start;
  padding-top:2rem;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  padding-bottom:2rem;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .EtGXF {
    width:100%;
  height:3rem;
  font-size:var(--font-size-sm);
  font-family:'Geist';
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  }
      

      
  .EtGXF:focus {
    outline-color:var(--Secondary-600, #f54200);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .eOFcaC {
    width:100%;
  z-index:5;
  font-size:var(--font-size-sm);
  max-height:200px;
  min-height:100%;
  overflow-y:auto;
  font-family:'Geist';
  border-color:var(--grey-100, #F5F5F5);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .btSmWr {
    width:100%;
  height:auto;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .cgCkvz {
    gap:1rem;
  width:100%;
  height:fit-content;
  align-items:center;
  border-radius:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .home-extension\:lrMUg1s4EKN4K_1Zok5p6 {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Geist';
  outline-color:var(--grey-700);
  outline-style:solid;
  outline-width:1px;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:mGZ4gx6C3PMY029QCIWjI {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Geist';
  outline-color:var(--grey-700);
  outline-style:solid;
  outline-width:1px;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:mtgVkRk8Nq6xSh8lh96Iv {
    color:var(--Primary-900, #010D0F);
  font-family:'Geist';
  }
      

      
        
        
      
      
  .home-extension\:p0c4kfNzSgMqBRtCeI0Xw {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  border-color:var(--grey-700, #b5b5b5);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:t93OXipFTO-vlC_UzGsfQ {
    flex:1;
  width:100%;
  height:3rem;
  font-size:var(--font-size-base);
  align-items:center;
  outline-color:var(--grey-700, #b5b5b5);
  outline-style:solid;
  outline-width:1px;
  justify-content:center;
  }
      

      
        
        
      
      
  .home-extension\:tWZGMZewuC9-3hZ-5WwkI {
    font-family:'Geist';
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cAcVhc {
    width:100%;
  height:192px;
  font-size:var(--font-size-sm);
  font-family:'Geist';
  padding-top:0.75rem;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:6px;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  }
      

      
  .cAcVhc:focus {
    border-color:var(--Secondary-600, #f54200);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .home-extension\:uecUR4s5VXOwQ401ADwqL {
    color:var(--Primary-900, #010D0F);
  }
      

      
        
        
      
      
  .cqKZty {
    flex:1;
  width:100%;
  height:50rem;
  }
      

      
        
        
      
      
  .ciHBZM {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:99;
  position:absolute;
  background: white;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .dkXksj {
    gap:1rem;
  width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      